Markus Stange
|
39b4b96acb
|
Bug 450939 - Add -moz-window-shadow CSS property, r+sr=dbaron
|
2008-10-14 16:44:25 +02:00 |
L. David Baron
|
f11ac359e4
|
Fix issues with parsing of media query lists that have bad queries in them. (Bug 454226) r+sr=bzbarsky
|
2008-10-11 20:49:42 -04:00 |
L. David Baron
|
810266cbe2
|
Handle serialization of inherit and -moz-initial for shorthand properties correctly, and refuse to serialize most unspecifiable cases of shorthands. (Bug 160403) r+sr=bzbarsky
|
2008-10-07 15:10:20 -07:00 |
L. David Baron
|
0cef9bedc6
|
Add a flags table for CSS properties. (Bug 160403) r+sr=bzbarsky
|
2008-10-07 15:10:19 -07:00 |
Zack Weinberg
|
924d41029b
|
Bug 450652 – Style system changes to support CSS3 border-radius – basic test cases (part 3) [r+sr=dbaron]
|
2008-10-01 00:52:12 -05:00 |
Keith Schwarz
|
728bf55458
|
Bug 435293. Implement CSS transforms. r=dbaron,r+sr=roc
|
2008-09-13 21:42:11 +12:00 |
L. David Baron
|
b1ae80618e
|
Ensure we always skip to the next close parenthesis if a media query expression parse fails. (Bug 454227) r+sr=bzbarsky
|
2008-09-12 20:45:37 -07:00 |
Robert Kaiser
|
3b5a7780dc
|
bug 454513 - browser_bug453896.js fails on all SeaMonkey unit test boxes, remove event listeners added by the tests when they aren't needed any more, r=dbaron
|
2008-09-11 02:07:52 +02:00 |
L. David Baron
|
ee127333fd
|
Flush view manager's delayed resize when flushing layout. (Bug 453896) r+sr=bzbarsky
|
2008-09-09 06:43:10 -07:00 |
L. David Baron
|
077d652dd6
|
Correctly handle window resizes when one dimension is zero. (Bug 453759) r+sr=roc
|
2008-09-08 06:41:36 -07:00 |
L. David Baron
|
7278cdcd13
|
Change evaluation of media queries like (width) where actual values are lengths; treat zero lengths as false in such cases, per http://lists.w3.org/Archives/Public/www-style/2008Aug/0190.html and spec clarification. (Bug 453759) r+sr=bzbarsky
|
2008-09-06 07:04:28 -07:00 |
L. David Baron
|
6ddc430da4
|
Make min-/max- prefixed media features without values be parse errors, per http://lists.w3.org/Archives/Public/www-style/2008Sep/0002.html . (Bug 453759) r+sr=bzbarsky
|
2008-09-06 07:04:28 -07:00 |
L. David Baron
|
aa1510866a
|
Update to new parsing rules for grid media query per http://lists.w3.org/Archives/Public/www-style/2008Aug/0191.html . (Bug 453759) r+sr=bzbarsky
|
2008-09-06 07:04:28 -07:00 |
Zack Weinberg
|
cb41cf79b6
|
Bug 389406 – initial value for 'quotes' property is stored incorrectly and not reachable by -moz-initial; r+sr=dbaron
|
2008-08-19 10:18:58 -04:00 |
Boris Zbarsky
|
a2ea2c4382
|
Bug 449447. Reuse the caching GetNthIndex for first/last/onlyChild selectors
|
2008-08-18 12:47:12 -04:00 |
Rob Arnold
|
294ddcdc52
|
last set of y1/y4 tests in acid3 test 46 (media queries) fail on Windows - bug 448132 r=vlad
|
2008-08-14 09:48:09 -07:00 |
Robert O'Callahan
|
12078bb96e
|
Bug 230555. Support white-space:pre-line. r+sr=dbaron
|
2008-08-12 20:31:56 +12:00 |
Zack Weinberg
|
9c8937382f
|
Bug 441469. Implement parsing of @font-face rules. r+sr=dbaron
|
2008-08-10 22:13:49 +01:00 |
Dave Townsend
|
596f0d1a01
|
Backed out Bug 441469 due to Tp regressions
|
2008-08-10 00:07:59 +01:00 |
Zack Weinberg
|
d11143ebbe
|
Bug 441469. Implement parsing of @font-face rules. r+sr=dbaron
|
2008-08-07 19:15:40 -04:00 |
L. David Baron
|
e879badbaa
|
Make the -moz-column-rule-color test not assume that inputs have the same 'color' as divs. (Bug 271586) r=Ventnor
|
2008-08-04 16:10:05 -07:00 |
L. David Baron
|
8144834ab0
|
Oops, used the wrong todo function.
|
2008-07-26 12:56:49 -07:00 |
L. David Baron
|
8a9eaa915c
|
Mark two test items as known to fail on Windows; failure filed as bug 448132.
|
2008-07-26 10:58:24 -07:00 |
L. David Baron
|
65ceaca225
|
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
|
74607dd4db
|
Tests for css3-mediaqueries. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:49 -07:00 |
L. David Baron
|
82adb15ba7
|
Make ParsePositiveVariant restrict integers too, which affects existing call for -moz-column-count. (Bug 156716) r=bzbarsky sr=roc
|
2008-07-26 09:14:48 -07:00 |
Simon Montagu
|
bea0dc035f
|
Support for word-wrap CSS property. Bug 99457, r+sr=dbaron, roc
|
2008-07-24 10:16:18 +03:00 |
L. David Baron
|
7a703bd427
|
Add bug number (446226) for todo tests from bug 325064.
|
2008-07-19 16:03:45 -07:00 |
Zack Weinberg
|
15d993c3bc
|
Change CSS parser to close constructs open at end-of-file by changing ExpectSymbol not to fail on EOF when expecting one of }, ), ], or ;. (Bug 325064) r+sr=dbaron
|
2008-07-19 15:52:09 -07:00 |
Michael Ventnor
|
b949d03145
|
Bug 271586 – Implement CSS3 column-rule-*. r+sr=roc,dbaron
|
2008-07-19 12:38:25 +02:00 |
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
d47b357e6b
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 23:30:25 -07:00 |
L. David Baron
|
c4b7e273e8
|
Backed out changeset 9b0b2391485c due to linker errors related to nsStyleStructInlines.h not being included enough.
|
2008-07-16 22:59:14 -07:00 |
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
8db48a0ff1
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 22:18:38 -07:00 |
L. David Baron
|
aaa4924ee1
|
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 |
Ryan A. C
|
2937c55a74
|
Bug 426732 - implement -moz-nativelinktext, r=dbaron, sr=roc
|
2008-07-11 20:34:53 +02:00 |
Ryan A. C
|
8ecf35b1c8
|
Backed out changeset 9718a9421ee3
|
2008-07-11 16:30:30 +02:00 |
Ryan A. C
|
6303245251
|
Bug 426732 - implement -moz-nativelinktext, r=dbaron, sr=roc
|
2008-07-11 16:23:26 +02:00 |
Michael Ventnor
|
1190bfd2d8
|
Bug 212633 - "Add support for CSS3 box-shadow" (parsing support) [p=ventnor.bugzilla@gmail.com (Michael Ventnor) r+sr=dbaron]
|
2008-07-07 19:56:52 -05:00 |
Elika J. Etemad (fantasai) ext:(%2C%20Michael%20Ventnor%20%3Cventnor.bugzilla%40yahoo.com.au%3E)
|
1eda84edb5
|
Make empty string in ^= $= *= attribute selectors match nothing (and check for ~= although it already works). (Bug 420245) r+sr=dbaron (tests)
|
2008-06-10 17:27:00 -07:00 |
L. David Baron
|
f22aac5075
|
Count U+000C as a whitespace character for separating class attributes. (Bug 437915) r=bzbarsky sr=sicking
|
2008-06-10 17:27:00 -07:00 |
L. David Baron
|
748d4c8a4a
|
Remove unneeded (and not present in the proposed CSS3 float-displace property) border-box and padding-box values of -moz-float-edge. (Bug 432891) r+sr=roc
|
2008-06-05 16:06:34 -07:00 |
Christian Biesinger ext:(%2C%20Michael%20Ventnor%20%3Cventnor.bugzilla%40yahoo.com.au%3E)
|
12a729c038
|
Implement the computed value of text-shadow in the style system. (Bug 10713) r+sr=dbaron
|
2008-06-05 16:06:34 -07:00 |
Vladimir Vukicevic
|
21a7b6f110
|
b=346189, children should optionally not affect size of XUL stack; r+sr=roc
|
2008-06-04 23:46:24 -07:00 |
L. David Baron
|
6538aa866e
|
Backed out changeset cf005233ebad (text-shadow style system changes) due to mochitest crash on Windows (which I can reproduce on Windows).
|
2008-06-03 16:42:13 -07:00 |
Christian Biesinger ext:(%2C%20Michael%20Ventnor%20%3Cventnor.bugzilla%40yahoo.com.au%3E)
|
cadf7527b8
|
Implement the computed value of text-shadow in the style system. b=10713 r+sr=dbaron
|
2008-06-03 15:25:31 -07:00 |
L. David Baron
|
427848e627
|
Allow the initial value of -moz-user-select to be specified with 'auto'. b=432888 r+sr=bzbarsky
|
2008-06-03 15:25:31 -07:00 |
L. David Baron
|
0cfc4b2ded
|
Implement :first-of-type, :last-of-type, and :only-of-type. b=128585 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
Daniel Glazman ext:(%20and%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
914369776a
|
Implement :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
reed@reedloden.com
|
660ee8c125
|
Bug 417178 - "Google reader does not show subscribed topics in ff3b3 at certain zoom levels" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=mconnor]
|
2008-03-24 21:55:47 -07:00 |
dbaron@dbaron.org
|
8be6aada8f
|
Fix buggy test; rgb() non-% arguments are required to be integers. a=tests
|
2008-03-13 08:24:22 -07:00 |