Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Issue 271863005: Revert 268939 "Pass RenderFrameHost to WebContentObservers' mess..." (Closed)

Created:
6 years, 7 months ago by rpetterson
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269075

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -151 lines) Patch
M trunk/src/chrome/browser/content_settings/tab_specific_content_settings.h View 1 chunk +1 line, -3 lines 0 comments Download
M trunk/src/chrome/browser/content_settings/tab_specific_content_settings.cc View 1 chunk +1 line, -2 lines 0 comments Download
M trunk/src/chrome/browser/guest_view/web_view/plugin_permission_helper.h View 1 chunk +0 lines, -3 lines 0 comments Download
M trunk/src/chrome/browser/guest_view/web_view/plugin_permission_helper.cc View 1 chunk +5 lines, -15 lines 0 comments Download
M trunk/src/chrome/browser/plugins/plugin_observer.h View 1 chunk +0 lines, -3 lines 0 comments Download
M trunk/src/chrome/browser/plugins/plugin_observer.cc View 2 chunks +3 lines, -14 lines 0 comments Download
M trunk/src/content/browser/android/content_view_core_impl.h View 4 chunks +3 lines, -8 lines 0 comments Download
M trunk/src/content/browser/android/content_view_core_impl.cc View 5 chunks +23 lines, -25 lines 0 comments Download
M trunk/src/content/browser/frame_host/interstitial_page_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M trunk/src/content/browser/frame_host/interstitial_page_impl.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M trunk/src/content/browser/renderer_host/java/java_bridge_dispatcher_host.h View 1 chunk +2 lines, -1 line 0 comments Download
M trunk/src/content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h View 3 chunks +12 lines, -10 lines 0 comments Download
M trunk/src/content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.cc View 5 chunks +27 lines, -25 lines 0 comments Download
M trunk/src/content/browser/web_contents/web_contents_impl.h View 4 chunks +13 lines, -0 lines 0 comments Download
M trunk/src/content/browser/web_contents/web_contents_impl.cc View 5 chunks +14 lines, -9 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 +0 lines, -4 lines 0 comments Download
M trunk/src/content/public/browser/web_contents_observer.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M trunk/src/extensions/browser/extension_function.cc View 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
rpetterson
6 years, 7 months ago (2014-05-08 18:22:41 UTC) #1
rpetterson
Committed patchset #1 manually as r269075 (tree was closed).
6 years, 7 months ago (2014-05-08 18:23:24 UTC) #2
mnaganov (inactive)
On 2014/05/08 18:23:24, rpetterson wrote: > Committed patchset #1 manually as r269075 (tree was closed). ...
6 years, 7 months ago (2014-05-08 21:26:49 UTC) #3
rpetterson
I can revert the revert after the tree goes green again. On Thu, May 8, ...
6 years, 7 months ago (2014-05-08 21:40:51 UTC) #4
rpetterson
I have reverted the revert and thereby un-reverted. On Thu, May 8, 2014 at 2:40 ...
6 years, 7 months ago (2014-05-09 00:46:40 UTC) #5
mnaganov (inactive)
Hi Rachel, Do you have a link to the CL for reverting the revert? I ...
6 years, 7 months ago (2014-05-09 08:50:35 UTC) #6
mnaganov (inactive)
OK, found it: https://codereview.chromium.org/275673003/ On Fri, May 9, 2014 at 9:50 AM, Mikhail Naganov <mnaganov@chromium.org>wrote: ...
6 years, 7 months ago (2014-05-09 12:02:46 UTC) #7
marja
(Feel free to reland (or revert the revert), and sorry for unnecessary reverts. Yesterday was ...
6 years, 7 months ago (2014-05-09 12:09:55 UTC) #8
mnaganov (inactive)
6 years, 7 months ago (2014-05-09 12:15:05 UTC) #9
No troubles! As the revert of the revert uses incorrect base path, it can't
be landed by CQ. So I will create my own patch instead. Thanks for
addressing the tree fire issue!


On Fri, May 9, 2014 at 1:09 PM, Marja Hölttä <marja@chromium.org> wrote:

> (Feel free to reland (or revert the revert), and sorry for unnecessary
> reverts. Yesterday was pretty disastrous.)
>
>
> On Fri, May 9, 2014 at 2:02 PM, Mikhail Naganov <mnaganov@chromium.org>wrote:
>
>> OK, found it: https://codereview.chromium.org/275673003/
>>
>>
>> On Fri, May 9, 2014 at 9:50 AM, Mikhail Naganov
<mnaganov@chromium.org>wrote:
>>
>>> Hi Rachel,
>>>
>>> Do you have a link to the CL for reverting the revert? I don't see it
>>> landed yet.
>>>
>>>
>>> On Fri, May 9, 2014 at 1:46 AM, Rachel Weinstein Petterson <
>>> rlp@chromium.org> wrote:
>>>
>>>> I have reverted the revert and thereby un-reverted.
>>>>
>>>>
>>>> On Thu, May 8, 2014 at 2:40 PM, Rachel Weinstein Petterson <
>>>> rlp@chromium.org> wrote:
>>>>
>>>>> I can revert the revert after the tree goes green again.
>>>>>
>>>>>
>>>>> On Thu, May 8, 2014 at 2:26 PM, <mnaganov@chromium.org> wrote:
>>>>>
>>>>>> On 2014/05/08 18:23:24, rpetterson wrote:
>>>>>>
>>>>>>> Committed patchset #1 manually as r269075 (tree was closed).
>>>>>>>
>>>>>>
>>>>>> Looks like the tests still fail even after the revert:
>>>>>> http://build.chromium.org/p/chromium.win/builders/Vista%
>>>>>> 20Tests%20%282%29/builds/42536
>>>>>>
>>>>>> Are you planning to revert the reverts after fixing the real cause?
>>>>>>
>>>>>> https://codereview.chromium.org/271863005/
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698