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

Issue 9959011: Add CookieStore::DeleteSessionCookiesAsync method. (Closed)

Created:
8 years, 8 months ago by Iain Merrick
Modified:
8 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add CookieStore::DeleteSessionCookiesAsync method. This is needed by the Android port of Chromium, which has a different startup and shutdown control flow from other platforms. We also need to support the Android framework's android.webkit package, which has a public CookieManager.removeSessionCookie() API. BUG=None TEST=CookieMonsterTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133912

Patch Set 1 #

Patch Set 2 : Removed spdy test refactoring #

Patch Set 3 : Rebased #

Patch Set 4 : Rebased again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -0 lines) Patch
M net/cookies/cookie_monster.h View 1 2 3 chunks +5 lines, -0 lines 0 comments Download
M net/cookies/cookie_monster.cc View 1 2 3 chunks +54 lines, -0 lines 0 comments Download
M net/cookies/cookie_monster_unittest.cc View 5 chunks +56 lines, -0 lines 0 comments Download
M net/cookies/cookie_store.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/cookies/cookie_store_test_helpers.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/cookies/cookie_store_test_helpers.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M net/websockets/websocket_job_spdy2_unittest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/websockets/websocket_job_spdy3_unittest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Iain Merrick
I don't understand the full details of the tests so there's a bit of cargo-cult ...
8 years, 8 months ago (2012-03-30 12:57:49 UTC) #1
erikwright (departed)
On 2012/03/30 12:57:49, Iain Merrick wrote: > I don't understand the full details of the ...
8 years, 8 months ago (2012-04-02 14:12:24 UTC) #2
Iain Merrick
On 2012/04/02 14:12:24, erikwright wrote: > If you want to submit the current CL beforehand, ...
8 years, 8 months ago (2012-04-02 14:15:52 UTC) #3
Iain Merrick
On 2012/04/02 14:15:52, Iain Merrick wrote: > I'll update this patch to keep the duplication ...
8 years, 8 months ago (2012-04-04 11:14:29 UTC) #4
erikwright (departed)
LGTM. Note that you will require an owner from net/ as well (I'm only net/cookies).
8 years, 8 months ago (2012-04-04 15:16:22 UTC) #5
Iain Merrick
+yutak for net/websockets/OWNERS review.
8 years, 8 months ago (2012-04-16 13:28:36 UTC) #6
Yuta Kitamura
lgtm
8 years, 8 months ago (2012-04-16 20:41:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/husky@chromium.org/9959011/15001
8 years, 7 months ago (2012-04-25 13:23:38 UTC) #8
commit-bot: I haz the power
8 years, 7 months ago (2012-04-25 14:49:42 UTC) #9
Change committed as 133912

Powered by Google App Engine
This is Rietveld 408576698