|
Revert 269075 "Revert 268939 "Pass RenderFrameHost to WebContent..."
> Revert 268939 "Pass RenderFrameHost to WebContentObservers' mess..."
>
> Win and linux bots are failing. See crbug.com/371030 for more details.
> Reverting to see if this CL is part of the cause.
>
> > Pass RenderFrameHost to WebContentObservers' message handlers
> >
> > This patch enables WebContentsObserver::OnMessageReceived to receive
> > a reference to RenderFrameHost that received the message.
> >
> > This allows passing of JavaBridgeDispatcherHostManager ownership from
> > WebContentsImpl to ContentViewCore and removing of some redundant
> > initialization code in JavaBridgeDispatcherHostManager, fixing
> > a long-standing TODO.
> >
> > Review URL: https://codereview.chromium.org/253013002
>
> TBR=mnaganov@chromium.org
>
> Review URL: https://codereview.chromium.org/271863005
TBR=rlp@chromium.org
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+151 lines, -109 lines) |
Patch |
 |
M |
trunk/src/chrome/browser/content_settings/tab_specific_content_settings.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/content_settings/tab_specific_content_settings.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/guest_view/web_view/plugin_permission_helper.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/guest_view/web_view/plugin_permission_helper.cc
|
View
|
|
1 chunk |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/plugins/plugin_observer.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
trunk/src/chrome/browser/plugins/plugin_observer.cc
|
View
|
|
2 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/android/content_view_core_impl.h
|
View
|
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/android/content_view_core_impl.cc
|
View
|
|
5 chunks |
+25 lines, -23 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/frame_host/interstitial_page_impl.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/frame_host/interstitial_page_impl.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/renderer_host/java/java_bridge_dispatcher_host.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h
|
View
|
|
3 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.cc
|
View
|
|
5 chunks |
+25 lines, -27 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/web_contents/web_contents_impl.h
|
View
|
|
4 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/browser/web_contents/web_contents_impl.cc
|
View
|
|
5 chunks |
+9 lines, -14 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/public/browser/web_contents_observer.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
trunk/src/content/public/browser/web_contents_observer.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
trunk/src/extensions/browser/extension_function.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|