Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: Source/core/css/CSSPropertyNames.in

Issue 216803002: Implement all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated css-properties-as-js-properties-expected.txt Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/CSSPropertyNames.in
diff --git a/Source/core/css/CSSPropertyNames.in b/Source/core/css/CSSPropertyNames.in
index 8763716bbac81a6d1aedcce544aa1aa2271d3e8c..fe66da7f144a47dafe0905d23e54168d0d1f7c37 100644
--- a/Source/core/css/CSSPropertyNames.in
+++ b/Source/core/css/CSSPropertyNames.in
@@ -426,6 +426,10 @@ user-zoom
-webkit-tap-highlight-color
-webkit-app-region
+// all is expanded to all properties except all and internals.
+// We don't need to use applyProperties for 'all'.
+all
+
// Internal properties.
-internal-marquee-direction
-internal-marquee-increment

Powered by Google App Engine
This is Rietveld 408576698