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

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

Issue 216803002: Implement all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed parseAnimationProperty 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.
Nils Barth (inactive) 2014/04/03 06:27:06 ...and directional and bidi. This comment could ge
tasak 2014/05/12 14:33:27 Done.
+// We don't need to use applyProperties for 'all'.
Nils Barth (inactive) 2014/04/03 06:27:06 I don't understand this comment; is it clearer in
tasak 2014/05/12 14:33:27 I think, this is not important comment. I removed.
+all
+
// Internal properties.
-internal-marquee-direction
-internal-marquee-increment

Powered by Google App Engine
This is Rietveld 408576698