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

Issue 361513003: Improving and adding an in-memory MRU cache to DiskBasedCertCache. (Closed)

Created:
6 years, 5 months ago by brandonsalmon
Modified:
6 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@DBCC_Implement
Project:
chromium
Visibility:
Public.

Description

Improving and adding an in-memory MRU cache to DiskBasedCertCache. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281191

Patch Set 1 #

Patch Set 2 : Improved documentation. #

Total comments: 7

Patch Set 3 : Added tests, and fixed issues with last patch. #

Total comments: 22

Patch Set 4 : Revisions based on review of patch set 3. #

Total comments: 4

Patch Set 5 : Removed static cast. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -61 lines) Patch
M net/http/disk_based_cert_cache.h View 1 2 3 3 chunks +30 lines, -3 lines 1 comment Download
M net/http/disk_based_cert_cache.cc View 1 2 3 19 chunks +82 lines, -56 lines 1 comment Download
M net/http/disk_based_cert_cache_unittest.cc View 1 2 3 4 2 chunks +55 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
brandonsalmon
I began adding an MRU cache to the DiskBasedCertCache and stopped setting state_ to NONE ...
6 years, 5 months ago (2014-06-27 20:30:18 UTC) #1
wtc
Review comments on patch set 2: Please add tests. Other than that the CL is ...
6 years, 5 months ago (2014-07-01 02:11:31 UTC) #2
brandonsalmon
I added unittests to the MRU cache functionality and fixed the issues mentioned in the ...
6 years, 5 months ago (2014-07-01 18:19:29 UTC) #3
wtc
Patch set 3 LGTM. Please wait for an approval from either Ricardo or Ryan. https://codereview.chromium.org/361513003/diff/60001/net/http/disk_based_cert_cache.cc ...
6 years, 5 months ago (2014-07-02 20:51:50 UTC) #4
Ryan Sleevi
LGTM, although a few style issues to be fixed before landing. https://codereview.chromium.org/361513003/diff/60001/net/http/disk_based_cert_cache.cc File net/http/disk_based_cert_cache.cc (right): ...
6 years, 5 months ago (2014-07-02 21:49:58 UTC) #5
rvargas (doing something else)
lgtm https://codereview.chromium.org/361513003/diff/60001/net/http/disk_based_cert_cache.cc File net/http/disk_based_cert_cache.cc (right): https://codereview.chromium.org/361513003/diff/60001/net/http/disk_based_cert_cache.cc#newcode505 net/http/disk_based_cert_cache.cc:505: return; You may want to tell the backend ...
6 years, 5 months ago (2014-07-02 22:14:39 UTC) #6
brandonsalmon
I revised things that were mentioned in review of patch set 3. Set no longer ...
6 years, 5 months ago (2014-07-02 22:44:05 UTC) #7
Ryan Sleevi
LGTM, mod nits. You don't need to static_cast<> to get a size_t, you just have ...
6 years, 5 months ago (2014-07-02 22:49:23 UTC) #8
brandonsalmon
On 2014/07/02 22:49:23, Ryan Sleevi wrote: > LGTM, mod nits. You don't need to static_cast<> ...
6 years, 5 months ago (2014-07-02 22:57:46 UTC) #9
brandonsalmon
The CQ bit was checked by brandonsalmon@chromium.org
6 years, 5 months ago (2014-07-02 23:34:31 UTC) #10
brandonsalmon
The CQ bit was checked by brandonsalmon@chromium.org
6 years, 5 months ago (2014-07-02 23:35:05 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brandonsalmon@chromium.org/361513003/140001
6 years, 5 months ago (2014-07-02 23:36:24 UTC) #12
wtc
Patch set 5 LGTM. You can fix the nits later. https://codereview.chromium.org/361513003/diff/140001/net/http/disk_based_cert_cache.cc File net/http/disk_based_cert_cache.cc (right): https://codereview.chromium.org/361513003/diff/140001/net/http/disk_based_cert_cache.cc#newcode125 ...
6 years, 5 months ago (2014-07-03 02:37:13 UTC) #13
commit-bot: I haz the power
6 years, 5 months ago (2014-07-03 06:37:19 UTC) #14
Message was sent while issue was closed.
Change committed as 281191

Powered by Google App Engine
This is Rietveld 408576698