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

Issue 7835004: Moved the following IPCs out of chrome into content where they are handled by (Closed)

Created:
9 years, 3 months ago by ananta
Modified:
9 years, 3 months ago
Reviewers:
jam
CC:
chromium-reviews, Avi (use Gerrit), tburkard+watch_chromium.org, Paweł Hajdan Jr., jam, cbentzel+watch_chromium.org, joi+watch-content_chromium.org, dominich+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, stuartmorgan+watch_chromium.org, mmenke
Visibility:
Public.

Description

Moved the following IPCs out of chrome into content where they are handled by TabContents/RVH which eventually forward the notifications out to the TabContentsDelegate. 1. ViewHostMsg_CrashedPlugin 2. ViewHostMsg_DidStartProvisionalLoadForFrame 3. ViewHostMsg_UpdateTargetURL The ViewHostMsg_DidStartProvisionalLoadForFrame IPC is still handled by the PrerenderRenderViewHostObserver object in chrome. Will move that out in a future CL. BUG=87335 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99775

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 2

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -77 lines) Patch
M chrome/browser/external_tab_container_win.h View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/external_tab_container_win.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/plugin_observer.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/plugin_observer.cc View 1 2 3 4 5 6 7 8 3 chunks +0 lines, -29 lines 0 comments Download
M chrome/browser/prerender/prerender_tab_helper.h View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -9 lines 0 comments Download
M chrome/browser/prerender/prerender_tab_helper.cc View 1 2 3 4 5 6 7 8 2 chunks +23 lines, -30 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 5 6 7 8 3 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 6 chunks +56 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tab_contents/tab_contents.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -1 line 0 comments Download
M content/browser/tab_contents/tab_contents_delegate.h View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/tab_contents/tab_contents_delegate.cc View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents_delegate_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
ananta
9 years, 3 months ago (2011-09-02 21:27:26 UTC) #1
jam
http://codereview.chromium.org/7835004/diff/32/chrome/browser/plugin_observer.cc File chrome/browser/plugin_observer.cc (right): http://codereview.chromium.org/7835004/diff/32/chrome/browser/plugin_observer.cc#newcode304 chrome/browser/plugin_observer.cc:304: void PluginObserver::CrashedPlugin(const FilePath& plugin_path) { why is this method ...
9 years, 3 months ago (2011-09-03 00:10:47 UTC) #2
ananta
http://codereview.chromium.org/7835004/diff/32/chrome/browser/plugin_observer.cc File chrome/browser/plugin_observer.cc (right): http://codereview.chromium.org/7835004/diff/32/chrome/browser/plugin_observer.cc#newcode304 chrome/browser/plugin_observer.cc:304: void PluginObserver::CrashedPlugin(const FilePath& plugin_path) { On 2011/09/03 00:10:47, John ...
9 years, 3 months ago (2011-09-03 00:43:23 UTC) #3
jam
lgtm http://codereview.chromium.org/7835004/diff/4041/chrome/browser/prerender/prerender_tab_helper.h File chrome/browser/prerender/prerender_tab_helper.h (right): http://codereview.chromium.org/7835004/diff/4041/chrome/browser/prerender/prerender_tab_helper.h#newcode31 chrome/browser/prerender/prerender_tab_helper.h:31: nit: no need for blank line
9 years, 3 months ago (2011-09-06 17:44:39 UTC) #4
ananta
9 years, 3 months ago (2011-09-06 18:42:19 UTC) #5
http://codereview.chromium.org/7835004/diff/4041/chrome/browser/prerender/pre...
File chrome/browser/prerender/prerender_tab_helper.h (right):

http://codereview.chromium.org/7835004/diff/4041/chrome/browser/prerender/pre...
chrome/browser/prerender/prerender_tab_helper.h:31: 
On 2011/09/06 17:44:39, John Abd-El-Malek wrote:
> nit: no need for blank line

Done.

Powered by Google App Engine
This is Rietveld 408576698