bzbarsky%mit.edu
ad42605c52
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
6e9cd7d947
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
4a158b98a8
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
2243ff9943
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
0dbc310f15
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
e41c9b97f0
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
b251af46cd
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
7d938118e5
Bug 358741, Crash [@ nsListBoxBodyFrame::GetListItemContentAt], r=enndeakin, sr=roc
2006-11-05 22:54:41 +00:00
bmlk%gmx.de
f64f0cfa00
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
253587511a
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
afcbf3a981
Reget our parent after blowing away letter frames. Bug 318592, r+sr=dbaron
2006-11-04 01:59:14 +00:00
cvshook%sicking.cc
e2aa94302c
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
37c08655db
Fix combobox outlines. Bug 328340, r+sr=dbaron
2006-11-03 00:22:31 +00:00
Olli.Pettay%helsinki.fi
5e61914193
Bug 359203, r+sr=bz
2006-11-02 18:34:55 +00:00
timeless%mozdev.org
24a61f105a
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
2d34d177ce
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
f74ad021dc
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
6c721fe078
Bug 301149 :hover is processed in Print Preview mode r+sr=roc
2006-11-01 13:56:48 +00:00
neil%parkwaycc.co.uk
1f66a907a4
Bug 358398 Horizontally scrolled trees don't paint correctly r=enn sr=roc
2006-10-31 15:36:18 +00:00
bmlk%gmx.de
6615af6be3
call the correct GetCellFrame function bug 358679 r/sr=bzbarsky
2006-10-30 19:21:05 +00:00
aaronleventhal%moonset.net
2fee238453
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
941481a6e6
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
a9edd6fd03
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
5ded9b5a1d
b=344591 r=dbaron trim leading and trailing whitespace from manifest lines
2006-10-28 04:17:21 +00:00
dbaron%dbaron.org
8a6d8663c9
Note expected failure filed as bug 351641.
2006-10-27 21:26:05 +00:00
davel%mozilla.com
3d58d48f11
b=344591, r=dbaron
...
fix parsing of comment lines
2006-10-27 19:56:49 +00:00
dbaron%dbaron.org
23ab613402
Add meta-charset.
2006-10-27 19:51:43 +00:00
bzbarsky%mit.edu
8dccc06763
Adding regression test.
2006-10-27 18:28:24 +00:00
longsonr%gmail.com
999de624cf
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
e6d1793f5d
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
4ea8ef2a1f
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
25f49988b3
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
b0b0fcc6e4
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
68f545a986
Add testcases for bug 339289, from Adam Guthrie <ispiked@gmail.com>, r=dbaron
2006-10-23 23:38:59 +00:00
davel%mozilla.com
3fc5fc4227
b=344591, r=dbaron, rename check to lcheck
2006-10-23 21:35:12 +00:00
dbaron%dbaron.org
740fd4832e
Add some initial reftest test files. b=344591
2006-10-23 18:40:40 +00:00
dbaron%dbaron.org
dec621a9c2
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
a513afbc8a
Bug 357445: Some cleanup of range code. r/sr=jst
2006-10-21 01:30:54 +00:00
longsonr%gmail.com
411ee74c34
Bug 349880 - Fix filter crash with nsSVGUtils::RemoveObserver. r=tor,sr=roc
2006-10-20 12:46:17 +00:00
bmlk%gmx.de
ffb6d44aaa
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
1cc51ad5c4
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
cd9ad89db1
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
ccf862e622
b=344591 enable reftest for builds where --enable-tests is true
...
r=dbaron
2006-10-19 19:58:12 +00:00
longsonr%gmail.com
e1c6ab4924
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
c197a54311
Fixing Mac bustage
2006-10-19 02:17:51 +00:00
roc+%cs.cmu.edu
a7cac46f4a
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
8e26e8602c
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
4890a6e5d7
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
825fa88d0d
Fix non cairo gfx svg build bustage.
2006-10-14 13:49:27 +00:00
vladimir%pobox.com
7fa01dc798
b=351561, fix thebes/cairo linking issues
2006-10-14 04:46:04 +00:00
jwatt%jwatt.org
801b47ac00
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
7afe96d388
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
ba93635866
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
1ad6599ef3
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
32058183be
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
d8e60dddc6
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
4e2b2dfe5a
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
6af2b28422
Bug 355100, Remove XTF visuals (part II/II, removing files)
2006-10-08 15:41:46 +00:00
Olli.Pettay%helsinki.fi
70db31e7d2
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
fe1a1c1168
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
eddf6ddd6d
Backing out patch from bug 333535 to test performance impact
2006-10-07 18:36:27 +00:00
mats.palmgren%bredband.net
c8e48fef2d
Avoid crashing on OOM. b=352335 r+sr=roc
2006-10-07 08:53:06 +00:00
mats.palmgren%bredband.net
9317884955
Remove dead code. b=355617 r+sr=bzbarsky
2006-10-07 08:34:53 +00:00
rbs%maths.uq.edu.au
5f6a1e0eb8
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
8f3d261e21
Add obviously-needed null check. b=337889 r+sr=bzbarsky
2006-10-06 05:29:44 +00:00
aaronleventhal%moonset.net
3f8eac263b
Fixing bustage
2006-10-05 15:07:54 +00:00
aaronleventhal%moonset.net
18888afd1b
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
b2b8d76fcf
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
30c3b10d35
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
c8be55361a
Bug 354831 - remove repeated include in nsSVGUtils.cpp. r+sr=tor
2006-10-04 09:35:43 +00:00
joshmoz%gmail.com
c28981d085
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
b97821c34f
Bug 328907, Remove selectHas(No)Groups events, r+sr=sicking
2006-10-03 20:16:51 +00:00
aaronleventhal%moonset.net
a186221a38
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
cced5cbe39
typo from my previous checkin
2006-10-02 07:50:36 +00:00
Olli.Pettay%helsinki.fi
4a3f0818c7
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
2d63d314f1
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
471d00d686
Bug 354451. Fix uppercasing of ß and possibly other regressions from bug 345071. r=smontagu,sr=rbs
2006-10-02 05:38:34 +00:00
rbs%maths.uq.edu.au
65cb997471
Consolidate the handling of minus, b=354785, r+sr=roc
2006-10-02 05:32:12 +00:00
neil%parkwaycc.co.uk
1ba84ab3d0
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
60a88738bd
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
b7ead1dc19
<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
258b789c8c
Bug 319786 - add additional comments. r+sr=bzbarsky
2006-09-29 09:16:31 +00:00
tor%cs.brown.edu
d9700b312e
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
0d7da16519
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
bcb71acb25
Bug 319786 - backout unrelated changes
2006-09-28 08:20:39 +00:00
longsonr%gmail.com
6fc4b12f9c
Bug 319786 - implement xml:space handling. r=tor,sr=roc
2006-09-28 08:00:20 +00:00
ginn.chen%sun.com
507b3a7d8d
Bug 353132 Firefox doesn't compile with gtk2 toolkit on SunOS 5.11
2006-09-28 03:58:00 +00:00
bzbarsky%mit.edu
7ae4a50fd9
More flag whack-a-mole. Bug 354489, r+sr=rbs
2006-09-28 01:15:22 +00:00
bzbarsky%mit.edu
a88b51865d
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
5bcfee1d88
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
0eb7caf8fd
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
66957557f7
Bug 354341 - quit depending on cairo extent calculation bug. r+sr=roc
2006-09-26 22:27:56 +00:00
tor%cs.brown.edu
6e727d5f9f
Bug 354163 - Remove nsISVGRendererSurface usage from nsSVGPatternFrame.
...
r=jwatt, sr=roc
2006-09-26 16:36:03 +00:00
timeless%mozdev.org
0839fce283
Bug 354183 stop including nsTableCellFrame.h
...
r=bz sr=bz
2006-09-26 11:01:28 +00:00
bzbarsky%mit.edu
070c84320a
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
a493370192
Bug 354162 - use CompositeSurfaceMatrix in nsSVGImageFrame. r+sr=roc
2006-09-25 22:14:16 +00:00
tor%cs.brown.edu
71cdc9368c
Bug 353827 - Remove nsISVGRendererSurface from filter code. r=amenzie, sr=roc
2006-09-25 16:46:22 +00:00
uriber%gmail.com
5845b74545
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
576b667cda
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
08fcf41c99
remove unused argument, b=354090 r+sr=roc
2006-09-25 03:14:18 +00:00
bzbarsky%mit.edu
32f4bdbc5e
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
52074e23de
assertions about chars without style contexts, b=353876, r+sr=roc
2006-09-25 00:08:41 +00:00
bzbarsky%mit.edu
9be488e480
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
e3f81b6341
Make <math> have its own space manager. Bug 353894, r+sr=rbs
2006-09-24 20:30:43 +00:00
gavin%gavinsharp.com
b3eaa42c2f
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
339ad8fbd0
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
1019eb2ec7
Bug 353385, Fix warning in nsTreeBoxObject.cpp, r+sr=neil
2006-09-24 05:45:19 +00:00
timeless%mozdev.org
356d12df5e
Bug 352043 deadcode in nsBoxObject::GetOffsetRect
...
r=bz sr=neil
2006-09-22 07:27:49 +00:00
roc+%cs.cmu.edu
420bc0c13e
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
e6d4454b29
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
c618bee1be
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
8bf74c51ee
Bug 353227, hopefully fix crash and release DOM storage manager, r+sr=jst
2006-09-21 13:55:27 +00:00
bmlk%gmx.de
78a22533f3
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
a71460d5f6
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
29a9251e0b
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
23f982b58c
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
40700f589f
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
3cc4037593
Bug 349879 - nsSVGGlyphFrame.cpp code consolidation. r=tor, sr=roc
2006-09-20 09:26:59 +00:00
roc+%cs.cmu.edu
e523a14a99
Update nsIFrame IID
2006-09-19 23:54:28 +00:00
roc+%cs.cmu.edu
b721f7a2be
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
7c967de093
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
4090de33da
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
66a430572a
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
3b12e02da4
Bug 351268. Remove nsIFrame::AdjustFrameSize, it's unused. r=smontagu,sr=rbs
2006-09-19 21:04:06 +00:00
roc+%cs.cmu.edu
d4066d1b5b
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
1526092e92
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
4683d0889d
Bug 351798 - path mouseover fires outside svg. r+sr=roc
2006-09-19 16:35:29 +00:00
timeless%mozdev.org
0dde5a1339
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
5204b86f0d
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
c3ff848eca
Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc
2006-09-19 04:26:20 +00:00
bzbarsky%mit.edu
f5ff2ccda3
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
00268a3a9f
Bug 349931, crashes during drag-and-drop, r+sr=roc
2006-09-18 08:47:06 +00:00
db48x%yahoo.com
019811c5df
bug 351744: Memory leak in |inFileSearch::SetFilenameCriteria| (inFileSearch.cpp)
...
r=timeless, sr=biesi
2006-09-17 17:11:08 +00:00
timeless%mozdev.org
5a89bea3d5
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
89cb90e1f0
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
e2389c272f
Bug 352704, clear DOM storage when clearing cookies, r=mconnor,jst, sr=dveditz
2006-09-15 21:28:48 +00:00
cvshook%sicking.cc
96598eac07
fix bustage
2006-09-15 20:13:01 +00:00
cvshook%sicking.cc
6aa33bc309
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
d69a1eb15f
Limit translucent popups to chrome docshells b=70798 r+sr=bz
2006-09-14 23:03:40 +00:00
bzbarsky%mit.edu
9fe49d2f46
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
b78931f904
Allow generated content (:before/:after) for fieldsets. Bug 339289, r+sr=dbaron
2006-09-14 00:51:16 +00:00
Olli.Pettay%helsinki.fi
e2856157cf
Additional patch for Bug 348304, use nsWeakFrame, not nsIContent, r+sr=dbaron
2006-09-13 19:15:08 +00:00
smontagu%smontagu.org
35e10eda6c
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
dfec8c2a66
Simpler fix for bugs 307809 and 314502. b=352449 r+sr=bzbarsky
2006-09-13 06:53:15 +00:00
bzbarsky%mit.edu
1acdbc3ad1
Fix leak in nsSVGUtils::GetCoordContextProvider. Bug 352295, r=tor, sr=roc
2006-09-12 18:37:05 +00:00
Olli.Pettay%helsinki.fi
56c7a89808
Additional patch for Bug 348304 to fix Bug 351909 r+sr=bz
2006-09-12 07:27:38 +00:00
bzbarsky%mit.edu
7142f0cd22
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
b95549168e
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
866eb1abe0
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
58e29c5cff
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
79d5c52b5c
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
3deb00d066
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
1e65cfb75b
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
18d12280d2
Bug 350059 Allow cairo.h usage in nsSVGUtils.h. r+sr=roc
2006-09-11 15:26:19 +00:00
tor%cs.brown.edu
f96d1fa6ac
Bug 351738 - remove nsISVGRendererSurface usage from nsSVGImageFrame.
...
r+sr=roc
2006-09-11 15:16:43 +00:00
uriber%gmail.com
63dc4e2947
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
d72f219543
Change nsIFrame::PeekOffset back to NS_IMETHOD to fix bustage from bug 300131
2006-09-11 07:44:59 +00:00
uriber%gmail.com
1b4975fbeb
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
eca3a17b2c
Comment change to point to the bug that covers the issue
2006-09-10 23:23:31 +00:00
neil%parkwaycc.co.uk
4e74b0762a
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
6a153d20cf
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
5fd6a75d0b
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
931ea18f39
backing out patch for Bug 349879 since it turned creature red
2006-09-09 03:57:03 +00:00
longsonr%gmail.com
af06ddacaf
Bug 349879 - nsSVGGlyphFrame.cpp code consolidation. r=tor, sr=roc
2006-09-08 14:31:29 +00:00
longsonr%gmail.com
43eca7cc36
Bug 351570 - improve nsSVGPatternFrame encapsulation. r=tor, sr=bzbarsky
2006-09-08 13:54:05 +00:00
longsonr%gmail.com
e25e9429f2
Bug 351384 - improve nsSVGGradientFrame encapsulation. r=tor, sr=bzbarsky
2006-09-08 13:19:47 +00:00
longsonr%gmail.com
72dad7bc75
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
16baa33d29
MathML: stretchy attribute not working in some situations, b=320303, r+sr=roc
2006-09-08 07:32:45 +00:00
sayrer%gmail.com
c249dc7837
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
2006-09-08 04:35:17 +00:00
Olli.Pettay%helsinki.fi
bff8e4ac98
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
f971bbbc49
fix bustage on balsa
2006-09-07 09:01:18 +00:00
Olli.Pettay%helsinki.fi
fb5d72b2e0
Additional patch for bug 348304, fixes bug 351323, r+sr=dbaron
2006-09-07 08:59:49 +00:00
neil%parkwaycc.co.uk
6c75d3046f
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
635b1cd9ac
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
32aa62d777
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
105647a1dc
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
9e4c40e7a0
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
85f9954879
Bug 348304, @nsMenuFrame::HandleEvent, r=enndeakin, sr=dbaron
2006-09-03 20:25:58 +00:00
Olli.Pettay%helsinki.fi
09f169f5d8
Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst
2006-09-02 10:00:26 +00:00
bmlk%gmx.de
c79cf9dc99
make sure the nextinflow will be pushed bug 347367 r/sr=roc
2006-09-02 09:14:02 +00:00
bmlk%gmx.de
e2f5d3cdfd
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
5971c38cd9
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
734b9ed70f
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
642281d53f
Bug 350846, Combine NS_***_LOAD events, r+sr=jst
2006-08-31 19:33:01 +00:00
longsonr%gmail.com
a2612ad88b
Bug 350581 - Remove nsSVGCairoGlyphGeometry.h. r+sr=tor
2006-08-31 12:29:29 +00:00
bzbarsky%mit.edu
0eb47518f5
Fix crash bug 349398, r+sr=sicking
2006-08-31 03:22:36 +00:00
bzbarsky%mit.edu
9baf4488c8
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
10f955e5bb
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
8f4227815a
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
932977b56c
The right bustage fix. Still bug 349921
2006-08-30 18:43:41 +00:00
tor%cs.brown.edu
f041415a3d
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
7ef174d9c0
Fix build bustage for --disable-xul. Bug 349921
2006-08-30 18:04:27 +00:00
smontagu%smontagu.org
db334596ef
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
82ef28f26d
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
3763803f97
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
62cd93b48f
Fix build bustage. Bug 349921
2006-08-29 23:19:06 +00:00
bzbarsky%mit.edu
b2ef78901a
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
ac2351a996
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
acdf8ef828
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
ac4aad32df
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