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

Unified Diff: Source/core/frame/Settings.in

Issue 979243005: Documentation for webview settings in Settings.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed review issues 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 05ec00f11793c4f939b1dbf12812fd9003859964..0177f15b7b44b56323245a2db44c4dd4a968b0da 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -179,6 +179,9 @@ smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled
selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
selectionIncludesAltImageText initial=false
+
+######## Settings used by Android WebView below ########
+
useLegacyBackgroundSizeShorthandBehavior initial=false
# This quirk is to maintain compatibility with Android apps built on
@@ -209,6 +212,19 @@ wideViewportQuirkEnabled initial=false
# mode.
forceZeroLayoutHeight initial=false, invalidate=ViewportDescription
+mainFrameClipsContent initial=true
+
+# For android.webkit.WebSettings.setUseWideViewport()
+# http://developer.android.com/reference/android/webkit/WebSettings.html#setUseWideViewPort(boolean)
+useWideViewport initial=true, invalidate=ViewportDescription
+
+# For android.webkit.WebSettings.setLoadWithOverviewMode()
+# http://developer.android.com/reference/android/webkit/WebSettings.html#setLoadWithOverviewMode(boolean)
+loadWithOverviewMode initial=true, invalidate=ViewportDescription
+
+######## End of settings used by Android WebView ########
+
+
# Touch based text selection and editing on desktop.
# crbug.com/304873 tracks removal once it's been enabled on all platforms.
touchEditingEnabled initial=false
@@ -228,14 +244,6 @@ pinchOverlayScrollbarThickness type=int, initial=0
# crbug.com/133097
rubberBandingOnCompositorThread initial=false
-mainFrameClipsContent initial=true
-
-
-# Presumably used by LayoutTests? Unclear.
-useWideViewport initial=true, invalidate=ViewportDescription
-loadWithOverviewMode initial=true, invalidate=ViewportDescription
-
-
# Font scale factor for accessibility, applied as part of text autosizing.
accessibilityFontScaleFactor type=double, initial=1.0, invalidate=TextAutosizing
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698