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

Issue 12094085: LoadTiming in net part 7: Hooking it all up (Closed)

Created:
7 years, 10 months ago by mmenke
Modified:
7 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, jam, joi+watch-content_chromium.org, eroman, darin-cc_chromium.org
Visibility:
Public.

Description

LoadTiming in net part 7: Hooking it all up Use the new load timing implementation in net/ to replace LoadTimingObserver. This should fix reported times when using a SPDY proxy, and results in more heavily tested and (hopefully) less regression-prone code. BUG=77446 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190955

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : Fix clang #

Patch Set 4 : Sync, cleanup #

Total comments: 12

Patch Set 5 : Response to eroman's comments #

Patch Set 6 : sync #

Patch Set 7 : sync #

Patch Set 8 : Sync #

Total comments: 4

Patch Set 9 : Response to comments #

Total comments: 3

Patch Set 10 : Response to comments #

Patch Set 11 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+822 lines, -1180 lines) Patch
M chrome/browser/net/chrome_net_log.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/net/chrome_net_log.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +2 lines, -6 lines 0 comments Download
A chrome/browser/net/load_timing_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +597 lines, -0 lines 0 comments Download
D chrome/browser/net/load_timing_observer.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -112 lines 0 comments Download
D chrome/browser/net/load_timing_observer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -401 lines 0 comments Download
D chrome/browser/net/load_timing_observer_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -44 lines 0 comments Download
D chrome/browser/net/load_timing_observer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -402 lines 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +56 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/loader/sync_resource_handler.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -2 lines 0 comments Download
M content/common/inter_process_time_ticks_converter.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M content/common/inter_process_time_ticks_converter.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M content/common/resource_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +28 lines, -25 lines 0 comments Download
M content/common/resource_dispatcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +16 lines, -11 lines 0 comments Download
M content/common/resource_messages.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -5 lines 0 comments Download
M content/common/resource_messages.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +49 lines, -43 lines 0 comments Download
M webkit/glue/resource_loader_bridge.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -70 lines 0 comments Download
M webkit/glue/resource_loader_bridge.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +0 lines, -19 lines 0 comments Download
M webkit/glue/weburlloader_impl.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +58 lines, -21 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
mmenke
I'll add a higher level owner once I get the initial signoffs for this.
7 years, 10 months ago (2013-02-11 20:21:53 UTC) #1
mmenke
On 2013/02/11 20:21:53, Matt Menke wrote: > I'll add a higher level owner once I ...
7 years, 10 months ago (2013-02-11 20:23:03 UTC) #2
pfeldman
7 years, 10 months ago (2013-02-12 11:49:12 UTC) #3
eroman
lgtm https://codereview.chromium.org/12094085/diff/68055/chrome/browser/net/load_timing_browsertest.cc File chrome/browser/net/load_timing_browsertest.cc (right): https://codereview.chromium.org/12094085/diff/68055/chrome/browser/net/load_timing_browsertest.cc#newcode89 chrome/browser/net/load_timing_browsertest.cc:89: // and for times retriever from the renderer ...
7 years, 10 months ago (2013-02-13 02:07:20 UTC) #4
mmenke
Thanks for the feedback! https://codereview.chromium.org/12094085/diff/68055/chrome/browser/net/load_timing_browsertest.cc File chrome/browser/net/load_timing_browsertest.cc (right): https://codereview.chromium.org/12094085/diff/68055/chrome/browser/net/load_timing_browsertest.cc#newcode89 chrome/browser/net/load_timing_browsertest.cc:89: // and for times retriever ...
7 years, 10 months ago (2013-02-13 02:26:46 UTC) #5
pfeldman
Do you guys expect any input from the devtools team? Frankly speaking, I am lost ...
7 years, 10 months ago (2013-02-18 12:34:22 UTC) #6
mmenke
On 2013/02/18 12:34:22, pfeldman wrote: > Do you guys expect any input from the devtools ...
7 years, 10 months ago (2013-02-18 13:38:04 UTC) #7
eroman
I reviewed all the files, you can consider my review authoritative. If pfeldman wants to ...
7 years, 10 months ago (2013-02-19 20:14:30 UTC) #8
anagy4698
Ejha, az összes fontos üzenetet elolvasta a beérkezett levelek közül! 2013/2/19 <eroman@chromium.org> > I reviewed ...
7 years, 10 months ago (2013-02-19 20:21:50 UTC) #9
mmenke
[+darin]: PTAL, thanks!
7 years, 10 months ago (2013-02-19 20:24:49 UTC) #10
mmenke
On 2013/02/19 20:24:49, mmenke wrote: > [+darin]: PTAL, thanks! To elaborate - I need an ...
7 years, 10 months ago (2013-02-19 20:28:11 UTC) #11
mmenke
Darin: Ping.
7 years, 9 months ago (2013-02-28 15:24:13 UTC) #12
darin (slow to review)
I just looked at src/content/ and src/webkit/ changes. https://chromiumcodereview.appspot.com/12094085/diff/99004/content/common/resource_dispatcher.cc File content/common/resource_dispatcher.cc (right): https://chromiumcodereview.appspot.com/12094085/diff/99004/content/common/resource_dispatcher.cc#newcode658 content/common/resource_dispatcher.cc:658: renderer_info->load_timing.field ...
7 years, 9 months ago (2013-02-28 16:57:35 UTC) #13
mmenke
Thanks for the feedback! https://chromiumcodereview.appspot.com/12094085/diff/99004/content/common/resource_dispatcher.cc File content/common/resource_dispatcher.cc (right): https://chromiumcodereview.appspot.com/12094085/diff/99004/content/common/resource_dispatcher.cc#newcode658 content/common/resource_dispatcher.cc:658: renderer_info->load_timing.field = converter.ToLocalTimeTicks( \ On ...
7 years, 9 months ago (2013-02-28 17:36:55 UTC) #14
darin (slow to review)
LGTM https://chromiumcodereview.appspot.com/12094085/diff/114001/content/common/resource_dispatcher.cc File content/common/resource_dispatcher.cc (right): https://chromiumcodereview.appspot.com/12094085/diff/114001/content/common/resource_dispatcher.cc#newcode38 content/common/resource_dispatcher.cc:38: // Converts |time| from a remote to local ...
7 years, 9 months ago (2013-02-28 19:36:42 UTC) #15
mmenke
Thanks for the feedback! https://chromiumcodereview.appspot.com/12094085/diff/114001/content/common/resource_dispatcher.cc File content/common/resource_dispatcher.cc (right): https://chromiumcodereview.appspot.com/12094085/diff/114001/content/common/resource_dispatcher.cc#newcode38 content/common/resource_dispatcher.cc:38: // Converts |time| from a ...
7 years, 9 months ago (2013-02-28 19:40:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/12094085/106005
7 years, 9 months ago (2013-02-28 19:44:06 UTC) #17
commit-bot: I haz the power
Presubmit check for 12094085-106005 failed and returned exit status 1. INFO:root:Found 17 file(s). Running presubmit ...
7 years, 9 months ago (2013-02-28 19:44:20 UTC) #18
darin (slow to review)
need to get a security review on changes to *_messages.h files. -darin On Thu, Feb ...
7 years, 9 months ago (2013-02-28 19:52:03 UTC) #19
mmenke
On 2013/02/28 19:52:03, darin wrote: > need to get a security review on changes to ...
7 years, 9 months ago (2013-02-28 19:59:50 UTC) #20
mmenke
[+jschuh]: Could I get a security review for the resource_messages changes? Basically just replacing an ...
7 years, 9 months ago (2013-02-28 20:15:57 UTC) #21
jschuh
lgtm. the same effective values are getting passed over ipc so it doesn't appear to ...
7 years, 9 months ago (2013-02-28 21:14:12 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/12094085/106005
7 years, 9 months ago (2013-02-28 21:21:27 UTC) #23
mmenke
Just in case anyone's curious why this hasn't landed yet - there's an issue with ...
7 years, 9 months ago (2013-03-05 17:23:29 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/12094085/124001
7 years, 9 months ago (2013-03-27 14:27:30 UTC) #25
commit-bot: I haz the power
7 years, 9 months ago (2013-03-27 16:45:09 UTC) #26
Message was sent while issue was closed.
Change committed as 190955

Powered by Google App Engine
This is Rietveld 408576698