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

Issue 6025009: Get rid of RenderViewHostDelegate::Resource and dispatch the IPC messages dir... (Closed)

Created:
9 years, 12 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews, darin (slow to review)
Visibility:
Public.

Description

Get rid of RenderViewHostDelegate::Resource and dispatch the IPC messages directly in TabContents. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70292

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 8

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -518 lines) Patch
M chrome/browser/renderer_host/render_view_host.h View 1 2 3 4 chunks +7 lines, -19 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 11 chunks +43 lines, -153 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 1 5 chunks +6 lines, -67 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_notification_task.h View 2 chunks +0 lines, -61 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host.h View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 4 3 chunks +32 lines, -8 lines 0 comments Download
M chrome/browser/renderer_host/resource_request_details.h View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/renderer_host/resource_request_details.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_manager.cc View 1 2 3 4 4 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 1 5 chunks +22 lines, -36 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 8 chunks +186 lines, -159 lines 0 comments Download
M chrome/common/notification_type.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jam
9 years, 12 months ago (2010-12-28 22:25:54 UTC) #1
brettw
http://codereview.chromium.org/6025009/diff/25002/chrome/browser/renderer_host/render_view_host.h File chrome/browser/renderer_host/render_view_host.h (right): http://codereview.chromium.org/6025009/diff/25002/chrome/browser/renderer_host/render_view_host.h#newcode542 chrome/browser/renderer_host/render_view_host.h:542: static void FilterURL(ChildProcessSecurityPolicy* policy, Now that this is a ...
9 years, 12 months ago (2010-12-29 20:20:34 UTC) #2
jam
http://codereview.chromium.org/6025009/diff/25002/chrome/browser/renderer_host/render_view_host.h File chrome/browser/renderer_host/render_view_host.h (right): http://codereview.chromium.org/6025009/diff/25002/chrome/browser/renderer_host/render_view_host.h#newcode542 chrome/browser/renderer_host/render_view_host.h:542: static void FilterURL(ChildProcessSecurityPolicy* policy, On 2010/12/29 20:20:34, brettw wrote: ...
9 years, 12 months ago (2010-12-29 21:52:47 UTC) #3
brettw
http://codereview.chromium.org/6025009/diff/25002/chrome/browser/renderer_host/resource_dispatcher_host.cc File chrome/browser/renderer_host/resource_dispatcher_host.cc (right): http://codereview.chromium.org/6025009/diff/25002/chrome/browser/renderer_host/resource_dispatcher_host.cc#newcode1609 chrome/browser/renderer_host/resource_dispatcher_host.cc:1609: type, NotificationService::AllSources(), Details<T>(detail)); The problem with this solution is ...
9 years, 12 months ago (2010-12-29 22:19:19 UTC) #4
jam
http://codereview.chromium.org/6025009/diff/25002/chrome/browser/renderer_host/resource_dispatcher_host.cc File chrome/browser/renderer_host/resource_dispatcher_host.cc (right): http://codereview.chromium.org/6025009/diff/25002/chrome/browser/renderer_host/resource_dispatcher_host.cc#newcode1609 chrome/browser/renderer_host/resource_dispatcher_host.cc:1609: type, NotificationService::AllSources(), Details<T>(detail)); On 2010/12/29 22:19:19, brettw wrote: > ...
9 years, 12 months ago (2010-12-29 23:39:46 UTC) #5
brettw
9 years, 12 months ago (2010-12-30 00:17:52 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698