|
Simplify android_webview wrap_contents mode.
This changes the webview implementation of wrap_contents mode
from custom code explicitly calculating the layout size to a
pair of settings: "ignore viewport tag" (for older apps) and
"set layout size height to 0".
This means this code gets simpler and means we don't have to
fix a bunch of races present in the current version of the
code.
BUG= 392460, 398445
TBR=cevans@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288992
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+251 lines, -272 lines) |
Patch |
 |
M |
android_webview/browser/renderer_host/aw_render_view_host_ext.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/renderer_host/aw_render_view_host_ext.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
android_webview/common/render_view_messages.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwLayoutSizer.java
|
View
|
1
2
3
4
5
|
7 chunks |
+10 lines, -87 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwSettings.java
|
View
|
1
2
3
|
2 chunks |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java
|
View
|
1
2
3
4
|
8 chunks |
+25 lines, -140 lines |
0 comments
|
Download
|
 |
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
|
View
|
1
2
3
|
2 chunks |
+154 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_settings.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/aw_render_view_ext.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/aw_render_view_ext.cc
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/public/common/common_param_traits_macros.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/web_preferences.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/web_preferences.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|