Robert O'Callahan
|
d827a42b82
|
Bug 488901. When an element's size changes and it has borders, we don't necessarily need to invalidate the entire border-box --- if there is no right or bottom border, and other conditions are met. r+sr=dbaron
--HG--
extra : rebase_source : 24306ec844dab873cc9b580f32a383f0ccb769a5
|
2009-05-08 13:52:22 +12:00 |
|
L. David Baron
|
8c38aba811
|
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
|
2009-05-06 13:46:04 -07:00 |
|
L. David Baron
|
8cfe105fbe
|
Drop use of JS 1.7 features so that this test can run on other browsers.
|
2009-05-06 13:46:01 -07:00 |
|
Daniel.S
|
f63d675cff
|
Add test for bug 317561.
|
2009-04-23 10:17:40 -04:00 |
|
Daniel.S
|
3d66e90b81
|
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 |
|
Daniel.S
|
d57498c9ba
|
Bug 487942 - Remove cursor: -moz-alias | -moz-cell | -moz-context-menu | -moz-copy | -moz-spinning; remove: -moz-cell alias; r+sr=dbaron
|
2009-04-22 14:24:32 +02:00 |
|
timeless@mozdev.org
|
9cbbaf5999
|
Bug 487188 - PRExpectEndValue is a typo for PEExpectEndValue. r=dbaron
|
2009-04-17 16:47:45 +02:00 |
|
Boris Zbarsky
|
e955de8762
|
Bug 485012 followup. Rev the iid of nsICSSLoader. r+sr=peterv
|
2009-04-10 10:32:44 -04:00 |
|
Boris Zbarsky
|
35edb04b3a
|
Bug 485012. Allow passing a charset hint (e.g. the element's 'charset' attribute for preloads) to nsICSSLoader::LoadSheet. r+sr=peterv
|
2009-04-10 10:29:08 -04:00 |
|
Dão Gottwald
|
2b158c4a2f
|
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 |
|
Alfred Kayser
|
5be50b1a31
|
Bug 483971 - nsCSSScanner: cleanup of EatWhiteSpace and removal of EatNewline. r+sr=dbaron
|
2009-04-09 08:46:26 +02:00 |
|
Boris Zbarsky
|
1de330b786
|
Backed out changeset 3c687f3d4ff4 (bug 482971) on suspicion of causing intermittent leak orange.
|
2009-04-09 11:58:40 -04:00 |
|
Alfred Kayser
|
894d7a59e8
|
Bug 483971 - nsCSSScanner: cleanup of EatWhiteSpace and removal of EatNewline. r+sr=dbaron
|
2009-04-09 08:46:26 +02:00 |
|
L. David Baron
|
d72622c8a1
|
Remove nsCSSOMFactory/nsICSSOMFactory. (Bug 376111) r+sr=bzbarsky
|
2009-04-08 13:52:37 -07:00 |
|
Robert Longson
|
7506754d85
|
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 |
|
Zack Weinberg
|
967e1a0ea6
|
Bug 475535 - don't go through PaintBackgroundWithSC to draw non-native radio buttons and checkboxes; remove special UA pseudo-elements for styling these. r+sr=roc
|
2009-04-03 10:45:17 +02:00 |
|
L. David Baron
|
aaf159e5c7
|
Use a valid value for storing in a bitfield as the style struct ID for backend-only properties. (Bug 469244) r+sr=bzbarsky
|
2009-04-02 07:55:50 -07:00 |
|
L. David Baron
|
f533a6676b
|
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
|
d247930bd5
|
Remove unneeded code for handling nulls in compressed blocks. (Bug 486415) r+sr=bzbarsky
|
2009-04-02 07:55:50 -07:00 |
|
Dão Gottwald
|
dedf1455f2
|
Backed out changeset cc4fae01938c
|
2009-04-02 12:03:52 +02:00 |
|
Zack Weinberg
|
586c538ed3
|
Bug 475535 - don't go through PaintBackgroundWithSC to draw non-native radio buttons and checkboxes; remove special UA pseudo-elements for styling these. r+sr=roc
|
2009-04-02 09:57:13 +02:00 |
|
Jeremy D. Lea
|
39f62f1364
|
Bug 431634 - Part 1 - clean up header pollution; r+sr=roc
|
2009-04-01 13:59:02 -08:00 |
|
Robert O'Callahan
|
160bdca11d
|
Bug 476062. Instead of turning off -moz-appearance when an element has a box-shadow, just ignore the box-shadow. r+sr=dbaron
--HG--
extra : rebase_source : 68e79ec44afd089b93870a5d87ea549d5f04b9d6
|
2009-04-01 14:07:18 +13:00 |
|
L. David Baron
|
fa0ce94791
|
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
|
5195ec80b9
|
Use SimpleTest.executeSoon instead of setTimeout for iteration of properties/descriptors.
|
2009-03-31 12:37:40 -07:00 |
|
L. David Baron
|
1eebde3c7c
|
Add some tests for invalid values of 'font-family' (related to bug 481502)
|
2009-03-31 12:37:40 -07:00 |
|
Boris Zbarsky
|
cf70121b81
|
Bug 486044. Make sure to pass the right principal to CreateSheet even in the non-document sheet case. r+sr=sicking
|
2009-03-31 15:04:01 -04:00 |
|
Boris Zbarsky
|
94fc769f37
|
Bug 457809 preliminary. Fix this test so it doesn't fail when we preload the sheet. r+sr=dbaron
|
2009-03-30 11:25:35 -04:00 |
|
Robert Longson
|
7235fc714e
|
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 |
|
Robert O'Callahan
|
6c5c6bf95d
|
Bug 476062. Author-applied 'box-shadow' should cause elements to drop their native look. r+sr=dbaron
--HG--
extra : rebase_source : 6f5dfac238eb19be1b38cdd612e5dda8ac457e57
|
2009-03-18 13:32:08 +13:00 |
|
Boris Zbarsky
|
c6ba3c228b
|
Bug 416942. Give user and ua sheets the system principal. r+sr=sicking
|
2009-03-16 21:38:36 -04:00 |
|
Zack Weinberg
|
5438fdd2e3
|
Bug 480582 - contenteditable=true breaks mouse pointer hover style for unrelated image links. r+sr=peterv
|
2009-03-16 12:55:03 +01:00 |
|
Boris Zbarsky
|
e70f4fe5fa
|
Bug 480065. Make chrome registry not mess with inline stylesheets. r=bsmedberg, sr=dbaron
|
2009-03-10 09:52:23 -04:00 |
|
Boris Zbarsky
|
4a887e84bf
|
Bug 482394. Drop the aForStyling check in IsHTMLLink/IsLink: if we change the link state, we need to start tracking the link. r+sr=dbaron
|
2009-03-10 09:51:34 -04:00 |
|
L. David Baron
|
60b0f45a27
|
Add tests to check case (2) for shorthands in nsCSSDeclaration::GetValue.
|
2009-03-09 16:14:34 -07:00 |
|
L. David Baron
|
5cad407b70
|
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
|
6a0f29123b
|
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
|
a330032938
|
Avoid crashing on fontFaceRule.style.getPropertyValue('font-family') when there's no font-family descriptor. (Bug 482148) r=zweinberg
|
2009-03-09 16:14:34 -07:00 |
|
L. David Baron
|
d2e251ca18
|
Remove internal support for units that were never in CSS (feet, miles, meters, kilometers, didots, ciceros). (Bug 482146) r+sr=bzbarsky
|
2009-03-09 16:14:34 -07:00 |
|
L. David Baron
|
d8a2ce67e9
|
Reject non-positive values for widows and orphans. (Bug 481826) r+sr=bzbarsky
|
2009-03-09 16:14:34 -07:00 |
|
L. David Baron
|
b7b6d499e0
|
Rename ParsePositiveVariant to ParseNonNegativeVariant. (Bug 481826) r+sr=bzbarsky
|
2009-03-09 16:14:34 -07:00 |
|
L. David Baron
|
83f40d6f76
|
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
|
3d2df2d306
|
Remove unreachable code, since text-decoration:none is not stored as an enumerated value. (Bug 481595) r+sr=bzbarsky
|
2009-03-06 13:05:01 +09:00 |
|
L. David Baron
|
1f8dd0c308
|
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
|
26b11568f1
|
Fix serialization of the list-style-type part of counter values. (Bug 481591) r+sr=bzbarsky
|
2009-03-06 13:05:01 +09:00 |
|
L. David Baron
|
51f584ed03
|
Append the list-style-type part of counters correctly in computed style. (Bug 481591) r+sr=bzbarsky
|
2009-03-06 13:05:01 +09:00 |
|
L. David Baron
|
2a6e824389
|
Split eCSSUnit_String into eCSSUnit_String (with quotes), eCSSUnit_Ident (without quotes), and eCSSUnit_Families (font family list, but not for @font-face descriptor where the single family is stored as eCSSUnit_String). (Bug 481591) r+sr=bzbarsky
|
2009-03-06 13:05:01 +09:00 |
|
L. David Baron
|
2c5823d0a2
|
nsCSSDeclaration::ValueAppended is never called on shorthands, so it doesn't need code to handle them. (Bug 481594) r+sr=bzbarsky
|
2009-03-06 13:05:01 +09:00 |
|
L. David Baron
|
76244e5752
|
Quote and escape contents of url() when serializing. (Bug 478160) r+sr=bzbarsky
|
2009-03-06 13:05:01 +09:00 |
|
L. David Baron
|
85db46d98c
|
Change nsStyleUtil::EscapeCSSString to nsStyleUtil::AppendEscapedCSSString, since almost all callers prefer append behavior anyway. (Bug 478160) r+sr=bzbarsky
|
2009-03-06 13:05:00 +09:00 |
|