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

Issue 23583039: Convert a bunch of resource IPCs to be control messages. They didn't need to be routed. (Closed)

Created:
7 years, 3 months ago by jam
Modified:
3 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Convert a bunch of resource IPCs to be control messages. They didn't need to be routed. BUG=286074 R=ajwong@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221751

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 5

Patch Set 4 : remove dcheck from RenderProcessHost instead #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -127 lines) Patch
M content/browser/loader/async_resource_handler.h View 2 chunks +0 lines, -2 lines 0 comments Download
M content/browser/loader/async_resource_handler.cc View 8 chunks +11 lines, -18 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 3 5 chunks +3 lines, -6 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_unittest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M content/browser/loader/resource_scheduler_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/child/resource_dispatcher.h View 2 chunks +1 line, -6 lines 0 comments Download
M content/child/resource_dispatcher.cc View 1 12 chunks +14 lines, -23 lines 0 comments Download
M content/child/resource_dispatcher_unittest.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M content/common/resource_messages.h View 4 chunks +49 lines, -49 lines 0 comments Download
M content/public/test/render_view_fake_resources_test.cc View 2 chunks +1 line, -4 lines 0 comments Download

Messages

Total messages: 26 (4 generated)
jam
7 years, 3 months ago (2013-09-06 15:58:26 UTC) #1
awong
https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode849 content/browser/loader/resource_dispatcher_host_impl.cc:849: handled = true; If I read this correctly, any ...
7 years, 3 months ago (2013-09-06 17:04:11 UTC) #2
jam
https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode849 content/browser/loader/resource_dispatcher_host_impl.cc:849: handled = true; On 2013/09/06 17:04:11, awong wrote: > ...
7 years, 3 months ago (2013-09-06 17:12:04 UTC) #3
jam
https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode849 content/browser/loader/resource_dispatcher_host_impl.cc:849: handled = true; On 2013/09/06 17:12:04, jam wrote: > ...
7 years, 3 months ago (2013-09-06 17:22:17 UTC) #4
awong
LGTM (with large comment) https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode849 content/browser/loader/resource_dispatcher_host_impl.cc:849: handled = true; On 2013/09/06 ...
7 years, 3 months ago (2013-09-06 17:37:34 UTC) #5
jam
https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode849 content/browser/loader/resource_dispatcher_host_impl.cc:849: handled = true; On 2013/09/06 17:37:34, awong wrote: > ...
7 years, 3 months ago (2013-09-06 18:00:20 UTC) #6
awong
On Fri, Sep 6, 2013 at 11:00 AM, <jam@chromium.org> wrote: > > https://codereview.chromium.**org/23583039/diff/35001/** > content/browser/loader/**resource_dispatcher_host_impl.**cc<https://codereview.chromium.org/23583039/diff/35001/content/browser/loader/resource_dispatcher_host_impl.cc> ...
7 years, 3 months ago (2013-09-06 18:01:58 UTC) #7
sjkenny69
5 years, 3 months ago (2015-09-06 22:56:45 UTC) #9
sjkenny69
5 years, 3 months ago (2015-09-06 22:56:46 UTC) #10
sjkenny69
5 years, 3 months ago (2015-09-06 22:56:47 UTC) #11
sjkenny69
lgtm
5 years, 3 months ago (2015-09-06 22:56:48 UTC) #12
sjkenny69
lgtm lgtm
5 years, 3 months ago (2015-09-06 22:56:50 UTC) #13
sjkenny69
lgtm
5 years, 3 months ago (2015-09-06 22:59:07 UTC) #14
sjkenny69
lgtm lgtm
5 years, 3 months ago (2015-09-06 22:59:08 UTC) #15
missmanno2626
lgtm https://codereview.chromium.org/23583039/
4 years, 5 months ago (2016-07-11 05:37:20 UTC) #17
onedeep3331
4 years ago (2016-12-06 16:44:06 UTC) #19
onedeep3331
lgtm
4 years ago (2016-12-06 16:44:09 UTC) #20
onedeep3331
lgtm
4 years ago (2016-12-06 17:01:39 UTC) #21
daniellepalmer1993
3 years, 6 months ago (2017-06-23 04:02:03 UTC) #23
daniellepalmer1993
lgtm
3 years, 6 months ago (2017-06-23 04:02:06 UTC) #24
daniellepalmer1993
lgtm lgtm
3 years, 6 months ago (2017-06-23 04:02:09 UTC) #25
daniellepalmer1993
3 years, 6 months ago (2017-06-23 04:07:10 UTC) #26
Message was sent while issue was closed.
Hey hey

Powered by Google App Engine
This is Rietveld 408576698