Boris Zbarsky
|
fbfff8a404
|
Bug 598832 part 15. Make RuleProcessorData not inherit from TreeMatchContext anymore, so we can decouple the lifetimes. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
bc9f691318
|
Bug 598832 part 14. Make RuleProcessorData a stack-only class. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
7a803c365b
|
Bug 598832 part 13. Stop using RuleProcessorData in the DOM-exposed selector-matching methods. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
b65ed4354f
|
Bug 598832 part 12. Stop using RuleProcessorData in SelectorMatchesTree. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
d48e457cc2
|
Bug 598832 part 11. Stop caching the parent content pointer and the element pointer; just use the passed-in aElement. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
22bd1cff27
|
Bug 598832 part 10. Stop caching information about the element's attributes; just get it from the DOM as needed. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
2e4df29640
|
Bug 598832 part 9. Stop caching the element's local name; just get it from the DOM as needed. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
69b3dc14e0
|
Bug 598832 part 8. Move NodeMatchContext higher up the callstack, so that we don't have to call IsLink as much. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
b7cf0b4cf6
|
Bug 598832 part 7. Stop caching the content state of elements; just reget it from the DOM as needed. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
be4156dd55
|
Bug 598832 part 6. Stop caching the language of elements; just reget it from the DOM as needed. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
3b5cba5436
|
Bug 598832 part 5. Move caching of nth-index stuff to the TreeMatchContext. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
Boris Zbarsky
|
8d93a3554b
|
Bug 598832 part 4. Move tracking of whether we're in quirks mode to the TreeMatchContext. r=dbaron
|
2011-03-29 13:29:20 -04:00 |
Boris Zbarsky
|
206e01b948
|
Bug 598832 part 3. Stop keeping track of whether the node or document is HTML in the RuleProcessorData. r=dbaron
|
2011-03-29 13:29:20 -04:00 |
Boris Zbarsky
|
a691fa82b9
|
Bug 598832 part 2. Move tracking of the scope root to the TreeMatchContext. r=dbaron
|
2011-03-29 13:29:20 -04:00 |
Boris Zbarsky
|
4e6bf4af7c
|
Bug 598832 part 1. Move TreeMatchContext out to where things other than the rule processor can get at it. r=dbaron
|
2011-03-29 13:29:20 -04:00 |
Craig Topper
|
678b9c7c11
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
--HG--
rename : layout/style/nsCSSStyleRule.cpp => layout/style/StyleRule.cpp
rename : layout/style/nsICSSStyleRule.h => layout/style/StyleRule.h
|
2011-03-10 21:48:57 -05:00 |
Boris Zbarsky
|
a5dd83ec8b
|
Bug 608759. Stop calling ContentEnumFunc through a function pointer; just call it directly. r=dbaron
|
2011-03-07 12:45:25 -05:00 |
Boris Zbarsky
|
cbc1af6201
|
Bug 635286. Fix dynamic handling of :not() inside :-moz-any(). r=dbaron, a=dbaron
|
2011-02-24 13:42:15 -05:00 |
Boris Zbarsky
|
5579a836d1
|
Bug 631352. Changes to @lang need to restyle all descendants. r=dbaron, a=blocker
|
2011-02-08 16:30: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 |
Jim Mathies
|
55b9f24b32
|
Bug 543910 - Layout support for -moz-windows-theme. r=dbaron, a=final.
|
2010-10-09 15:53:45 -05:00 |
L. David Baron
|
54958ef33a
|
Add a selector hack so that we can implement table border styles compatibly in CSS. (Bug 539880) Test by Geoff Lankow <geoff@darktrojan.net>. r=bzbarsky a2.0=blocking2.0:betaN
|
2010-10-06 21:25:47 -07:00 |
Kyle Huey
|
65b4e6c0c6
|
Bug 578714: Stop doing Unicode-aware case-folding inside layout/style. r=zwol sr=bz
|
2010-08-02 15:19:04 -07:00 |
Craig Topper
|
cdca710a52
|
Remove aTag argument from nsICSSPseudoComparator::PseudoMatches. (Bug 576794) r=bzbarsky a2.0=bsmedberg
|
2010-07-30 16:48:57 -07:00 |
Craig Topper
|
2c93240c8e
|
DeCOMtaminate nsICSSPseudoComparator::PseudoMatches method signature. (Bug 576794) r=bzbarsky a2.0=bsmedberg
|
2010-07-30 16:48:57 -07:00 |
Kyle Huey
|
02f6c3eb51
|
Backed out changeset 9e87c3efc33b
|
2010-07-29 16:01:41 -07:00 |
Kyle Huey
|
330a1072b2
|
Bug 578714: Stop doing Unicode-aware case-folding inside layout/style. r=zwol sr=bz
--HG--
extra : rebase_source : 7d5f43bf8d7d109c9669db68589e26554df9a250
|
2010-07-29 12:41:04 -07:00 |
Craig Topper
|
7bc0610614
|
Bug 575901 - DeCOMtaminate nsIStyleRuleProcessor method signatures. r=bz
|
2010-07-18 23:20:40 +02:00 |
Craig Topper
|
9855496f0b
|
Bug 571946 - Let nsICSSRule::GetType return the type as a PRInt32 type instead of taking an outparam for that. r=bz
|
2010-07-18 16:39:20 +02:00 |
Michael Ventnor ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
6e287b8de2
|
Bug 566480 - Make dragging the menubar drag the window on GTK themes where that should work (and also fix GTK resize drags to initialize drag better). r=karlt,dbaron,enn,dao
|
2010-07-17 10:11:54 +02:00 |
Boris Zbarsky
|
1376944f84
|
Bug 576658. Simplify AppendRuleToTagTable. r=dbaron
|
2010-07-08 09:50:18 -07:00 |
Boris Zbarsky
|
35ac88e284
|
Bug 576136. Use arrays of rulevalues, not linked lists, for slightly better cache locality. r=dbaron
|
2010-07-02 16:56:09 -04:00 |
Benjamin Smedberg
|
a677e5bf91
|
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
|
2010-07-01 11:55:57 -04:00 |
Benjamin Smedberg
|
c89bc5321c
|
Bug 573739 - Don't get the private browing service during layout module initialization: delay until profile-after-change.
|
2010-06-22 12:59:57 -04:00 |
Boris Zbarsky
|
a7d7581a19
|
Bug 571347. In HasAttributeDependentStyle when the class attribute is changing, walk only selectors with classes that might be relevant. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
L. David Baron
|
4684f3f568
|
Backed out changeset a6e3300a3bac (bug 571347) for causing bug 573255 because the optimization is invalid given :not() selectors.
|
2010-06-19 14:16:38 -07:00 |
Boris Zbarsky
|
c8d7e9da79
|
Bug 571347. In HasAttributeDependentStyle when the class attribute is changing, walk only selectors with classes that might be relevant. r=dbaron
|
2010-06-18 12:23:05 -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
|
43f065f6ae
|
Bug 494117 part 1. Rename eRestyle_Self to eRestyle_Subtree. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
Markus Stange
|
98b0d9be1f
|
Bug 426082, part 2: Make nsEventStateManager::GetContentState return the state directly instead of using an outparam. r=dbaron
|
2010-05-31 19:49:04 +02:00 |
L. David Baron
|
86bba93f79
|
Make the 'noappend' selector optimizations only restyle later siblings, which is what they need to do. (Bug 534804) r=bzbarsky
|
2010-05-14 22:01:46 -07: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 |
Craig Topper
|
29a342cd5f
|
Rename nsIStyleSheet::GetApplicable to IsApplicable and GetComplete to IsComplete. (Bug 239008) r=dbaron
|
2010-05-14 12:05:14 -07:00 |
Craig Topper
|
bd3c6ba927
|
DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-12 13:18:47 -07:00 |
Craig Topper
|
b08d6c5ef5
|
Remove nsICSSStyleSheet and replace all uses with nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
Boris Zbarsky
|
fb534f9674
|
Bug 562971. Include Element.h as mozilla/dom/Element.h and don't use 'using namespace' quite as much. r=jst
|
2010-05-05 14:18:05 -04:00 |
Boris Zbarsky
|
3f7bc45256
|
Bug 562688 part 14. Eliminate eELEMENT usage in the rule processor; switch to Element as we can. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
Boris Zbarsky
|
9c2ad4b2aa
|
Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking
|
2010-04-30 09:12:05 -04:00 |
Mitchell Field
|
f544d71a9d
|
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
|
2010-04-29 18:59:13 +02:00 |
Boris Zbarsky
|
d6ac020246
|
Bug 561516. Switch from an array of function pointers to a switch to make it easier to modify this code in the future. r=dbaron
|
2010-04-26 16:27:01 -04:00 |