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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disabler. Try different DCHECK expressions. Created 4 years, 6 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: third_party/WebKit/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index 7d7fba0dbd018d72dcd5013cc09197e105403d1b..a5b863f6ffa490390d25cc73046f31c9b8b54d23 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -198,7 +198,7 @@ empty-cells inherited, type_name=EEmptyCells
fill interpolable, inherited, svg, setter=setFillPaint, custom_all
fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage
fill-rule inherited, svg, type_name=WindRule
-filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier
+filter interpolable, converter=convertFilterOperations
flex-basis interpolable, converter=convertLengthOrAuto
flex-direction
flex-grow interpolable, type_name=float
@@ -362,7 +362,6 @@ column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
column-rule-width interpolable, converter=convertLineWidth<unsigned short>
column-span type_name=ColumnSpan
column-width interpolable, converter=convertComputedLength<float>, custom_all
--webkit-filter interpolable, converter=convertFilterOperations
-webkit-highlight inherited, converter=convertString<CSSValueNone>
-webkit-hyphenate-character inherited, name_for_methods=HyphenationString, converter=convertString<CSSValueAuto>
-webkit-line-break inherited, type_name=LineBreak
@@ -560,6 +559,7 @@ columns longhands=column-width;column-count
-webkit-column-span alias_for=column-span
-webkit-column-width alias_for=column-width
-webkit-columns alias_for=columns
+-webkit-filter alias_for=filter
-webkit-flex alias_for=flex
-webkit-flex-basis alias_for=flex-basis
-webkit-flex-direction alias_for=flex-direction

Powered by Google App Engine
This is Rietveld 408576698