Craig Topper
|
f720fbc615
|
Bug 575901 - DeCOMtaminate nsIStyleRuleProcessor method signatures. r=bz
|
2010-07-18 23:20:40 +02:00 |
|
L. David Baron
|
b2810df4d9
|
Append style sheets from binding manager when ensuring unique inner on all sheets. (Bug 578810) r=bzbarsky
|
2010-07-16 22:36:34 -07:00 |
|
Boris Zbarsky
|
b8fb52d415
|
Bug 555627. Make transitions actually work correctly on :before and :after. r=dbaron
|
2010-06-30 18:54:29 -07:00 |
|
Boris Zbarsky
|
7f14719c4d
|
Bug 573241. When reparenting a style context, don't include any transition rules the old context might have had in the new one, since that can confuse transitions. r=dbaron
|
2010-06-23 00:46:27 -04:00 |
|
Boris Zbarsky
|
8b6e50ff8c
|
Bug 571105. Don't force creation of an if-visited style contest if we don't actually need one. r=dbaron
|
2010-06-14 16:06:48 -04:00 |
|
Boris Zbarsky
|
6e35d9ce4f
|
Bug 558943. Pass the right value for aIsLink from ReparentStyleContext. r=dbaron
|
2010-06-08 15:58:26 -04:00 |
|
Craig Topper
|
00d9a2b835
|
Bug 566808 - "DeCOMtaminate nsIStyleRule method signatures" [r=dbaron]
(transplanted from 9a7be1835b530c72a46069a5c3951b80b16804a3)
--HG--
extra : transplant_source : %9A%7B%E1%83%5BS%0Cr%A4%60i%A5%C3%95%1B%80%B1h%04%A3
|
2010-05-19 22:28:00 -04:00 |
|
Craig Topper
|
9528e9a5c6
|
Rename nsIStyleSheet::GetApplicable to IsApplicable and GetComplete to IsComplete. (Bug 239008) r=dbaron
|
2010-05-14 12:05:14 -07:00 |
|
Boris Zbarsky
|
f5243e5ab2
|
Bug 565818. Pass Elements to HasAttributeDependentStyle and HasStateDependentStyle. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Craig Topper
|
d02574b6b4
|
DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-12 13:18:47 -07:00 |
|
Craig Topper
|
cb8187eff9
|
Remove nsICSSStyleSheet and replace all uses with nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Boris Zbarsky
|
f7d7c95ec6
|
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
|
b3de40cc58
|
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
|
ca01cf3893
|
Bug 562688 part 13. Eliminate eELEMENT usage in layout/style, except the rule processor. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Timothy Nikkel
|
19b8662309
|
Bug 559491. If a visited style context has no parent then add it to the list of roots. r=dbaron
|
2010-04-29 20:15:44 -05:00 |
|
L. David Baron
|
1e8873bdf4
|
Make style contexts know if they are the if-visited style. (Bug 557287) r=bzbarsky
|
2010-04-06 12:42:41 -07:00 |
|
L. David Baron
|
562295a495
|
Set NS_STYLE_RELEVANT_LINK_IS_VISITED when appropriate. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:27 -07:00 |
|
L. David Baron
|
d1f6c99d69
|
Pass through desired link-visitedness on the rule walker and construct if-visited style contexts in the style set when visited styles are present. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:27 -07:00 |
|
L. David Baron
|
7716822c2c
|
Make nsStyleContext::FindChildWithRules deal with the visited style context. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:26 -07:00 |
|
L. David Baron
|
3eacc25287
|
Split nsStyleSet::ResolveStyleForRules into two different APIs for the two different types of uses. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:25 -07:00 |
|
Zack Weinberg
|
7186dd3ecb
|
Bug 494117: remove PresContext argument to nsStyleSet::GetContext. r=bzbarsky
|
2010-04-01 23:07:42 -07:00 |
|
Zack Weinberg
|
ee4e0f1e56
|
Bug 494117 preliminary refactor: Search-and-replace 'ReStyle' with 'Restyle' throughout layout. r=roc
|
2010-03-31 17:43:32 -07:00 |
|
Markus Stange
|
b5b991d41d
|
Bug 554061 - Also check XBL stylesheets when determining whether a restyle is necessary when document state changes. r=dbaron
|
2010-03-25 10:22:58 +01:00 |
|
Markus Stange
|
5fb3e948bb
|
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
|
4a997d3554
|
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
|
f1f3037861
|
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 |
|
L. David Baron
|
1d3abc0523
|
Add method to nsStyleSet to call EnsureUniqueInner on all CSS sheets. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
|
Boris Zbarsky
|
4ecb7006bd
|
Bug 531933. Give HasStateDependentStyle a better signature. r=dbaron
|
2009-12-11 22:36:34 -08:00 |
|
Boris Zbarsky
|
c4baa01a7a
|
Bug 529749. Make sure nsRuleWalker never has a null mCurrent. r=dbaron
|
2009-12-11 22:36:34 -08:00 |
|
Boris Zbarsky
|
4a2975a003
|
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
|
5ea79b4acb
|
Bug 525608 part 6. Remove null-checks on RuleProcessorData::mContent. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
6b4f1d994c
|
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
|
414b184d55
|
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
|
99027aa785
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
e9f228c7d5
|
Backing out bug 525608 and bug 525952
|
2009-12-10 18:28:08 -08:00 |
|
Boris Zbarsky
|
7b8acbcaf3
|
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
|
a784f30c6a
|
Bug 525608 part 6. Remove null-checks on RuleProcessorData::mContent. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
bdb94e5fc6
|
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
|
e6128a1572
|
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
|
0a82b262db
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-10 14:36:05 -08:00 |
|
Boris Zbarsky
|
129197fdc7
|
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
|
9dc3b4cdd3
|
Bug 523294 part 1. Change the signature of HasAttributeDependentStyle. r=dbaron
|
2009-12-10 14:36:03 -08:00 |
|
Boris Zbarsky
|
c117d41a73
|
Bug 523148. Speed up AddImportantRules. r=dbaron
|
2009-12-10 14:36:02 -08:00 |
|
Boris Zbarsky
|
5215a681c7
|
Bug 525295. Rename nsStyleContext::GetPseudoType to GetPseudo. r=dbaron
|
2009-10-29 17:17:56 -04:00 |
|
L. David Baron
|
125bd1103e
|
Implement CSS transitions: handle starting and animation of the transitions. (Bug 435441) r=bzbarsky sr=roc
|
2009-10-07 20:22:42 -07:00 |
|
L. David Baron
|
ecd4b94d27
|
Make nsStyleSet use nsRuleWalker objects on the stack rather than in a member variable. (Bug 492675) r=bzbarsky
|
2009-10-02 14:06:42 -07:00 |
|
L. David Baron
|
b08500bbbb
|
Add missing SetLevel call that is caught by assertions once the following patch lands. (Bug 492675) r=bzbarsky
|
2009-10-02 14:06:41 -07:00 |
|
L. David Baron
|
1000b88c61
|
Reset the rule walker before calling NS_NewStyleContext. (Bug 513741) r=bzbarsky
|
2009-09-29 12:24:18 -07:00 |
|
Boris Zbarsky
|
dd0fc89b33
|
Bug 514773. Don't trigger rulenode gc unless we have rulenodes to gc. r=dbaron
|
2009-09-24 13:59:43 -04:00 |
|
L. David Baron
|
bcebc6f79b
|
Add more parameters to nsStyleSet::ResolveStyleForRules. (Bug 435441) r=bzbarsky
|
2009-08-10 15:52:29 -07:00 |
|
L. David Baron
|
286bc4ac06
|
Add assertions that the rule walker is at the root. (Bug 507457) r=bzbarsky
|
2009-08-04 15:39:53 -07:00 |
|
L. David Baron
|
a24f75b42e
|
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 |
|
L. David Baron
|
452186214b
|
Keep old rule trees around until they are no longer referenced. (Bug 475128) r+sr=bzbarsky
|
2009-01-29 20:39:23 -08:00 |
|
L. David Baron
|
e0a76520f3
|
Backed out changeset 24917a339f2e (bug 475128) because it didn't patch the IsRoot check nsRuleNode::Sweep, which it needs to.
|
2009-01-29 14:36:34 -08:00 |
|
L. David Baron
|
6fd6f6ba0f
|
Keep old rule trees around until they are no longer referenced. (Bug 475128) r+sr=bzbarsky
|
2009-01-29 12:39:19 -08:00 |
|
L. David Baron
|
ae2d624d95
|
Add assertions to EndReconstruct that all style contexts have been reresolved. (Bug 473871) r+sr=bzbarsky
|
2009-01-16 13:32:09 -08:00 |
|
L. David Baron
|
a0c80a0fdb
|
Replace mechanism for restricting the properties that apply to :first-line and :first-letter. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
|
John Daggett
|
0d24013534
|
Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron,bz sr=dbaron
|
2008-11-27 12:50:16 +09:00 |
|
L. David Baron
|
5785e50c68
|
Fix cascading bugs with @font-face rules (and prepare for handling dynamic changes) by accumulating the @font-face rules across rule processors through the style set. (Bug 457821) sr=bzbarsky r=jdaggett a=blocking1.9.1+
|
2008-11-25 15:22:38 -08:00 |
|
L. David Baron
|
b5cdb24735
|
Back out 91690545debc0d3537fcb0598ebd6ac7e21f2072 due to mac startup failures.
|
2008-11-25 15:09:02 -08:00 |
|
L. David Baron
|
88620d4af0
|
Fix cascading bugs with @font-face rules (and prepare for handling dynamic changes) by accumulating the @font-face rules across rule processors through the style set. (Bug 457821) sr=bzbarsky r=jdaggett a=blocking1.9.1+
|
2008-11-25 13:27:54 -08:00 |
|
L. David Baron
|
8be0d9e6b5
|
Fix assertion about being too late to set quirks style sheet. (Bug 450191) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 13:27:54 -08:00 |
|
Boris Zbarsky
|
70c50466ec
|
Bug 454578. Load the quirk stylesheet separately from the general UA stylesheet, so it can be sensibly enabled/disabled in style sets. r+sr=dbaron
|
2008-11-02 21:29:51 -05:00 |
|
L. David Baron
|
42a9d4fd96
|
Assert when we set the quirk style sheet after building rule cascades. (Bug 448281) r+sr=bzbarsky
|
2008-08-06 10:42:56 -07:00 |
|
L. David Baron
|
080104f972
|
Handle effects of medium feature changes on XBL style sheets. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:49 -07:00 |
|
L. David Baron
|
b2fc2a6576
|
Implement media queries, part 3: infrastructure for dynamic change handling at the rule processor and style set level. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:48 -07:00 |
|
L. David Baron
|
e513131988
|
Remove pointless null checks that are extremely unlikely to fail. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:48 -07:00 |
|
L. David Baron
|
aca5c25858
|
Avoid stack overflow by not using recursion to add the important rules. (Bug 439184.) r=fantasai sr=bzbarsky
|
2008-07-13 13:57:38 -07:00 |
|
Olli.Pettay@helsinki.fi
|
67622f2077
|
Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking
|
2008-02-26 04:40:18 -08:00 |
|
bzbarsky@mit.edu
|
086bfe7160
|
We can destroy style contexts during ruletree reconstruct. Bug 403454, r+sr=dbaron
|
2007-11-14 22:13:48 -08:00 |
|
bzbarsky@mit.edu
|
d6ddf5aec3
|
Fix bug 345609. r+sr+a=roc
|
2007-10-12 11:37:51 -07:00 |
|
Olli.Pettay@helsinki.fi
|
81c89897e3
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 07:16:19 -07:00 |
|
Olli.Pettay@helsinki.fi
|
ad51500682
|
Bug 275196, xml:id, r=sicking, sr=dbaron
|
2007-07-26 05:22:01 -07:00 |
|
vladimir@pobox.com
|
7c12866d18
|
b=339553, drawString enhancement for canvas, r=me; patch from robarnold
|
2007-07-25 11:21:34 -07:00 |
|
sharparrow1@yahoo.com
|
fb3a8889db
|
Bug 386640: ClearStyleDataAndReflow is fundamentally broken. r+sr=bz
|
2007-07-25 10:14:13 -07:00 |
|
bzbarsky@mit.edu
|
a4c90a1d9d
|
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 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
bzbarsky@mit.edu
|
4742664b10
|
Don't apply user stylesheets to descendants of native anonymous subtrees. Bug
285140, r+sr=dbaron
|
2007-06-15 22:09:51 -07:00 |
|
dbaron@dbaron.org
|
5d44540384
|
Make rule nodes know their level in the cascade. b=374907 r+sr=bzbarsky
|
2007-05-16 14:08:51 -07:00 |
|
bzbarsky@mit.edu
|
2931d10719
|
Don't apply user stylesheets to native anonymous content. Bug 286895, r+sr=dbaron
|
2007-05-04 23:47:09 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|