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

Issue 10785017: Move CanonicalCookie into separate files (Closed)

Created:
8 years, 5 months ago by battre
Modified:
8 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, wtc, rkn, sky, Elliot Glaysher, tony, eroman
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Diff #

Total comments: 6

Patch Set 3 : Prune some includes, fix a unit test #

Total comments: 2

Patch Set 4 : Merged with ToT #

Patch Set 5 : Addressed comments #

Total comments: 12

Patch Set 6 : IWYU #

Patch Set 7 : Merged with ToT #

Patch Set 8 : Move a ifdef'ed variable for Android #

Patch Set 9 : Added missing include #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1065 lines, -927 lines) Patch
M chrome/browser/automation/automation_util.cc View 1 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/browsing_data_cookie_helper.h View 1 5 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/browsing_data_cookie_helper.cc View 1 6 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/browsing_data_cookie_helper_unittest.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/local_shared_objects_container.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/cookies_tree_model.h View 1 6 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/cookies_tree_model.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/cookies/cookies_api.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/cookies/cookies_helpers.h View 1 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/cookies/cookies_helpers.cc View 1 4 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/extensions/api/cookies/cookies_unittest.cc View 1 7 chunks +12 lines, -15 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/local_data_container.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/local_data_container.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/mock_browsing_data_cookie_helper.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/mock_browsing_data_cookie_helper.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/net/chrome_cookie_notification_details.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/net/gaia/gaia_oauth_fetcher_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.h View 1 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.cc View 1 9 chunks +20 lines, -22 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store_perftest.cc View 1 5 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store_unittest.cc View 1 7 chunks +13 lines, -16 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details.mm View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details_view_controller_unittest.mm View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/collected_cookies_gtk.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_chrome_cookie_view.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/collected_cookies_views.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/cookie_info_view.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/cookie_info_view.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/socket_stream_dispatcher_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A net/cookies/canonical_cookie.h View 1 2 1 chunk +156 lines, -0 lines 0 comments Download
A net/cookies/canonical_cookie.cc View 1 2 3 4 5 6 7 1 chunk +380 lines, -0 lines 1 comment Download
A net/cookies/canonical_cookie_unittest.cc View 1 2 3 4 1 chunk +42 lines, -0 lines 0 comments Download
M net/cookies/cookie_monster.h View 1 7 chunks +4 lines, -136 lines 0 comments Download
M net/cookies/cookie_monster.cc View 1 2 3 4 5 6 7 11 chunks +11 lines, -442 lines 1 comment Download
M net/cookies/cookie_monster_perftest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/cookies/cookie_monster_store_test.h View 1 2 12 chunks +20 lines, -25 lines 0 comments Download
M net/cookies/cookie_monster_store_test.cc View 1 2 3 4 10 chunks +28 lines, -31 lines 0 comments Download
M net/cookies/cookie_monster_unittest.cc View 1 2 3 4 5 6 16 chunks +18 lines, -139 lines 0 comments Download
M net/cookies/cookie_util.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M net/cookies/cookie_util.cc View 1 2 3 4 5 2 chunks +124 lines, -0 lines 0 comments Download
M net/cookies/cookie_util_unittest.cc View 1 2 3 4 1 chunk +88 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M webkit/glue/webcookie.h View 1 1 chunk +7 lines, -2 lines 0 comments Download
M webkit/glue/webcookie.cc View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
battre
Hi Erik, could you please review this CL? Patch Set #1 contains a literal copy ...
8 years, 5 months ago (2012-07-16 16:38:45 UTC) #1
erikwright (departed)
http://codereview.chromium.org/10785017/diff/2001/net/cookies/canonical_cookie_unittest.cc File net/cookies/canonical_cookie_unittest.cc (right): http://codereview.chromium.org/10785017/diff/2001/net/cookies/canonical_cookie_unittest.cc#newcode32 net/cookies/canonical_cookie_unittest.cc:32: namespace { remove the anonymous namespace. http://codereview.chromium.org/10785017/diff/2001/net/cookies/parsed_cookie.cc File net/cookies/parsed_cookie.cc ...
8 years, 5 months ago (2012-07-16 21:13:20 UTC) #2
battre
http://codereview.chromium.org/10785017/diff/2001/net/cookies/canonical_cookie_unittest.cc File net/cookies/canonical_cookie_unittest.cc (right): http://codereview.chromium.org/10785017/diff/2001/net/cookies/canonical_cookie_unittest.cc#newcode32 net/cookies/canonical_cookie_unittest.cc:32: namespace { On 2012/07/16 21:13:20, erikwright wrote: > remove ...
8 years, 5 months ago (2012-07-17 15:01:53 UTC) #3
erikwright (departed)
LGTM minus the IWYU/forward-decl comments. Also, even small forward-decl namespace blocks need to have a ...
8 years, 5 months ago (2012-07-17 15:59:20 UTC) #4
battre
On 2012/07/17 15:59:20, erikwright wrote: > LGTM minus the IWYU/forward-decl comments. > > Also, even ...
8 years, 5 months ago (2012-07-17 16:52:54 UTC) #5
erikwright (departed)
On 2012/07/17 16:52:54, battre wrote: > On 2012/07/17 15:59:20, erikwright wrote: > > LGTM minus ...
8 years, 5 months ago (2012-07-17 19:46:41 UTC) #6
battre
https://chromiumcodereview.appspot.com/10785017/diff/6005/net/cookies/cookie_util.cc File net/cookies/cookie_util.cc (right): https://chromiumcodereview.appspot.com/10785017/diff/6005/net/cookies/cookie_util.cc#newcode137 net/cookies/cookie_util.cc:137: #ifdef COMPILER_MSVC On 2012/07/17 15:59:20, erikwright wrote: > #include ...
8 years, 5 months ago (2012-07-18 08:48:43 UTC) #7
battre
8 years, 5 months ago (2012-07-18 11:32:12 UTC) #8
battre
Hi. I will TBR a couple of you because Erik has done the main review ...
8 years, 5 months ago (2012-07-18 11:43:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/10785017/23001
8 years, 5 months ago (2012-07-18 11:44:23 UTC) #10
commit-bot: I haz the power
Presubmit check for 10785017-23001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-18 11:44:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/10785017/23001
8 years, 5 months ago (2012-07-18 12:05:34 UTC) #12
commit-bot: I haz the power
Change committed as 147222
8 years, 5 months ago (2012-07-18 13:13:37 UTC) #13
eroman
8 years, 5 months ago (2012-07-18 20:58:35 UTC) #14
LGTM for net/*

https://chromiumcodereview.appspot.com/10785017/diff/23001/net/cookies/canoni...
File net/cookies/canonical_cookie.cc (right):

https://chromiumcodereview.appspot.com/10785017/diff/23001/net/cookies/canoni...
net/cookies/canonical_cookie.cc:380: }  // namespace
Isn't this namespace net?

https://chromiumcodereview.appspot.com/10785017/diff/23001/net/cookies/cookie...
File net/cookies/cookie_monster.cc (right):

https://chromiumcodereview.appspot.com/10785017/diff/23001/net/cookies/cookie...
net/cookies/cookie_monster.cc:2158: }  // namespace
Looks like this comment is wrong, can you fix it?

Powered by Google App Engine
This is Rietveld 408576698