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

Issue 1138643004: Reland "Moves SQLitePersistentCookieStore to net/extras/sqlite." (Closed)

Created:
5 years, 7 months ago by rohitrao (ping after 24h)
Modified:
5 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland "Moves SQLitePersistentCookieStore to net/extras/sqlite." The application of special storage policy is split out into a new class, QuotaPolicyCookieStore, in content/browser/net. This reverts commit ac4f49641d2b1246fdcfdb35993b21200d43460f. TBR=avi@chromium.org BUG=467596 TEST=No visible impact. Committed: https://crrev.com/1860223cfc30f7fedb0e98730518a4cc31ccd04f Cr-Commit-Position: refs/heads/master@{#330257}

Patch Set 1 #

Patch Set 2 : Fix bug. #

Total comments: 4

Patch Set 3 : Review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+927 lines, -2841 lines) Patch
M content/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A content/browser/net/quota_policy_cookie_store.h View 1 chunk +82 lines, -0 lines 0 comments Download
A content/browser/net/quota_policy_cookie_store.cc View 1 chunk +188 lines, -0 lines 0 comments Download
A content/browser/net/quota_policy_cookie_store_unittest.cc View 1 2 1 chunk +292 lines, -0 lines 0 comments Download
D content/browser/net/sqlite_persistent_cookie_store.h View 1 chunk +0 lines, -79 lines 0 comments Download
D content/browser/net/sqlite_persistent_cookie_store.cc View 1 chunk +0 lines, -1465 lines 0 comments Download
D content/browser/net/sqlite_persistent_cookie_store_perftest.cc View 1 chunk +0 lines, -141 lines 0 comments Download
D content/browser/net/sqlite_persistent_cookie_store_unittest.cc View 1 chunk +0 lines, -681 lines 0 comments Download
M content/content_browser.gypi View 2 chunks +3 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 3 chunks +2 lines, -2 lines 0 comments Download
M content/test/BUILD.gn View 2 chunks +1 line, -1 line 0 comments Download
M net/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
A + net/extras/sqlite/sqlite_persistent_cookie_store.h View 4 chunks +23 lines, -29 lines 0 comments Download
A + net/extras/sqlite/sqlite_persistent_cookie_store.cc View 1 54 chunks +224 lines, -319 lines 0 comments Download
A + net/extras/sqlite/sqlite_persistent_cookie_store_perftest.cc View 9 chunks +24 lines, -24 lines 0 comments Download
A + net/extras/sqlite/sqlite_persistent_cookie_store_unittest.cc View 29 chunks +80 lines, -98 lines 0 comments Download
M net/net.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M net/net.gypi View 1 2 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
rohitrao (ping after 24h)
Threading is hard. Here's what I think went wrong with my first try: When QuotaPolicyCookieStore ...
5 years, 7 months ago (2015-05-15 16:02:17 UTC) #2
Ryan Sleevi
lgtm https://codereview.chromium.org/1138643004/diff/20001/content/browser/net/quota_policy_cookie_store_unittest.cc File content/browser/net/quota_policy_cookie_store_unittest.cc (right): https://codereview.chromium.org/1138643004/diff/20001/content/browser/net/quota_policy_cookie_store_unittest.cc#newcode67 content/browser/net/quota_policy_cookie_store_unittest.cc:67: destroy_event_.Wait(); DANGER BUG: This is an inherently dangerous ...
5 years, 7 months ago (2015-05-15 22:18:04 UTC) #3
Ryan Sleevi
FYI filed https://code.google.com/p/chromium/issues/detail?id=488710 for the anti-pattern
5 years, 7 months ago (2015-05-15 22:21:06 UTC) #4
rohitrao (ping after 24h)
+TBR=avi because this is substantially the same as the CL he approved yesterday. Let's see ...
5 years, 7 months ago (2015-05-15 22:53:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1138643004/40001
5 years, 7 months ago (2015-05-15 22:55:34 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 7 months ago (2015-05-16 01:07:21 UTC) #10
Avi (use Gerrit)
On 2015/05/15 22:53:27, rohitrao wrote: > +TBR=avi because this is substantially the same as the ...
5 years, 7 months ago (2015-05-16 03:34:07 UTC) #11
commit-bot: I haz the power
5 years, 7 months ago (2015-05-18 11:30:25 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1860223cfc30f7fedb0e98730518a4cc31ccd04f
Cr-Commit-Position: refs/heads/master@{#330257}

Powered by Google App Engine
This is Rietveld 408576698