Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index f6882857e53ee87e189551ca274962305e01cfba..4db7cd292d867158beb3bf7fd31a505802c27467 100755 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -286,3 +286,13 @@ compositorDrivenAcceleratedScrollingEnabled initial=false |
# FIXME: This is a temporary flag and should be removed |
# when squashing is ready. (crbug.com/261605) |
layerSquashingEnabled initial=false |
+ |
+# Clients that execute script should call ScriptController::canExecuteScripts() |
+# instead of this function. ScriptController::canExecuteScripts() checks the |
+# HTML sandbox, plug-in sandboxing, and other important details. |
+scriptEnabled initial=false, invalidate=ScriptEnable |
+ |
+# Compensates for poor text legibility on mobile devices. This value is |
+# multiplied by the font scale factor when performing text autosizing of |
+# websites that do not set an explicit viewport description. |
+deviceScaleAdjustment type=double, initial=1.0, invalidate=DeviceScale |