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

Issue 321283002: Clear SDCH information on "Clear browsing data" path. (Closed)

Created:
6 years, 6 months ago by Randy Smith (Not in Mondays)
Modified:
6 years, 6 months ago
CC:
chromium-reviews, markusheintz_, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Brought up to date with latest changes to 298063006. #

Patch Set 3 : Incorporated comment. #

Total comments: 2

Patch Set 4 : Move conditional comment before if. #

Patch Set 5 : Empty queue by hand (swap is C++11 only). #

Patch Set 6 : Sync'd to r277335 #

Patch Set 7 : New patch vs. master rather than dependent branch. #

Total comments: 2

Patch Set 8 : Fix Cancel() race. #

Patch Set 9 : Sync'd to r277522. #

Patch Set 10 : Fixed memory leak. #

Total comments: 12

Patch Set 11 : Rebased to r277696, reverting revert. #

Patch Set 12 : Incorporated comments and expanded scoped_refptr<> usage. #

Total comments: 2

Patch Set 13 : Incorporated comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -27 lines) Patch
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 2 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/net/sdch_dictionary_fetcher.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/net/sdch_dictionary_fetcher.cc View 1 2 3 4 5 6 7 2 chunks +14 lines, -0 lines 0 comments Download
M net/base/sdch_manager.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +11 lines, -5 lines 0 comments Download
M net/base/sdch_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +26 lines, -12 lines 0 comments Download
M net/base/sdch_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +36 lines, -3 lines 0 comments Download
M net/filter/sdch_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -5 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Randy Smith (Not in Mondays)
Jim: PTAL?
6 years, 6 months ago (2014-06-10 21:58:07 UTC) #1
Randy Smith (Not in Mondays)
Noting that this is dependent on CL https://codereview.chromium.org/298063006.
6 years, 6 months ago (2014-06-11 19:17:08 UTC) #2
jar (doing other things)
LGTM % nit below. If the nit change offends you... then skip the nit... as ...
6 years, 6 months ago (2014-06-11 23:23:50 UTC) #3
Randy Smith (Not in Mondays)
Jim: Thanks! But if you could spare a moment, I'd be curious as to more ...
6 years, 6 months ago (2014-06-12 18:15:46 UTC) #4
sky
LGTM https://chromiumcodereview.appspot.com/321283002/diff/40001/chrome/browser/browsing_data/browsing_data_remover.cc File chrome/browser/browsing_data/browsing_data_remover.cc (right): https://chromiumcodereview.appspot.com/321283002/diff/40001/chrome/browser/browsing_data/browsing_data_remover.cc#newcode938 chrome/browser/browsing_data/browsing_data_remover.cc:938: // The test is probably overkill, since chrome ...
6 years, 6 months ago (2014-06-12 19:46:45 UTC) #5
Randy Smith (Not in Mondays)
Thanks! https://codereview.chromium.org/321283002/diff/40001/chrome/browser/browsing_data/browsing_data_remover.cc File chrome/browser/browsing_data/browsing_data_remover.cc (right): https://codereview.chromium.org/321283002/diff/40001/chrome/browser/browsing_data/browsing_data_remover.cc#newcode938 chrome/browser/browsing_data/browsing_data_remover.cc:938: // The test is probably overkill, since chrome ...
6 years, 6 months ago (2014-06-12 22:18:45 UTC) #6
jar (doing other things)
https://codereview.chromium.org/321283002/diff/160001/chrome/browser/net/sdch_dictionary_fetcher.cc File chrome/browser/net/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/321283002/diff/160001/chrome/browser/net/sdch_dictionary_fetcher.cc#newcode75 chrome/browser/net/sdch_dictionary_fetcher.cc:75: task_is_pending_ = false; Now that there is a Cancel() ...
6 years, 6 months ago (2014-06-16 18:55:04 UTC) #7
Randy Smith (Not in Mondays)
PTAL? https://codereview.chromium.org/321283002/diff/160001/chrome/browser/net/sdch_dictionary_fetcher.cc File chrome/browser/net/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/321283002/diff/160001/chrome/browser/net/sdch_dictionary_fetcher.cc#newcode75 chrome/browser/net/sdch_dictionary_fetcher.cc:75: task_is_pending_ = false; On 2014/06/16 18:55:04, jar wrote: ...
6 years, 6 months ago (2014-06-16 19:46:25 UTC) #8
jar (doing other things)
lgtm
6 years, 6 months ago (2014-06-16 19:48:05 UTC) #9
Randy Smith (Not in Mondays)
The CQ bit was checked by rdsmith@chromium.org
6 years, 6 months ago (2014-06-16 19:51:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdsmith@chromium.org/321283002/200001
6 years, 6 months ago (2014-06-16 19:53:52 UTC) #11
commit-bot: I haz the power
Change committed as 277607
6 years, 6 months ago (2014-06-17 01:15:41 UTC) #12
Sorin Jianu
A revert of this CL has been created in https://codereview.chromium.org/339763003/ by sorin@chromium.org. The reason for ...
6 years, 6 months ago (2014-06-17 02:12:28 UTC) #13
Randy Smith (Not in Mondays)
Jim: Could you please review PS10 to fix the memory leak that resulted in the ...
6 years, 6 months ago (2014-06-17 02:22:03 UTC) #14
jar (doing other things)
https://codereview.chromium.org/321283002/diff/220001/net/base/sdch_manager.cc File net/base/sdch_manager.cc (right): https://codereview.chromium.org/321283002/diff/220001/net/base/sdch_manager.cc#newcode237 net/base/sdch_manager.cc:237: dictionaries_.clear(); I suspect this is the source of the ...
6 years, 6 months ago (2014-06-17 05:48:55 UTC) #15
Randy Smith (Not in Mondays)
On 2014/06/17 05:48:55, jar wrote: > https://codereview.chromium.org/321283002/diff/220001/net/base/sdch_manager.cc > File net/base/sdch_manager.cc (right): > > https://codereview.chromium.org/321283002/diff/220001/net/base/sdch_manager.cc#newcode237 > ...
6 years, 6 months ago (2014-06-17 12:21:52 UTC) #16
jar (doing other things)
LGTM % nits https://codereview.chromium.org/321283002/diff/220001/chrome/browser/net/sdch_dictionary_fetcher.cc File chrome/browser/net/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/321283002/diff/220001/chrome/browser/net/sdch_dictionary_fetcher.cc#newcode55 chrome/browser/net/sdch_dictionary_fetcher.cc:55: while (!fetch_queue_.empty()) nit: If you're now ...
6 years, 6 months ago (2014-06-17 17:03:28 UTC) #17
Randy Smith (Not in Mondays)
Jim: Sorry, I expanded the use of scoped_refptr<> (if I'm going to use it to ...
6 years, 6 months ago (2014-06-17 18:33:12 UTC) #18
jar (doing other things)
LGTM % nit https://codereview.chromium.org/321283002/diff/260001/net/base/sdch_manager.cc File net/base/sdch_manager.cc (right): https://codereview.chromium.org/321283002/diff/260001/net/base/sdch_manager.cc#newcode477 net/base/sdch_manager.cc:477: const GURL& referring_url, scoped_refptr<Dictionary>* dictionary) { ...
6 years, 6 months ago (2014-06-18 01:52:33 UTC) #19
Randy Smith (Not in Mondays)
Thanks! https://codereview.chromium.org/321283002/diff/260001/net/base/sdch_manager.cc File net/base/sdch_manager.cc (right): https://codereview.chromium.org/321283002/diff/260001/net/base/sdch_manager.cc#newcode477 net/base/sdch_manager.cc:477: const GURL& referring_url, scoped_refptr<Dictionary>* dictionary) { On 2014/06/18 ...
6 years, 6 months ago (2014-06-18 18:12:39 UTC) #20
Randy Smith (Not in Mondays)
The CQ bit was checked by rdsmith@chromium.org
6 years, 6 months ago (2014-06-18 18:12:43 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdsmith@chromium.org/321283002/280001
6 years, 6 months ago (2014-06-18 18:14:33 UTC) #22
commit-bot: I haz the power
6 years, 6 months ago (2014-06-19 07:43:55 UTC) #23
Message was sent while issue was closed.
Change committed as 278297

Powered by Google App Engine
This is Rietveld 408576698