|
Remove usage of HostZoomMap from c/b/loader via ReadyToCommitNavigation
Had to pull the mojom out into a separate interface because Frame
itself isn't associated, so a SetHostZoomLevel on Frame would be racy
with the FrameMsg_CommitNavigation.
Also fixes the IFrameZoomBrowserTest under PlzNavigate because it uses
the new machinery.
R=nasko@chromium.org
BUG= 609607
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/276753cf9b79b05acdc4a262241b8b31bf212e14
Cr-Commit-Position: refs/heads/master@{#428084}
Total comments: 6
Total comments: 6
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+167 lines, -112 lines) |
Patch |
 |
M |
build/android/pylib/gtest/filter/content_browsertests_disabled
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/previews/previews_infobar_tab_helper_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_handle_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/host_zoom_map_impl.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
A |
content/browser/host_zoom_map_observer.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/host_zoom_map_observer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/async_resource_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/async_resource_handler_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/async_revalidation_manager_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_dispatcher_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_message_filter.h
|
View
|
|
4 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_message_filter.cc
|
View
|
|
4 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/url_loader_factory_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
content/common/host_zoom.mojom
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+33 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 71 (52 generated)
|