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

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: 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..ade085f4bf6fec3a5b3048e0d54e3a7c6d0719fb 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -230,11 +230,11 @@ rubberBandingOnCompositorThread initial=false
mainFrameClipsContent initial=true
-
-# Presumably used by LayoutTests? Unclear.
+# For android.webkit.WebSettings.setUseWideViewport()
useWideViewport initial=true, invalidate=ViewportDescription
-loadWithOverviewMode initial=true, invalidate=ViewportDescription
+# For android.webkit.WebSettings.setLoadWithOverviewMode()
aelias_OOO_until_Jul13 2015/03/06 20:06:16 How about linking http://developer.android.com/ref
+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