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

Issue 9310020: Add SafeBrowsingURLRequestContext which stores cookies. (Closed)

Created:
8 years, 10 months ago by mattm
Modified:
8 years, 10 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add SafeBrowsingURLRequestContext which stores cookies. Rename OnIOInitialize and OnIOShutdown methods to more accurately match their current use. BUG=103243 TEST=tcpdump it up, run chrome twice in a row (waiting for safebrowsing updates to occur), verify that cookies from both connections were the same. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121794

Patch Set 1 #

Total comments: 6

Patch Set 2 : fix system_request_context being NULL in unit_tests problem #

Patch Set 3 : review changes, fix DownloadProtectionServiceTest #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -36 lines) Patch
M chrome/browser/io_thread.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/download_protection_service_unittest.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.h View 1 2 3 chunks +23 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 2 15 chunks +134 lines, -30 lines 3 comments Download

Messages

Total messages: 11 (0 generated)
mattm
8 years, 10 months ago (2012-02-01 05:21:59 UTC) #1
willchan no longer on Chromium
I did a quick skim. I ought to look at this more closely later on, ...
8 years, 10 months ago (2012-02-04 22:30:20 UTC) #2
mattm
http://codereview.chromium.org/9310020/diff/1/chrome/browser/safe_browsing/safe_browsing_service.cc File chrome/browser/safe_browsing/safe_browsing_service.cc (right): http://codereview.chromium.org/9310020/diff/1/chrome/browser/safe_browsing/safe_browsing_service.cc#newcode108 chrome/browser/safe_browsing/safe_browsing_service.cc:108: class SafeBrowsingURLRequestContext : public net::URLRequestContext { /On 2012/02/04 22:30:20, ...
8 years, 10 months ago (2012-02-07 01:28:01 UTC) #3
rvargas (doing something else)
Drive-by: This adds persistent storage that is not tied to any UI control to delete ...
8 years, 10 months ago (2012-02-08 00:09:46 UTC) #4
willchan no longer on Chromium
lgtm http://codereview.chromium.org/9310020/diff/8001/chrome/browser/safe_browsing/safe_browsing_service.cc File chrome/browser/safe_browsing/safe_browsing_service.cc (right): http://codereview.chromium.org/9310020/diff/8001/chrome/browser/safe_browsing/safe_browsing_service.cc#newcode309 chrome/browser/safe_browsing/safe_browsing_service.cc:309: BrowserThread::PostTask( I think this is right, but I ...
8 years, 10 months ago (2012-02-09 19:41:30 UTC) #5
mattm
http://codereview.chromium.org/9310020/diff/8001/chrome/browser/safe_browsing/safe_browsing_service.cc File chrome/browser/safe_browsing/safe_browsing_service.cc (right): http://codereview.chromium.org/9310020/diff/8001/chrome/browser/safe_browsing/safe_browsing_service.cc#newcode309 chrome/browser/safe_browsing/safe_browsing_service.cc:309: BrowserThread::PostTask( On 2012/02/09 19:41:30, willchan wrote: > I think ...
8 years, 10 months ago (2012-02-09 22:40:09 UTC) #6
willchan no longer on Chromium
OK, this should not be refcounted :P Obviously still LGTM, and if you had spare ...
8 years, 10 months ago (2012-02-09 22:49:54 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/9310020/8001
8 years, 10 months ago (2012-02-13 21:47:08 UTC) #8
commit-bot: I haz the power
Try job failure for 9310020-8001 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 10 months ago (2012-02-13 22:34:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/9310020/8001
8 years, 10 months ago (2012-02-13 23:00:08 UTC) #10
commit-bot: I haz the power
8 years, 10 months ago (2012-02-14 00:56:45 UTC) #11
Change committed as 121794

Powered by Google App Engine
This is Rietveld 408576698