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

Issue 23618036: Merge NOTIFICATION_RENDER_VIEW_HOST_CHANGED into NOTIFICATION_WEB_CONTENTS_SWAPPED. (Closed)

Created:
7 years, 3 months ago by Avi (use Gerrit)
Modified:
7 years, 2 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, tfarina, jam, joi+watch-content_chromium.org, scheib+watch_chromium.org, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, Matt Perry
Visibility:
Public.

Description

Merge NOTIFICATION_WEB_CONTENTS_SWAPPED into NOTIFICATION_RENDER_VIEW_HOST_CHANGED. NOTIFICATION_WEB_CONTENTS_SWAPPED was fired in a strict subset of times that NOTIFICATION_RENDER_VIEW_HOST_CHANGED was fired, but everyone was listening for NOTIFICATION_WEB_CONTENTS_SWAPPED since it showed up in the types file first. BUG=170921, 123007 TEST=no functional change Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226637

Patch Set 1 #

Total comments: 4

Patch Set 2 : better #

Patch Set 3 : java? #

Total comments: 1

Patch Set 4 : new #

Patch Set 5 : fix cros #

Patch Set 6 : AppNativeWindow #

Patch Set 7 : again! #

Patch Set 8 : rebase #

Patch Set 9 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -144 lines) Patch
M apps/app_window_contents.cc View 1 2 3 4 5 6 7 1 chunk +8 lines, -9 lines 0 comments Download
M apps/native_app_window.h View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M apps/shell_window.cc View 1 2 3 4 5 6 7 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 1 2 3 4 5 6 7 4 chunks +11 lines, -13 lines 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/tab_contents_resource_provider.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h View 1 2 3 4 5 6 7 3 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm View 1 2 3 4 5 6 7 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/apps/native_app_window_gtk.h View 1 2 3 4 5 6 7 4 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/apps/native_app_window_gtk.cc View 1 2 3 4 5 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/panels/panel.cc View 1 2 3 4 5 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.h View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 4 5 6 7 2 chunks +1 line, -11 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/render_view_host_manager.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/render_view_host_manager.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -22 lines 0 comments Download
M content/browser/web_contents/render_view_host_manager_unittest.cc View 1 2 3 4 5 6 7 8 7 chunks +14 lines, -17 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 2 chunks +12 lines, -9 lines 0 comments Download
M content/browser/web_contents/web_drag_source_win.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 4 5 6 7 1 chunk +1 line, -5 lines 0 comments Download
M content/public/browser/notification_types.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -12 lines 0 comments Download
M content/public/browser/web_contents_observer.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/controls/webview/webview.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
Avi (use Gerrit)
John: FYI Jonathan: Take a look at the Android stuff Charlie: I'm sending this to ...
7 years, 3 months ago (2013-09-06 21:22:54 UTC) #1
joth
https://codereview.chromium.org/23618036/diff/1/content/browser/android/content_view_core_impl.cc File content/browser/android/content_view_core_impl.cc (left): https://codereview.chromium.org/23618036/diff/1/content/browser/android/content_view_core_impl.cc#oldcode295 content/browser/android/content_view_core_impl.cc:295: Java_ContentViewCore_onWebContentsSwapped(env, obj.obj()); onWebContentsSwapped would never be called after this ...
7 years, 3 months ago (2013-09-06 21:33:25 UTC) #2
Avi (use Gerrit)
https://codereview.chromium.org/23618036/diff/1/content/browser/android/content_view_core_impl.cc File content/browser/android/content_view_core_impl.cc (left): https://codereview.chromium.org/23618036/diff/1/content/browser/android/content_view_core_impl.cc#oldcode295 content/browser/android/content_view_core_impl.cc:295: Java_ContentViewCore_onWebContentsSwapped(env, obj.obj()); On 2013/09/06 21:33:25, joth wrote: > onWebContentsSwapped ...
7 years, 3 months ago (2013-09-06 21:39:06 UTC) #3
Charlie Reis
Great! I'd always wondered why we had both. LGTM. Note: I probably would have picked ...
7 years, 3 months ago (2013-09-06 22:22:40 UTC) #4
joth
On 6 September 2013 14:39, <avi@chromium.org> wrote: > > https://codereview.chromium.**org/23618036/diff/1/content/** > browser/android/content_view_**core_impl.cc<https://codereview.chromium.org/23618036/diff/1/content/browser/android/content_view_core_impl.cc> > File content/browser/android/**content_view_core_impl.cc ...
7 years, 3 months ago (2013-09-06 22:28:26 UTC) #5
Ted C
On 2013/09/06 22:28:26, joth wrote: > On 6 September 2013 14:39, <mailto:avi@chromium.org> wrote: > > ...
7 years, 3 months ago (2013-09-06 22:36:27 UTC) #6
Avi (use Gerrit)
On 2013/09/06 22:22:40, creis wrote: > Note: I probably would have picked RENDER_VIEW_HOST_CHANGED as the ...
7 years, 3 months ago (2013-09-07 01:57:32 UTC) #7
Avi (use Gerrit)
FYI everyone: I am not yet convinced that this completely works yet, but it seems ...
7 years, 3 months ago (2013-09-07 02:05:35 UTC) #8
Avi (use Gerrit)
OK, let's get some reviews. jam@: content/ except android and browser plugin Ted, joth, aurimas: ...
7 years, 3 months ago (2013-09-09 16:25:39 UTC) #9
Fady Samuel
browser_plugin LGTM
7 years, 3 months ago (2013-09-09 16:27:40 UTC) #10
hans
chrome/browser/speech/ LGTM I noticed that the code review subject line and the first line of ...
7 years, 3 months ago (2013-09-09 16:42:04 UTC) #11
Avi (use Gerrit)
On 2013/09/09 16:42:04, hans wrote: > chrome/browser/speech/ LGTM > > I noticed that the code ...
7 years, 3 months ago (2013-09-09 16:44:38 UTC) #12
Charlie Reis
On 2013/09/07 01:57:32, Avi wrote: > On 2013/09/06 22:22:40, creis wrote: > > Note: I ...
7 years, 3 months ago (2013-09-09 16:54:06 UTC) #13
asargent_no_longer_on_chrome
apps/, chrome/browser/extensions/ LGTM +cc mpcomplete as FYI, since he's a little more familiar with some ...
7 years, 3 months ago (2013-09-09 17:12:14 UTC) #14
sky
LGTM
7 years, 3 months ago (2013-09-09 19:20:38 UTC) #15
Ted C
lgtm for android
7 years, 3 months ago (2013-09-09 23:51:00 UTC) #16
Dmitry Titov
lgtm for panels
7 years, 3 months ago (2013-09-11 17:13:54 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/23618036/27001
7 years, 3 months ago (2013-09-12 15:12:23 UTC) #18
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 3 months ago (2013-09-12 15:54:16 UTC) #19
Avi (use Gerrit)
Matt: I make the NativeAppWindow change as you suggested; please take a look.
7 years, 2 months ago (2013-09-25 16:04:55 UTC) #20
Matt Perry
Much better! LGTM
7 years, 2 months ago (2013-09-25 18:51:18 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/23618036/50001
7 years, 2 months ago (2013-09-30 18:30:25 UTC) #22
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=173471
7 years, 2 months ago (2013-10-01 01:10:03 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/23618036/99001
7 years, 2 months ago (2013-10-02 16:42:32 UTC) #24
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) content_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=84147
7 years, 2 months ago (2013-10-02 17:40:17 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/23618036/131001
7 years, 2 months ago (2013-10-02 22:04:34 UTC) #26
commit-bot: I haz the power
7 years, 2 months ago (2013-10-03 00:57:33 UTC) #27
Message was sent while issue was closed.
Change committed as 226637

Powered by Google App Engine
This is Rietveld 408576698