Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(925)

Issue 11929017: LoadTiming in net, part 3. (Closed)

Created:
7 years, 11 months ago by mmenke
Modified:
7 years, 11 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, gavinp+disk_chromium.org
Visibility:
Public.

Description

LoadTiming in net, part 3. Add send and receive times to HttpNetworkTransaction. Add LoadTimingInfo accessors to Http*Transaction, URLRequestJob, and URLRequest classes. Proxy resolution times still need to be added. BUG=77446 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177942

Patch Set 1 #

Patch Set 2 : Remove left over proxy resolve code #

Patch Set 3 : Placate clang #

Patch Set 4 : Minor fixups #

Total comments: 12

Patch Set 5 : response to comments #

Patch Set 6 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+615 lines, -5 lines) Patch
M chrome_frame/test/net/fake_external_tab.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M net/http/http_cache_transaction.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_cache_transaction.cc View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M net/http/http_network_transaction.h View 1 2 3 4 5 2 chunks +11 lines, -0 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 2 3 4 5 5 chunks +20 lines, -0 lines 0 comments Download
M net/http/http_network_transaction_spdy2_unittest.cc View 1 2 3 4 5 23 chunks +133 lines, -1 line 0 comments Download
M net/http/http_network_transaction_spdy3_unittest.cc View 1 2 3 4 5 23 chunks +133 lines, -1 line 0 comments Download
M net/http/http_transaction.h View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M net/http/http_transaction_unittest.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M net/http/http_transaction_unittest.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M net/url_request/url_request.h View 1 2 3 4 5 3 chunks +17 lines, -0 lines 0 comments Download
M net/url_request/url_request.cc View 1 2 3 4 5 4 chunks +18 lines, -2 lines 0 comments Download
M net/url_request/url_request_http_job.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M net/url_request/url_request_job.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M net/url_request/url_request_test_util.h View 1 2 3 4 5 3 chunks +22 lines, -0 lines 0 comments Download
M net/url_request/url_request_test_util.cc View 1 2 3 4 5 5 chunks +40 lines, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 5 8 chunks +176 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mmenke
Keep on getting sidetracked on these... Have all the non-test code written and working, just ...
7 years, 11 months ago (2013-01-18 17:20:14 UTC) #1
eroman
LGTM. Nice work on the testing! The timings are quite important for our metrics, so ...
7 years, 11 months ago (2013-01-19 01:05:56 UTC) #2
mmenke
Thanks for the feedback! https://codereview.chromium.org/11929017/diff/14021/net/http/http_network_transaction.cc File net/http/http_network_transaction.cc (right): https://codereview.chromium.org/11929017/diff/14021/net/http/http_network_transaction.cc#newcode389 net/http/http_network_transaction.cc:389: const SSLConfig& used_ssl_config, On 2013/01/19 ...
7 years, 11 months ago (2013-01-19 01:37:15 UTC) #3
mmenke
[+erikwright] Please review the chrome_frame change, thanks!
7 years, 11 months ago (2013-01-19 01:40:55 UTC) #4
erikwright (departed)
chrome_frame/ LGTM.
7 years, 11 months ago (2013-01-21 16:22:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/11929017/9038
7 years, 11 months ago (2013-01-21 16:39:52 UTC) #6
commit-bot: I haz the power
7 years, 11 months ago (2013-01-21 18:23:26 UTC) #7
Message was sent while issue was closed.
Change committed as 177942

Powered by Google App Engine
This is Rietveld 408576698