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

Side by Side Diff: Source/core/frame/Settings.in

Issue 1028383002: Enable new multicol for testing and experimental web platform features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Need to mark virtual/slimmingpaint/svg/text/columns-do-not-apply.html as failing too. Created 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Defines properties which are available on the Settings object. 1 # Defines properties which are available on the Settings object.
2 # 2 #
3 # Please think carefully before adding a new Setting. Some questions to 3 # Please think carefully before adding a new Setting. Some questions to
4 # consider are: 4 # consider are:
5 # - Should this be a RuntimeEnabledFeature instead? Settings are for things 5 # - Should this be a RuntimeEnabledFeature instead? Settings are for things
6 # which we support either values of at runtime. Features are set at renderer 6 # which we support either values of at runtime. Features are set at renderer
7 # process startup and are never changed. Features also tend to be set to a 7 # process startup and are never changed. Features also tend to be set to a
8 # value based on the platform or the stability of the code in question, where 8 # value based on the platform or the stability of the code in question, where
9 # as settings both codepaths need to be stable. 9 # as settings both codepaths need to be stable.
10 # - How will you ensure test coverage of all relevant values of your setting? 10 # - How will you ensure test coverage of all relevant values of your setting?
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 shouldClearDocumentBackground initial=true 68 shouldClearDocumentBackground initial=true
69 69
70 textAreasAreResizable initial=false, invalidate=Style 70 textAreasAreResizable initial=false, invalidate=Style
71 acceleratedCompositingEnabled initial=true, invalidate=AcceleratedCompositing 71 acceleratedCompositingEnabled initial=true, invalidate=AcceleratedCompositing
72 72
73 shrinksStandaloneImagesToFit initial=true 73 shrinksStandaloneImagesToFit initial=true
74 74
75 offlineWebApplicationCacheEnabled initial=true 75 offlineWebApplicationCacheEnabled initial=true
76 usesEncodingDetector initial=false 76 usesEncodingDetector initial=false
77 allowScriptsToCloseWindows initial=false 77 allowScriptsToCloseWindows initial=false
78 regionBasedColumnsEnabled initial=false
79 78
80 # FIXME: This should really be disabled by default as it makes platforms that 79 # FIXME: This should really be disabled by default as it makes platforms that
81 # don't support the feature download files they can't use by. 80 # don't support the feature download files they can't use by.
82 # Leaving enabled for now to not change existing behavior. 81 # Leaving enabled for now to not change existing behavior.
83 downloadableBinaryFontsEnabled initial=true 82 downloadableBinaryFontsEnabled initial=true
84 83
85 xssAuditorEnabled initial=false 84 xssAuditorEnabled initial=false
86 unsafePluginPastingEnabled initial=false 85 unsafePluginPastingEnabled initial=false
87 treatIPAddressAsDomain initial=false 86 treatIPAddressAsDomain initial=false
88 87
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 useMobileViewportStyle initial=false, invalidate=ViewportRule 324 useMobileViewportStyle initial=false, invalidate=ViewportRule
326 325
327 # User style overrides for captions and subtitles 326 # User style overrides for captions and subtitles
328 textTrackBackgroundColor type=String 327 textTrackBackgroundColor type=String
329 textTrackFontFamily type=String 328 textTrackFontFamily type=String
330 textTrackFontStyle type=String 329 textTrackFontStyle type=String
331 textTrackFontVariant type=String 330 textTrackFontVariant type=String
332 textTrackTextColor type=String 331 textTrackTextColor type=String
333 textTrackTextShadow type=String 332 textTrackTextShadow type=String
334 textTrackTextSize type=String 333 textTrackTextSize type=String
OLDNEW
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698