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

Issue 2582863002: fixed encodedBodySize/decodedBodySize/name/initiatorType for nav timing 2 (Closed)

Created:
4 years ago by sunjian
Modified:
3 years, 11 months ago
Reviewers:
Yoav Weiss, panicker
CC:
chromium-reviews, tyoshino+watch_chromium.org, gavinp+loader_chromium.org, blink-reviews, loading-reviews+fetch_chromium.org, Nate Chapin, foolip
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

fixed encodedBodySize/decodedBodySize/initiatorType for nav timing 2. Report initiatorType as "navigation" instead of an empty string. BUG=675044, 675042 Review-Url: https://codereview.chromium.org/2582863002 Cr-Commit-Position: refs/heads/master@{#443445} Committed: https://chromium.googlesource.com/chromium/src/+/59250b64593759462cdefbf4f411f1cca6e0c696

Patch Set 1 : fixed encodedBodySize/decodedBodySize/initiatorType for nav timing 2 #

Total comments: 2

Patch Set 2 : made corresponding changes to one layout test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -9 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/nav2_test_attributes_values.html View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp View 1 4 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBase.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 32 (10 generated)
sunjian
4 years ago (2016-12-19 19:19:31 UTC) #5
Yoav Weiss
On 2016/12/19 19:19:31, sunjian wrote: Can you add tests for this fix? (Or is it ...
4 years ago (2016-12-19 21:13:50 UTC) #6
sunjian
On 2016/12/19 21:13:50, Yoav Weiss wrote: > On 2016/12/19 19:19:31, sunjian wrote: > > Can ...
4 years ago (2016-12-19 21:38:08 UTC) #8
panicker
Re: testing: let's add an item to the test plan doc, and then send separate ...
4 years ago (2016-12-19 21:42:00 UTC) #9
Yoav Weiss
On 2016/12/19 21:42:00, panicker wrote: > Re: testing: let's add an item to the test ...
4 years ago (2016-12-20 10:00:24 UTC) #11
jeffcarp
On 2016/12/20 at 10:00:24, yoav wrote: > On 2016/12/19 21:42:00, panicker wrote: > > Re: ...
3 years, 12 months ago (2016-12-21 00:23:20 UTC) #12
panickercorp
On 2016/12/21 00:23:20, jeffcarp wrote: > On 2016/12/20 at 10:00:24, yoav wrote: > > On ...
3 years, 12 months ago (2016-12-21 01:38:04 UTC) #13
Yoav Weiss
On 2016/12/21 01:38:04, panickercorp wrote: > On 2016/12/21 00:23:20, jeffcarp wrote: > > On 2016/12/20 ...
3 years, 12 months ago (2016-12-21 12:53:09 UTC) #14
panicker
On 2016/12/21 12:53:09, Yoav Weiss wrote: > On 2016/12/21 01:38:04, panickercorp wrote: > > On ...
3 years, 12 months ago (2016-12-21 18:09:56 UTC) #15
panicker
On 2016/12/21 18:09:56, panicker wrote: > On 2016/12/21 12:53:09, Yoav Weiss wrote: > > On ...
3 years, 12 months ago (2016-12-21 18:15:58 UTC) #16
panicker
On 2016/12/21 18:15:58, panicker wrote: > On 2016/12/21 18:09:56, panicker wrote: > > On 2016/12/21 ...
3 years, 12 months ago (2016-12-21 18:16:25 UTC) #17
Yoav Weiss
On 2016/12/21 18:16:25, panicker wrote: > On 2016/12/21 18:15:58, panicker wrote: > > On 2016/12/21 ...
3 years, 12 months ago (2016-12-22 09:41:34 UTC) #18
panicker
LGTM. Yoav - the web-platform-tests have landed. PTAL.
3 years, 11 months ago (2017-01-03 21:13:54 UTC) #19
Yoav Weiss
They have indeed landed, but not imported. I suspect that even if they would be ...
3 years, 11 months ago (2017-01-04 06:07:31 UTC) #20
qyearsley
On 2017/01/04 at 06:07:31, yoav wrote: > They have indeed landed, but not imported. > ...
3 years, 11 months ago (2017-01-04 18:59:28 UTC) #21
panicker
On 2017/01/04 18:59:28, qyearsley wrote: > On 2017/01/04 at 06:07:31, yoav wrote: > > They ...
3 years, 11 months ago (2017-01-04 21:08:02 UTC) #22
sunjian
https://codereview.chromium.org/2582863002/diff/20001/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.cpp File third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.cpp (right): https://codereview.chromium.org/2582863002/diff/20001/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.cpp#newcode48 third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.cpp:48: : PerformanceResourceTiming("navigation", On 2016/12/19 21:42:00, panicker wrote: > mention ...
3 years, 11 months ago (2017-01-05 01:55:07 UTC) #23
qyearsley
On 2017/01/04 at 21:08:02, panicker wrote: > On 2017/01/04 18:59:28, qyearsley wrote: > > On ...
3 years, 11 months ago (2017-01-05 18:55:03 UTC) #24
sunjian
On 2017/01/04 06:07:31, Yoav Weiss wrote: > They have indeed landed, but not imported. > ...
3 years, 11 months ago (2017-01-11 22:52:43 UTC) #25
Yoav Weiss
On 2017/01/11 22:52:43, sunjian wrote: > On 2017/01/04 06:07:31, Yoav Weiss wrote: > > They ...
3 years, 11 months ago (2017-01-12 22:53:56 UTC) #26
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/2582863002/40001
3 years, 11 months ago (2017-01-12 23:33:58 UTC) #29
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 01:43:55 UTC) #32
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/59250b64593759462cdefbf4f411...

Powered by Google App Engine
This is Rietveld 408576698