Boris Zbarsky
|
af3a741c2a
|
Bug 751012. When saving frame state, make sure to walk through placeholders so we save the state of out-of-flow descendants properly. Also make sure to walk the continuations and special siblings of the root frame that we're saving state for. r=roc
|
2012-05-09 21:27:47 -04:00 |
Matt Woodrow
|
af4f076a57
|
Bug 729955 - Invalidate destroyed out-of-flow frames before unregistering the placeholder frame. r=bz
|
2012-03-26 11:27:37 -07:00 |
Matt Woodrow
|
9830f5d3d3
|
Bug 721082 - Constify nsIFrame::GetParentStyleContextFrame. r=roc
|
2012-02-15 22:28:21 +13:00 |
Jonathan Watt
|
91fb585e2f
|
Bug 714839 - Make nsCSSFrameConstructor inherit nsFrameManager. r=bz.
--HG--
extra : rebase_source : 23c36617c5088884b7e1ecea48e6c09aa8757690
|
2012-02-02 10:06:46 +00:00 |
Ehsan Akhgari
|
92ce234a01
|
Bug 10209 - Part 2: Implement the absolute positioning support for all frames; r=roc
|
2011-04-29 19:02:33 -04:00 |
Michael Wu
|
ac54b41b01
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Mats Palmgren
|
e15517b1ab
|
Bug 653649 - New way of getting child lists from frames. (part 4/5) r=roc
Remove the nsIAtom* child list names and use child list ID enum instead.
|
2011-08-24 22:54:30 +02:00 |
Ehsan Akhgari
|
f3e14ab46c
|
Back out bug 10209 and bug 656875 (its regression fix) from Aurora because the work on this bug has not been finished yet
--HG--
extra : transplant_source : t%9F%EB%2Aa%A4%C0%9Ab%A5%DDQ%3EMD%5E%01h%E7%2A
|
2011-06-01 16:18:15 -04:00 |
Boris Zbarsky
|
925fd04204
|
Bug 631529. Pass a TreeMatchContext into ReResolveStyleContext so that we can share the nth-index cache across the entire reresolution. r=dbaron
|
2011-05-24 20:19:09 -04:00 |
Ehsan Akhgari
|
f57792c77d
|
Bug 10209 - Part 2: Implement the absolute positioning support for all frames; r=roc
|
2011-04-29 19:02:33 -04:00 |
Alexander Surkov
|
017d80638c
|
Bug 606125 - develop a way to handle visibility style, r=marcoz, davidb, sr=bz, a=blocking
--HG--
rename : accessible/tests/mochitest/treeupdate/test_tableinsubtree.html => accessible/tests/mochitest/treeupdate/test_ariadialog.html
|
2010-11-13 12:49:26 -05:00 |
Alexander Surkov
|
17c3b15399
|
Bug 570275 - rework accessible tree update code, r=marcoz, davidb, bz, a=blocking
|
2010-10-21 13:16:10 +09:00 |
Boris Zbarsky
|
05d0d37d81
|
Bug 494117 part 2. Don't force selector matching on the whole subtree rooted at an element when the element's style changes. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
Boris Zbarsky
|
5909b12a5b
|
Bug 479655 part 5. Pass the relevant restyle tracker through to style reresolution. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
Boris Zbarsky
|
605eaae771
|
Bug 565809. Move checking for style attribute changes into the cascade level. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
Ehren Metcalfe
|
81deb6e11f
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
Zack Weinberg
|
7b6b6d2167
|
Bug 494117: Mechanically change 'ReParent' to 'Reparent' throughout the tree. r=bzbarsky
|
2010-04-01 23:07:43 -07:00 |
Zack Weinberg
|
54158911c9
|
Bug 494117 preliminary refactor: Search-and-replace 'ReStyle' with 'Restyle' throughout layout. r=roc
|
2010-03-31 17:43:32 -07:00 |
Craig Topper
|
14722e7bf7
|
Bug 253889: DeCOMtaminate nsIPresShell - Make GetRootFrame() nonvirtual inside gklayout. r=roc
--HG--
extra : rebase_source : 6c1572e04309bc6d0db9732f98d820595dd3ab77
|
2010-03-31 08:48:04 -04:00 |
Boris Zbarsky
|
7c27f673da
|
Bug 536718. Clean up NotifyDestroyingFrame. r=roc
|
2009-12-29 15:13:54 -05:00 |
Boris Zbarsky
|
21ee053fb3
|
Bug 500882 part 7. Remove the old GetPrimaryFrameFor API. r=roc, sr=dbaron
|
2009-12-24 16:20:06 -05:00 |
Boris Zbarsky
|
644c5ccda9
|
Bug 500882 part 2. Switch setting of primary frames to the new API; switch nsFrameManager::GetPrimaryFrameFor to the new API; remove resulting gobs of dead code. r=roc
|
2009-12-24 16:20:05 -05:00 |
fantasai
|
e82600a22d
|
Bug 508473 Part II: Remove DeletingFrameSubtree r=bz sr=roc
|
2009-12-24 00:20:41 -05:00 |
fantasai
|
457fa4eb68
|
Bug 508473 Part I: Remove nsIFrame::RemovedAsPrimary r=bz sr=roc
|
2009-12-24 00:20:20 -05:00 |
Boris Zbarsky
|
dce9f8317e
|
Bug 523294 part 2. Get rid of the aAttribute argument to SelectorMatches; handle attribute changes by checking for matches on selectors including the given attribute both before and after the change. r=dbaron
|
2009-12-10 14:36:03 -08:00 |
Boris Zbarsky
|
39072906a0
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
Alexander Surkov
|
328491c8bb
|
Bug 452564 - can't create accessibles for table children when visibility style of table is changed, r=ginn.chen, sr=roc
|
2009-07-30 15:55:51 +08:00 |
dbaron@dbaron.org
|
3648ad5fbb
|
Force reflow on default font change, since style data comparison is not sufficient for things not reflected in style data. b=394057 r+sr=roc a=blocking1.9+
|
2008-02-08 11:52:46 -08:00 |
Olli.Pettay@helsinki.fi
|
33d9adc753
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 07:16:19 -07:00 |
Olli.Pettay@helsinki.fi
|
2bb3360e9f
|
Bug 275196, xml:id, r=sicking, sr=dbaron
|
2007-07-26 05:22:01 -07:00 |
bzbarsky@mit.edu
|
3f4c992470
|
Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute. Bug 315920, r=dbaron,
sr=sicking.
|
2007-07-12 13:05:45 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
dbaron%dbaron.org
|
540cdc29e5
|
Force reflow on default font change, since style data comparison is not sufficient for things not reflected in style data. b=394057 r+sr=roc a=blocking1.9+
|
2008-02-08 19:53:59 +00:00 |
Olli.Pettay%helsinki.fi
|
3255dc745d
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
Olli.Pettay%helsinki.fi
|
4d6734ffc4
|
Bug 275196, xml:id, r=sicking, sr=dbaron
|
2007-07-26 12:22:17 +00:00 |
bzbarsky%mit.edu
|
ee3679d650
|
Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute. Bug 315920, r=dbaron,
sr=sicking.
|
2007-07-12 20:05:49 +00:00 |
bzbarsky%mit.edu
|
47494a9313
|
Make ReconstructDocElementHierarchy work correctly even if we first blew away a
pseudo which had the root as its content. Bug 343293, r+sr=roc
|
2006-12-04 20:35:55 +00:00 |
bzbarsky%mit.edu
|
8fc18b2ae7
|
When doing ContentRemoved, IndexOf() will always return -1. So don't use it.
Bug 360524, r+sr=roc
|
2006-11-13 21:27:44 +00:00 |
Olli.Pettay%helsinki.fi
|
574eb72e46
|
Bug 347836, Add static method to get nsIRootBox, r+sr=roc
|
2006-08-08 10:40:11 +00:00 |
dbaron%dbaron.org
|
8b90a8ebf4
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
bzbarsky%mit.edu
|
c50f975dda
|
Fix crash bug 322348 by making ReParentStyleContext more sane. r+sr=dbaron
|
2006-03-16 01:30:38 +00:00 |
cvshook%sicking.cc
|
0f489187a0
|
Bug 321294: Remove unused ReplaceFrame codepaths.
r/sr=roc
|
2006-01-10 22:58:37 +00:00 |
bzbarsky%mit.edu
|
87e448d51e
|
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 |
bzbarsky%mit.edu
|
b626abc29c
|
Remove prescontext args for some nsIFrame methods
(Append/Insert/Remove/ReplaceFrames) and for some methods in table land. Patch
by Vidar Braut Haarr <bugmail@q1n.org>, r+sr=bzbarsky
|
2005-02-07 01:58:25 +00:00 |
bryner%brianryner.com
|
6f61ffd0d2
|
Trying again to land support for content node properties (bug 253888). r=jst, sr=dbaron.
|
2004-08-24 18:50:29 +00:00 |
bryner%brianryner.com
|
014fbde518
|
Backing out 253888 again due to Tp regression plus another problem I noticed (frame properties not getting destroyed on frame destruction)
|
2004-08-22 07:10:50 +00:00 |
bryner%brianryner.com
|
87894dfad3
|
Second try at landing support for content node properties (bug 253888). r=jst, sr=dbaron.
|
2004-08-22 04:58:44 +00:00 |
bryner%brianryner.com
|
0509dcce92
|
Backing out bug 253888 until I can figure out how to fix the crash
|
2004-08-21 06:27:54 +00:00 |
bryner%brianryner.com
|
fd39847c12
|
Refactor the frame property code and use it for supporting properties on dom elements. Bug 253888, r=jst, sr=dbaron.
|
2004-08-21 05:09:50 +00:00 |
bryner%brianryner.com
|
cc807b07b1
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |