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

Issue 10736066: Adding histograms showing fraction of page load times (Closed)

Created:
8 years, 5 months ago by tburkard
Modified:
8 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, creis+watch_chromium.org, ajwong+watch_chromium.org, jam, Avi (use Gerrit), joi+watch-content_chromium.org, pam+watch_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Adding histograms showing fraction of page load times spent in the disk cache, for full and partial page loads. R=mmenke@chromium.org, jam@chromium.org, willchan@chromium.org, brettw@chromium.org BUG=139210 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149007

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 6

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 42

Patch Set 12 : #

Patch Set 13 : #

Total comments: 10

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Total comments: 62

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Patch Set 20 : #

Patch Set 21 : #

Total comments: 8

Patch Set 22 : #

Patch Set 23 : #

Total comments: 37

Patch Set 24 : #

Total comments: 18

Patch Set 25 : #

Patch Set 26 : #

Patch Set 27 : #

Patch Set 28 : #

Patch Set 29 : #

Patch Set 30 : #

Patch Set 31 : #

Patch Set 32 : #

Total comments: 10

Patch Set 33 : #

Total comments: 30

Patch Set 34 : #

Patch Set 35 : #

Patch Set 36 : #

Patch Set 37 : #

Total comments: 31

Patch Set 38 : #

Patch Set 39 : #

Patch Set 40 : #

Patch Set 41 : #

