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

Issue 7053009: Add chrome://quota-internals/ resources (Closed)

Created:
9 years, 7 months ago by tzik
Modified:
9 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews), pam+watch_chromium.org
Visibility:
Public.

Description

Add chrome://quota-internals/ resources (split from issue 7038034) BUG=84397 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=90447 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=90623

Patch Set 1 #

Patch Set 2 : add quota_internals_ui.{h,cc} #

Total comments: 6

Patch Set 3 : '' #

Total comments: 14

Patch Set 4 : cleanup #

Patch Set 5 : '' #

Patch Set 6 : Add descriptions #

Total comments: 14

Patch Set 7 : '' #

Total comments: 19

Patch Set 8 : Add comment, merge test.html to index.html. #

Total comments: 2

Patch Set 9 : remove test mode and mocks #

Total comments: 28

Patch Set 10 : '' #

Total comments: 15

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+830 lines, -0 lines) Patch
A chrome/browser/resources/quota_internals/event_handler.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +522 lines, -0 lines 0 comments Download
A chrome/browser/resources/quota_internals/main.css View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/resources/quota_internals/main.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/resources/quota_internals/message_dispatcher.js View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +82 lines, -0 lines 0 comments Download
A chrome/browser/resources/quota_internals_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/quota_internals_ui.h View 1 2 3 4 5 6 7 8 9 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/quota_internals_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M tools/grit/resource_ids View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
tzik
Hi. I'm trying to add a new WebUI page, chrome://quota-internals/, to dump internal data of ...
9 years, 7 months ago (2011-05-25 04:13:21 UTC) #1
kinuko
http://codereview.chromium.org/7053009/diff/4001/chrome/browser/ui/webui/quota_internals_ui.cc File chrome/browser/ui/webui/quota_internals_ui.cc (right): http://codereview.chromium.org/7053009/diff/4001/chrome/browser/ui/webui/quota_internals_ui.cc#newcode52 chrome/browser/ui/webui/quota_internals_ui.cc:52: return "text/html"; indent? http://codereview.chromium.org/7053009/diff/4001/chrome/browser/ui/webui/quota_internals_ui.h File chrome/browser/ui/webui/quota_internals_ui.h (right): http://codereview.chromium.org/7053009/diff/4001/chrome/browser/ui/webui/quota_internals_ui.h#newcode19 chrome/browser/ui/webui/quota_internals_ui.h:19: ...
9 years, 7 months ago (2011-05-25 08:36:54 UTC) #2
tzik
http://codereview.chromium.org/7053009/diff/4001/chrome/browser/ui/webui/quota_internals_ui.cc File chrome/browser/ui/webui/quota_internals_ui.cc (right): http://codereview.chromium.org/7053009/diff/4001/chrome/browser/ui/webui/quota_internals_ui.cc#newcode52 chrome/browser/ui/webui/quota_internals_ui.cc:52: return "text/html"; On 2011/05/25 08:36:54, kinuko wrote: > indent? ...
9 years, 7 months ago (2011-05-25 09:36:03 UTC) #3
kinuko
Arv, estade, michael, can any of you review the resource files under chrome/browser/resources/?
9 years, 7 months ago (2011-05-26 14:25:41 UTC) #4
Evan Stade
please try to match the coding style guidelines before sending code for review http://codereview.chromium.org/7053009/diff/3002/chrome/browser/resources/quota_internals/quota-internals.css File ...
9 years, 7 months ago (2011-05-26 16:13:13 UTC) #5
michaeln
Can you show us a screen shot of what this looks like? Somebody more familiar ...
9 years, 7 months ago (2011-05-26 20:28:31 UTC) #6
tzik
Sorry. I'm trying to clean up my code, mainly .js. http://codereview.chromium.org/7053009/diff/3002/chrome/browser/resources/quota_internals/quota-internals.js File chrome/browser/resources/quota_internals/quota-internals.js (right): http://codereview.chromium.org/7053009/diff/3002/chrome/browser/resources/quota_internals/quota-internals.js#newcode1 ...
9 years, 7 months ago (2011-05-27 14:53:57 UTC) #7
tzik
Now, chrome://quota-internals/ looks like the screen shot attached. It just dumped QuotaManager data. 2011年5月27日23:53 <tzik@chromium.org>: ...
9 years, 7 months ago (2011-05-27 14:59:40 UTC) #8
michaeln
The .cc and .h file changes lg > Now, chrome://quota-internals/ looks like the screen shot ...
9 years, 7 months ago (2011-05-27 17:22:40 UTC) #9
kinuko
On 2011/05/27 17:22:40, michaeln wrote: > The .cc and .h file changes lg > > ...
9 years, 7 months ago (2011-05-28 02:40:48 UTC) #10
kinuko
Evan, could you take another look at the updated code? We really want to have ...
9 years, 6 months ago (2011-05-29 08:46:18 UTC) #11
Evan Stade
The layout of the page doesn't have much context, I don't know what I'm looking ...
9 years, 6 months ago (2011-06-01 00:48:25 UTC) #12
kinuko
Thanks for reviewing. On Wed, Jun 1, 2011 at 9:48 AM, <estade@chromium.org> wrote: > The ...
9 years, 6 months ago (2011-06-01 01:34:45 UTC) #13
Evan Stade
thanks for the background. I still think it needs a bit more work UI-design-wise if ...
9 years, 6 months ago (2011-06-01 02:28:45 UTC) #14
kinuko
On Wed, Jun 1, 2011 at 11:28 AM, Evan Stade <estade@chromium.org> wrote: > thanks for ...
9 years, 6 months ago (2011-06-01 04:05:46 UTC) #15
tzik
Thanks for your reviewing. I try to refine UI, refering sync-internals. Some screenshots are available ...
9 years, 6 months ago (2011-06-03 16:13:47 UTC) #16
Evan Stade
overall, I request more high-level comments. Can I ask why you created the testing mode, ...
9 years, 6 months ago (2011-06-04 02:43:17 UTC) #17
tzik
Thank you for reviewing again. I added some comments, merged test.html into index.html and removed ...
9 years, 6 months ago (2011-06-06 10:57:44 UTC) #18
Evan Stade
if you are on Linux, try just remaking packed_resources and chrome_extra_resources. Here's a run after ...
9 years, 6 months ago (2011-06-07 03:40:11 UTC) #19
Evan Stade
(forgot to publish comments) http://codereview.chromium.org/7053009/diff/34002/chrome/browser/resources/quota_internals/index.html File chrome/browser/resources/quota_internals/index.html (right): http://codereview.chromium.org/7053009/diff/34002/chrome/browser/resources/quota_internals/index.html#newcode28 chrome/browser/resources/quota_internals/index.html:28: <!-- This Block is disabled ...
9 years, 6 months ago (2011-06-07 03:40:36 UTC) #20
tzik
> if you are on Linux, try just remaking packe d_resources and > chrome_extra_resources. Here's ...
9 years, 6 months ago (2011-06-07 08:34:06 UTC) #21
Evan Stade
http://codereview.chromium.org/7053009/diff/39001/chrome/browser/resources/quota_internals/event_handler.js File chrome/browser/resources/quota_internals/event_handler.js (right): http://codereview.chromium.org/7053009/diff/39001/chrome/browser/resources/quota_internals/event_handler.js#newcode31 chrome/browser/resources/quota_internals/event_handler.js:31: var overwrite_ = function(src, dest) { notate privacy with ...
9 years, 6 months ago (2011-06-07 16:54:44 UTC) #22
tzik
http://codereview.chromium.org/7053009/diff/39001/chrome/browser/resources/quota_internals/event_handler.js File chrome/browser/resources/quota_internals/event_handler.js (right): http://codereview.chromium.org/7053009/diff/39001/chrome/browser/resources/quota_internals/event_handler.js#newcode31 chrome/browser/resources/quota_internals/event_handler.js:31: var overwrite_ = function(src, dest) { On 2011/06/07 16:54:44, ...
9 years, 6 months ago (2011-06-13 05:40:57 UTC) #23
Evan Stade
LGTM with nits addressed http://codereview.chromium.org/7053009/diff/46007/chrome/browser/resources/quota_internals/event_handler.js File chrome/browser/resources/quota_internals/event_handler.js (right): http://codereview.chromium.org/7053009/diff/46007/chrome/browser/resources/quota_internals/event_handler.js#newcode33 chrome/browser/resources/quota_internals/event_handler.js:33: function overwrite_(source, destination) { how ...
9 years, 6 months ago (2011-06-14 01:37:00 UTC) #24
tzik
http://codereview.chromium.org/7053009/diff/46007/chrome/browser/resources/quota_internals/event_handler.js File chrome/browser/resources/quota_internals/event_handler.js (right): http://codereview.chromium.org/7053009/diff/46007/chrome/browser/resources/quota_internals/event_handler.js#newcode33 chrome/browser/resources/quota_internals/event_handler.js:33: function overwrite_(source, destination) { On 2011/06/14 01:37:00, Evan Stade ...
9 years, 6 months ago (2011-06-15 07:36:10 UTC) #25
tzik
Is this still LG after this change?
9 years, 6 months ago (2011-06-16 01:54:29 UTC) #26
Evan Stade
1. why is that icon gone? 2. there should not be hyphens in file names
9 years, 6 months ago (2011-06-20 18:52:36 UTC) #27
tzik
On 2011/06/20 18:52:36, Evan Stade wrote: > 1. why is that icon gone? The icon ...
9 years, 6 months ago (2011-06-20 21:19:07 UTC) #28
tzik
I renamed: index.html to main.html, quota-internals.css to main.css, quota-internals.js to message_dispatcher.js. And re-add chrome/browser/resources/shared/images/icon_file.png. How ...
9 years, 6 months ago (2011-06-22 01:10:03 UTC) #29
Evan Stade
lgtm
9 years, 6 months ago (2011-06-22 20:26:24 UTC) #30
tzik
9 years, 6 months ago (2011-06-22 21:04:02 UTC) #31
Thanks, I checked the commit checkbox.

Powered by Google App Engine
This is Rietveld 408576698