Daniel.S
|
03350b975d
|
Bug 487942 - Remove cursor: -moz-alias | -moz-cell | -moz-context-menu | -moz-copy | -moz-spinning; property_database.js update; r+sr=dbaron
|
2009-04-22 14:24:34 +02:00 |
|
Dão Gottwald
|
65b5d09e58
|
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
|
2009-04-10 10:24:24 +02:00 |
|
Robert Longson
|
84203c61ee
|
Bug 423756 - Support image-rendering attribute for html images and css backgrounds. r=joe,vlad sr=roc
|
2009-04-05 10:52:14 +01:00 |
|
L. David Baron
|
a25f1d4819
|
Remove the CSS_PROP_NOTIMPLEMENTED macro, which hasn't been needed since bug 3247 landed. (Bug 486353) r+sr=bzbarsky
|
2009-04-02 07:55:50 -07:00 |
|
L. David Baron
|
0b2493d9d1
|
Don't mess with the max_script_run_time pref since the mochitest harness now does that for us.
|
2009-03-31 12:37:40 -07:00 |
|
L. David Baron
|
4d52ad29cb
|
Use SimpleTest.executeSoon instead of setTimeout for iteration of properties/descriptors.
|
2009-03-31 12:37:40 -07:00 |
|
L. David Baron
|
70391080d0
|
Add some tests for invalid values of 'font-family' (related to bug 481502)
|
2009-03-31 12:37:40 -07:00 |
|
Robert Longson
|
fb4afd4ad6
|
Bug 484150 - support image-rendering attribute. Includes some gfx code by vlad from bug 423756 which is r=joe. The rest is r=dbaron, sr=roc
|
2009-03-21 15:36:38 +00:00 |
|
L. David Baron
|
9daedec977
|
Add tests to check case (2) for shorthands in nsCSSDeclaration::GetValue.
|
2009-03-09 16:14:34 -07:00 |
|
L. David Baron
|
d345c6173e
|
Add some simple tests for units (since code coverage output showed we weren't testing serialization of all of them).
|
2009-03-09 16:14:34 -07:00 |
|
L. David Baron
|
81be042f5b
|
Add tests for font descriptors that are equivalent to test_value_storage and test_property_syntax_errors.
|
2009-03-09 16:14:34 -07:00 |
|
L. David Baron
|
51a32c002e
|
Reject non-positive values for widows and orphans. (Bug 481826) r+sr=bzbarsky
|
2009-03-09 16:14:34 -07:00 |
|
L. David Baron
|
fd19187387
|
Fix serialization bugs with text-decoration:-moz-anchor-decoration. (Bug 481596) r+sr=bzbarsky
|
2009-03-06 13:05:01 +09:00 |
|
L. David Baron
|
73dcd3c824
|
Test more values for 'content' property. (These tests require the three previous patches to pass.) (Bug 481591)
|
2009-03-06 13:05:01 +09:00 |
|
L. David Baron
|
8bdcbd0b8d
|
Quote and escape contents of url() when serializing. (Bug 478160) r+sr=bzbarsky
|
2009-03-06 13:05:01 +09:00 |
|
L. David Baron
|
0cc4e4c87a
|
Add test for CSS property priority (!important) preservation. (This fixes the fact that we don't have any tests covering expansion of compressed blocks with !important declarations, and also tests a bit more while I'm there.)
|
2009-03-05 12:49:30 +09:00 |
|
L. David Baron
|
ede3e32e8c
|
Add test for blocking of -moz-border-*-colors based on code coverage output.
|
2009-03-05 12:49:30 +09:00 |
|
L. David Baron
|
3a120c56d3
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 21:29:21 -08:00 |
|
L. David Baron
|
dd5c5ff2c8
|
Fix another case where we incorrectly serialize an -x-system-font property. (Bug 478156) r+sr=bzbarsky
|
2009-02-19 13:55:48 -08:00 |
|
L. David Baron
|
90d773d82a
|
Add tests for code I'm going to change, and fix crash when running those tests. (Bug 475215) r+sr=bzbarsky
|
2009-02-19 13:55:48 -08:00 |
|
L. David Baron
|
da21efddd5
|
Backed out changeset fde0b361f25e (bug 322475, main patch) due to Mac talos startup failures and hitting the NS_ABORT_IF_FALSE in SetupBackgroundClip, which may be related.
|
2009-02-19 13:51:46 -08:00 |
|
L. David Baron
|
bd25838a7a
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 12:33:09 -08:00 |
|
L. David Baron
|
c936720f0a
|
Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing.
|
2009-02-19 09:06:18 -08:00 |
|
L. David Baron
|
cfafb11092
|
Fix another case where we incorrectly serialize an -x-system-font property. (Bug 478156) r+sr=bzbarsky
|
2009-02-19 07:29:28 -08:00 |
|
L. David Baron
|
58d5d187d9
|
Add tests for code I'm going to change, and fix crash when running those tests. (Bug 475215) r+sr=bzbarsky
|
2009-02-19 07:29:28 -08:00 |
|
L. David Baron
|
11e12c4425
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 07:29:28 -08:00 |
|
L. David Baron
|
3d090560b0
|
Revert (back out) the previous 11 changesets (bugs 477959, 477961, 477963, 477962, 322475, 478899, 475215, 478156), due to Mac talos orange with (as usual) no useful diagnostic.
|
2009-02-18 18:59:47 -08:00 |
|
L. David Baron
|
4c11532d4e
|
Fix another case where we incorrectly serialize an -x-system-font property. (Bug 478156) r+sr=bzbarsky
|
2009-02-18 17:13:26 -08:00 |
|
L. David Baron
|
b02ed9db5c
|
Add tests for code I'm going to change, and fix crash when running those tests. (Bug 475215) r+sr=bzbarsky
|
2009-02-18 17:13:25 -08:00 |
|
L. David Baron
|
7ee7fbc33f
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-18 17:13:25 -08:00 |
|
Michael Ventnor
|
1afd316abf
|
Bug 476738. Implement 'inset' box-shadows. r+sr=roc,r=dbaron
|
2009-02-10 21:45:13 +13:00 |
|
L. David Baron
|
1af20a171b
|
Make serialization handle system fonts and the font shorthand better. (Bug 475214) r+sr=bzbarsky
|
2009-02-06 08:52:12 -08:00 |
|
Boris Zbarsky
|
f4cb3086ac
|
Bug 299837. Implement text-align:end. r+sr=dbaron
|
2009-02-05 22:48:30 -05:00 |
|
L. David Baron
|
38d578f649
|
Implement CSS computation of font-stretch property and store it in the gfx font structures. (Bug 3512) r=vlad sr=bzbarsky
|
2009-01-29 12:39:18 -08:00 |
|
L. David Baron
|
bebe5594c8
|
Make getComputedStyle() for 'outline-width' return values in pixels even when keywords are used. (Bug 474184) r+sr=bzbarsky
|
2009-01-22 17:28:13 -08:00 |
|
L. David Baron
|
e5173ca99c
|
Fix parsing of 'none' values in 'list-style' shorthand. (Bug 474135) r+sr=bzbarsky
|
2009-01-22 17:28:13 -08:00 |
|
L. David Baron
|
e77bcd1f39
|
Avoid recursion when handling mNegations in CalcWeight. (Bug 473908) r+sr=bzbarsky
|
2009-01-16 19:44:21 -08:00 |
|
L. David Baron
|
efad92425e
|
Remove handling of comments inside CSS url() tokens. (Bug 473914) r+sr=bzbarsky
|
2009-01-16 19:44:20 -08:00 |
|
L. David Baron
|
807ef6f68c
|
Recheck media queries when changing text zoom since em units have changed. (Bug 473400) r+sr=bzbarsky
|
2009-01-16 13:32:08 -08:00 |
|
Olli Pettay
|
5820085a69
|
Bug 457862 - onresize events should fire at every resize while resizing the window, r+sr=dbaron
|
2009-01-05 18:26:59 +02:00 |
|
L. David Baron
|
749140f06a
|
Distinguish clip:rect(auto,auto,auto,auto) from clip:auto as the spec requires. (Bug 372063) r+sr=bzbarsky
|
2008-12-29 10:07:38 -05:00 |
|
L. David Baron
|
c49887c8fd
|
Reject 0 as a value for -moz-column-count. (Bug 471341) r+sr=bzbarsky
|
2008-12-29 10:07:38 -05:00 |
|
L. David Baron
|
9532b5af90
|
Expect percentages to be unsupported for -moz-column-width. I'm not sure why I made it as it is, since they were never supported in either our implementation or the spec.
|
2008-12-29 10:07:36 -05:00 |
|
L. David Baron
|
81ff27426a
|
Make 'word-spacing: normal' just compute to '0', since that's what CSS 2.1 says to do, and thus change nsStyleText::mWordSpacing from nsStyleCoord to nscoord. (Bug 470705) r+sr=roc
|
2008-12-27 20:58:14 -05:00 |
|
L. David Baron
|
ed617caa42
|
Readd test for computed style for large integers (even though patch was backed out). (Bug 470769) r+sr=bzbarsky
|
2008-12-23 09:06:59 -05:00 |
|
L. David Baron
|
9ef05fcc7a
|
Backed out changeset 441f119f1a0c (Bug 470769) due to failures in layout/style/test/test_bug365932.html
|
2008-12-23 11:11:51 -05:00 |
|
L. David Baron
|
ccd1af0eac
|
Fix computed style for large integers by using double instead of float. (Bug 470769) r+sr=bzbarsky
|
2008-12-23 09:06:59 -05:00 |
|
L. David Baron
|
a957e1642e
|
Enforce the restriction that values of stroke-miterlimit are greater than 1, rather than just using ParsePositiveVariant. (Bug 470706) r=jwatt sr=bzbarsky
|
2008-12-23 09:06:58 -05:00 |
|
L. David Baron
|
409bc375af
|
Reject duplicate keywords for 'text-decoration'. (Bug 470704) r+sr=bzbarsky
|
2008-12-23 09:06:58 -05:00 |
|
L. David Baron
|
4cda588725
|
Disallow negative values on -moz-box-ordinal-group, since it's stored in an unsigned integer and clearly intended to be only positive. (Bug 470703) r=enndeakin sr=bzbarsky
|
2008-12-23 09:06:58 -05:00 |
|