|
Currently Android WebView will push settings from the java side to the renderer, but if the browser needs to read those settings back we will use a default set from WebContentsImpl as we neglect to override ContentBrowserClient::OverrideWebKitPrefs. This means that the browser and renderer can see out of sync preference values.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=225611
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+257 lines, -87 lines) |
Patch |
 |
M |
android_webview/android_webview.gyp
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_content_browser_client.h
|
View
|
1
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_content_browser_client.cc
|
View
|
1
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/aw_web_preferences_populater.h
|
View
|
1
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
android_webview/browser/aw_web_preferences_populater.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/jni_dependency_factory.h
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/aw_main_delegate.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/aw_main_delegate.cc
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_settings.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_settings.cc
|
View
|
1
2
3
|
4 chunks |
+127 lines, -83 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/aw_web_preferences_populater_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/aw_web_preferences_populater_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/webview_native.gyp
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|