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

Issue 71153005: Pull implementation of CertStore out to be reused. (Closed)

Created:
7 years, 1 month ago by alcutter
Modified:
7 years, 1 month ago
Reviewers:
agl, Avi (use Gerrit), wtc
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, Eran M. (Google)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Pull implementation of CertStore out so that it can be re-used for an SCTStore by upcoming changes for Certificate Transparency. (See https://codereview.chromium.org/71633002/ for the overview of what builds on this CL.) BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236026

Patch Set 1 #

Patch Set 2 : Correct gypi file. #

Total comments: 4

Patch Set 3 : clang-format item-store.h #

Total comments: 16

Patch Set 4 : fixes. #

Patch Set 5 : Rename & change to composition. #

Patch Set 6 : update gypi too #

Total comments: 36

Patch Set 7 : Fixes for wtc. #

Total comments: 2

Patch Set 8 : Fixes for avi. #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -193 lines) Patch
M content/browser/cert_store_impl.h View 1 2 3 4 5 6 3 chunks +3 lines, -39 lines 0 comments Download
M content/browser/cert_store_impl.cc View 1 2 3 4 5 6 2 chunks +4 lines, -154 lines 1 comment Download
A content/browser/renderer_data_memoizing_store.h View 1 2 3 4 5 6 7 1 chunk +215 lines, -0 lines 5 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
alcutter
Hi Wan-Teh, this is the first of a series of CLs with more Certificate Transparency ...
7 years, 1 month ago (2013-11-13 22:04:51 UTC) #1
alcutter
Hi Adam, here's the first in a series of patches for CT in chrome. This ...
7 years, 1 month ago (2013-11-14 15:37:58 UTC) #2
agl
https://codereview.chromium.org/71153005/diff/40002/content/browser/item_store.h File content/browser/item_store.h (right): https://codereview.chromium.org/71153005/diff/40002/content/browser/item_store.h#newcode1 content/browser/item_store.h:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 1 month ago (2013-11-14 16:20:37 UTC) #3
alcutter
https://codereview.chromium.org/71153005/diff/40002/content/browser/item_store.h File content/browser/item_store.h (right): https://codereview.chromium.org/71153005/diff/40002/content/browser/item_store.h#newcode1 content/browser/item_store.h:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 1 month ago (2013-11-14 16:51:58 UTC) #4
agl
Please do the rename and switch to composition then ping this thread.
7 years, 1 month ago (2013-11-14 17:04:14 UTC) #5
alcutter
On 2013/11/14 17:04:14, agl wrote: > Please do the rename and switch to composition then ...
7 years, 1 month ago (2013-11-14 17:31:44 UTC) #6
wtc
Patch set 6 LGTM. High-level comments: 1. This seems like a good way to share ...
7 years, 1 month ago (2013-11-14 22:04:58 UTC) #7
agl
https://codereview.chromium.org/71153005/diff/290001/content/browser/cert_store_impl.cc File content/browser/cert_store_impl.cc (right): https://codereview.chromium.org/71153005/diff/290001/content/browser/cert_store_impl.cc#newcode21 content/browser/cert_store_impl.cc:21: CertStore* CertStore::GetInstance() { return CertStoreImpl::GetInstance(); } On 2013/11/14 22:04:58, ...
7 years, 1 month ago (2013-11-14 22:09:27 UTC) #8
alcutter
https://codereview.chromium.org/71153005/diff/290001/content/browser/cert_store_impl.cc File content/browser/cert_store_impl.cc (right): https://codereview.chromium.org/71153005/diff/290001/content/browser/cert_store_impl.cc#newcode16 content/browser/cert_store_impl.cc:16: #include "content/public/browser/notification_types.h" On 2013/11/14 22:04:58, wtc wrote: > > ...
7 years, 1 month ago (2013-11-15 13:33:06 UTC) #9
agl
LGTM +avi for OWNERS review.
7 years, 1 month ago (2013-11-15 16:14:20 UTC) #10
agl
Avi: <poke/>
7 years, 1 month ago (2013-11-19 15:57:00 UTC) #11
Avi (use Gerrit)
LGTM https://codereview.chromium.org/71153005/diff/390001/content/browser/renderer_data_memoizing_store.h File content/browser/renderer_data_memoizing_store.h (right): https://codereview.chromium.org/71153005/diff/390001/content/browser/renderer_data_memoizing_store.h#newcode1 content/browser/renderer_data_memoizing_store.h:1: // Copyright (c) 2013 The Chromium Authors. All ...
7 years, 1 month ago (2013-11-19 16:38:05 UTC) #12
alcutter
https://codereview.chromium.org/71153005/diff/390001/content/browser/renderer_data_memoizing_store.h File content/browser/renderer_data_memoizing_store.h (right): https://codereview.chromium.org/71153005/diff/390001/content/browser/renderer_data_memoizing_store.h#newcode1 content/browser/renderer_data_memoizing_store.h:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 1 month ago (2013-11-19 16:45:09 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alcutter@google.com/71153005/630001
7 years, 1 month ago (2013-11-19 16:57:10 UTC) #14
commit-bot: I haz the power
Change committed as 236026
7 years, 1 month ago (2013-11-19 19:05:24 UTC) #15
wtc
Patch set 8 LGTM. Please write a follow-up CL to address my new comments. Thanks. ...
7 years, 1 month ago (2013-11-19 19:11:06 UTC) #16
wtc
https://codereview.chromium.org/71153005/diff/630001/content/browser/renderer_data_memoizing_store.h File content/browser/renderer_data_memoizing_store.h (right): https://codereview.chromium.org/71153005/diff/630001/content/browser/renderer_data_memoizing_store.h#newcode60 content/browser/renderer_data_memoizing_store.h:60: item->AddRef(); On 2013/11/19 19:11:08, wtc wrote: > > Can ...
7 years, 1 month ago (2013-11-19 19:19:46 UTC) #17
alcutter
On 2013/11/19 19:19:46, wtc wrote: > https://codereview.chromium.org/71153005/diff/630001/content/browser/renderer_data_memoizing_store.h > File content/browser/renderer_data_memoizing_store.h (right): > > https://codereview.chromium.org/71153005/diff/630001/content/browser/renderer_data_memoizing_store.h#newcode60 > ...
7 years, 1 month ago (2013-11-20 10:38:42 UTC) #18
wtc
7 years, 1 month ago (2013-11-20 23:14:10 UTC) #19
Message was sent while issue was closed.
On 2013/11/20 10:38:42, alcutter wrote:
>
> I believe there's nothing for me to do here since you very kindly fixed these
on
> my behalf last night in 76663002.

Yes, I found the answers to my questions and made the changes I suggested.

Powered by Google App Engine
This is Rietveld 408576698