Commit Graph

17055 Commits

Author SHA1 Message Date
roc+%cs.cmu.edu
eef5322ee4 Bug 289792. Make sure to use the correct (but stupid) reference view when translating event coordinates. Also, bulletproof nsViewManager to not rely on frames undoing event coordinate translations, in case we ever screw that up. r+sr=bzbarsky,a=asa 2005-04-14 22:41:52 +00:00
dbaron%dbaron.org
20b20044e6 Add assertion that warns when we're about to crash due to bug 136927. b=136927 r+sr=jst a=asa 2005-04-14 21:50:46 +00:00
bzbarsky%mit.edu
7f0d146903 Don't copy/paste code to cast to placeholder frames all over the place; use a
utility method instead.  Bug 276954, r+sr=roc, a=brendan
2005-04-14 15:30:35 +00:00
bzbarsky%mit.edu
e2e353c87b Clean up includes a bit in CSSLoader. Bug 290107, r+sr=dbaron, a=brendan 2005-04-14 15:27:16 +00:00
tor%cs.brown.edu
e50f65be16 Bug 289839 - svg crashes when unloading a text gradient. r=jwatt, a=mkaply 2005-04-13 16:51:00 +00:00
smfr%smfr.org
ae9618de13 Fix bug 289022: every other click in a text field unfocusses it, so you can't type. Fixed by retargeting keyboard events to a parent view, if their target view has no frame. r=roc, sr=dbaron, a=dbaron. 2005-04-13 04:35:13 +00:00
aaronleventhal%moonset.net
5b6084c934 Bug 280154. Cannot arrow past first entry in help sidebar panels. r=Neil, sr=bz, a=asa 2005-04-12 20:25:49 +00:00
timeless%mozdev.org
93b376884b Bug 287391 svg.css has inefficient rules
patch by bug@annevankesteren.nl r=tor sr=bz a=asa
2005-04-12 15:46:42 +00:00
bzbarsky%mit.edu
34f73270cd Flush out content model construction before messing with the DOM, since we plan
to insert frames into our display frame and putting options in there is a bad
idea.  Bug 289730, r+sr=roc, a=asa
2005-04-12 15:31:03 +00:00
bzbarsky%mit.edu
b20bbf762c Finish removing the -moz-bulletinboard display value from the tree. All the
code implementing it is long removed; we shouldn't be parsing it.  Bug 289967,
r+sr=dbaron, a=asa
2005-04-12 15:27:23 +00:00
roc+%cs.cmu.edu
7907e357af Bug 289994. Add REQUIRES needed to build canvas. r+sr=shaver,a=brendan 2005-04-12 04:20:01 +00:00
roc+%cs.cmu.edu
0a0d19cb3f Bug 289431. Don't include overflow from children in frames that are overflow:-moz-hidden-unscrollable. r+sr=bzbarsky,a=brendan 2005-04-11 22:03:23 +00:00
bmlk%gmx.de
5cd515dbd2 cleanup for named childlists on outer table frames, bring ContentInserted in sync with ContentAppended, bug 286137 r/sr=bzbarsky a=asa 2005-04-11 17:35:11 +00:00
tor%cs.brown.edu
308029c048 Bug 289276 - gradient reused multiple times is only rendered once.
r=scooter, a=mkaply
2005-04-11 16:35:02 +00:00
bzbarsky%mit.edu
b9663c2904 Disable loading of images in data documents on the document level, not on the
node level.  Bug 251354, r=sicking, sr=peterv, a=asa
2005-04-11 00:29:36 +00:00
bzbarsky%mit.edu
be078da968 Make sure to pop off the line style and color we use for imagemaps so it
doesn't affect other drawing done by the page.  Bug 185467, buggy code found by
Jan Darmochwal <jdarmochwal@gmx.de>, r+sr=dbaron
2005-04-10 19:30:40 +00:00
smontagu%smontagu.org
ea296de60a Trigger Bidi processing also for non-displayable control characters (RLM, RLE, RLO, etc.) Bug 177148, r+sr=roc, a=asa 2005-04-10 06:40:10 +00:00
roc+%cs.cmu.edu
61fc68579f Bug 288949. Don't try to use view reparenting to handle scrolled child views. Also, fix regression so that listboxes don't always have widgets. r+sr=dbaron,a=asa. 2005-04-07 23:54:28 +00:00
kyle.yuan%sun.com
08b41e4793 Bug 268513 overflow:scroll causes memory growth
r/sr=bz, a=asa
2005-04-07 23:50:40 +00:00
dbaron%dbaron.org
06ee318b44 Fix too-much-overflow regression by making border-collapse cells store the full width of the border rather than just the inside half of it. Also make BCPixelSize 16-bit instead of 8-bit and use it in more places, and a little other cleanup. b=286794 r=bernd sr=roc a=brendan 2005-04-07 18:04:38 +00:00
smontagu%smontagu.org
8e5a842439 Update Bidi character data tables to Unicode 4.1.0. Bug 288836, r=jshin, rs=roc, a=mkaply 2005-04-07 14:24:52 +00:00
roc+%cs.cmu.edu
9d56d917b9 Bug 285996. Checking in update to nsObjectFrame.h. r+sr=dbaron,a=asa. 2005-04-07 04:34:46 +00:00
roc+%cs.cmu.edu
4ab8153bb1 Bug 288873. Don't let nsSubDocumentFrame tear down a presentation it didn't build. r+sr=bzbarsky,a=asa. 2005-04-07 04:04:06 +00:00
roc+%cs.cmu.edu
596fb50b2f Bug 285996C. Ensure that object frames create the widget for their view correctly the first time, and don't let them try to create a widget again when there already is one. r+sr=dbaron,a=asa. 2005-04-07 03:59:02 +00:00
roc+%cs.cmu.edu
b92a5cf080 Bug 289179. Fix regression by having nsTextControlFrame find its scrollable view again. r+sr+a=dbaron 2005-04-06 20:50:58 +00:00
tor%cs.brown.edu
e2f4a18dcb Bug 289289 - using clipPath on a markable shape causes all subsequent
drawing to be clipped.  r=jwatt, a=mkaply.
2005-04-06 19:02:13 +00:00
bzbarsky%mit.edu
6ed3b531b2 Fix silly error that caused no scrollbars in non-SVG builds. Bug 289248, r+sr+a=shaver 2005-04-06 15:55:00 +00:00
roc+%cs.cmu.edu
77e61509a9 Bug 256505. Menu positioning must take into account view-to-widget offset. r+sr=bzbarsky 2005-04-06 03:33:18 +00:00
cbiesinger%web.de
95a80b005f fixing bustage 2005-04-06 00:42:41 +00:00
bzbarsky%mit.edu
48ba5ce32b Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
BindToTree and UnbindFromTree methods.  Bug 286000, r=sicking, sr=jst
2005-04-05 23:54:35 +00:00
pedemont%us.ibm.com
a3484a6565 Bug 210204 - Only use Mac system menu for root chrome shell XUL menus. Display all other XUL menus as on other platforms. r=bz, sr=roc 2005-04-05 22:58:29 +00:00
roc+%cs.cmu.edu
21c3eddde8 Bug 289090. Get the pagesequenceframe from the frame constructor, don't poke around the frame hierarchy trying to find it. r+sr=bzbarsky 2005-04-05 22:46:56 +00:00
bsmedberg%covad.net
573eebab2a Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 12:36:03 +00:00
tor%cs.brown.edu
b689decba7 Bug 277135 - addressing svg style sr comments. r=scooter, sr=dbaron 2005-04-04 21:42:26 +00:00
timeless%mozdev.org
604208bc9c Bug 287244 DOCTYPE should not imply a default namespace
patch by bug@annevankesteren.nl r=tor sr=bz
2005-04-04 18:54:49 +00:00
bmlk%gmx.de
432b12afd2 we need enough space to insert a cell even at the end of a row, bug=284575 r/sr=bzbarsky 2005-04-04 17:20:08 +00:00
masayuki%d-toybox.com
6165661332 bug 56314 reverse selection colors when page background is similar to default selection background. r=sfraser, sr=bzbarsky 2005-04-04 10:40:48 +00:00
ginn.chen%sun.com
c4da642d54 Bug 260399 disabled textarea/input should use DEFAULT pointer
r+sr=bzbarsky
2005-04-04 10:35:50 +00:00
roc+%cs.cmu.edu
61fedcaf7b Bug 288888. Fix detection of when a scrollframe is the root scrollframe, so that we don't create scrollbars for scrolling=no IFRAMEs. r+sr=dbaron 2005-04-03 22:40:25 +00:00
mats.palmgren%bredband.net
7c0488c16c Revoke outstanding events before posting a new RedisplayTextEvent to avoid potential out-of-order events which could mean displaying the wrong text. b=288821 r+sr=bzbarsky 2005-04-03 22:16:07 +00:00
roc+%cs.cmu.edu
fc28b4e0c6 Removing debug printfs that crept in. 2005-04-03 21:19:37 +00:00
roc+%cs.cmu.edu
fb05d807b2 Bug 288117. Fix regressions in nsDocShell::SetCanvasHasFocus and in nsListBoxBodyFrame/nsListBoxObject where code made obsolete assumptions about scrollframe structure. r+sr=dbaron 2005-04-03 21:02:47 +00:00
roc+%cs.cmu.edu
20d333fbf6 Bug 288117. Reland nsScrollBoxFrame removal. This will regress Tp a bit. r+sr=dbaron 2005-04-03 21:00:41 +00:00
mats.palmgren%bredband.net
4d0360b69b Remove code that does not work with outstanding RedisplayText events. b=288821 r+sr=bzbarsky 2005-04-03 19:58:40 +00:00
dbaron%dbaron.org
739d94dd38 Reduce code duplication between assignment operator and copy constructor and improve assignment operator. b=288707 r+sr=bzbarsky 2005-04-03 16:47:01 +00:00
cbiesinger%web.de
ee87507218 279167 create elements in the correct namespace (None for HTML documents, XHTML
for XML documents)
patch by Frank Wein <bugzilla@mcsmurf.de> r+sr=jst
2005-04-02 15:47:13 +00:00
dbaron%dbaron.org
da745299c9 Implement CSS2 counters. b=3247 r+sr=bzbarsky 2005-04-01 23:07:00 +00:00
tor%cs.brown.edu
e6ddab7a33 Bug 288656 - Events not getting delivered to <svg:image> if fill=none. r=afri 2005-04-01 20:49:42 +00:00
tor%cs.brown.edu
99135b0a12 Bug 280988 - SVG frames should implement GetFrameName.
Patch by scootermorris@comcast.net, r=tor.
2005-04-01 19:56:08 +00:00
bzbarsky%mit.edu
821ec9f30c Wrap a view update batch around all restyle processing and switch
ApplyRenderingChangeToTree to use a NO_SYNC view batch, since we now flush
reflows before painting.  Bug 288365, r+sr=roc
2005-04-01 18:14:18 +00:00
timeless%mozdev.org
d4bd0359bb Bug 288587 crash while viewing Real videos
r=tor sr=tor
2005-04-01 16:41:55 +00:00
dbaron%dbaron.org
36107f5980 Back out roc's checkin for bug 288117 to isolate performance regressions during tinderbox downtime. 2005-03-31 18:04:50 +00:00
roc+%cs.cmu.edu
5466f1cb0f Bug 288117. Fix up function name as dbaron requested. 2005-03-31 03:44:38 +00:00
roc+%cs.cmu.edu
f93b035647 Bug 288117. Eliminate nsScrollBoxFrame. r+sr=dbaron 2005-03-31 03:40:12 +00:00
roc+%cs.cmu.edu
3f9ca6b926 Bug 287592. Make buttons return the correct overflow area from reflow. r+sr=dbaron 2005-03-31 02:19:48 +00:00
aaronleventhal%moonset.net
c8dd1f358c Bug 245349. Puzzle piece placeholder that says click here to download plugin is not focusable or accessible. r=bz, sr=jst 2005-03-31 01:38:04 +00:00
smfr%smfr.org
12e84fcbdb Fix bug 288360 -- uninitialized return values caused failure to load CSS on various sites. r/sr=bzbarsky 2005-03-30 23:05:02 +00:00
roc+%cs.cmu.edu
ee070ec95f Bug 285348. Fix reflow of nested columns by ensuring that if a column overflows, its next-in-flow gets reflowed *even if* that next in flow belongs to continuation of the column set 2005-03-30 20:31:13 +00:00
bmlk%gmx.de
3d2bafdf0a prevent negative available widths for rowgroups when changing from an empty table to one with cells and cellspacing, bug 271047 r/sr=roc 2005-03-30 07:42:49 +00:00
bmlk%gmx.de
c54e33ae04 fix PreFast warnings in layout/mathml bug 288023 r=rbs sr=roc 2005-03-30 07:34:20 +00:00
dbaron%dbaron.org
9309f3621b Fix coverity uninitialized variable warnings in layout. b=288092 r=bernd sr=roc 2005-03-30 01:50:56 +00:00
dbaron%dbaron.org
663516e016 Use protected instead of private so VC6 gets less confused when nsDerivedSafe is involved. Hopefully fixing bustage. b=156716 2005-03-30 01:42:06 +00:00
dbaron%dbaron.org
4b1913ff77 Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky 2005-03-30 00:36:57 +00:00
bzbarsky%mit.edu
c08736436c Don't walk through placeholders to out-of-flows that are our descendants when
we destroy a frame subtree.  Bug 271151, r=rbs, sr=dbaron
2005-03-29 22:36:06 +00:00
timeless%mozdev.org
32ef4676f7 Bug 288013 remove &mathml; from mathml.dtd because it hurts interoperability
patch by bug@annevankesteren.nl r=rbs sr=bz
2005-03-29 17:12:17 +00:00
bzbarsky%mit.edu
4b26c247db Removing no-longer-used struct from this file. Should have landed as part of
bug 286813.
2005-03-29 15:58:31 +00:00
bzbarsky%mit.edu
4fa2d34a01 Fixing AIX build bustage. Thanks to pkw for the patch! 2005-03-29 15:57:53 +00:00
roc+%cs.cmu.edu
7a7722a829 Adding some parts of Hixie tests to the list explicitly, to make it easier to download all needed files. 2005-03-29 05:18:24 +00:00
ginn.chen%sun.com
26c5ac572b Bug 256269 Caret browsing: up/down arrow should not get into button text
r=mats.palmgren sr=roc
2005-03-29 03:28:10 +00:00
bzbarsky%mit.edu
2f581cbaf2 More bustage fixing. To be precise, check in what should have gone in the
first time, but didn't due to a malformed diff.
2005-03-29 00:22:12 +00:00
bzbarsky%mit.edu
906eb8273c Fix build bustage by moving CantRenderReplacedElementEvent class decl earlier
in the file
2005-03-28 23:56:33 +00:00
bzbarsky%mit.edu
ba689a260f We may have a popup list entry with a null frame. Make sure to null-check it.
Bug 287308, r+sr=roc
2005-03-28 23:21:58 +00:00
bzbarsky%mit.edu
9b4aaa3fb3 Move handling of replaced element events from frame manager to presshell, make
sure we don't allow reflow flushing while we're constructing the new frames.
Bug 286813, r+sr=dbaron
2005-03-28 23:20:54 +00:00
dbaron%dbaron.org
1388a89746 Destroy things at the right time (and in one place) to fix crashes. b=206021 r=mats.palmgren sr=roc 2005-03-28 23:03:47 +00:00
roc+%cs.cmu.edu
40921ab641 Bug 285036. Clean up testcase list. r+sr=dbaron 2005-03-28 21:30:58 +00:00
roc+%cs.cmu.edu
217d29553f Bug 287338. Free up unused frame state bit NS_SYNC_FRAME_AND_VIEW. r+sr=bzbarsky 2005-03-28 21:08:22 +00:00
roc+%cs.cmu.edu
8aee1f332a Bug 272547. Search through wrapped frames when looking for blocks to renumber. r+sr=bzbarsky 2005-03-28 21:05:04 +00:00
mkaply%us.ibm.com
7f14180959 #286494
r/sr=mkaply
From Peter Weilbacher - get SVG working on OS/2 - short name for DLL, BGRA pixel format
2005-03-28 16:30:29 +00:00
mats.palmgren%bredband.net
4f49d3bf00 Fix a few -moz-outline* problems and drop the prefix.
Change WARNING to ERROR in nsComputedDOMStyle.cpp and add a few more.
b=281972 r+sr=dbaron
2005-03-27 11:36:08 +00:00
aaronleventhal%moonset.net
a87209aaa6 Bug 287390. Problems with accessibility of image, submit, reset and file control buttons. r=pkwarren, sr=jst 2005-03-27 03:03:11 +00:00
mats.palmgren%bredband.net
a3c9fa1b01 Account for the view's origin not lining up with the widget's. b=190290 r=bzbarsky sr=roc 2005-03-26 14:50:09 +00:00
neil%parkwaycc.co.uk
f83d4cb93d Ungenerate destroyed menus in case we recreate the frames later b=279769 r+sr=bz 2005-03-26 09:56:38 +00:00
bzbarsky%mit.edu
288bdb0593 Fix serialization of attribute-existence selectors. Bug 286010, r+sr=dbaron 2005-03-26 02:36:15 +00:00
bzbarsky%mit.edu
2fb33db26c Show alt text for images blocked by security checks. Bug 285981, r=mvl, sr=jst 2005-03-26 02:26:58 +00:00
bugzilla%arlen.demon.co.uk
12876800e1 Bug 244711 Hardcoding the use of ksh for OSF/1 in autoconf.mk.in
p=bugzilla-mozilla@thewrittenword.com r=benjamin
2005-03-25 23:46:25 +00:00
neil%parkwaycc.co.uk
1a4c3d3da2 Relanding patch to install (symlink) ua.css now that svg no longer munges it b=266930 r=bsmedberg sr=dbaron 2005-03-25 20:14:06 +00:00
tor%cs.brown.edu
1b49066a2e Bug 287389 - SVG should not munge ua.css at build time. sr=dbaron 2005-03-25 19:20:05 +00:00
tor%cs.brown.edu
4ed8801383 Bug 287389: SVG should not munge ua.css at build time. r+sr=bzbarsky 2005-03-25 14:50:05 +00:00
timeless%mozdev.org
efa8155d22 Bug 217599 Minor tweaks to nsSelection
r=akk sr=rbs
2005-03-25 07:35:17 +00:00
bzbarsky%mit.edu
88d83f465f Work around print preview bug (unhooking and then rehooking a presshell to a
document).  Bug 286869, r+sr=roc
2005-03-25 04:27:21 +00:00
bzbarsky%mit.edu
9ee6e8dedd Fix up SVG frames that never call nsFrame::Init to still notify their content
that it now has a frame.  Bug 287424, r=tor
2005-03-25 04:25:30 +00:00
dbaron%dbaron.org
9555b9ae04 Clean up GetImportantRule and null-check for out-of-memory case to bulletproof against null dereference topcrash. b=287504 r+sr=bzbarsky 2005-03-25 04:09:13 +00:00
bmlk%gmx.de
dfa6f80fa5 build warnings (shadow + unused variables) bug 287097 r/sr=bzbarsky 2005-03-24 19:02:59 +00:00
bmlk%gmx.de
10291e93a2 fix for build warnings (shadow & strange null pointer treatment) bug 287102 r/sr=dbaron 2005-03-24 18:41:39 +00:00
roc+%cs.cmu.edu
9d58ac21a4 Bug 262403. Don't do a line break just because a float was broken across pages. Also, squash some assertions while printing. r+sr=dbaron 2005-03-24 01:15:07 +00:00
roc+%cs.cmu.edu
f48a672891 Bug 287352. Use wrappedFrame not frame, stupid. r+sr=bzarsky 2005-03-23 21:27:51 +00:00
roc+%cs.cmu.edu
8361439ea6 Removing noisy printf. 2005-03-23 20:01:39 +00:00
timeless%mozdev.org
78adbdc779 Bug 287315 do not use cp to install ua.css
r=bz sr=bz
2005-03-23 14:37:08 +00:00
mozilla.mano%sent.com
ff90118611 Bug 284683 - [Mac] Fix (XUL) open-menulist keyboard shortcuts, r=pedemonte sr=peterv 2005-03-23 10:43:45 +00:00
dbaron%dbaron.org
d0b201ef3e Make the printf that roc just checked in #ifdef DEBUG_roc. 2005-03-23 09:30:54 +00:00
roc+%cs.cmu.edu
745e51aeeb Bug 287127. Avoid using GetContentInsertionFrame when the frame hierarchy is not hooked up. r+sr=bzbarsky 2005-03-23 03:39:32 +00:00
roc+%cs.cmu.edu
87c224f2cb Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron 2005-03-23 03:35:08 +00:00
roc+%cs.cmu.edu
c9059dca05 Checking in testcases for bug 282754. 2005-03-23 03:25:43 +00:00
bzbarsky%mit.edu
debd246cd3 Followup to bug 225941 -- I forgot some review comments. r=dbaron, sr=jst 2005-03-23 03:21:04 +00:00
bzbarsky%mit.edu
4be318894c Add a method to ask a content node whether it may have a frame in some
presentation.  Bug 225941, r=dbaron, sr=jst
2005-03-23 03:07:10 +00:00
bzbarsky%mit.edu
def5902d3e Add methods to the user/agent sheet service to unregister sheets and check
whether a sheet is registered.  Bug 286518, patch by Ted Mielczarek (luser)
<ted.mielczarek@gmail.com>, r+sr=bzbarsky
2005-03-23 02:34:30 +00:00
dbaron%dbaron.org
833605d9f6 Further changes to Georgian list numbering. Patch from Gia Shervashidze <giasher@telenet.ge>. r+sr=dbaron b=287166 2005-03-23 00:26:28 +00:00
dbaron%dbaron.org
3910a048db Fix Georgian list numbering (Mkhedruli, not Khutsuri). b=287166 r=jshin sr=bzbarsky 2005-03-22 23:27:03 +00:00
tor%cs.brown.edu
162c7a54fd Bug 167115 - tree/listbox does't work with background styles (-image,
-attachment) correctly.  Patch by alfredkayser@nl.ibm.com, r=varga, sr=bryner
2005-03-22 16:55:25 +00:00
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