|
[Android WebView] Implement WebSettings.{get|set}LoadWithOverviewMode
The 'LoadWithOverviewMode' setting controls, whether the page needs to be scaled
to fit contents into the viewport. Chrome on Android always adjusts page scale
to fit contents. We need to make this behavior controllable.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184631
Total comments: 2
Total comments: 4
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+233 lines, -23 lines) |
Patch |
|
M |
android_webview/browser/renderer_host/aw_render_view_host_ext.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/browser/renderer_host/aw_render_view_host_ext.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/common/render_view_messages.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientOnScaleChangedTest.java
|
View
|
1
|
2 chunks |
+4 lines, -23 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
|
View
|
1
2
3
4
5
6
|
4 chunks |
+131 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/TestAwContentsClient.java
|
View
|
1
2
3
|
4 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_contents.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_contents.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/renderer/aw_render_view_ext.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/renderer/aw_render_view_ext.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/android/content_settings.cc
|
View
|
1
2
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/android/java/src/org/chromium/content/browser/ContentSettings.java
|
View
|
1
2
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/common/common_param_traits_macros.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webkit/glue/webpreferences.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webkit/glue/webpreferences.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|