Patch Set 42 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+940 lines, -117 lines) Patch
M chrome/browser/extensions/api/web_request/web_request_api_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/io_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +4 lines, -1 line 0 comments Download
A chrome/browser/net/cache_stats.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 1 chunk +127 lines, -0 lines 0 comments Download
A chrome/browser/net/cache_stats.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 1 chunk +342 lines, -0 lines 0 comments Download
M chrome/browser/net/chrome_fraudulent_certificate_reporter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 4 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/net/chrome_network_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +12 lines, -2 lines 0 comments Download
M chrome/browser/net/chrome_url_request_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/net/chrome_url_request_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 6 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 4 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/shell_network_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/shell_network_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +5 lines, -0 lines 0 comments Download
M net/base/network_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +20 lines, -0 lines 0 comments Download
M net/base/network_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +6 lines, -0 lines 0 comments Download
M net/http/http_cache.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_cache.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +4 lines, -3 lines 0 comments Download
M net/http/http_cache_transaction.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 4 chunks +6 lines, -1 line 0 comments Download
M net/http/http_cache_transaction.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 20 chunks +67 lines, -19 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 46 chunks +114 lines, -51 lines 0 comments Download
M net/http/http_network_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 2 chunks +3 lines, -2 lines 0 comments Download
M net/http/http_network_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_network_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +5 lines, -5 lines 0 comments Download
A net/http/http_transaction_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 1 chunk +23 lines, -0 lines 0 comments Download
M net/http/http_transaction_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 3 chunks +4 lines, -3 lines 0 comments Download
M net/http/http_transaction_unittest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 2 chunks +3 lines, -2 lines 0 comments Download
M net/http/http_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -2 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/network_delegate_error_observer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -0 lines 0 comments Download
M net/proxy/proxy_script_fetcher_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -0 lines 0 comments Download
M net/tools/fetch/fetch_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_context_builder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3 chunks +6 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 5 chunks +45 lines, -2 lines 0 comments Download
M net/url_request/url_request_job.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +3 lines, -0 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_test_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_request_test_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -0 lines 0 comments Download
M net/websockets/websocket_job_spdy2_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M net/websockets/websocket_job_spdy3_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 46 (0 generated)
tburkard
8 years, 5 months ago (2012-07-13 15:39:41 UTC) #1
mmenke
Preliminary comment: I think this is sticking too much junk in net - too many ...
8 years, 5 months ago (2012-07-16 20:42:38 UTC) #2
tburkard
Per our discussion, I updated the change. On Mon, Jul 16, 2012 at 1:42 PM, ...
8 years, 5 months ago (2012-07-17 21:00:06 UTC) #3
mmenke
On 2012/07/17 21:00:06, tburkard wrote: > Per our discussion, I updated the change. Great, I'll ...
8 years, 5 months ago (2012-07-17 21:17:40 UTC) #4
mmenke
On 2012/07/17 21:17:40, Matt Menke wrote: > On 2012/07/17 21:00:06, tburkard wrote: > > Per ...
8 years, 5 months ago (2012-07-18 19:34:22 UTC) #5
mmenke
I can live with this. I'm assuming you don't yet want a full review (You're ...
8 years, 5 months ago (2012-07-19 16:12:53 UTC) #6
tburkard
Added the cleanup, and addressed your concerns. You can do the full review now. https://chromiumcodereview.appspot.com/10736066/diff/19021/chrome/browser/net/cache_stats.cc ...
8 years, 5 months ago (2012-07-19 16:36:15 UTC) #7
mmenke
You should also have rvargas review this. Up to you if you want to add ...
8 years, 5 months ago (2012-07-19 17:55:34 UTC) #8
tburkard
Addressed everything except (as noted below): -- Fixing race conditions if there are multiple render ...
8 years, 5 months ago (2012-07-19 22:54:33 UTC) #9
tburkard
Addressed all the outstanding points per our discussion, please re-review.
8 years, 5 months ago (2012-07-20 18:08:10 UTC) #10
mmenke
The code looks correct to me, though I do want to take the time to ...
8 years, 5 months ago (2012-07-20 18:37:44 UTC) #11
tburkard
Addressed all comments. As for whether we need those stats or not, we have discussed ...
8 years, 5 months ago (2012-07-20 19:36:42 UTC) #12
gavinp
8 years, 5 months ago (2012-07-21 00:35:05 UTC) #13
rvargas (doing something else)
+willchan: you may be interested. I definitely want to review this code. I have only ...
8 years, 5 months ago (2012-07-21 03:04:46 UTC) #14
rvargas (doing something else)
I didn't review cache_stats carefully. https://chromiumcodereview.appspot.com/10736066/diff/32088/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): https://chromiumcodereview.appspot.com/10736066/diff/32088/chrome/browser/net/cache_stats.cc#newcode88 chrome/browser/net/cache_stats.cc:88: PerRequestNumActiveMap per_request_num_active_; This deserves ...
8 years, 5 months ago (2012-07-23 22:22:36 UTC) #15
tburkard
Thanks, Ricardo, for your helpful comments. Matt, can you review the one comment that states ...
8 years, 5 months ago (2012-07-24 01:03:12 UTC) #16
mmenke
http://codereview.chromium.org/10736066/diff/32088/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): http://codereview.chromium.org/10736066/diff/32088/net/url_request/url_request_http_job.cc#newcode93 net/url_request/url_request_http_job.cc:93: NetworkDelegate::CACHE_WAIT_STATE_DONE); On 2012/07/24 01:03:12, tburkard wrote: > Excellent comment ...
8 years, 5 months ago (2012-07-24 01:21:25 UTC) #17
rvargas (doing something else)
http://codereview.chromium.org/10736066/diff/32088/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/32088/chrome/browser/net/cache_stats.cc#newcode215 chrome/browser/net/cache_stats.cc:215: entry->second++; On 2012/07/24 01:03:12, tburkard wrote: > Not necessarily, ...
8 years, 5 months ago (2012-07-24 03:10:37 UTC) #18
tburkard
http://codereview.chromium.org/10736066/diff/32088/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/32088/chrome/browser/net/cache_stats.cc#newcode215 chrome/browser/net/cache_stats.cc:215: entry->second++; On 2012/07/24 03:10:38, rvargas wrote: > On 2012/07/24 ...
8 years, 5 months ago (2012-07-24 22:23:26 UTC) #19
willchan no longer on Chromium
FYI: chiming in quickly to say that you should wait for my review at some ...
8 years, 5 months ago (2012-07-24 22:49:25 UTC) #20
willchan no longer on Chromium
https://chromiumcodereview.appspot.com/10736066/diff/45013/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://chromiumcodereview.appspot.com/10736066/diff/45013/chrome/browser/net/chrome_network_delegate.cc#newcode138 chrome/browser/net/chrome_network_delegate.cc:138: cache_stats_(chrome_browser_net::CacheStats::GetInstance()) { https://groups.google.com/a/chromium.org/forum/#!msg/chromium-dev/P9tWR4mlUpE/n3qCj3hTEKkJ TL;DR: DestructionObserver results in problems due ...
8 years, 5 months ago (2012-07-24 23:17:13 UTC) #21
willchan no longer on Chromium
Sorry, I didn't get to my nits last night. I'm going to send more after ...
8 years, 5 months ago (2012-07-25 19:26:41 UTC) #22
tburkard
Incorporated all comments now, including Ricardo's last outstanding concern. Please re-review. http://codereview.chromium.org/10736066/diff/45013/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): ...
8 years, 5 months ago (2012-07-25 20:06:51 UTC) #23
willchan no longer on Chromium
I think I finally went through and got all my nitpicks done. I didn't review ...
8 years, 5 months ago (2012-07-26 01:39:37 UTC) #24
tburkard
http://codereview.chromium.org/10736066/diff/56009/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/56009/chrome/browser/net/cache_stats.cc#newcode59 chrome/browser/net/cache_stats.cc:59: static CacheStats* cache_stats = io_thread->globals()->cache_stats.get(); On 2012/07/26 01:39:37, willchan ...
8 years, 5 months ago (2012-07-26 02:10:39 UTC) #25
rvargas (doing something else)
http://codereview.chromium.org/10736066/diff/32088/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/32088/chrome/browser/net/cache_stats.cc#newcode88 chrome/browser/net/cache_stats.cc:88: PerRequestNumActiveMap per_request_num_active_; On 2012/07/24 01:03:12, tburkard wrote: > On ...
8 years, 5 months ago (2012-07-26 02:13:43 UTC) #26
rvargas (doing something else)
note to self: reviewed @23.
8 years, 5 months ago (2012-07-26 02:14:34 UTC) #27
willchan no longer on Chromium
http://codereview.chromium.org/10736066/diff/56009/net/url_request/url_request_job.h File net/url_request/url_request_job.h (right): http://codereview.chromium.org/10736066/diff/56009/net/url_request/url_request_job.h#newcode290 net/url_request/url_request_job.h:290: virtual void OnDetachRequest() {} On 2012/07/26 02:10:40, tburkard wrote: ...
8 years, 5 months ago (2012-07-26 02:15:06 UTC) #28
tburkard
http://codereview.chromium.org/10736066/diff/32088/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/32088/chrome/browser/net/cache_stats.cc#newcode215 chrome/browser/net/cache_stats.cc:215: entry->second++; On 2012/07/26 02:13:43, rvargas wrote: > On 2012/07/24 ...
8 years, 5 months ago (2012-07-26 02:50:53 UTC) #29
tburkard
All comments by everyone incorporated, please re-review.
8 years, 5 months ago (2012-07-26 02:51:19 UTC) #30
rvargas (doing something else)
Almost there. (@32) I think you missed Will's comment about not needing is_otr_profile_. http://codereview.chromium.org/10736066/diff/56005/chrome/browser/profiles/off_the_record_profile_io_data.cc File ...
8 years, 5 months ago (2012-07-26 18:47:32 UTC) #31
rvargas (doing something else)
http://codereview.chromium.org/10736066/diff/56005/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/56005/chrome/browser/net/cache_stats.cc#newcode129 chrome/browser/net/cache_stats.cc:129: if (!validated_url.SchemeIs("http")) On 2012/07/26 02:50:54, tburkard wrote: > Wanted ...
8 years, 5 months ago (2012-07-26 18:56:12 UTC) #32
tburkard
Ricardo, I did reply to Will's OTR question (see my email from 7:10pm last night, ...
8 years, 5 months ago (2012-07-26 19:12:49 UTC) #33
rvargas (doing something else)
Please create a feature request and add the bug number to the CL. LGTM but ...
8 years, 5 months ago (2012-07-26 19:48:58 UTC) #34
mmenke
A couple nits. http://codereview.chromium.org/10736066/diff/53097/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/53097/chrome/browser/net/cache_stats.cc#newcode7 chrome/browser/net/cache_stats.cc:7: #include <vector> Not needed, since it's ...
8 years, 5 months ago (2012-07-26 20:01:27 UTC) #35
willchan no longer on Chromium
I'm done reviewing. profiles/, net/, c/b/n all LGTM. But wait for mmenke's stamp too. http://codereview.chromium.org/10736066/diff/53097/chrome/browser/profiles/profile_io_data.cc ...
8 years, 5 months ago (2012-07-26 20:03:37 UTC) #36
tburkard
http://codereview.chromium.org/10736066/diff/53097/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): http://codereview.chromium.org/10736066/diff/53097/chrome/browser/profiles/profile_io_data.cc#newcode459 chrome/browser/profiles/profile_io_data.cc:459: cache_stats_ = GetCacheStats(io_thread); On 2012/07/26 20:03:38, willchan wrote: > ...
8 years, 5 months ago (2012-07-26 20:52:31 UTC) #37
tburkard
Everything should be addressed now. http://codereview.chromium.org/10736066/diff/53097/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/53097/chrome/browser/net/cache_stats.cc#newcode7 chrome/browser/net/cache_stats.cc:7: #include <vector> On 2012/07/26 ...
8 years, 5 months ago (2012-07-26 21:22:33 UTC) #38
mmenke
http://codereview.chromium.org/10736066/diff/54202/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/54202/chrome/browser/net/cache_stats.cc#newcode41 chrome/browser/net/cache_stats.cc:41: bool GetRenderView(const net::URLRequest& request, Suggest a comment that this ...
8 years, 4 months ago (2012-07-27 19:03:53 UTC) #39
tburkard
http://codereview.chromium.org/10736066/diff/54202/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/54202/chrome/browser/net/cache_stats.cc#newcode41 chrome/browser/net/cache_stats.cc:41: bool GetRenderView(const net::URLRequest& request, On 2012/07/27 19:03:54, Matt Menke ...
8 years, 4 months ago (2012-07-27 23:25:40 UTC) #40
mmenke
I'll do a quick final pass this weekend. http://codereview.chromium.org/10736066/diff/54202/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/54202/chrome/browser/net/cache_stats.cc#newcode203 chrome/browser/net/cache_stats.cc:203: if ...
8 years, 4 months ago (2012-07-27 23:38:42 UTC) #41
mmenke
LGTM http://codereview.chromium.org/10736066/diff/54202/chrome/browser/net/cache_stats.cc File chrome/browser/net/cache_stats.cc (right): http://codereview.chromium.org/10736066/diff/54202/chrome/browser/net/cache_stats.cc#newcode108 chrome/browser/net/cache_stats.cc:108: base::Timer timer; On 2012/07/27 23:25:44, tburkard wrote: > ...
8 years, 4 months ago (2012-07-29 23:45:57 UTC) #42
tburkard
Brett: Could you review the tiny change in webkit? jam: everything else? Thanks.
8 years, 4 months ago (2012-07-30 18:30:19 UTC) #43
tburkard
brettw: could you review only the bits in webkit? Thanks.
8 years, 4 months ago (2012-07-30 18:31:37 UTC) #44
mmenke1
On 2012/07/30 18:30:19, tburkard wrote: > Brett: Could you review the tiny change in webkit? ...
8 years, 4 months ago (2012-07-30 18:40:27 UTC) #45
jam
8 years, 4 months ago (2012-07-30 19:18:24 UTC) #46
lgtm

Powered by Google App Engine
This is Rietveld 408576698