Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / Settings.in
index 90fc417..9c22e52 100644 (file)
@@ -75,7 +75,6 @@ shrinksStandaloneImagesToFit initial=true
 # FIXME: Does this do anything now that we don't support page cache?
 pageCacheSupportsPlugins initial=false
 
-needsSiteSpecificQuirks initial=false
 offlineWebApplicationCacheEnabled initial=false
 usesEncodingDetector initial=false
 allowScriptsToCloseWindows initial=false
@@ -93,9 +92,6 @@ xssAuditorEnabled initial=false
 unsafePluginPastingEnabled initial=true
 treatIPAddressAsDomain initial=false
 
-acceleratedCompositingForVideoEnabled initial=true, invalidate=AcceleratedCompositing
-acceleratedCompositingForCanvasEnabled initial=true, invalidate=AcceleratedCompositing
-acceleratedCompositingForFiltersEnabled initial=false, invalidate=AcceleratedCompositing
 acceleratedCompositingForFixedPositionEnabled initial=false, invalidate=AcceleratedCompositing
 acceleratedCompositingForOverflowScrollEnabled initial=false, invalidate=AcceleratedCompositing
 acceleratedCompositingForFixedRootBackgroundEnabled initial=false
@@ -125,6 +121,10 @@ mediaPlaybackRequiresUserGesture initial=false
 
 scrollAnimatorEnabled initial=true
 
+# Used in layout tests for gesture tap highlights. Makes the highlights square
+# (rather than rounded) to make it possible to reftest the results.
+mockGestureTapHighlightsEnabled initial=false
+
 shouldRespectImageOrientation initial=false
 
 # Limited use by features which behave differently depending on the input
@@ -148,9 +148,6 @@ maxTouchPoints type=int, initial=0
 # crbug.com/304895 tracks removal once we're satisfied with the algorithm.
 touchAdjustmentEnabled initial=true
 
-# A mostly-stable performance optimization. crbug.com/304518 tracks removal.
-compositorTouchHitTesting initial=true
-
 syncXHRInDocumentsEnabled initial=true
 cookieEnabled initial=true
 navigateOnDragDrop initial=true
@@ -277,3 +274,20 @@ deviceScaleAdjustment type=double, initial=1.0, invalidate=TextAutosizing
 # API will return 'false' in that case.
 maxBeaconTransmission type=int, initial=16384
 
+# This value is set to false if the platform does not support fullscreen.
+# When set to false all the requests to enter fullscreen will return an error
+# (fullscreenerror or webkitfullscreenerror) as specified in the standard:
+# http://fullscreen.spec.whatwg.org/#dom-element-requestfullscreen
+fullscreenSupported initial=true
+
+# FIXME: This is a temporary flag and should be removed once
+# the Android WebView framework supports fullscreen for non-media elements
+# (crbug.com/398485).
+# This value is set to false if the platform does not support fullscreen
+# for non-media elements. When set to true all the requests to enter fullscreen
+# on non-media elements will return an error.
+disallowFullscreenForNonMediaElements initial=false
+
+# V8 supports different types of caching. Used by V8 bindings.
+v8CacheOptions type=V8CacheOptions, initial=V8CacheOptionsOff
+