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

Side by Side Diff: Source/core/css/CSSValueKeywords.in

Issue 336693005: Add image-rendering: pixelated. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't add 'pixelated' to devtools. Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 4
5 // The mode argument is used to limit the keyword to be used only for certain 5 // The mode argument is used to limit the keyword to be used only for certain
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by
7 // CSSParserModes listed in allowInternalPropertyAndValue() 7 // CSSParserModes listed in allowInternalPropertyAndValue()
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 replaced 869 replaced
870 870
871 // -webkit-font-feature-settings 871 // -webkit-font-feature-settings
872 on 872 on
873 off 873 off
874 874
875 // image-rendering 875 // image-rendering
876 //auto 876 //auto
877 //optimizeSpeed 877 //optimizeSpeed
878 optimizeQuality 878 optimizeQuality
879 pixelated
879 -webkit-optimize-contrast 880 -webkit-optimize-contrast
880 881
881 // shape-outside 882 // shape-outside
882 nonzero 883 nonzero
883 evenodd 884 evenodd
884 at 885 at
885 // closest-side 886 // closest-side
886 // farthest-side 887 // farthest-side
887 888
888 // -webkit-wrap-flow 889 // -webkit-wrap-flow
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 999
999 // will-change 1000 // will-change
1000 // auto 1001 // auto
1001 contents 1002 contents
1002 scroll-position 1003 scroll-position
1003 1004
1004 // all 1005 // all
1005 // initial 1006 // initial
1006 // inherit 1007 // inherit
1007 unset 1008 unset
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698