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

Issue 1391963004: Correctly record and pass around navigation start time. (Closed)

Created:
5 years, 2 months ago by yzshen1
Modified:
5 years, 2 months ago
Reviewers:
sky
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Correctly record and pass around navigation start time. BUG=None Committed: https://crrev.com/fb512b00806b1c2163f9419d3e661ada126519ad Cr-Commit-Position: refs/heads/master@{#354336}

Patch Set 1 #

Patch Set 2 : #

Total comments: 12

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -51 lines) Patch
M components/html_viewer/ax_provider_apptest.cc View 1 2 3 4 5 2 chunks +5 lines, -3 lines 0 comments Download
M components/html_viewer/document_resource_waiter.h View 1 2 3 4 5 4 chunks +7 lines, -0 lines 0 comments Download
M components/html_viewer/document_resource_waiter.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M components/html_viewer/html_document.cc View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download
M components/html_viewer/html_frame.h View 1 2 3 4 5 4 chunks +6 lines, -1 line 0 comments Download
M components/html_viewer/html_frame.cc View 1 2 3 4 5 4 chunks +13 lines, -1 line 0 comments Download
M components/html_viewer/html_frame_apptest.cc View 1 2 3 4 5 2 chunks +5 lines, -4 lines 0 comments Download
M components/web_view/frame.h View 1 2 3 4 5 5 chunks +10 lines, -4 lines 0 comments Download
M components/web_view/frame.cc View 1 2 3 4 5 10 chunks +27 lines, -15 lines 0 comments Download
M components/web_view/frame_apptest.cc View 1 2 3 4 5 7 chunks +38 lines, -5 lines 0 comments Download
M components/web_view/frame_tree.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/web_view/frame_tree.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M components/web_view/navigation_controller.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M components/web_view/navigation_controller.cc View 1 2 3 4 5 3 chunks +8 lines, -5 lines 0 comments Download
M components/web_view/navigation_entry.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/web_view/navigation_entry.cc View 1 2 3 4 5 1 chunk +8 lines, -2 lines 0 comments Download
M components/web_view/pending_web_view_load.h View 3 chunks +7 lines, -0 lines 0 comments Download
M components/web_view/pending_web_view_load.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/web_view/public/interfaces/frame.mojom View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M components/web_view/url_request_cloneable.h View 1 2 3 4 5 3 chunks +8 lines, -0 lines 0 comments Download
M components/web_view/url_request_cloneable.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M components/web_view/web_view_impl.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/network/public/interfaces/url_loader.mojom View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
yzshen1
Hi, Scott. Would you please take a look? Thanks!
5 years, 2 months ago (2015-10-14 22:10:06 UTC) #2
sky
https://codereview.chromium.org/1391963004/diff/20001/components/web_view/frame.cc File components/web_view/frame.cc (right): https://codereview.chromium.org/1391963004/diff/20001/components/web_view/frame.cc#newcode350 components/web_view/frame.cc:350: navigation_start_time_ = Does navigation_start_time_ need to be a member? ...
5 years, 2 months ago (2015-10-14 22:46:25 UTC) #3
yzshen1
Thanks Scott. Please take another look. https://codereview.chromium.org/1391963004/diff/20001/components/web_view/frame.cc File components/web_view/frame.cc (right): https://codereview.chromium.org/1391963004/diff/20001/components/web_view/frame.cc#newcode350 components/web_view/frame.cc:350: navigation_start_time_ = On ...
5 years, 2 months ago (2015-10-14 22:59:16 UTC) #4
sky
https://codereview.chromium.org/1391963004/diff/20001/components/web_view/frame.cc File components/web_view/frame.cc (right): https://codereview.chromium.org/1391963004/diff/20001/components/web_view/frame.cc#newcode350 components/web_view/frame.cc:350: navigation_start_time_ = On 2015/10/14 22:59:15, yzshen1 wrote: > On ...
5 years, 2 months ago (2015-10-14 23:08:36 UTC) #5
yzshen1
Thanks Scott! https://codereview.chromium.org/1391963004/diff/20001/components/web_view/frame.cc File components/web_view/frame.cc (right): https://codereview.chromium.org/1391963004/diff/20001/components/web_view/frame.cc#newcode350 components/web_view/frame.cc:350: navigation_start_time_ = On 2015/10/14 23:08:36, sky wrote: ...
5 years, 2 months ago (2015-10-15 00:05:10 UTC) #6
sky
Can you write a test that verifies times? https://codereview.chromium.org/1391963004/diff/80001/components/web_view/navigation_entry.cc File components/web_view/navigation_entry.cc (right): https://codereview.chromium.org/1391963004/diff/80001/components/web_view/navigation_entry.cc#newcode17 components/web_view/navigation_entry.cc:17: mojo::URLRequestPtr ...
5 years, 2 months ago (2015-10-15 13:14:46 UTC) #7
yzshen1
Also added an app test case. Please take another look. Thanks! https://codereview.chromium.org/1391963004/diff/80001/components/web_view/navigation_entry.cc File components/web_view/navigation_entry.cc (right): ...
5 years, 2 months ago (2015-10-15 18:23:08 UTC) #8
sky
LGTM
5 years, 2 months ago (2015-10-15 20:00:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391963004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391963004/100001
5 years, 2 months ago (2015-10-15 20:17:03 UTC) #11
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 2 months ago (2015-10-15 20:23:25 UTC) #12
commit-bot: I haz the power
5 years, 2 months ago (2015-10-15 20:24:11 UTC) #13
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/fb512b00806b1c2163f9419d3e661ada126519ad
Cr-Commit-Position: refs/heads/master@{#354336}

Powered by Google App Engine
This is Rietveld 408576698