roc+%cs.cmu.edu
c9feb5cc3c
Bug 282754. When laying out absolute children, use the computed width/height of the primary frame as the container metrics if they're available. r+sr=dbaron
2005-03-21 21:43:01 +00:00
mats.palmgren%bredband.net
5eda45ec6c
Avoid recursive frame construction by using an event to call ActuallyDisplayText(). b=283117 r+sr=bzbarsky
2005-03-21 01:58:17 +00:00
cbiesinger%web.de
6f5951be02
bug 286899 Follow CSS 2.1, rather than css3-ui, for the computed style for the
...
cursor property: Make it contain all URIs (absolutized) and the pointer.
r+sr=dbaron
2005-03-20 13:35:31 +00:00
darin%meer.net
919c87d304
fixes bug 286506 "warning: locally defined symbol ... imported in function ..." r=bsmedberg
2005-03-19 20:35:35 +00:00
bmlk%gmx.de
50f90a7217
take vertical margins into account during height constrained situations like printing. bug 285006 r/sr=roc
2005-03-19 17:59:11 +00:00
dbaron%dbaron.org
0e15aba15c
Fix code formatting.
2005-03-19 00:48:10 +00:00
jst%mozilla.jstenback.com
f222e7e4d7
Fixing bug 245809. Implement event.returnValue (IE:ism) for beforeunload events as the mechansim for passing data back to the browser from a beforeunload handler that was registerd with addEventListener(). r=bzbarsky@mit.edu, sr=peterv@propagandism.org
2005-03-18 15:33:51 +00:00
dbaron%dbaron.org
3015a4a28b
Handle unterminated strings in CSS by using an additional error token type. b=286262 r+sr=bzbarsky
2005-03-18 06:56:56 +00:00
dbaron%dbaron.org
e5bbed0fcf
Add comment. b=286262 r+sr=bzbarsky
2005-03-18 06:56:03 +00:00
bzbarsky%mit.edu
14a25b0710
Don't show username/password in the URI we print. Bug 186695, r=jst, sr=darin
2005-03-18 04:16:02 +00:00
bzbarsky%mit.edu
f03bac09cc
Add an IsFloatContainingBlock() method on nsIFrame, use this in the frame
...
constructor. Make sure the div inside an <object> when we do our "we need a
plugin" thing has the space manager bit set. Bug 283385, bug 285165, bug
286111. r+sr=roc
2005-03-18 04:13:05 +00:00
dbaron%dbaron.org
d41e093134
Make overflow area for border-collapse table cells include the whole border (and maybe a pixel more) so that style change invalidation of border-collapse table cells will invalidate what got changed. b=271755 r=bernd sr=roc
2005-03-18 02:15:44 +00:00
dbaron%dbaron.org
9a7d3996ac
Fix 'cursor' cascading issues with url()s. b=286388 r+sr=bzbarsky
2005-03-17 04:38:39 +00:00
scott%scott-macgregor.org
290343e6a9
Bug #282506 --> Inline spell check words go blank while message is being sent
...
because the text frame is hiding selection text for disabled text nodes. We should never hide
the selection if it is of type spellcheck.
sr=dbaron
2005-03-16 22:58:10 +00:00
dbaron%dbaron.org
7971eed83f
Strings terminated by a newline instead of a closing quote should be handled as errors, not strings. b=286262 r+sr=bzbarsky
2005-03-15 18:58:36 +00:00
aaronleventhal%moonset.net
72422f2793
Bug 274600. Fix erratic rendering of applets in iframes. r+sr=roc
2005-03-15 15:24:08 +00:00
rbs%maths.uq.edu.au
8e648b7b21
Fix crash on dead pointers by rebuilding the embellished hierarchy when an embellished child is changed, b=284001, r+sr=bz
2005-03-14 05:30:49 +00:00
bmlk%gmx.de
6a7760f016
Add some debug code for table pseudo frames. The code can be activated by: set GECKO_FRAMECTOR_DEBUG_FLAGS=table-pseudo, bug 280217 r/sr=bzbarsky
2005-03-12 10:46:53 +00:00
bmlk%gmx.de
72bbdcb739
revert caption parent frame lookup logic as tags with display: table-caption are not allways just below a table tag bug 284575 r/sr=bzbarsky
2005-03-11 19:21:23 +00:00
tor%cs.brown.edu
cf61873faf
Bug 285475 - strokes with scaling matrix generating wrong extents and
...
doing inaccurate hit testing.
2005-03-11 17:15:24 +00:00
neil%parkwaycc.co.uk
6b8f8074bd
Add HTML to the list of support flavours for Copy Image and provide an embedding interface to choose the flavours to copy b=135300 r=bz sr=smfr
2005-03-11 11:12:15 +00:00
cbiesinger%web.de
45e2c791c6
Bug 285171 Merge MIME type getting code in nsObjectFrame
...
r+sr=bz
2005-03-10 14:57:32 +00:00
bsmedberg%covad.net
3219ac4125
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
2005-03-10 04:38:35 +00:00
tor%cs.brown.edu
37d7198084
Bug 276316 - gradients should be "live".
...
Patch by scootermorris@comcast.net , r=afri.
2005-03-09 19:24:18 +00:00
tor%cs.brown.edu
b02020527e
Bug 285358 - static build cairo renderer not building with some linkers.
...
r=bsmedberg
2005-03-09 16:28:36 +00:00
bmlk%gmx.de
7b2dd1a316
the failure to load a uri is not a failure to create a docshell bug 283147 r/sr=bzbarsky
2005-03-09 05:40:43 +00:00
paper%animecity.nu
0dd638f20e
Bug 274244: Display more broken GIFs. r=stuart sr=tor
2005-03-08 03:44:28 +00:00
ginn.chen%sun.com
1ef92d4540
Bug 262236 Can't select listitems which are not next to.
...
patch=neo.liu at sun.com, r=aaronleventhal sr=neil
2005-03-08 03:05:03 +00:00
bzbarsky%mit.edu
6fe71fbf01
Adding regression test
2005-03-07 22:44:08 +00:00
roc+%cs.cmu.edu
74aa22c5f3
Bug 265566. Fix clipping of fixed-pos elements again. r+sr=dbaron
2005-03-07 22:12:53 +00:00
roc+%cs.cmu.edu
2e3b5a6ae5
Bug 281267. Force reflow of lines during absolute incremental reflow if the block is not a space manager, because we need to push our floats (or our descendants') into the space manager. r+sr=dbaron
2005-03-07 20:48:12 +00:00
roc+%cs.cmu.edu
e29e28ebd5
Bug 267037. Buttons should delegate child frames to the wrapped block, and tell the style system that legends are always blocks. Fixes a couple of crashes. r+sr=bzbarsky
2005-03-07 19:08:26 +00:00
bzbarsky%mit.edu
3134107828
Adding regression test
2005-03-07 17:51:48 +00:00
bzbarsky%mit.edu
5b1084a5a5
Add the prompt-service contract to nsEmbedCID.h
2005-03-07 16:07:11 +00:00
tor%cs.brown.edu
f9c5c6513b
Bug 284675 - Handle svg text chunks separately, support dx/dy. r=afri
2005-03-07 04:02:02 +00:00
roc+%cs.cmu.edu
7095b02972
Bug 276602. The rects added to the space manager are not real rects; they are still significant if empty. r+sr=dbaron
2005-03-07 02:30:14 +00:00
roc+%cs.cmu.edu
aface91878
Bug 285038. Support offscreen rendering API in nsIViewManager and provide MOZ_FORCE_PAINT_AFTER_ONLOAD environment variable hack to dump loaded documents to image files. r+sr=bzbarsky
2005-03-07 01:24:22 +00:00
roc+%cs.cmu.edu
97bbe7fe29
Bug 276892. Cancel selection if the mouse button is released in some subdocument. r+sr=bzbarsky
2005-03-07 00:34:44 +00:00
roc+%cs.cmu.edu
1d9c9b1e48
Bug 285030. Ensure BCData::mCornerBevel is initialized. r=bernd, sr=bzbarsky
2005-03-06 21:18:54 +00:00
bmlk%gmx.de
1c6747ce96
limit the nowrap + width hack to quirks mode bug 277232 r/sr=bzbarsky
2005-03-06 18:33:12 +00:00
bmlk%gmx.de
a4dea01a20
make colframe cache nonpublic bug 278644 r/sr=bzbarsky
2005-03-05 16:43:07 +00:00
jshin%mailaps.org
d28e19536e
bug IME candidate list is hidden by autocomplete window (r=dbaron,bryner,smontagu,jst,sr=dbaron,bryner,neil) : patch by Masayuki Nakano
2005-03-05 08:19:05 +00:00
jst%mozilla.jstenback.com
a57ec3f6dc
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
2005-03-04 02:01:54 +00:00
bmlk%gmx.de
7c229a9e64
- decouple xul iframes from the browser.frames.enabled preference, so that one can open mozilla if that preference is set to false bug 107911
...
- avoid mutating style inside frame constructor for noframes bug 240129, this fixes crashes like bug 281333 and bug 266222
- ConstructFrame does not append children if it fails, thats good enough for tables, so don't care about foreign children if they fail, this prevents tables from going into panic mode. bug 283147
- a display: table-caption behaves like a block for other table frames created below. bug 281527
r/sr= bzbarsky
2005-03-03 18:04:38 +00:00
bzbarsky%mit.edu
39ed08fbe1
Make sure to always remove the dummy layout request on presshell destruction
...
and not to post events after we have revoked them. Bug 284354, r+sr=roc
2005-03-03 04:46:03 +00:00
bzbarsky%mit.edu
32c0620c6e
When an image is resized, make it invalidate its mRect, since it needs to
...
repaint that area. Bug 284166, r+sr=roc
2005-03-03 04:42:48 +00:00
bzbarsky%mit.edu
e3aebd9c61
Use the content policy REJECT reason as a basis for our "whether to show alt
...
text" decision instead of reading prefs ourselves. Bug 202906, r=mvl, sr=jst
2005-03-02 04:05:12 +00:00
bryner%brianryner.com
afd8155560
Fix autocomplete in message compose by making oninput start off enabled, and just disabling it within SetValue. Bug 282645, r= (and lots of ideas from) neil, sr=bzbarsky.
2005-03-02 01:19:19 +00:00
tor%cs.brown.edu
787df05673
Bug 258511 - keep svg mimetypes out of persistent repository. r+sr=bzbarsky
2005-03-01 05:17:25 +00:00
roc+%cs.cmu.edu
85598b4696
Bug 236996. Underline IME preedit text on Mac. Patch by waverider, r=masayuki, sr=roc
2005-02-28 23:39:26 +00:00