Zack Weinberg
|
76dbdde0f4
|
Bug 569719 part 2: Move headers for the former nsCSSLoader and nsCSSDeclaration into mozilla/css/. r=dbaron
--HG--
rename : layout/style/nsCSSDeclaration.cpp => layout/style/Declaration.cpp
rename : layout/style/nsCSSDeclaration.h => layout/style/Declaration.h
rename : layout/style/nsCSSLoader.cpp => layout/style/Loader.cpp
rename : layout/style/nsCSSLoader.h => layout/style/Loader.h
|
2010-06-28 15:49:35 -07:00 |
|
Zack Weinberg
|
9c006a4ff7
|
Bug 569719 part 1: Rename nsCSSDeclaration to mozilla::css::Declaration. r=dbaron
|
2010-06-28 15:49:35 -07:00 |
|
Craig Topper
|
dcd5047456
|
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 |
|
Jonathan Kew
|
1341e3f276
|
bug 511339 - part 1 - implement -moz-font-feature-settings and -moz-font-language-override in CSS. r=dbaron
|
2010-07-13 21:30:42 +01:00 |
|
L. David Baron
|
dde6ec680a
|
Add support for calc() expressions in translate functions of -moz-transform. (Bug 531344) r=bzbarsky
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
3854183740
|
Allow CSS parser to forbid min()/max() within certain calc() expressions. (Bug 531344) r=bzbarsky
|
2010-07-02 21:18:56 -07:00 |
|
L. David Baron
|
fbac3bf4e7
|
Add additional template parameter expectations to ComputeCalc so that its input can be nsCSSValue or nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
|
L. David Baron
|
9a129faa59
|
Rename -moz-background-size to background-size. (Bug 549809) r=roc
|
2010-06-08 18:44:33 -07:00 |
|
L. David Baron
|
dde8361307
|
Support for background-clip and background-origin in the background shorthand. (Bug 549809) r=roc
|
2010-06-08 18:44:33 -07:00 |
|
L. David Baron
|
934c377eda
|
Rename properties and values of background-clip and background-origin to match css3-background. (Bug 549809) r=roc
|
2010-06-08 18:44:33 -07:00 |
|
L. David Baron
|
4547409e45
|
Remove comments referencing no-longer-existing no-clip value for background-clip. (Bug 549809)
|
2010-06-08 18:44:32 -07:00 |
|
L. David Baron
|
308b0473d7
|
Add -moz-background-clip: content. (Bug 549809) r=roc
|
2010-06-08 18:44:32 -07:00 |
|
Mounir Lamouri
|
51117776b3
|
Bug 569337 - Fix compilation issues when SVG and SMIL are disabled. r=dbaron
|
2010-06-06 19:45:18 +02:00 |
|
L. David Baron
|
56ac47d825
|
Revert changes in 0ff87d9d2d73 (Bug 541434) and adjust tests appropriately. (Bug 569646) r=zwol
|
2010-06-03 13:11:35 -07:00 |
|
Craig Topper
|
2abf52364b
|
Bug 569181. nsCOMPtr<nsMediaList> should be nsRefPtr. r=dbaron
|
2010-06-01 11:50:10 +12:00 |
|
Craig Topper
|
3e0e604d67
|
Convert some callers of methods that changed from returning already_AddRefed<T> to returning T* away from using unneeded nsCOMPtrs. (Bug 239008) r=dbaron
|
2010-05-17 21:00:40 -07:00 |
|
Craig Topper
|
d02574b6b4
|
DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-12 13:18:47 -07:00 |
|
Craig Topper
|
35e0c06e8d
|
Inline a few methods in nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41: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 |
|
Craig Topper
|
da6721cdc6
|
DeCOMtaminate CSSStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
L. David Baron
|
85e2b41165
|
Instantiate the calc ops struct rather than a nested data struct inside of it. (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:44 -07:00 |
|
L. David Baron
|
0f80044b20
|
Add calc() support for 'font-size' property, which is the only property for which percents are computed to lengths in nsRuleNode. (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:44 -07:00 |
|
L. David Baron
|
88044130de
|
Add calc() support for lengths in text-shadow and -moz-box-shadow. (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:43 -07:00 |
|
L. David Baron
|
7af761111d
|
Add calc() support for the easiest cases: properties that take lengths but not percentages and take simple values only (-moz-column-rule-width, -moz-column-width, letter-spacing, word-spacing, marker-offset, outline-offset, border-spacing). (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:43 -07:00 |
|
L. David Baron
|
3981df643f
|
Implement parsing of calc(). (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:43 -07:00 |
|
L. David Baron
|
a681499b7e
|
Implement :-moz-any() selector to allow simplification of user-agent style sheets. (Bug 544834) r=bzbarsky
|
2010-04-23 19:59:47 -07:00 |
|
L. David Baron
|
a079319f37
|
Clean up SkipUntil handling in parsing of pseudo-classes with arguments. (I haven't found any cases where this actually changes behavior, but it's needed for the next patch.) (Bug 544834) r=bzbarsky
|
2010-04-23 19:59:47 -07:00 |
|
Zack Weinberg
|
2ec3bc6f42
|
Bug 556661: make nsDOMCSSDeclaration::SetProperty capable of removing !important. r=dbaron
|
2010-04-06 15:52:02 -07:00 |
|
Mats Palmgren
|
57a4d3a783
|
Bug 383488: don't accept trailing tokens in 'value' in style.setProperty(prop,value,"important"). r=dbaron
|
2010-04-01 23:07:40 -07:00 |
|
Zack Weinberg
|
fc83353867
|
Bug 508466 part 3: remove eSelectorParsingStatus_Empty. r=dbaron
|
2010-03-31 11:08:11 -07:00 |
|
Zack Weinberg
|
bd2acbcf31
|
Bug 508466 part 2: In a CSS selector group, use distinct mOperator codes for the descendant combinator (' ') and the end of the chain ('\0'). r=dbaron
|
2010-03-31 11:08:09 -07:00 |
|
Zack Weinberg
|
8ad7ae46d4
|
Bug 508466 part 1: Refactor nsCSSParser::ParseSelector and nsCSSParser::ParseSelectorGroup for clarity. r=dbaron
|
2010-03-31 11:08:08 -07:00 |
|
Daniel Glazman
|
15d5eeac70
|
:not() selector with no argument should be a parse error. (Bug 553805) r=dbaron
--HG--
extra : transplant_source : J%23a%3C%1EQ%13%F5%DBx%8E%83%A8%09%3A%E1%93t%AF%D2
|
2010-03-21 15:25:18 -04:00 |
|
Neil Deakin
|
4f0034acef
|
Bug 442228, add -moz-resize property to indicate that elements are resizable, r=dbaron
|
2010-03-19 07:49:33 -04:00 |
|
timeless@mozdev.org
|
247b83073d
|
Bug 550962 add coverity hint in CSSParserImpl to ignore return values from ParseEnum/ExpectSymbol
r=zwol
--HG--
extra : rebase_source : 5de1af8537fb0ab490cb51550029006e471cbe63
|
2010-03-12 07:50:10 +01:00 |
|
Zack Weinberg
|
11dc66e189
|
Part of bug 541496: Don't use the CSS parser's "low level" error flag to signal namespace lookup failure. r=bzbarsky
--HG--
extra : rebase_source : 7e844cd9061aedc36d0e58d699e0ba18ca34cc82
|
2010-03-05 10:43:50 -08:00 |
|
Zack Weinberg
|
2c3e543d1d
|
Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSLoader.h => layout/style/nsCSSLoader.h
|
2010-03-02 13:00:53 -08:00 |
|
Zack Weinberg
|
96887d3f38
|
Bug 523496: DeCOMtaminate nsCSSParser. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSParser.h => layout/style/nsCSSParser.h
|
2010-03-02 12:59:32 -08:00 |
|
L. David Baron
|
c3b73f1ff5
|
Make the 'border' shorthand reset -moz-border-image (per recent CSS WG decision) and -moz-border-*-colors. (Bug 482692) r=bzbarsky
|
2010-02-26 10:35:09 -08:00 |
|
Zack Weinberg
|
6eb316c6e1
|
Bug 498036: Report malformed URIs in @import rules to the error console, not by setting the parser's low-level error flag. r=bz
|
2010-02-17 13:02:56 -08:00 |
|
Jae-Seong Lee-Russo
|
513e9cf886
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
|
Zack Weinberg
|
78db9dba3f
|
Bug 528096: unexpected-token error recovery paths in the CSS parser need to UngetToken() before calling SkipUntil(), for correct behavior when the unexpected token is ( [ { or FUNCTION. r=dbaron
|
2010-01-27 16:20:05 -08:00 |
|
Alfred Kayser
|
611bb071bf
|
Bug 399495: nsCSSScanner: absorb the '(' when returning a FUNCTION token. r=dbaron
|
2010-01-27 16:20:04 -08:00 |
|
L. David Baron
|
244a53d5bb
|
Fake pushback of invalid eCSSToken_URL results from NextURL. (Bug 541434) r=bzbarsky
|
2010-01-24 12:06:19 -08:00 |
|
Robert Longson
|
23ccf8ff6c
|
Bug 537609 - Change to SVG 1.2T stroke-dasharray parsing. r=dbaron
|
2010-01-06 08:51:45 +00:00 |
|
Boris Zbarsky
|
d01f0e2af4
|
Bug 525608 followup. Initialize the variable, and remove the extra branch. r=dbaron
|
2009-12-12 00:03:17 -08:00 |
|
L. David Baron
|
b192684621
|
Ensure that declarations are mutable before calling SlotForValue. (Bug 522595) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
Boris Zbarsky
|
b10330e45f
|
Bug 525952 part 3. Introduce an enum for pseudo-clases. r=dbaron
|
2009-12-11 02:37:41 -05:00 |
|
Boris Zbarsky
|
6ae14f3465
|
Bug 525608 part 2. Change the CSS parser to not allow anon box selectors with more than the anon box name in them. Store the pseudo type in pseudo-element selectors. Enforce that all non-anon-box pseudo selectors have an mNext that selects the element they apply to. 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 |
|