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

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

Created:
7 years, 8 months ago by Pan
Modified:
7 years, 6 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[Resource Timing] Expose redirect timing information This change contains redirect timing information for W3C Resource Timing spec, and tests. Contributed by pan.deng@intel.com BUG=None Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152077

Patch Set 1 #

Total comments: 8

Patch Set 2 : 2nd #

Total comments: 31

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Patch Set 5 : satisfy apply and rebase #

Patch Set 6 : Rebaseline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+571 lines, -65 lines) Patch
A LayoutTests/http/tests/w3c/webperf/resources/multi_redirect.php View 1 2 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 2 3 4 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 2 3 4 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 2 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 2 3 4 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 2 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 2 3 4 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 2 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 1 chunk +12 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/ResourceLoader.cpp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/cache/CachedResourceLoader.h View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download
M Source/core/loader/cache/CachedResourceLoader.cpp View 1 2 3 4 5 3 chunks +20 lines, -10 lines 0 comments Download
M Source/core/page/Performance.h View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M Source/core/page/Performance.cpp View 1 2 3 4 5 2 chunks +70 lines, -2 lines 0 comments Download
M Source/core/page/PerformanceResourceTiming.h View 1 2 3 2 chunks +12 lines, -4 lines 0 comments Download
M Source/core/page/PerformanceResourceTiming.cpp View 1 2 3 4 9 chunks +28 lines, -47 lines 0 comments Download
A Source/core/page/ResourceTimingInfo.h View 1 2 1 chunk +81 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
Pan
Some issues I observed, maybe not bugs, but I don't understand: 1, loadTiming is not ...
7 years, 8 months ago (2013-04-17 15:38:15 UTC) #1
James Simonsen
Sorry, I didn't get a chance to review this today, but I wanted to at ...
7 years, 8 months ago (2013-04-18 02:57:37 UTC) #2
Pan
On 2013/04/18 02:57:37, James Simonsen wrote: > Sorry, I didn't get a chance to review ...
7 years, 8 months ago (2013-04-18 03:08:59 UTC) #3
Pan
On 2013/04/18 03:08:59, Pan wrote: > On 2013/04/18 02:57:37, James Simonsen wrote: > > Sorry, ...
7 years, 8 months ago (2013-04-18 14:00:32 UTC) #4
James Simonsen
[+mmenke] On 2013/04/18 14:00:32, Pan wrote: > Latest finding: for D request R1 redirect to ...
7 years, 8 months ago (2013-04-18 16:52:09 UTC) #5
mmenke
On 2013/04/18 16:52:09, James Simonsen wrote: > [+mmenke] > > On 2013/04/18 14:00:32, Pan wrote: ...
7 years, 8 months ago (2013-04-18 17:03:53 UTC) #6
mmenke
On 2013/04/18 17:03:53, mmenke wrote: > On 2013/04/18 16:52:09, James Simonsen wrote: > > [+mmenke] ...
7 years, 8 months ago (2013-04-18 17:07:24 UTC) #7
mmenke
On 2013/04/18 17:07:24, mmenke wrote: > On 2013/04/18 17:03:53, mmenke wrote: > > On 2013/04/18 ...
7 years, 8 months ago (2013-04-18 17:10:03 UTC) #8
Pan
On 2013/04/18 17:10:03, mmenke wrote: > On 2013/04/18 17:07:24, mmenke wrote: > > On 2013/04/18 ...
7 years, 8 months ago (2013-04-19 01:48:33 UTC) #9
Pan
https://codereview.chromium.org/13912021/diff/1/Source/core/page/Performance.cpp File Source/core/page/Performance.cpp (right): https://codereview.chromium.org/13912021/diff/1/Source/core/page/Performance.cpp#newcode208 Source/core/page/Performance.cpp:208: lastRedirectEndTime = loadTiming->convertResourceLoadTimeToMonotonicTime(loadTiming->receiveHeadersEnd); can we assume redirect response will ...
7 years, 8 months ago (2013-04-19 14:54:59 UTC) #10
James Simonsen
https://codereview.chromium.org/13912021/diff/1/Source/core/page/Performance.cpp File Source/core/page/Performance.cpp (right): https://codereview.chromium.org/13912021/diff/1/Source/core/page/Performance.cpp#newcode208 Source/core/page/Performance.cpp:208: lastRedirectEndTime = loadTiming->convertResourceLoadTimeToMonotonicTime(loadTiming->receiveHeadersEnd); On 2013/04/19 14:54:59, Pan wrote: > ...
7 years, 8 months ago (2013-04-23 00:31:37 UTC) #11
Pan
> > 1) Can we let m_timing of http cached response(just requestTime there) pass > ...
7 years, 8 months ago (2013-04-23 15:20:18 UTC) #12
Pan
https://codereview.chromium.org/13912021/diff/14001/Source/core/loader/cache/CachedResourceLoader.cpp File Source/core/loader/cache/CachedResourceLoader.cpp (right): https://codereview.chromium.org/13912021/diff/14001/Source/core/loader/cache/CachedResourceLoader.cpp#newcode489 Source/core/loader/cache/CachedResourceLoader.cpp:489: // <iframe>s should report the initial navigation requested by ...
7 years, 8 months ago (2013-04-23 15:27:38 UTC) #13
Pan
https://codereview.chromium.org/13912021/diff/14001/Source/core/loader/cache/CachedResourceLoader.cpp File Source/core/loader/cache/CachedResourceLoader.cpp (right): https://codereview.chromium.org/13912021/diff/14001/Source/core/loader/cache/CachedResourceLoader.cpp#newcode489 Source/core/loader/cache/CachedResourceLoader.cpp:489: // <iframe>s should report the initial navigation requested by ...
7 years, 8 months ago (2013-04-25 12:40:51 UTC) #14
James Simonsen
On 2013/04/25 12:40:51, Pan wrote: > https://codereview.chromium.org/13912021/diff/14001/Source/core/loader/cache/CachedResourceLoader.cpp > File Source/core/loader/cache/CachedResourceLoader.cpp (right): > > https://codereview.chromium.org/13912021/diff/14001/Source/core/loader/cache/CachedResourceLoader.cpp#newcode489 > ...
7 years, 8 months ago (2013-04-26 18:45:33 UTC) #15
Pan
Hi James and Tony, Since mmenke land the patch in https://codereview.chromium.org/14625012/, this CL should ready ...
7 years, 7 months ago (2013-05-16 13:09:31 UTC) #16
Pan
On 2013/05/16 13:09:31, Pan wrote: > Hi James and Tony, > > Since mmenke land ...
7 years, 7 months ago (2013-05-20 23:26:01 UTC) #17
James Simonsen
I agree that it's bad to lose the resolution. In extreme cases, this can result ...
7 years, 7 months ago (2013-05-20 23:31:37 UTC) #18
Pan
On 2013/05/20 23:31:37, James Simonsen wrote: > I agree that it's bad to lose the ...
7 years, 7 months ago (2013-05-21 01:15:00 UTC) #19
Pan
Hi James and Tony, This patch was refined and rebased, now ready to review. Two ...
7 years, 6 months ago (2013-06-03 10:17:34 UTC) #20
James Simonsen
Once these nitsn are fixed, I think this looks good from my end. You'll need ...
7 years, 6 months ago (2013-06-04 01:13:04 UTC) #21
Pan
thanks for James review. @tonyg and @japhet, could you please help review this :) thanks! ...
7 years, 6 months ago (2013-06-04 02:48:34 UTC) #22
Pan
@tonyg, could you please review the web timing part? and @japhet could you please review ...
7 years, 6 months ago (2013-06-05 02:15:02 UTC) #23
Nate Chapin
loader changes are fine.
7 years, 6 months ago (2013-06-05 16:26:45 UTC) #24
Pan
@tonyg, your comment is appreciated :) thanks! Pan
7 years, 6 months ago (2013-06-06 23:28:12 UTC) #25
tonyg
lgtm
7 years, 6 months ago (2013-06-07 17:16:44 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/13912021/54010
7 years, 6 months ago (2013-06-07 23:01:33 UTC) #27
commit-bot: I haz the power
Failed to apply patch for Source/core/loader/cache/CachedResourceLoader.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-07 23:01:38 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/13912021/96001
7 years, 6 months ago (2013-06-08 00:58:23 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/13912021/110001
7 years, 6 months ago (2013-06-08 07:35:14 UTC) #30
commit-bot: I haz the power
7 years, 6 months ago (2013-06-09 03:06:25 UTC) #31
Message was sent while issue was closed.
Change committed as 152077

Powered by Google App Engine
This is Rietveld 408576698