|
[Android WebView] Move the most of WebSettings into AwSettings
Historically, WebSettings management is used to be in the ContentSettings class,
while only WebView actually needs it. Chrome for Android is only interested in
the value of the "JavaScript enabled" setting.
This change leaves zoom-related settings intact, as moving them will require
decoupling of the ZoomManager class from the ContentView* family of classes,
which deserves a separate change.
BUG=b/8296421
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196399
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1360 lines, -1755 lines) |
Patch |
|
M |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
|
5 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
|
M |
android_webview/java/src/org/chromium/android_webview/AwSettings.java
|
View
|
|
7 chunks |
+895 lines, -42 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientOnScaleChangedTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
|
View
|
|
54 chunks |
+83 lines, -106 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwTargetDensityDpiTest.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/ClientAddMessageToConsoleTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/ContentViewZoomTest.java
|
View
|
|
8 chunks |
+18 lines, -17 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/CookieManagerTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java
|
View
|
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/javatests/src/org/chromium/android_webview/test/UserAgentTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
android_webview/native/aw_settings.h
|
View
|
|
2 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_settings.cc
|
View
|
|
4 chunks |
+308 lines, -48 lines |
1 comment
|
Download
|
|
M |
android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/android/findbugs_filter/findbugs_known_bugs.txt
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/android/content_settings.h
|
View
|
|
2 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
|
M |
content/browser/android/content_settings.cc
|
View
|
|
3 chunks |
+8 lines, -385 lines |
1 comment
|
Download
|
|
M |
content/browser/android/content_view_core_impl.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/android/content_view_core_impl.cc
|
View
|
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
content/public/android/java/src/org/chromium/content/browser/ContentSettings.java
|
View
|
|
11 chunks |
+5 lines, -1065 lines |
2 comments
|
Download
|
|
M |
content/public/android/java/src/org/chromium/content/browser/ContentView.java
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
View
|
|
5 chunks |
+2 lines, -16 lines |
3 comments
|
Download
|
Total messages: 13 (0 generated)
|