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

Issue 7387007: Adding usage and quota entry to chrome://settings/cookies. (Closed)

Created:
9 years, 5 months ago by tzik
Modified:
9 years, 4 months ago
CC:
chromium-reviews, arv (Not doing code reviews), Paweł Hajdan Jr., Mike West, Elliot Glaysher, jochen (gone - plz use gerrit)
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 21

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 8

Patch Set 9 : '' #

Patch Set 10 : Omit column header #

Total comments: 4

Patch Set 11 : '' #

Total comments: 16

Patch Set 12 : '' #

Patch Set 13 : Rebased to trunk + 7533013, omitted Got*StorageOrigins. #

Total comments: 4

Patch Set 14 : '' #

Patch Set 15 : Fixed memomy leaks #

Patch Set 16 : Removed leak suppressions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+920 lines, -468 lines) Patch
A chrome/browser/browsing_data_quota_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +88 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data_quota_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data_quota_helper_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data_quota_helper_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data_quota_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +119 lines, -0 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/cookies_tree_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 17 chunks +44 lines, -6 lines 0 comments Download
M chrome/browser/cookies_tree_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 25 chunks +88 lines, -16 lines 0 comments Download
M chrome/browser/cookies_tree_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 36 chunks +126 lines, -23 lines 0 comments Download
A chrome/browser/mock_browsing_data_quota_helper.h View 1 2 3 4 5 6 7 8 9 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/mock_browsing_data_quota_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +42 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/cookies_list.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +18 lines, -6 lines 0 comments Download
M chrome/browser/resources/options/cookies_view.css View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +36 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/cookies_view_handler.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +5 lines, -0 lines 0 comments Download
M tools/heapcheck/suppressions.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -208 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -204 lines 0 comments Download
M webkit/quota/mock_storage_client.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M webkit/quota/mock_storage_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
tzik
Hi. As we mailed some of you, we are adding Size column to the cookies ...
9 years, 5 months ago (2011-07-25 04:40:58 UTC) #1
kinuko
A few initial comments... (haven't looked closely) http://codereview.chromium.org/7387007/diff/18006/chrome/browser/browsing_data_quota_helper.h File chrome/browser/browsing_data_quota_helper.h (right): http://codereview.chromium.org/7387007/diff/18006/chrome/browser/browsing_data_quota_helper.h#newcode35 chrome/browser/browsing_data_quota_helper.h:35: // QuotaInfo ...
9 years, 5 months ago (2011-07-25 13:22:41 UTC) #2
tzik
http://codereview.chromium.org/7387007/diff/18006/chrome/browser/browsing_data_quota_helper.h File chrome/browser/browsing_data_quota_helper.h (right): http://codereview.chromium.org/7387007/diff/18006/chrome/browser/browsing_data_quota_helper.h#newcode35 chrome/browser/browsing_data_quota_helper.h:35: // QuotaInfo contains host-based quota and usage informations for ...
9 years, 4 months ago (2011-07-26 10:52:41 UTC) #3
Evan Stade
Mike, will you have time to look at this?
9 years, 4 months ago (2011-07-26 17:03:22 UTC) #4
Mike Mammarella
Sorry for the delay. I looked at the resources/options code as well as glanced at ...
9 years, 4 months ago (2011-07-26 21:46:31 UTC) #5
Mike Mammarella
Actually I do have one suggestion. What if instead of actually including the "Data Size" ...
9 years, 4 months ago (2011-07-26 22:24:03 UTC) #6
tzik
arv, could you give me some advice about where to place these UI parts (Remove ...
9 years, 4 months ago (2011-07-27 03:51:47 UTC) #7
Evan Stade
arv is on sabbatical. Try ainslie or alcor for the UI advice
9 years, 4 months ago (2011-07-27 16:33:15 UTC) #8
tzik
Thanks for your suggestion, estade. But, seeing past discussion for this UI and new UI ...
9 years, 4 months ago (2011-07-29 07:16:17 UTC) #9
Mike Mammarella
http://codereview.chromium.org/7387007/diff/28009/chrome/browser/resources/options/cookies_list.js File chrome/browser/resources/options/cookies_list.js (right): http://codereview.chromium.org/7387007/diff/28009/chrome/browser/resources/options/cookies_list.js#newcode242 chrome/browser/resources/options/cookies_list.js:242: localStrings.getString('usage_unavailable'); Without the header it might be better to ...
9 years, 4 months ago (2011-07-29 17:59:26 UTC) #10
tzik
http://codereview.chromium.org/7387007/diff/28009/chrome/browser/resources/options/cookies_list.js File chrome/browser/resources/options/cookies_list.js (right): http://codereview.chromium.org/7387007/diff/28009/chrome/browser/resources/options/cookies_list.js#newcode242 chrome/browser/resources/options/cookies_list.js:242: localStrings.getString('usage_unavailable'); On 2011/07/29 17:59:26, Mike Mammarella wrote: > Without ...
9 years, 4 months ago (2011-08-01 02:46:26 UTC) #11
Mike Mammarella
chrome/browser/resources/options and general UI appearance LGTM, didn't notice any issues with other code but other ...
9 years, 4 months ago (2011-08-01 18:53:47 UTC) #12
tzik
On 2011/08/01 18:53:47, Mike Mammarella wrote: > chrome/browser/resources/options and general UI appearance LGTM, didn't notice ...
9 years, 4 months ago (2011-08-02 08:20:47 UTC) #13
kinuko
looks good, mostly nits. http://codereview.chromium.org/7387007/diff/37002/chrome/browser/browsing_data_quota_helper.cc File chrome/browser/browsing_data_quota_helper.cc (right): http://codereview.chromium.org/7387007/diff/37002/chrome/browser/browsing_data_quota_helper.cc#newcode9 chrome/browser/browsing_data_quota_helper.cc:9: persistent_usage(0){ } nit: space between ...
9 years, 4 months ago (2011-08-02 09:09:30 UTC) #14
Evan Stade
mdm's LGTM stands for me (consider this a rubber stamp) -- Evan Stade On Tue, ...
9 years, 4 months ago (2011-08-02 17:07:44 UTC) #15
tzik
Thanks you all for reviewing. If there looks no problem, I'll check commit checkbox after ...
9 years, 4 months ago (2011-08-03 04:15:00 UTC) #16
tzik
On 2011/08/03 04:15:00, tzik wrote: > Thanks you all for reviewing. > > If there ...
9 years, 4 months ago (2011-08-03 04:17:34 UTC) #17
kinuko
lgtm http://codereview.chromium.org/7387007/diff/52001/chrome/browser/browsing_data_quota_helper.h File chrome/browser/browsing_data_quota_helper.h (right): http://codereview.chromium.org/7387007/diff/52001/chrome/browser/browsing_data_quota_helper.h#newcode60 chrome/browser/browsing_data_quota_helper.h:60: typedef std::vector<QuotaInfo> QuotaInfoList; super-nit: List would make people ...
9 years, 4 months ago (2011-08-03 06:20:35 UTC) #18
tzik
http://codereview.chromium.org/7387007/diff/52001/chrome/browser/browsing_data_quota_helper.h File chrome/browser/browsing_data_quota_helper.h (right): http://codereview.chromium.org/7387007/diff/52001/chrome/browser/browsing_data_quota_helper.h#newcode60 chrome/browser/browsing_data_quota_helper.h:60: typedef std::vector<QuotaInfo> QuotaInfoList; On 2011/08/03 06:20:35, kinuko wrote: > ...
9 years, 4 months ago (2011-08-03 06:52:04 UTC) #19
commit-bot: I haz the power
Try job failure for 7387007-51005 (retry) on linux for step "compile" (clobber build). It's a ...
9 years, 4 months ago (2011-08-04 03:56:16 UTC) #20
commit-bot: I haz the power
Change committed as 95607
9 years, 4 months ago (2011-08-05 13:01:52 UTC) #21
tzik
Sorry, I made leaks in the previous patchset. I had to do MessageLoop::RunAllPending() to delete ...
9 years, 4 months ago (2011-08-08 06:53:27 UTC) #22
Timur Iskhodzhanov
Maybe you should create a separate codereview issue? LGTM for the suppressions and consider testing ...
9 years, 4 months ago (2011-08-08 07:05:59 UTC) #23
kinuko
On 2011/08/08 06:53:27, tzik wrote: > Sorry, I made leaks in the previous patchset. > ...
9 years, 4 months ago (2011-08-08 08:52:30 UTC) #24
tzik
Thank you for reviewing. > Maybe you should create a separate codereview issue? I'll do ...
9 years, 4 months ago (2011-08-08 13:32:38 UTC) #25
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
9 years, 4 months ago (2011-08-08 21:07:38 UTC) #26
commit-bot: I haz the power
9 years, 4 months ago (2011-08-09 06:48:33 UTC) #27
Change committed as 95959

Powered by Google App Engine
This is Rietveld 408576698