Ms2ger
|
e2adcdac6a
|
Bug 658904 - Remove nsIDOMDocumentStyle; r=roc,jst
|
2011-05-26 10:18:43 +02:00 |
|
Mounir Lamouri
|
c0e8159cde
|
Bug 655065 - Add a -moz-orient CSS property. r=bz
|
2011-05-10 15:47:46 +02:00 |
|
Jonathan Kew
|
0575af4a2d
|
bug 253317 - part 1 - implement -moz-hyphens property in CSS. r=dbaron
|
2011-05-04 12:14:50 +01:00 |
|
Ms2ger
|
f8b7a22dfd
|
Bug 616684 - Remove support for DOM Views; r=sicking,ehsan
|
2011-04-24 08:54:25 +02:00 |
|
Ehsan Akhgari
|
80a224a816
|
Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others
|
2011-04-25 17:05:17 -04:00 |
|
Ms2ger
|
f6997ec9fe
|
Bug 616684 - Remove support for DOM Views; r=sicking
|
2011-04-24 08:54:25 +02:00 |
|
Masayuki Nakano
|
eea86d3bb3
|
Bug 647421 -moz-text-decoration-color and -moz-text-decoration-style should be reset by text-decoration r=dbaron, sr=bzbarsky
|
2011-04-23 14:16:41 +09:00 |
|
L. David Baron
|
ed7a39d56c
|
Remove parsing and storage code for CSS 2.0 aural properties. (Bug 649119) r=bzbarsky
|
2011-04-21 20:17:32 -07:00 |
|
L. David Baron
|
1185309a8d
|
ifdef CSS animations so that the feature can be backed out by flipping the switches in configure.in and then reverting the changes to the following four files appropriately: nsIDOMCSS2Properties.idl, nsIDOMCSSRule.idl, property_database.js, test_transitions_computed_values.html. (Bug 435442, patch 15) r=bzbarsky
|
2011-04-11 23:18:44 -07:00 |
|
L. David Baron
|
2351b7fd01
|
Implement parsing and storage of @keyframes rule. (Bug 435442, patch 5) r=bzbarsky
|
2011-04-11 23:18:43 -07:00 |
|
L. David Baron
|
4305fec33f
|
Implement parsing and computation for the new properties in css3-animation. (Bug 435442, patch 1) r=bzbarsky
|
2011-04-11 23:18:42 -07:00 |
|
Masayuki Nakano
|
8d0dc3c568
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
|
Ms2ger
|
c561b6ae21
|
Bug 567350 - Make getComputedStyle's second argument optional; r=bzbarsky a=jst
|
2010-10-16 13:54:47 +02:00 |
|
L. David Baron
|
ad0dc9fe61
|
Rename -moz-box-shadow to box-shadow: manual changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-11 09:27:13 -07:00 |
|
L. David Baron
|
fa2833bb56
|
Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
|
2010-09-11 09:27:12 -07:00 |
|
Zack Weinberg
|
48df2059a8
|
Bug 451134 (2/2): switch to the official border-radius property names: by-hand changes. r=dbaron a2.0=blocking2.0:beta6
|
2010-09-09 08:21:48 -07:00 |
|
Craig Topper
|
f6d3681e36
|
Bug 585616 - Merge nsIDOMNSCSS2Properties and nsIDOMSVGCSS2Properties into nsIDOMCSS2Properties. r=bz
|
2010-08-05 22:32:01 -07:00 |
|
Jonathan Kew
|
355ace69be
|
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 |
|
Neil Deakin
|
75067edb32
|
Bug 553576, change -moz-resize to resize, r=dbaron
|
2010-07-05 10:41:04 -04:00 |
|
Mitchell Field
|
2575ec1f3c
|
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
|
2010-07-02 10:27:06 -04:00 |
|
L. David Baron
|
3b98bd9e56
|
Rename -moz-background-size to background-size. (Bug 549809) r=roc
|
2010-06-08 18:44:33 -07:00 |
|
L. David Baron
|
1c86b250b8
|
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 |
|
Neil Deakin
|
0787ffc5a1
|
Bug 442228, add -moz-resize property to indicate that elements are resizable, r=dbaron
|
2010-03-19 07:49:33 -04:00 |
|
Robert Longson
|
69f805d43c
|
Bug 374216 - Setting element.style.someSvgProperty has no effect. r=dbaron,sr=roc
|
2010-02-06 13:46:54 +00:00 |
|
Geoff Lankow
|
c222694ceb
|
Bug 517882: Implement a -moz-tab-size CSS property that specifies the number of spaces between tab stops in preformatted text. r=roc, dbaron
|
2009-09-26 13:23:47 -07:00 |
|
Jonathan Watt
|
f5c7d20889
|
Bug 508179. Implement 'pointer-events:none;' for all elements. r=roc, r=dbaron.
|
2009-08-26 20:53:35 -07:00 |
|
Jonathon Jongsma
|
88171d54af
|
Implement CSS transitions: implement the parsing and computation of the transition properties. (Bug 435441) r=bzbarsky
|
2009-08-20 14:52:47 -07:00 |
|
Jeff Walden
|
e64e15befa
|
Bug 189519 - Implement CSS3 (-moz- for now)background-size. r=dbaron, other useful review comments from roc/bz
|
2009-05-28 11:09:05 -07:00 |
|
Benjamin Smedberg
|
c1caf46407
|
Bug 481027 - Move dom/public/idl to dom/interfaces, r+sr=jst
|
2009-03-03 12:46:49 -05:00 |
|