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

Issue 16950017: Reland [Resource Timing] Expose redirect timing information (Closed)

Created:
7 years, 6 months ago by Pan
Modified:
7 years, 5 months ago
CC:
blink-reviews, Nate Chapin, eae+blinkwatch, gavinp+loader_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Reland [Resource Timing] Expose redirect timing information Contributed by pan.deng@intel.com BUG=252066 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154675

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebaseline #

Total comments: 1

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+576 lines, -68 lines) Patch
A LayoutTests/http/tests/w3c/webperf/resources/multi_redirect.php View 1 chunk +31 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_redirect.html View 1 chunk +54 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_redirect-expected.txt View 1 chunk +19 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_redirect_chain.html View 1 chunk +51 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_redirect_chain-expected.txt View 1 chunk +13 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_redirect_chain_allow_timing.html View 1 chunk +51 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_redirect_chain_allow_timing-expected.txt View 1 chunk +13 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_redirect_with_timing_allow_origin.html View 1 chunk +48 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_redirect_with_timing_allow_origin-expected.txt View 1 chunk +12 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_same_origin_redirect.html View 1 chunk +47 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_same_origin_redirect-expected.txt View 1 chunk +12 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/ResourceLoadNotifier.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/ResourceLoader.cpp View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/loader/ResourceLoaderHost.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/cache/CachedResourceLoader.h View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M Source/core/loader/cache/CachedResourceLoader.cpp View 1 2 3 chunks +20 lines, -10 lines 0 comments Download
M Source/core/page/Performance.h View 1 2 3 chunks +3 lines, -1 line 0 comments Download
M Source/core/page/Performance.cpp View 1 2 2 chunks +70 lines, -2 lines 0 comments Download
M Source/core/page/PerformanceResourceTiming.h View 1 2 chunks +12 lines, -4 lines 0 comments Download
M Source/core/page/PerformanceResourceTiming.cpp View 1 2 9 chunks +31 lines, -48 lines 0 comments Download
A Source/core/page/ResourceTimingInfo.h View 1 chunk +81 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Pan
https://codereview.chromium.org/16950017/diff/1/Source/core/page/Performance.cpp File Source/core/page/Performance.cpp (right): https://codereview.chromium.org/16950017/diff/1/Source/core/page/Performance.cpp#newcode229 Source/core/page/Performance.cpp:229: double lastRedirectEndTime = lastRedirectTiming->receiveHeadersEnd; James and Tony Resource Timing ...
7 years, 6 months ago (2013-06-21 15:22:28 UTC) #1
James Simonsen
https://codereview.chromium.org/16950017/diff/1/Source/core/page/Performance.cpp File Source/core/page/Performance.cpp (right): https://codereview.chromium.org/16950017/diff/1/Source/core/page/Performance.cpp#newcode229 Source/core/page/Performance.cpp:229: double lastRedirectEndTime = lastRedirectTiming->receiveHeadersEnd; On 2013/06/21 15:22:28, Pan wrote: ...
7 years, 6 months ago (2013-06-22 00:26:32 UTC) #2
Pan
> Personally, I'd rather fix all the cases in net/ and keep the ASSERT where ...
7 years, 5 months ago (2013-06-28 16:16:19 UTC) #3
James Simonsen
On 2013/06/28 16:16:19, Pan wrote: > > Personally, I'd rather fix all the cases in ...
7 years, 5 months ago (2013-07-09 22:05:44 UTC) #4
Pan
On 2013/07/09 22:05:44, James Simonsen wrote: > On 2013/06/28 16:16:19, Pan wrote: > > > ...
7 years, 5 months ago (2013-07-09 22:34:56 UTC) #5
James Simonsen
On 2013/07/09 22:34:56, Pan wrote: > On 2013/07/09 22:05:44, James Simonsen wrote: > > On ...
7 years, 5 months ago (2013-07-09 22:41:41 UTC) #6
Pan
On 2013/07/09 22:41:41, James Simonsen wrote: > On 2013/07/09 22:34:56, Pan wrote: > > On ...
7 years, 5 months ago (2013-07-09 23:01:22 UTC) #7
James Simonsen
On 2013/07/09 23:01:22, Pan wrote: > On 2013/07/09 22:41:41, James Simonsen wrote: > > On ...
7 years, 5 months ago (2013-07-09 23:33:27 UTC) #8
Pan
> This sounds something like > https://code.google.com/p/chromium/issues/detail?id=237801. Does that look > familiar? I can't reproduce ...
7 years, 5 months ago (2013-07-09 23:50:55 UTC) #9
James Simonsen
On 2013/07/09 23:50:55, Pan wrote: > > This sounds something like > > https://code.google.com/p/chromium/issues/detail?id=237801. Does ...
7 years, 5 months ago (2013-07-10 00:04:46 UTC) #10
Pan
@tonyg, @japhet, @simonjam The dependencies were resolved(hsts, disable worker report), can we reland this patch ...
7 years, 5 months ago (2013-07-16 10:45:46 UTC) #11
James Simonsen
lgtm (not an owner)
7 years, 5 months ago (2013-07-16 19:05:12 UTC) #12
Pan
@tonyg and japhet, your idea? :) thanks Pan
7 years, 5 months ago (2013-07-17 23:36:22 UTC) #13
Nate Chapin
core/loader/ changes LGTM with one nit. https://codereview.chromium.org/16950017/diff/19001/Source/core/loader/ResourceLoadNotifier.cpp File Source/core/loader/ResourceLoadNotifier.cpp (left): https://codereview.chromium.org/16950017/diff/19001/Source/core/loader/ResourceLoadNotifier.cpp#oldcode54 Source/core/loader/ResourceLoadNotifier.cpp:54: request.setReportLoadTiming(true); Why is ...
7 years, 5 months ago (2013-07-18 16:03:40 UTC) #14
Pan
On 2013/07/18 16:03:40, Nate Chapin wrote: > core/loader/ changes LGTM with one nit. > > ...
7 years, 5 months ago (2013-07-18 22:31:25 UTC) #15
Pan
@tonyg, any more comments? thanks, Pan
7 years, 5 months ago (2013-07-19 21:42:15 UTC) #16
tonyg
lgtm I'm still a little worried that we don't understand what the failure was before. ...
7 years, 5 months ago (2013-07-20 19:58:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/16950017/19001
7 years, 5 months ago (2013-07-22 00:39:13 UTC) #18
commit-bot: I haz the power
Failed to apply patch for Source/core/loader/ResourceLoader.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-07-22 00:39:19 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/16950017/40001
7 years, 5 months ago (2013-07-22 14:45:01 UTC) #20
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) webkit_unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=17823
7 years, 5 months ago (2013-07-22 15:21:39 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/16950017/40001
7 years, 5 months ago (2013-07-22 18:50:05 UTC) #22
commit-bot: I haz the power
7 years, 5 months ago (2013-07-22 19:35:34 UTC) #23
Message was sent while issue was closed.
Change committed as 154675

Powered by Google App Engine
This is Rietveld 408576698