Boris Zbarsky
|
a84e2f2d95
|
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 |
|
Daniel Holbert
|
e1d1b4008c
|
Bug 740067: Make nsCSSFrameConstructor::CreateNeededTablePseudos return void. r=bz
|
2012-03-28 12:43:15 -07:00 |
|
Daniel Holbert
|
eb7905baea
|
Bug 738007: Minor code cleanup in nsCSSFrameConstructor::FlushAccumulatedBlock. r=bz
|
2012-03-22 10:31:19 -07:00 |
|
Boris Zbarsky
|
a90ab1fdc8
|
Bug 537624. Don't set up undisplayed entries until we're sure we're creating frames from the relevant FrameConstructionItemList. r=roc
|
2012-03-19 18:22:02 -04:00 |
|
Boris Zbarsky
|
11bec6d3bc
|
Bug 728516. Refactor frame construction for things that want to wrap kids in a block. r=roc
|
2012-02-21 18:01:40 -05:00 |
|
Jonathan Watt
|
984e94f0fb
|
Bug 714839 - Make nsCSSFrameConstructor inherit nsFrameManager. r=bz.
--HG--
extra : rebase_source : 23c36617c5088884b7e1ecea48e6c09aa8757690
|
2012-02-02 10:06:46 +00:00 |
|
Jeff Walden
|
62f48d8793
|
Bug 711647 - Add MOZ_DELETE to a bunch of deliberately-not-implemented methods across the tree. r=dbaron
--HG--
extra : rebase_source : 507006c0f099da6851b585d2062267d285978ad7
|
2011-12-16 14:42:07 -05:00 |
|
Boris Zbarsky
|
5d8935e244
|
Bug 302566. Show canvas fallback content when script is disabled. r=tnikkel
|
2011-12-21 16:50:39 -05:00 |
|
Boris Zbarsky
|
ea35d340a7
|
Bug 709256 part 3. Skip calling PresShell::FlushPendingNotifications altogether if there might not be anything to flush. r=roc
|
2011-12-14 23:42:15 -05:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d2b70213ac
|
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 |
|
Craig Topper
|
26bac156fd
|
Bug 654369 - Part 11: Remove OOM checks from layout/base r=bz
--HG--
extra : rebase_source : a725d78f3e128d6d4ca1eb48eec1cfc78f7762bf
|
2011-04-28 22:02:40 -07:00 |
|
Matheus Kerschbaum
|
c0decf640b
|
Bug 660762 - Remove --disable-mathml support. r=roc
|
2011-06-02 13:11:33 +02:00 |
|
Ed Morley
|
f13392fb42
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
|
Boris Zbarsky
|
7d3e2c97ad
|
Bug 654989 part 1. Allow handing out both an nsIContent and an nsStyleContext from CreateAnonymousContent. r=roc
|
2011-05-06 16:04:44 -04:00 |
|
Timothy Nikkel
|
d7ba2c0b5d
|
Bug 653129. Remove useless CreateViewForFrame calls that don't do anything anymore. r=roc
|
2011-04-29 15:51:09 +02:00 |
|
Timothy Nikkel
|
1f4fb4d375
|
Bug 653125. Remove misc SVG views. r=roc
|
2011-04-29 12:36:02 +02:00 |
|
Boris Zbarsky
|
af7837cf56
|
Bug 598832 part 16. Use a single TreeMatchContext for all the style resolution that the frame constructor does as part of a single frame construction batch. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
|
Boris Zbarsky
|
c634f43209
|
Bug 313351. ContentStatesChanged should take only one argument. r=dbaron
|
2011-03-28 23:32:11 -04:00 |
|
Boris Zbarsky
|
12a6879b47
|
Bug 632907. Use Element more in the frame constructor. r=roc
|
2011-03-04 10:27:02 -05:00 |
|
Boris Zbarsky
|
28bb2cf45c
|
Bug 609272. Make sure to not apply clipping of overflow when printing to the root element, because it doesn't really make use of its overflow style itself. r=dbaron
|
2010-11-30 13:19:57 -05:00 |
|
Dave Townsend
|
f322fea87c
|
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
|
2010-12-01 11:01:56 -08:00 |
|
Boris Zbarsky
|
26f311d0b7
|
Bug 609272. Make sure to not apply clipping of overflow when printing to the root element, because it doesn't really make use of its overflow style itself. r=dbaron
|
2010-11-30 13:19:57 -05:00 |
|
Mounir Lamouri
|
06426cc202
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
|
Neil Deakin
|
08f632c3d8
|
Bug 558072. Allow getting of popup position and size from popupshowing event. r=roc,a=blocking
--HG--
extra : rebase_source : 0589fbc0410548f8f7ee748d59e70721c5fcc29b
|
2010-09-06 15:30:17 +12:00 |
|
Ms2ger
|
70a57ce50d
|
Bug 562698 - Part c: Pass Elements to AttributeWillChange; r=bzbarsky, a=dbaron
|
2010-08-24 09:06:20 +02:00 |
|
Ms2ger
|
b01dbc0d56
|
Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-24 09:05:56 +02:00 |
|
Boris Zbarsky
|
75b9e08789
|
Bug 577607 part 2. Teach the refresh driver to flush restyles and reflow on more than one presshell. r=roc
|
2010-08-11 17:05:27 -04:00 |
|
Robert O'Callahan
|
19a4e37ac9
|
Backed out changeset 0c4519d63a98
|
2010-08-12 11:32:21 +12:00 |
|
Boris Zbarsky
|
cfd42187e4
|
Bug 577607 part 2. Teach the refresh driver to flush restyles and reflow on more than one presshell. r=roc
|
2010-08-11 17:05:27 -04:00 |
|
Boris Zbarsky
|
84ada1f473
|
Bug 577309 part 15. Stop using content indices entirely in nsCSSFrameConstructor::ContentRemoved. r=tnikkel
|
2010-07-15 00:38:24 -04:00 |
|
Boris Zbarsky
|
aa57411bfc
|
Bug 577309 part 14. Stop using content indices entirely in nsCSSFrameConstructor::ContentAppended. r=tnikkel
|
2010-07-15 00:38:23 -04:00 |
|
Boris Zbarsky
|
6a55b3e438
|
Bug 577309 part 13. Stop using content indices entirely in nsCSSFrameConstructor::ContentInserted. r=tnikkel
|
2010-07-15 00:38:23 -04:00 |
|
Boris Zbarsky
|
de68c27153
|
Bug 577309 part 11. Stop using content indices in AddTextItemIfNeeded. r=roc
|
2010-07-15 00:38:22 -04:00 |
|
Boris Zbarsky
|
4af3b5f631
|
Bug 577309 part 10. Stop using content indices in GetRangeInsertionPoint. r=tnikkel
|
2010-07-15 00:38:22 -04:00 |
|
Boris Zbarsky
|
f09e89345a
|
Bug 577309 part 9. Stop using content indices in GetInsertionPrevSibling. r=tnikkel
|
2010-07-15 00:38:21 -04:00 |
|
Boris Zbarsky
|
7ad886dc2d
|
Bug 577309 part 7. Stop using content indices in determining whether to suppress whitespace frames. r=roc
|
2010-07-15 00:38:21 -04:00 |
|
Boris Zbarsky
|
e91b96e768
|
Bug 577309 part 5. Change MaybeConstructLazily to not use content indices. r=tnikkel
|
2010-07-15 00:38:20 -04:00 |
|
Boris Zbarsky
|
ae8dd74b48
|
Bug 577309 part 4. Change MaybeRecreateForFrameset to not use content indices. r=tnikkel
|
2010-07-15 00:38:20 -04:00 |
|
Boris Zbarsky
|
997952ed95
|
Bug 577309 part 2. Change the ContentRangeInserted signature to take the end child in addition to the start child. r=tnikkel
|
2010-07-15 00:38:20 -04:00 |
|
Boris Zbarsky
|
fa30dc0437
|
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
|
ef0bbab82b
|
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
|
ecd2c79550
|
Bug 479655 part 4. Move handling of eRestyle_LaterSiblings into RestyleTracker. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
9c63a6458d
|
Bug 479655 part 3. Refactor restyle processing into a new RestyleTracker class. r=dbaron
|
2010-06-18 12:23:04 -04:00 |
|
L. David Baron
|
76df418748
|
Additional restyling is needed for :empty + E and :empty ~ E selectors. (Bug 534804) r=bzbarsky
|
2010-05-14 22:01:45 -07:00 |
|
Boris Zbarsky
|
3eb8b8249a
|
Bug 562700 part 3. Store Element in the restyle table and pass it to the actual restyling functions. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
1b6aa7ce33
|
Bug 562700 part 2. Change the restyle-event functions to take Element. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
82b81e433e
|
Bug 565819. Switch RestyleForRemove/Append/InsertOrChange to using Element and the new DOM traversal APIs. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
95b761ff79
|
Bug 565818. Pass Elements to HasAttributeDependentStyle and HasStateDependentStyle. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
8ccd3c1fea
|
Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking
|
2010-05-10 21:12:34 -04:00 |
|