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
|
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 |
|
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 |
|
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 |
|
Craig Topper
|
8b8747d605
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
|
L. David Baron
|
3a0a941202
|
Add method to munge the content state appropriately for how we're matching so that matching operations in HTML and CSS style sheets follow the new rules. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:27 -07:00 |
|
L. David Baron
|
3dbb11b9a9
|
Fix initialization comment in nsRuleProcessorData. (Bug 147777) r=sdwilsh
|
2010-04-02 18:58:26 -07:00 |
|
Markus Stange
|
00fbecd8b0
|
Bug 508482 - Window activation status should be a pseudoclass (:-moz-window-inactive) instead of an attribute. r=dbaron, r+sr=jst
|
2010-03-17 18:10:57 +01:00 |
|
Markus Stange
|
d0207d99c6
|
Backed out changeset e17c076aceea, bug 508482 (:-moz-window-inactive pseudoclass) because of test_righttoleft.xul test failures.
|
2010-03-17 20:03:53 +01:00 |
|
Markus Stange
|
4a7a64bc2e
|
Bug 508482 - Window activation status should be a pseudoclass (:-moz-window-inactive) instead of an attribute. r=dbaron, r+sr=jst
|
2010-03-17 18:10:57 +01:00 |
|
Shawn Wilsher
|
5a72540281
|
Bug 461199 (Part 15) - Rely on nsIContent::IntrinsicState instead of nsIContent::GetLinkState in layout.
Layout should call IntrinsicState instead of GetLinkState. Simplifies a lot of
logic, and makes the code easier to follow.
r=bz
sr=dbaron
|
2009-12-15 16:04:12 -08:00 |
|
Shawn Wilsher
|
f968dfb0d2
|
Backed out changeset bca0b6ed92e4
|
2010-02-18 10:02:49 -08:00 |
|
Shawn Wilsher
|
35bd533654
|
Bug 461199 (Part 15) - Rely on nsIContent::IntrinsicState instead of nsIContent::GetLinkState in layout.
Layout should call IntrinsicState instead of GetLinkState. Simplifies a lot of
logic, and makes the code easier to follow.
r=bz
sr=dbaron
|
2009-12-15 16:04:12 -08:00 |
|
Boris Zbarsky
|
e6b913a5da
|
Bug 525608 part 7. Make tree pseudos use a separate hashtable instead of riding along on the rulehash. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
43f303198b
|
Bug 525608 part 6. Remove null-checks on RuleProcessorData::mContent. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
a94a034494
|
Bug 525608 part 5. Change anonymous box rule matching to just use a separate hashtable and not ever run SelectorMatches. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
430b782ab4
|
Bug 525608 part 4. Change pseudo-element probing and resolution to not use EnumerateTagRules. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
8202b90f61
|
Backing out bug 525608 and bug 525952
|
2009-12-10 18:28:08 -08:00 |
|
Boris Zbarsky
|
88d6042335
|
Bug 525608 part 7. Make tree pseudos use a separate hashtable instead of riding along on the rulehash. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
bc3772ed53
|
Bug 525608 part 6. Remove null-checks on RuleProcessorData::mContent. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
ca2a7fe058
|
Bug 525608 part 5. Change anonymous box rule matching to just use a separate hashtable and not ever run SelectorMatches. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
fbb842ae93
|
Bug 525608 part 4. Change pseudo-element probing and resolution to not use EnumerateTagRules. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
f4635e997b
|
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
|
43bec57640
|
Bug 523288 part 3. Do a bit less work still in the RuleProcessorData constructor. r=dbaron
|
2009-12-10 14:36:03 -08:00 |
|
Boris Zbarsky
|
66a92eee42
|
Bug 523288 part 2. Get link state and content state lazily. r=dbaron
|
2009-12-10 14:36:03 -08:00 |
|
L. David Baron
|
7fbb9db0a5
|
Separate RuleProcessorData and derived structs into their own header file to reduce include dependencies. (Bug 435441) r=bzbarsky
--HG--
rename : layout/style/nsIStyleRuleProcessor.h => layout/style/nsRuleProcessorData.h
|
2009-08-01 08:53:40 -07:00 |
|