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

Issue 1745283002: Pickle (serialize and deserialize) MultiThreadedCertVerifier's |cache_| (Closed)

Created:
4 years, 9 months ago by ramant (doing other things)
Modified:
4 years, 8 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org, Ryan Hamilton, ianswett
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pickle (serialize and deserialize) MultiThreadedCertVerifier's |cache_| and it's ojects. TODO: wire this up to Android's bundle when chrome is killed under memory pressure. BUG=590875 R=rsleevi@chromium.org

Patch Set 1 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+428 lines, -3 lines) Patch
M net/base/hash_value.h View 2 chunks +10 lines, -0 lines 0 comments Download
M net/base/hash_value.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M net/cert/cert_verify_result.h View 2 chunks +11 lines, -0 lines 1 comment Download
M net/cert/cert_verify_result.cc View 1 chunk +44 lines, -0 lines 0 comments Download
M net/cert/multi_threaded_cert_verifier.h View 6 chunks +51 lines, -2 lines 1 comment Download
M net/cert/multi_threaded_cert_verifier.cc View 5 chunks +110 lines, -1 line 0 comments Download
M net/cert/multi_threaded_cert_verifier_unittest.cc View 2 chunks +189 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 8 (4 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1745283002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1745283002/1
4 years, 9 months ago (2016-02-29 22:13:55 UTC) #2
ramant (doing other things)
Hi Ryan, This is a first cut at pickling MultiThreadedCertVerifier's |cache_|. This code is not ...
4 years, 9 months ago (2016-02-29 22:23:33 UTC) #6
Ryan Sleevi
Not LGTM. We should have talked more about the design; I didn't realize you were ...
4 years, 9 months ago (2016-02-29 23:28:41 UTC) #7
ramant (doing other things)
4 years, 8 months ago (2016-04-21 18:13:53 UTC) #8
Message was sent while issue was closed.
Closing this CL. Working on the following CL which uses protobuf
and which will implement API calls suggested by rsleevi.

https://codereview.chromium.org/1892033002/

Powered by Google App Engine
This is Rietveld 408576698