|
Pass the size to the RenderView on creation.
The size update races with the page load creating the opportunity
for the page to observe the initial (0,0) renderer size. This patch
addresses the issue by sending the initial size together with the
RenderView creation request.
BUG= 424205
Committed: https://crrev.com/58fa72f0dcafa8250ed0e88a0a666624c31bcafa
Cr-Commit-Position: refs/heads/master@{#303775}
Total comments: 14
Total comments: 7
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+290 lines, -124 lines) |
Patch |
 |
M |
chrome/test/data/extensions/platform_apps/web_view/shim/main.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/compositor/delegated_frame_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+31 lines, -24 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+70 lines, -48 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
14 chunks |
+62 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+31 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/public/test/render_view_test.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/render_view_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+23 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl_params.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl_params.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/guest_view/guest_view_base.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/test/data/web_view/apitest/main.js
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
Total messages: 36 (6 generated)
|