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

Issue 9703011: Move the cookie store implementation into its own directory. (Closed)

Created:
8 years, 9 months ago by erikwright (departed)
Modified:
8 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, erikwright (departed), wtc, Randy Smith (Not in Mondays), darin-cc_chromium.org, rkn
Visibility:
Public.

Description

Move the cookie store implementation into its own directory. In the initial step, forwarding headers are left in net/base/cookie_*h . After all clients are updated these will be removed and erikwright will be removed from net/base/OWNERS BUG=70818 TEST=compilation Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126871

Patch Set 1 #

Patch Set 2 : Fix include guards. #

Patch Set 3 : net/base/cookies/ -> net/cookies/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -9080 lines) Patch
M net/base/cookie_monster.h View 1 2 1 chunk +4 lines, -961 lines 0 comments Download
D net/base/cookie_monster.cc View 1 chunk +0 lines, -2740 lines 0 comments Download
D net/base/cookie_monster_perftest.cc View 1 chunk +0 lines, -430 lines 0 comments Download
M net/base/cookie_monster_store_test.h View 1 2 1 chunk +3 lines, -195 lines 0 comments Download
D net/base/cookie_monster_store_test.cc View 1 chunk +0 lines, -231 lines 0 comments Download
D net/base/cookie_monster_unittest.cc View 1 chunk +0 lines, -2687 lines 0 comments Download
M net/base/cookie_options.h View 1 2 1 chunk +4 lines, -30 lines 0 comments Download
M net/base/cookie_store.h View 1 2 1 chunk +3 lines, -102 lines 0 comments Download
D net/base/cookie_store.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M net/base/cookie_store_test_callbacks.h View 1 2 1 chunk +5 lines, -128 lines 0 comments Download
D net/base/cookie_store_test_callbacks.cc View 1 chunk +0 lines, -65 lines 0 comments Download
M net/base/cookie_store_test_helpers.h View 1 2 1 chunk +4 lines, -95 lines 0 comments Download
D net/base/cookie_store_test_helpers.cc View 1 chunk +0 lines, -155 lines 0 comments Download
M net/base/cookie_store_unittest.h View 1 2 1 chunk +5 lines, -1046 lines 0 comments Download
M net/base/cookie_util.h View 1 2 1 chunk +4 lines, -30 lines 0 comments Download
D net/base/cookie_util.cc View 1 chunk +0 lines, -79 lines 0 comments Download
D net/base/cookie_util_unittest.cc View 1 chunk +0 lines, -23 lines 0 comments Download
A net/cookies/OWNERS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + net/cookies/cookie_monster.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
A + net/cookies/cookie_monster.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cookies/cookie_monster_perftest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cookies/cookie_monster_store_test.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cookies/cookie_monster_store_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + net/cookies/cookie_monster_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cookies/cookie_options.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cookies/cookie_store.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
A + net/cookies/cookie_store.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cookies/cookie_store_test_callbacks.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cookies/cookie_store_test_callbacks.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + net/cookies/cookie_store_test_helpers.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cookies/cookie_store_test_helpers.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + net/cookies/cookie_store_unittest.h View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
A + net/cookies/cookie_util.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cookies/cookie_util.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + net/cookies/cookie_util_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/net.gyp View 1 2 7 chunks +17 lines, -17 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
erikwright (departed)
Hi Will, Alternatively, this stuff could go into net/cookies or net/http/cookies . WDYT? Besides the ...
8 years, 9 months ago (2012-03-14 03:58:44 UTC) #1
willchan no longer on Chromium
Thanks for not crowding net/base. I'm in favor of net/cookies. I'd like to hear from ...
8 years, 9 months ago (2012-03-14 09:51:36 UTC) #2
willchan no longer on Chromium
I chatted with wtc and we agreed on net/cookies. Thanks! On Wed, Mar 14, 2012 ...
8 years, 9 months ago (2012-03-14 17:06:59 UTC) #3
erikwright (departed)
PTAL!
8 years, 9 months ago (2012-03-15 01:07:21 UTC) #4
willchan no longer on Chromium
lgtm
8 years, 9 months ago (2012-03-15 03:26:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erikwright@chromium.org/9703011/5003
8 years, 9 months ago (2012-03-15 03:30:30 UTC) #6
commit-bot: I haz the power
Try job failure for 9703011-5003 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-15 05:04:51 UTC) #7
Ryan Sleevi
Drive by - tagged this as http://crbug.com/70818 - congrats! ;-) CQ failure wasn't your fault, ...
8 years, 9 months ago (2012-03-15 06:46:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erikwright@chromium.org/9703011/5003
8 years, 9 months ago (2012-03-15 06:46:25 UTC) #9
Ryan Sleevi
On 2012/03/15 06:46:07, Ryan Sleevi wrote: > Drive by - tagged this as http://crbug.com/70818 - ...
8 years, 9 months ago (2012-03-15 06:47:27 UTC) #10
commit-bot: I haz the power
8 years, 9 months ago (2012-03-15 09:30:02 UTC) #11
Change committed as 126871

Powered by Google App Engine
This is Rietveld 408576698