Commit Graph

19103 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
ca62f619bb Create DOM nodes for processing instructions in XUL. Bug 319654, patch by
Nickolay Ponomarev <asqueella@gmail.com>, r+sr=bzbarsky.
2006-11-08 02:25:37 +00:00
mrbkap%gmail.com
49801f467c Add an API on the presshell for invalidating the caret if it isn't currently
contained entirely in its frame. Use it in the editor where we remove the
caret's frame out from under it without properly notifying it (due to selection
batching). bug 335065, r+sr=roc
2006-11-07 01:35:36 +00:00
gavin%gavinsharp.com
ec53054d6b Bug 355349: remove dead code from nsTextFrame.cpp, patch by Gerald <gerald_leder@gmx.at>, r+sr=roc 2006-11-06 16:18:35 +00:00
gavin%gavinsharp.com
e67a58c911 Bug 345339, attachment 243112: Revisit nsPresState, patch by Karthik Sarma <karthik3@comcast.net>, r+sr=roc 2006-11-06 16:08:20 +00:00
bmlk%gmx.de
fee39a21c6 forgot the js that drives the table-dom tests not part of any build 2006-11-06 06:20:45 +00:00
bzbarsky%mit.edu
1f7758c87c Walk out of all pseudos when doing a containing block reframe. Bug 336718,
r+sr=roc
2006-11-06 01:36:25 +00:00
bzbarsky%mit.edu
8a32ae7e9f Add asserts and documentation to enfoce correct behavior. Bug 316267 followup,
r+sr=roc.
2006-11-06 01:17:32 +00:00
Olli.Pettay%helsinki.fi
4d17c5cc36 Bug 358741, Crash [@ nsListBoxBodyFrame::GetListItemContentAt], r=enndeakin, sr=roc 2006-11-05 22:54:41 +00:00
bmlk%gmx.de
7d6ef1a6a2 conversion of the table dom layout regression files to reftest, not part of any build 2006-11-05 16:43:35 +00:00
masayuki%d-toybox.com
d0d3a21ea2 Bug 359496 focus outline on combobox <select>s is always drawn in black r+sr=dbaron 2006-11-04 17:28:39 +00:00
bzbarsky%mit.edu
e374435e06 Reget our parent after blowing away letter frames. Bug 318592, r+sr=dbaron 2006-11-04 01:59:14 +00:00
cvshook%sicking.cc
f5194fd473 Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst 2006-11-03 21:51:01 +00:00
bzbarsky%mit.edu
1adfb9e915 Fix combobox outlines. Bug 328340, r+sr=dbaron 2006-11-03 00:22:31 +00:00
Olli.Pettay%helsinki.fi
e91e636e41 Bug 359203, r+sr=bz 2006-11-02 18:34:55 +00:00
timeless%mozdev.org
46d2b15871 Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
bmlk%gmx.de
dff951d9ff mark only cells where the colspan/rowspan offset is != 0 as zero colspans/rowspans if those properties apply bug 358871 r/sr=bzbarsky 2006-11-01 18:45:41 +00:00
uriber%gmail.com
3c3be786ad Bug 233348: BiDi marker is hidden when the caret is at the edge of a textarea. Patch by Haamed Gheibi <gheibi@gmail.com>. r=mrbkap sr=roc 2006-11-01 18:31:42 +00:00
masayuki%d-toybox.com
d42d69a82c Bug 301149 :hover is processed in Print Preview mode r+sr=roc 2006-11-01 13:56:48 +00:00
neil%parkwaycc.co.uk
52c07cbcd0 Bug 358398 Horizontally scrolled trees don't paint correctly r=enn sr=roc 2006-10-31 15:36:18 +00:00
bmlk%gmx.de
95696f562c call the correct GetCellFrame function bug 358679 r/sr=bzbarsky 2006-10-30 19:21:05 +00:00
aaronleventhal%moonset.net
e0c5dcaa1f Bug 349885. GetAccessibleFor() doesn't look if ally nodes are allowed inside anon content. Patch by Alexander Surkov. r=aaronlev, sr=neil 2006-10-30 02:49:34 +00:00
bmlk%gmx.de
489591b510 make zero rowspans dependent on the content row count and not how many rows are currently in the cellmap, this cause otherwise problems during rebuild of the cellmap bug 339129 r/sr=bzbarsky 2006-10-28 10:14:43 +00:00
bmlk%gmx.de
ca25e76f76 make sure that only captions go as a direct child of the outer table frame all other have to be a child of the inner table frame. bug 341858 patch by mats + my minor fixes found during sr r=me sr=bzbarsky 2006-10-28 09:43:06 +00:00
davel%mozilla.com
3a3a418bd3 b=344591 r=dbaron trim leading and trailing whitespace from manifest lines 2006-10-28 04:17:21 +00:00
dbaron%dbaron.org
6336405e13 Note expected failure filed as bug 351641. 2006-10-27 21:26:06 +00:00
davel%mozilla.com
8ac71301e4 b=344591, r=dbaron
fix parsing of comment lines
2006-10-27 19:56:49 +00:00
dbaron%dbaron.org
8f38806c59 Add meta-charset. 2006-10-27 19:51:43 +00:00
bzbarsky%mit.edu
66fd8043a9 Adding regression test. 2006-10-27 18:28:24 +00:00
longsonr%gmail.com
46a662c3da Bug 356400 - fix crash when scale(0) set in transform. r=jwatt,sr=tor 2006-10-27 10:34:23 +00:00
bzbarsky%mit.edu
4547d34bd4 When retargeting events to a parent presshell, do not lose our focus. Bug
305939, patch by Oliver Yeoh <oliver_yeoh@hotmail.com>, r=mats, sr=bzbarsky
2006-10-27 00:01:19 +00:00
mats.palmgren%bredband.net
3bec893823 Adding testcases for bug 342531 and bug 357449 to the layout regression test suite. 2006-10-26 23:47:10 +00:00
cvshook%sicking.cc
55d0c600fa Kill nsGeneratedContentIterator and related classes and code since it's not used. r/sr=dbaron b=357957 2006-10-25 20:24:00 +00:00
bzbarsky%mit.edu
0ce72c77cd Make nsIStreamLoader and nsIUnicharStreamLoader be stream listeners. Bug
281153, patch by Son Le <son.le0@gmail.com>, r=biesi, sr=darin
2006-10-24 21:47:40 +00:00
dbaron%dbaron.org
70bf6cc3e7 Add testcases for bug 339289, from Adam Guthrie <ispiked@gmail.com>, r=dbaron 2006-10-23 23:38:59 +00:00
davel%mozilla.com
725e5c60c2 b=344591, r=dbaron, rename check to lcheck 2006-10-23 21:35:12 +00:00
dbaron%dbaron.org
3bceb42c3c Add some initial reftest test files. b=344591 2006-10-23 18:40:40 +00:00
dbaron%dbaron.org
c025bd0c31 Update list of case-sensitive HTML attributes. Patch by Niels Leenheer (rakaz) <niels.leenheer@gmail.com>. r+sr=dbaron b=356936 2006-10-22 19:04:26 +00:00
cvshook%sicking.cc
5a6d9399ce Bug 357445: Some cleanup of range code. r/sr=jst 2006-10-21 01:30:54 +00:00
longsonr%gmail.com
40de06c0ff Bug 349880 - Fix filter crash with nsSVGUtils::RemoveObserver. r=tor,sr=roc 2006-10-20 12:46:17 +00:00
bmlk%gmx.de
2722eb51e3 Revert a old design decision how to expand zero colspans in the cellmap. Once a cellmap hole was hit via the GetDataAt function the old code tried to repair this cellmap position by walking up and left till a possible origin of a zero span was hit. The new code uses a mark and sweep approach, which should remove the burden that ordinary tables without zero spans but large cellmap holes have to pay. bug 351942 r/sr=bzbarsky 2006-10-20 07:37:24 +00:00
tor%cs.brown.edu
fcb360ce7f Bug 355844 - fix marker positioning and clipping when viewBox specified.
r=amenzie, sr=roc
2006-10-19 23:51:41 +00:00
jst%mozilla.org
509a1c7771 Landing fix for bug 324036. Fix bogus assertion. Patch by ajvincent@gmail.com, r+sr=jst@mozilla.org 2006-10-19 22:43:59 +00:00
davel%mozilla.com
7aea146058 b=344591 enable reftest for builds where --enable-tests is true
r=dbaron
2006-10-19 19:58:12 +00:00
longsonr%gmail.com
e2a92a13ae Bug 355114 - xml:space handling mixes GetCurrentDoc and GetOwnerDoc. r=tor,sr=bzbarsky 2006-10-19 09:01:56 +00:00
roc+%cs.cmu.edu
abed647846 Fixing Mac bustage 2006-10-19 02:17:51 +00:00
roc+%cs.cmu.edu
899128e82a Bug 343445. Change inline reflow strategy to avoid looking ahead through words while measuring text. r+sr=dbaron 2006-10-19 01:47:47 +00:00
bzbarsky%mit.edu
618c586548 When setting the textfield value via the filepicker, tell it that it's not
focused so that onchange will fire as it should.  Bug 355362, r+sr=jst
2006-10-15 15:39:35 +00:00
ted.mielczarek%gmail.com
d7ff061324 bug 308928, Invalid input for the canvas fillStyle/strokeStyle throws an exception but should be ignored. Patch by asqueella@gmail.com, r+sr=vlad 2006-10-14 19:28:20 +00:00
tor%cs.brown.edu
e0b8d42583 Fix non cairo gfx svg build bustage. 2006-10-14 13:49:27 +00:00
vladimir%pobox.com
c13ee71991 b=351561, fix thebes/cairo linking issues 2006-10-14 04:46:04 +00:00
jwatt%jwatt.org
bf57316f11 Replace aDesiredSize in comment with aReflowMetrics to make it match the parameter name (no bug) 2006-10-13 13:47:19 +00:00
tor%cs.brown.edu
8f09f57dda Bug 355842 - set up marker property before getting invalidation region
for the first time.  r+sr=roc
2006-10-12 17:06:47 +00:00
bzbarsky%mit.edu
5c1f73e2b5 Don't allow positioning or floating <mtable>. Bug 355993, r=bernd, sr=rbs 2006-10-10 14:44:34 +00:00
rbs%maths.uq.edu.au
9dc6ccd612 fix assertion about the mismatch of frame types by not making blind assumptions, b=355986, r=bernd, sr=bzbarsky 2006-10-10 07:38:50 +00:00
bzbarsky%mit.edu
acc5ac3ce5 Hold strong ref to the rule we're removing. Bug 355984, r+sr=dbaron 2006-10-10 01:05:16 +00:00
bzbarsky%mit.edu
493b90fbf3 Slightly improve handling of positioned kids of MathML. Bug 322625, r=rbs, sr=roc 2006-10-08 22:04:09 +00:00
Olli.Pettay%helsinki.fi
9a0a64d9dd Bug 354300, Crashes [@ nsPopupSetFrame::OnCreate] [@ nsPopupSetFrame::Destroy] when removing popup on popupshowing, p=asqueella@gmail.com, r+sr=roc 2006-10-08 18:10:58 +00:00
Olli.Pettay%helsinki.fi
ae83752913 Bug 355100, Remove XTF visuals (part II/II, removing files) 2006-10-08 15:41:46 +00:00
Olli.Pettay%helsinki.fi
8f8a844353 Bug 355100, Remove XTF visuals (part I/II, not removing files), r=alex,bryner,aaronr,doronr sr=bz 2006-10-08 14:15:02 +00:00
smontagu%smontagu.org
d0d13390ae SetTransformedTextIsAscii() should depend on no multibyte text having been detected as well as on LeaveAsAscii(). Bug 333535 (relanding), r+sr=rbs 2006-10-08 06:57:34 +00:00
smontagu%smontagu.org
abfd8b7e04 Backing out patch from bug 333535 to test performance impact 2006-10-07 18:36:27 +00:00
mats.palmgren%bredband.net
fc88af4d70 Avoid crashing on OOM. b=352335 r+sr=roc 2006-10-07 08:53:06 +00:00
mats.palmgren%bredband.net
38a3a11411 Remove dead code. b=355617 r+sr=bzbarsky 2006-10-07 08:34:53 +00:00
rbs%maths.uq.edu.au
9d05f93491 Strengthen the code that closes the gaps in stretchy chars so that it doesn't break Linux. Patch by Behdad Esfahbod <mozilla@behdad.org>, b=321994, r+sr=rbs 2006-10-06 15:38:17 +00:00
dbaron%dbaron.org
f64610acf3 Add obviously-needed null check. b=337889 r+sr=bzbarsky 2006-10-06 05:29:44 +00:00
aaronleventhal%moonset.net
be77994ffa Fixing bustage 2006-10-05 15:07:54 +00:00
aaronleventhal%moonset.net
5965dc9d5b Bug 354745. Show/hide events not fired for layout changes in a changelist. r+sr=bz 2006-10-05 13:35:23 +00:00
mozilla.mano%sent.com
41d24c853f Bug 355354 - [Mac] native-styling for html content should be enabled only in Camino builds. r=josh, sr=dbaron. 2006-10-05 07:05:58 +00:00
smontagu%smontagu.org
bd9f9842af SetTransformedTextIsAscii() should depend on no multibyte text having been detected as well as on LeaveAsAscii(). Bug 333535, r+sr=rbs 2006-10-04 11:40:49 +00:00
longsonr%gmail.com
54ed9e2a50 Bug 354831 - remove repeated include in nsSVGUtils.cpp. r+sr=tor 2006-10-04 09:35:43 +00:00
joshmoz%gmail.com
3ea6d0cbb9 fix image overlayed on select widgets in cocoa widgets. patch by Philippe Wittenbergh. b=350973 r=josh sr=dbaron 2006-10-04 06:23:49 +00:00
Olli.Pettay%helsinki.fi
e570a5020d Bug 328907, Remove selectHas(No)Groups events, r+sr=sicking 2006-10-03 20:16:51 +00:00
aaronleventhal%moonset.net
e7cd6c578f Bug 354832. Support nsIAccessibleText for html buttons and list options. r=ginn.chen, sr=roc 2006-10-02 19:33:49 +00:00
rbs%maths.uq.edu.au
c15b9aea09 typo from my previous checkin 2006-10-02 07:50:36 +00:00
Olli.Pettay%helsinki.fi
9b5e4a72a4 Bug 355041, Crash [@ nsTitleBarFrame::HandleEvent] when statusbar gets removed when clicking on the resizer, r+sr=roc 2006-10-02 07:28:36 +00:00
Olli.Pettay%helsinki.fi
c2f9bde8b9 Bug 355046, Crash [@ nsCOMPtr_base::~nsCOMPtr_base] when dragging splitter which gets removed during that time, r+sr=roc 2006-10-02 06:50:34 +00:00
roc+%cs.cmu.edu
8e2657479b Bug 354451. Fix uppercasing of &szlig; and possibly other regressions from bug 345071. r=smontagu,sr=rbs 2006-10-02 05:38:34 +00:00
rbs%maths.uq.edu.au
131a73a8e7 Consolidate the handling of minus, b=354785, r+sr=roc 2006-10-02 05:32:12 +00:00
neil%parkwaycc.co.uk
4c193c57aa Shortcut navigation doesn't work in bookmark context menus b=335162 r=Enn sr=bz 2006-10-01 22:31:49 +00:00
mats.palmgren%bredband.net
c9b7b60dce Make sure we fire onchange also after selectedIndex was set to -1 through DOM. Thanks to Pablo Greco for helping fix this. b=317078 r+sr=roc 2006-09-30 05:07:49 +00:00
rbs%maths.uq.edu.au
0f1a6bdd06 <mathml:mtd> with border-collapse <html:table> crashes [@ nsRuleNode::GetStyleData] [@ nsCachedStyleData::GetStyleData], b=354766, r=bernd, sr=bzbarsky 2006-09-29 17:40:21 +00:00
longsonr%gmail.com
ff48d9843b Bug 319786 - add additional comments. r+sr=bzbarsky 2006-09-29 09:16:31 +00:00
tor%cs.brown.edu
71a8050866 Bug 331130 - switch group opacity, complex clipPath, and mask over to
the cairo push/pop group API.  r+sr=roc
2006-09-28 15:08:41 +00:00
rbs%maths.uq.edu.au
9b3a8e911f Wrong layout when adding rows to <mtable> via the DOM. Pass a stylechanged reflow so that wrappers of <mtable> don't over-optimize their reflow, b=354296, r+sr=roc 2006-09-28 10:52:44 +00:00
longsonr%gmail.com
5a81f80c0e Bug 319786 - backout unrelated changes 2006-09-28 08:20:39 +00:00
longsonr%gmail.com
27faef4977 Bug 319786 - implement xml:space handling. r=tor,sr=roc 2006-09-28 08:00:20 +00:00
ginn.chen%sun.com
14b33bded3 Bug 353132 Firefox doesn't compile with gtk2 toolkit on SunOS 5.11 2006-09-28 03:58:00 +00:00
bzbarsky%mit.edu
043763b6de More flag whack-a-mole. Bug 354489, r+sr=rbs 2006-09-28 01:15:22 +00:00
bzbarsky%mit.edu
6e536461e8 Make mtdInnerFrame more like the inner frame of non-MathML table cells. Bug
354510, r+sr=rbs
2006-09-28 01:04:46 +00:00
bzbarsky%mit.edu
34a3a58730 Make the block part of an {ib} split have a space manager if it needs to. Bug
354133, r+sr=roc
2006-09-27 02:02:22 +00:00
Olli.Pettay%helsinki.fi
f1b334d007 Bug 346521, Crash [@ PresShell::ReflowEvent::Run] when clicking on close window link in popup window with embedded video, r+sr=roc 2006-09-26 22:29:59 +00:00
tor%cs.brown.edu
96ff88665f Bug 354341 - quit depending on cairo extent calculation bug. r+sr=roc 2006-09-26 22:27:56 +00:00
tor%cs.brown.edu
9924104bd3 Bug 354163 - Remove nsISVGRendererSurface usage from nsSVGPatternFrame.
r=jwatt, sr=roc
2006-09-26 16:36:03 +00:00
timeless%mozdev.org
853659bfc5 Bug 354183 stop including nsTableCellFrame.h
r=bz sr=bz
2006-09-26 11:01:28 +00:00
bzbarsky%mit.edu
d3746e7b46 Fix bug 354144 -- absolute positioning against the ICB is broken. r+sr=roc 2006-09-25 22:33:01 +00:00
tor%cs.brown.edu
5edfb8262c Bug 354162 - use CompositeSurfaceMatrix in nsSVGImageFrame. r+sr=roc 2006-09-25 22:14:16 +00:00
tor%cs.brown.edu
cdbc54905e Bug 353827 - Remove nsISVGRendererSurface from filter code. r=amenzie, sr=roc 2006-09-25 16:46:22 +00:00
uriber%gmail.com
e3d36a9971 Do the correction of caret position due to trimmed whitespace only when the caret is logically after the whitespace. bug=336408 r=rbs sr=roc 2006-09-25 11:39:10 +00:00
bzbarsky%mit.edu
9285763f20 Disallow most MathML from floating or being positioned (<math> is the one
exception).  Bug 353897, r+sr=rbs
2006-09-25 03:36:23 +00:00
rbs%maths.uq.edu.au
0f2b59e63a remove unused argument, b=354090 r+sr=roc 2006-09-25 03:14:18 +00:00
bzbarsky%mit.edu
b66aa49506 Ensure a space manager for MathML containers reflowing inlines. Bug 325222, r+sr=roc 2006-09-25 01:44:25 +00:00
rbs%maths.uq.edu.au
0eb1718dca assertions about chars without style contexts, b=353876, r+sr=roc 2006-09-25 00:08:41 +00:00
bzbarsky%mit.edu
478008d9f6 Don't return mInitialContainingBlock if we find no absolute containing block.
That can Just Happen.  Bug 330909, patch by bernd, r+sr=roc
2006-09-24 21:20:32 +00:00
bzbarsky%mit.edu
e96f41d63f Make <math> have its own space manager. Bug 353894, r+sr=rbs 2006-09-24 20:30:43 +00:00
gavin%gavinsharp.com
ac94b5a06b Bug 311400: fix tree selection crash, patch by Shane Caraveo <shanec@ActiveState.com>, r=bryner/Jan.Varga 2006-09-24 15:16:31 +00:00
flamingice%sourmilk.net
23aaf31940 Bug 351575, Dereference before null check in |nsTypedSelection::GetRangesForInterval|, patch by Adam Guthrie <ispiked@gmail.com>, r=brettw, sr=bryner 2006-09-24 06:04:00 +00:00
flamingice%sourmilk.net
6f1eeb7527 Bug 353385, Fix warning in nsTreeBoxObject.cpp, r+sr=neil 2006-09-24 05:45:19 +00:00
timeless%mozdev.org
cc9897a848 Bug 352043 deadcode in nsBoxObject::GetOffsetRect
r=bz sr=neil
2006-09-22 07:27:49 +00:00
roc+%cs.cmu.edu
ae80e3d181 Bug 312963. Apply aTryPull to pulls of inline frames as well as lines. r+sr=dbaron 2006-09-22 02:04:56 +00:00
roc+%cs.cmu.edu
516ce211dd Bug 241796. Fix comments and handle OOM in SetProperty. Followup to the real fix. r+sr=bzbarsky 2006-09-22 01:56:04 +00:00
roc+%cs.cmu.edu
32912b4dfa Bug 350137. Don't forget to apply BR-clearance when the BR is on the last line of a block. r+sr=dbaron 2006-09-22 01:53:13 +00:00
enndeakin%sympatico.ca
0f33a26960 Bug 353227, hopefully fix crash and release DOM storage manager, r+sr=jst 2006-09-21 13:55:27 +00:00
bmlk%gmx.de
56f7eba7ce mark for all reflows the rowgroup as incomplete if there are still nextinflows bug 347367 r/sr=roc 2006-09-21 09:55:07 +00:00
gavin%gavinsharp.com
2156c6d99b Bug 353410: useless null check in nsPrintEngine::SetupToPrintContent, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=roc 2006-09-20 18:26:15 +00:00
bzbarsky%mit.edu
eb996179db When painting backgrounds, don't loop over all rows. Just do the ones that
might intersect the dirty rect.  Use the row cursor to optimize this.  Bug
353455, r+sr=roc
2006-09-20 16:42:13 +00:00
timeless%mozdev.org
b17f13e009 Bug 345982 Object - DOM Node does not update when changing values of a node's attributes
patch by sylvain.pasche@gmail.com r=timeless sr=neil
2006-09-20 15:35:52 +00:00
longsonr%gmail.com
039418d9b9 Bug 353276 - path with 0 stroke-width does not display fill. r+sr=tor 2006-09-20 12:42:23 +00:00
longsonr%gmail.com
a65929a5d1 Bug 349879 - nsSVGGlyphFrame.cpp code consolidation. r=tor, sr=roc 2006-09-20 09:26:59 +00:00
roc+%cs.cmu.edu
60bc945af8 Update nsIFrame IID 2006-09-19 23:54:28 +00:00
roc+%cs.cmu.edu
1710fb769b Bug 350148. Improve scrolling of large documents generally by only searching descendants of the moving frame for position-varying graphics when we know we've actually painted position-varying graphics in this prescontext. r+sr=dbaron 2006-09-19 22:05:33 +00:00
roc+%cs.cmu.edu
8339688ad2 Bug 350148. Fix scrolling in IFRAMEs with borders or outlines, by having OptimizeVisibility take account of the fact that borders or outlines whose inner rectangle entirely encloses the visible area are not, in fact, visible. r+sr=dbaron 2006-09-19 21:58:52 +00:00
roc+%cs.cmu.edu
cef42d026c Bug 350148. Fix gmail scrolling speed by not creating nsDisplayBorder items for zero-width borders. r+sr=dbaron 2006-09-19 21:46:01 +00:00
roc+%cs.cmu.edu
c5f6e4e0b1 Bug 241796. Use a row cursor to speed up painting and event handling in large tables, similar to what we do for large blocks already. r+sr=bzbarsky 2006-09-19 21:39:33 +00:00
roc+%cs.cmu.edu
383028dfd0 Bug 351268. Remove nsIFrame::AdjustFrameSize, it's unused. r=smontagu,sr=rbs 2006-09-19 21:04:06 +00:00
roc+%cs.cmu.edu
b625dcc429 Bug 349477. Generalize handling of non-inline frames in inline contexts so they all make pseudo-stacking-contexts. r+sr=dbaron 2006-09-19 20:58:36 +00:00
aaronleventhal%moonset.net
bcb5fcb2c0 Bug 349519. Crash and incorrect results for getOffsetAtPoint. r=ginn.chen, sr=roc 2006-09-19 17:29:10 +00:00
tor%cs.brown.edu
5542384be0 Bug 351798 - path mouseover fires outside svg. r+sr=roc 2006-09-19 16:35:29 +00:00
timeless%mozdev.org
1e256fb19b Bug 352523 Warning: String literal converted to char* in formal argument aAttr in call to nsFrameUtil::Tag::GetAttr(char*).
r=roc sr=roc
2006-09-19 06:41:07 +00:00
rbs%maths.uq.edu.au
218c696ae2 Dynamic changes to MathML table attributes don't work, b=347496, r+sr=roc 2006-09-19 04:43:14 +00:00
bzbarsky%mit.edu
feea3a45cc Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc 2006-09-19 04:26:20 +00:00
bzbarsky%mit.edu
d2bf3432ae If we have to do a second pass because we found clearance on the first pass,
invalidate the entire area we're being moved to.  Otherwise invalidates from
the first pass will be lost.  Bug 352417, r+sr=roc
2006-09-19 00:15:15 +00:00
Olli.Pettay%helsinki.fi
4b1c4393e9 Bug 349931, crashes during drag-and-drop, r+sr=roc 2006-09-18 08:47:06 +00:00
db48x%yahoo.com
e1bce0236e bug 351744: Memory leak in |inFileSearch::SetFilenameCriteria| (inFileSearch.cpp)
r=timeless, sr=biesi
2006-09-17 17:11:08 +00:00
timeless%mozdev.org
610243d09d Bug 351688 nsCSSFrameConstructor::ContentRemoved has a hopefully useless DEBUG oversafe null check of parentFrame
r=mats.palmgren sr=bz
2006-09-16 23:01:12 +00:00
peterv%propagandism.org
88c9a50cca Fix for bug 351823 (Consider copying more properties when changing ownerDocument). r/sr=bz. 2006-09-16 17:15:38 +00:00
enndeakin%sympatico.ca
e9212da0b0 Bug 352704, clear DOM storage when clearing cookies, r=mconnor,jst, sr=dveditz 2006-09-15 21:28:48 +00:00
cvshook%sicking.cc
f127c27191 fix bustage 2006-09-15 20:13:01 +00:00
cvshook%sicking.cc
9241f85443 Bug 352583: Add functions to nsContentUtils for getting and setting the text content of a node. Use those functions rather than the multiple instances of such code we have now. r/sr=jst 2006-09-15 19:54:45 +00:00
neil%parkwaycc.co.uk
0696d9668a Limit translucent popups to chrome docshells b=70798 r+sr=bz 2006-09-14 23:03:40 +00:00
bzbarsky%mit.edu
b7a3c71cc9 Remove the business about not knowing our collapsed state at first. We do know
it, and we're collapsed.  Bug 352394, r=mats, sr=roc
2006-09-14 00:54:44 +00:00
bzbarsky%mit.edu
855ac3bf2e Allow generated content (:before/:after) for fieldsets. Bug 339289, r+sr=dbaron 2006-09-14 00:51:16 +00:00
Olli.Pettay%helsinki.fi
1258b8cec1 Additional patch for Bug 348304, use nsWeakFrame, not nsIContent, r+sr=dbaron 2006-09-13 19:15:08 +00:00
smontagu%smontagu.org
0a2168427f When text is displayed from right to left natively, reverse the coordinates of selection decoration to match. Bug 349352, r=uriber, sr=bz 2006-09-13 08:10:19 +00:00
dbaron%dbaron.org
7bd45c49a1 Simpler fix for bugs 307809 and 314502. b=352449 r+sr=bzbarsky 2006-09-13 06:53:15 +00:00
bzbarsky%mit.edu
7f3a28046d Fix leak in nsSVGUtils::GetCoordContextProvider. Bug 352295, r=tor, sr=roc 2006-09-12 18:37:05 +00:00
Olli.Pettay%helsinki.fi
bfcbe65fbe Additional patch for Bug 348304 to fix Bug 351909 r+sr=bz 2006-09-12 07:27:38 +00:00
bzbarsky%mit.edu
5c5673fe67 Coalesce native theme change notifications to deal with the dozens of them we
get when the GTK theme changes.  Bug 352096, r+sr=roc
2006-09-12 04:36:03 +00:00
mats.palmgren%bredband.net
63da0cfd56 Remove an optimisation that prevented views from being reparented in some situations. b=351225 r+sr=roc 2006-09-12 03:47:38 +00:00
mats.palmgren%bredband.net
6b4972181b Limit -moz-column-count to 1000 to avoid "hang" for insanely large numbers. b=345583 r+sr=roc 2006-09-12 00:37:23 +00:00
uriber%gmail.com
38c1e056e9 Refactor nsIFrame::PeekOfset to use iteration instead of recursion, plus some more related refactoring. bug=300131 r+sr=roc 2006-09-11 20:43:01 +00:00
bmlk%gmx.de
3640d5a918 enable old assert (from 2001) to catch cellmap errors, fix one erroneus caller bug 351691 r/sr=bzbarsky 2006-09-11 18:27:35 +00:00
bmlk%gmx.de
06d5ebe18c recover more gracefully from a error condition where cells are inserted into the cellmap after the last column bug 351328 r/sr=bzbarsky 2006-09-11 18:18:08 +00:00
bmlk%gmx.de
fc928f9cd2 use table display type for decision about the documentElement only if the frame creation is not tag based bug 340945 r/sr=bzbarsky 2006-09-11 18:09:16 +00:00
tor%cs.brown.edu
5f9199a263 Bug 350059 Allow cairo.h usage in nsSVGUtils.h. r+sr=roc 2006-09-11 15:26:19 +00:00
tor%cs.brown.edu
d00e0ed9e8 Bug 351738 - remove nsISVGRendererSurface usage from nsSVGImageFrame.
r+sr=roc
2006-09-11 15:16:43 +00:00
uriber%gmail.com
0fa608ce5e Backing out bug 300131 until I figure out how to deal with the bustage. 2006-09-11 08:03:28 +00:00
uriber%gmail.com
d869620f7f Change nsIFrame::PeekOffset back to NS_IMETHOD to fix bustage from bug 300131 2006-09-11 07:44:59 +00:00
uriber%gmail.com
95b377fc13 Refactor nsIFrame::PeekOfset to use iteration instead of recursion, and some related refactoring. bug=300131 r+sr=roc 2006-09-11 06:39:56 +00:00
bzbarsky%mit.edu
1a03ce4f8a Comment change to point to the bug that covers the issue 2006-09-10 23:23:31 +00:00
neil%parkwaycc.co.uk
d54bafff3f Make -moz-appearance count as opaque (also hides cairo bug) b=351716 r+sr=roc 2006-09-10 23:15:20 +00:00
bmlk%gmx.de
787acea91d remove debug cruft (MOZ_LAYOUTDEBUG) and say that printing is finished once the regression dump is done bug 339500 r=sharparrow1 sr=dbaron 2006-09-09 05:06:04 +00:00
bmlk%gmx.de
3b2bf8ecb8 remove debug cruft (MOZ_LAYOUTDEBUG) and say that printing is finished once the regression dump is done bug 339500 r=sharparrow1 sr=dbaron 2006-09-09 04:52:57 +00:00
cbiesinger%web.de
a0791fb0bb backing out patch for Bug 349879 since it turned creature red 2006-09-09 03:57:03 +00:00
longsonr%gmail.com
cadc9b51db Bug 349879 - nsSVGGlyphFrame.cpp code consolidation. r=tor, sr=roc 2006-09-08 14:31:29 +00:00
longsonr%gmail.com
c56c77c39d Bug 351570 - improve nsSVGPatternFrame encapsulation. r=tor, sr=bzbarsky 2006-09-08 13:54:05 +00:00
longsonr%gmail.com
f25097377f Bug 351384 - improve nsSVGGradientFrame encapsulation. r=tor, sr=bzbarsky 2006-09-08 13:19:47 +00:00
longsonr%gmail.com
28dcfe891e Bug 351297 - textPath elements must have text element parents r=tor,sr=roc 2006-09-08 12:27:27 +00:00
rbs%maths.uq.edu.au
8ded00e282 MathML: stretchy attribute not working in some situations, b=320303, r+sr=roc 2006-09-08 07:32:45 +00:00
sayrer%gmail.com
9395f31ee3 bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron 2006-09-08 04:35:17 +00:00
Olli.Pettay%helsinki.fi
dcf9d82cc6 Additional patch for bug 348304, fixes bug bug 351318, r+sr=dbaron 2006-09-07 09:17:52 +00:00
rbs%maths.uq.edu.au
be1c63d3ec fix bustage on balsa 2006-09-07 09:01:18 +00:00
Olli.Pettay%helsinki.fi
23e9b4b3b4 Additional patch for bug 348304, fixes bug 351323, r+sr=dbaron 2006-09-07 08:59:49 +00:00
neil%parkwaycc.co.uk
0eff12bbc6 Bug 70798 Ability to have transparent background on <popup>s r+sr=roc 2006-09-07 08:50:43 +00:00
rbs%maths.uq.edu.au
de61177a24 Consolidation of some mtable/matrix related attributes that affect the style, and make them responsive to dynamic changes via JavaScript, b=179619, r+sr=roc 2006-09-07 03:45:45 +00:00
bzbarsky%mit.edu
f230b8c84b Update our cached YMosts when our regions are cleared. Bug 351202, r+sr=roc 2006-09-07 03:01:25 +00:00
dbaron%dbaron.org
0efab2d31f Check in XUL framework for acceptance tests with HTML reference renderings. Not part of build. b=344591 2006-09-05 21:50:54 +00:00
rbs%maths.uq.edu.au
1e16edc901 Reposition HasAttributeDependentStyle() to follow AttributeChanged() to give a chance to the latter to do something that gets picked up by the former, b=350002, r=bzbarsky, sr=dbaron 2006-09-03 22:49:33 +00:00
Olli.Pettay%helsinki.fi
4364552a81 Bug 348304, @nsMenuFrame::HandleEvent, r=enndeakin, sr=dbaron 2006-09-03 20:25:58 +00:00
Olli.Pettay%helsinki.fi
64e491c833 Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst 2006-09-02 10:00:26 +00:00
bmlk%gmx.de
9fa638f000 make sure the nextinflow will be pushed bug 347367 r/sr=roc 2006-09-02 09:14:02 +00:00
bmlk%gmx.de
b6cec66d11 compute the BC information only if there are cells bug 350906 r/sr=bzbarsky 2006-09-02 08:48:39 +00:00
bmlk%gmx.de
ccfb295963 expand zerospans before one tries to mark them as dead cells bug 350524 r/sr=bzbarsky 2006-09-02 08:33:52 +00:00
flamingice%sourmilk.net
c8ea44c3ea Bug 332797, Erroneous tree.columns[0] undefined property warning, patch by Andrew Miller <ak.miller@auckland.ac.nz>, r=enndeakin, sr=jst 2006-09-01 05:09:54 +00:00
Olli.Pettay%helsinki.fi
a42613e4f6 Bug 350846, Combine NS_***_LOAD events, r+sr=jst 2006-08-31 19:33:01 +00:00
longsonr%gmail.com
c649d543a5 Bug 350581 - Remove nsSVGCairoGlyphGeometry.h. r+sr=tor 2006-08-31 12:29:29 +00:00
bzbarsky%mit.edu
9a35cacece Fix crash bug 349398, r+sr=sicking 2006-08-31 03:22:36 +00:00
bzbarsky%mit.edu
7fc60a8e53 Just make all document mutation observers get notified through the binding
manager, to resolve issues with them depending on insertion points.  Bug 348573
follow, r+sr=sicking
2006-08-31 03:17:45 +00:00
bzbarsky%mit.edu
9a8f99c3bb Put back the isReplaced setting that should not have gone away. Bug 349921,
caught by dbaron.
2006-08-30 20:41:00 +00:00
tor%cs.brown.edu
ebe9831255 Bug 347437 - Marker elements sometimes point backwards.
Patch by amenzie@us.ibm.com, r=tor, sr=bz
2006-08-30 20:29:45 +00:00
bzbarsky%mit.edu
f5928e255b The right bustage fix. Still bug 349921 2006-08-30 18:43:41 +00:00
tor%cs.brown.edu
97a226473c Bug 348296 - stop exponential amount of wasted work for nested svg
without a viewBox specified.  r+sr=roc
2006-08-30 18:38:10 +00:00
bzbarsky%mit.edu
432b5c8cce Fix build bustage for --disable-xul. Bug 349921 2006-08-30 18:04:27 +00:00
smontagu%smontagu.org
c54186691c Make the test for visual order before Arabic shaping more fine-grained. Bug 258099, r=uri, sr=roc 2006-08-30 14:20:46 +00:00
uriber%gmail.com
ca5218736c Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc 2006-08-30 13:38:16 +00:00
uriber%gmail.com
186084ac05 Use the caret visual position as a base for visual movement, but the logical position as a base for logical movement. bug=350012 r=smontagu sr=roc 2006-08-30 09:26:39 +00:00
bzbarsky%mit.edu
d50efed99e Fix build bustage. Bug 349921 2006-08-29 23:19:06 +00:00
bzbarsky%mit.edu
724ccdb167 Make popups that are kids of the root popup set have it as their parent;
generally make them more like other out-of-flows.  Remove various code that
worked around them being different.  Bug 349921, r+sr=roc
2006-08-29 22:20:41 +00:00
bzbarsky%mit.edu
33ea7b8269 When cleaning up anonymous content, let the ESM know; that way if any of it is
:hover or :active the state will be updated accordingly.  Bug 314346, r+sr=roc
2006-08-29 22:00:26 +00:00
bzbarsky%mit.edu
c36c5046fd Speed up ClearFloats for cases when we have lots of floats. Bug 349113, r+sr=roc 2006-08-29 21:56:51 +00:00
joshmoz%gmail.com
a8722319b3 use slower idle event timer for plugins that are hidden by tabs. b=336060 r=mento sr=jst 2006-08-29 19:14:53 +00:00