|
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
|
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
|
Total messages: 11 (0 generated)
|