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

Issue 10092013: Display third party cookies and site data counts in the WebsiteSettings UI. (Closed)

Created:
8 years, 8 months ago by markusheintz_
Modified:
8 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Display third party cookies and site data counts in the Website Settings UI. BUG=113688 TEST=BrowsingDataCookieHelperTest* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137109

Patch Set 1 #

Patch Set 2 : " #

Patch Set 3 : " #

Patch Set 4 : " #

Patch Set 5 : " #

Patch Set 6 : " #

Patch Set 7 : " #

Patch Set 8 : " #

Patch Set 9 : " #

Total comments: 18

Patch Set 10 : Clean up CannedBrowsingDataIndexedDBHelper #

Patch Set 11 : Addressed comments #

Patch Set 12 : Addressed comments #

Patch Set 13 : " #

Total comments: 10

Patch Set 14 : Addressed comments. #

Patch Set 15 : " #

Total comments: 2

Patch Set 16 : " #

Patch Set 17 : " #

Patch Set 18 : " #

Total comments: 2

Patch Set 19 : " #

Total comments: 8

Patch Set 20 : " #

Patch Set 21 : Address comments #

Patch Set 22 : "Fix CannedBrowsingDataDatabaseHelperTest.*" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+503 lines, -194 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data_appcache_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data_appcache_helper.cc View 1 2 3 4 5 6 7 8 2 chunks +17 lines, -2 lines 0 comments Download
M chrome/browser/browsing_data_cookie_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +26 lines, -6 lines 0 comments Download
M chrome/browser/browsing_data_cookie_helper.cc View 1 2 3 4 5 6 7 8 9 2 chunks +79 lines, -24 lines 0 comments Download
M chrome/browser/browsing_data_cookie_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 9 chunks +32 lines, -10 lines 0 comments Download
M chrome/browser/browsing_data_database_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 6 chunks +27 lines, -16 lines 0 comments Download
M chrome/browser/browsing_data_database_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 8 chunks +18 lines, -24 lines 0 comments Download
M chrome/browser/browsing_data_database_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +14 lines, -1 line 0 comments Download
M chrome/browser/browsing_data_file_system_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/browsing_data_file_system_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data_indexed_db_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 6 chunks +27 lines, -14 lines 0 comments Download
M chrome/browser/browsing_data_indexed_db_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 5 chunks +31 lines, -28 lines 0 comments Download
M chrome/browser/browsing_data_local_storage_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data_local_storage_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +8 lines, -21 lines 0 comments Download
M chrome/browser/browsing_data_server_bound_cert_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/content_settings/local_shared_objects_container.h View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/content_settings/local_shared_objects_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +138 lines, -9 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 4 5 8 chunks +16 lines, -10 lines 0 comments Download
M chrome/browser/website_settings.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +21 lines, -18 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
markusheintz_
Please review my CL. Thanks a lot.
8 years, 8 months ago (2012-04-27 09:55:20 UTC) #1
markusheintz_
Please review my CL.
8 years, 8 months ago (2012-04-27 09:55:51 UTC) #2
bauerb at google
https://chromiumcodereview.appspot.com/10092013/diff/17001/chrome/browser/browsing_data_cookie_helper.cc File chrome/browser/browsing_data_cookie_helper.cc (right): https://chromiumcodereview.appspot.com/10092013/diff/17001/chrome/browser/browsing_data_cookie_helper.cc#newcode140 chrome/browser/browsing_data_cookie_helper.cc:140: scoped_ptr<net::CookieMonster::CanonicalCookie> cookie; You can immediately initialize |cookie| with the ...
8 years, 8 months ago (2012-04-27 16:12:50 UTC) #3
markusheintz_
Alright let's continue this one. https://chromiumcodereview.appspot.com/10092013/diff/17001/chrome/browser/browsing_data_cookie_helper.cc File chrome/browser/browsing_data_cookie_helper.cc (right): https://chromiumcodereview.appspot.com/10092013/diff/17001/chrome/browser/browsing_data_cookie_helper.cc#newcode140 chrome/browser/browsing_data_cookie_helper.cc:140: scoped_ptr<net::CookieMonster::CanonicalCookie> cookie; On 2012/04/27 ...
8 years, 7 months ago (2012-05-10 16:32:36 UTC) #4
Bernhard Bauer
Unless you plan to actually call the feature WebsiteSettOMGs (and I'm not entirely adverse to ...
8 years, 7 months ago (2012-05-10 17:18:59 UTC) #5
markusheintz_
https://chromiumcodereview.appspot.com/10092013/diff/38005/chrome/browser/browsing_data_appcache_helper.h File chrome/browser/browsing_data_appcache_helper.h (right): https://chromiumcodereview.appspot.com/10092013/diff/38005/chrome/browser/browsing_data_appcache_helper.h#newcode80 chrome/browser/browsing_data_appcache_helper.h:80: // Returns a current map with the |AppChacheInfoVector|s per ...
8 years, 7 months ago (2012-05-11 12:18:28 UTC) #6
Bernhard Bauer
https://chromiumcodereview.appspot.com/10092013/diff/38005/chrome/browser/browsing_data_local_storage_helper.h File chrome/browser/browsing_data_local_storage_helper.h (right): https://chromiumcodereview.appspot.com/10092013/diff/38005/chrome/browser/browsing_data_local_storage_helper.h#newcode88 chrome/browser/browsing_data_local_storage_helper.h:88: // This only mutates in the FILE thread. On ...
8 years, 7 months ago (2012-05-11 13:05:00 UTC) #7
markusheintz_
https://chromiumcodereview.appspot.com/10092013/diff/38005/chrome/browser/browsing_data_local_storage_helper.h File chrome/browser/browsing_data_local_storage_helper.h (right): https://chromiumcodereview.appspot.com/10092013/diff/38005/chrome/browser/browsing_data_local_storage_helper.h#newcode88 chrome/browser/browsing_data_local_storage_helper.h:88: // This only mutates in the FILE thread. On ...
8 years, 7 months ago (2012-05-14 11:00:54 UTC) #8
Bernhard Bauer
https://chromiumcodereview.appspot.com/10092013/diff/38012/chrome/browser/browsing_data_local_storage_helper.h File chrome/browser/browsing_data_local_storage_helper.h (right): https://chromiumcodereview.appspot.com/10092013/diff/38012/chrome/browser/browsing_data_local_storage_helper.h#newcode91 chrome/browser/browsing_data_local_storage_helper.h:91: // accessed on the UI thread. Nice :)
8 years, 7 months ago (2012-05-14 13:29:04 UTC) #9
markusheintz_
I updated the comments in the other browsing data helper (if applicable) https://chromiumcodereview.appspot.com/10092013/diff/38012/chrome/browser/browsing_data_local_storage_helper.h File chrome/browser/browsing_data_local_storage_helper.h ...
8 years, 7 months ago (2012-05-14 15:06:45 UTC) #10
markusheintz_
Adding Glen to review the string change: chrome/app/generated_resources.grd
8 years, 7 months ago (2012-05-14 16:25:16 UTC) #11
Glen Murphy
lgtm
8 years, 7 months ago (2012-05-14 16:49:16 UTC) #12
Bernhard Bauer
LGTM. There's still more cleanup to do here, but we can do that in future ...
8 years, 7 months ago (2012-05-14 17:14:06 UTC) #13
markusheintz_
Thanks for the review. The plan to refactor all the canned browsing data helpers is ...
8 years, 7 months ago (2012-05-14 18:18:06 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/10092013/38033
8 years, 7 months ago (2012-05-14 18:21:15 UTC) #15
commit-bot: I haz the power
Try job failure for 10092013-38033 (retry) on mac_rel for step "unit_tests". It's a second try, ...
8 years, 7 months ago (2012-05-14 19:03:22 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/10092013/44007
8 years, 7 months ago (2012-05-15 11:11:10 UTC) #17
commit-bot: I haz the power
8 years, 7 months ago (2012-05-15 12:53:36 UTC) #18
Change committed as 137109

Powered by Google App Engine
This is Rietveld 408576698