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

Issue 7210034: Update BrowsingDataRemover with the asynchronous CookieMonster API. (Closed)

Created:
9 years, 5 months ago by ycxiao
Modified:
9 years, 4 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Update BrowsingDataRemover with the asynchronous CookieMonster API. BUG=XXXX TEST=XXXX Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96035

Patch Set 1 : '' #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 3

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -8 lines) Patch
M chrome/browser/browsing_data_remover.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data_remover.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +37 lines, -5 lines 0 comments Download
M chrome/browser/browsing_data_remover_unittest.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +92 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
ycxiao
PTAL. Thanks!
9 years, 5 months ago (2011-06-30 20:12:51 UTC) #1
erikwright (departed)
Looks correct to me. http://codereview.chromium.org/7210034/diff/5001/chrome/browser/browsing_data_remover.cc File chrome/browser/browsing_data_remover.cc (right): http://codereview.chromium.org/7210034/diff/5001/chrome/browser/browsing_data_remover.cc#newcode657 chrome/browser/browsing_data_remover.cc:657: if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) { The CookieStore ...
9 years, 5 months ago (2011-07-04 16:47:33 UTC) #2
ycxiao
Could you please run the try server. Thanks, Yancheng
9 years, 5 months ago (2011-07-12 20:06:13 UTC) #3
ycxiao
The try server passed. Will jochen@chromium.org, michaeln@chromium.org be the right for the code review? Thanks, ...
9 years, 5 months ago (2011-07-13 21:01:23 UTC) #4
ycxiao
Hi Jochen, PTAL. Thanks, Yancheng
9 years, 5 months ago (2011-07-14 18:14:53 UTC) #5
jochen (gone - plz use gerrit)
looks good so far please add a unit test
9 years, 5 months ago (2011-07-15 07:01:20 UTC) #6
ycxiao
PTAL. Added an unit test for remove cookie, and apply a change to the BrowsingDataRemover::OnCookiesDeleted. ...
9 years, 5 months ago (2011-07-15 20:43:39 UTC) #7
erikwright (departed)
http://codereview.chromium.org/7210034/diff/20001/chrome/browser/browsing_data_remover.cc File chrome/browser/browsing_data_remover.cc (right): http://codereview.chromium.org/7210034/diff/20001/chrome/browser/browsing_data_remover.cc#newcode648 chrome/browser/browsing_data_remover.cc:648: MessageLoop::current()->PostTask( Add a comment in the code to this ...
9 years, 5 months ago (2011-07-17 17:21:55 UTC) #8
ycxiao
Hi Jochen, PTAL. Thanks! Yancheng
9 years, 5 months ago (2011-07-19 22:25:35 UTC) #9
jochen (gone - plz use gerrit)
http://codereview.chromium.org/7210034/diff/19006/chrome/browser/browsing_data_remover.cc File chrome/browser/browsing_data_remover.cc (right): http://codereview.chromium.org/7210034/diff/19006/chrome/browser/browsing_data_remover.cc#newcode649 chrome/browser/browsing_data_remover.cc:649: // finishing the execution of BrowsingDataRemover::remover. uh, how can ...
9 years, 5 months ago (2011-07-20 12:24:12 UTC) #10
jochen (gone - plz use gerrit)
we discussed this offline with the conclusion that right now this pattern makes sense LGTM, ...
9 years, 5 months ago (2011-07-22 18:40:35 UTC) #11
ycxiao
On 2011/07/22 18:40:35, jochen wrote: > we discussed this offline with the conclusion that right ...
9 years, 5 months ago (2011-07-22 18:56:17 UTC) #12
ycxiao
Hi Erik, The delete cookie now is moving to IO thread. And I am running ...
9 years, 5 months ago (2011-07-22 21:45:58 UTC) #13
erikwright (departed)
LGTM with nits. Please fix nits, 'try', and commit. FWIW, I regret that the unit ...
9 years, 5 months ago (2011-07-25 16:27:16 UTC) #14
ycxiao
On 2011/07/22 18:40:35, jochen wrote: > we discussed this offline with the conclusion that right ...
9 years, 4 months ago (2011-08-04 22:53:25 UTC) #15
jochen (gone - plz use gerrit)
On 2011/08/04 22:53:25, ycxiao wrote: > On 2011/07/22 18:40:35, jochen wrote: > > we discussed ...
9 years, 4 months ago (2011-08-09 12:38:11 UTC) #16
commit-bot: I haz the power
9 years, 4 months ago (2011-08-09 19:32:54 UTC) #17
Change committed as 96035

Powered by Google App Engine
This is Rietveld 408576698