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

Issue 2814013004: Avoid IPC message creation between URLLoaderClientImpl and ResourceDispatcher (Closed)

Created:
3 years, 8 months ago by yhirano
Modified:
3 years, 8 months ago
Reviewers:
kinuko, tzik
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Avoid IPC message creation between URLLoaderClientImpl and ResourceDispatcher Currently we create an IPC message for each URLLoaderClient call for code maintenanceability. This CL stops that for performance. BUG=710969 Review-Url: https://codereview.chromium.org/2814013004 Cr-Commit-Position: refs/heads/master@{#464646} Committed: https://chromium.googlesource.com/chromium/src/+/e45a888ffe01954af865afbb1b58020adafd5895

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix #

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -17 lines) Patch
M content/child/url_loader_client_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/child/url_loader_client_impl.cc View 1 2 5 chunks +48 lines, -14 lines 0 comments Download
M content/child/url_response_body_consumer.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 29 (19 generated)
yhirano
https://codereview.chromium.org/2814013004/diff/1/content/child/url_loader_client_impl.cc File content/child/url_loader_client_impl.cc (right): https://codereview.chromium.org/2814013004/diff/1/content/child/url_loader_client_impl.cc#newcode150 content/child/url_loader_client_impl.cc:150: reinterpret_cast<const std::vector<char>&>(data); tzik@, is this OK?
3 years, 8 months ago (2017-04-12 13:29:27 UTC) #4
tzik
https://codereview.chromium.org/2814013004/diff/1/content/child/url_loader_client_impl.cc File content/child/url_loader_client_impl.cc (right): https://codereview.chromium.org/2814013004/diff/1/content/child/url_loader_client_impl.cc#newcode150 content/child/url_loader_client_impl.cc:150: reinterpret_cast<const std::vector<char>&>(data); On 2017/04/12 13:29:27, yhirano (slow) wrote: > ...
3 years, 8 months ago (2017-04-13 01:55:50 UTC) #8
kinuko
lgtm
3 years, 8 months ago (2017-04-13 03:18:55 UTC) #10
kinuko
(Oops, wrongly hit LGTM and CQ...) Did this show up on any profile etc?
3 years, 8 months ago (2017-04-13 03:21:46 UTC) #12
yhirano
https://codereview.chromium.org/2814013004/diff/1/content/child/url_loader_client_impl.cc File content/child/url_loader_client_impl.cc (right): https://codereview.chromium.org/2814013004/diff/1/content/child/url_loader_client_impl.cc#newcode150 content/child/url_loader_client_impl.cc:150: reinterpret_cast<const std::vector<char>&>(data); On 2017/04/13 01:55:49, tzik wrote: > On ...
3 years, 8 months ago (2017-04-13 14:16:26 UTC) #15
yhirano
On 2017/04/13 03:21:46, kinuko wrote: > (Oops, wrongly hit LGTM and CQ...) > I'm confused, ...
3 years, 8 months ago (2017-04-13 14:19:05 UTC) #16
tzik
lgtm
3 years, 8 months ago (2017-04-13 17:24:59 UTC) #23
kinuko
On 2017/04/13 14:19:05, yhirano (slow) wrote: > On 2017/04/13 03:21:46, kinuko wrote: > > (Oops, ...
3 years, 8 months ago (2017-04-14 01:00:20 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2814013004/40001
3 years, 8 months ago (2017-04-14 01:16:20 UTC) #26
commit-bot: I haz the power
3 years, 8 months ago (2017-04-14 01:25:21 UTC) #29
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/e45a888ffe01954af865afbb1b58...

Powered by Google App Engine
This is Rietveld 408576698