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

Issue 196573024: Proposal: Provide the ability to monitor the usage of origins (Closed)

Created:
6 years, 9 months ago by tmdiep
Modified:
6 years, 8 months ago
Reviewers:
nhiroki, tzik
CC:
chromium-reviews, darin-cc_chromium.org, benwells, chrome-apps-syd-reviews_chromium.org, kinuko
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Proposal: Provide the ability to monitor the usage of origins BUG=347801

Patch Set 1 #

Total comments: 2

Patch Set 2 : Support Quota Management Spec #

Total comments: 5

Patch Set 3 : Fixed comment after thresholds were removed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -0 lines) Patch
M webkit/browser/quota/quota_manager.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
A webkit/browser/quota/storage_observer.h View 1 2 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
tmdiep
tzik: We would like to monitor the disk usage of extensions and apps that are ...
6 years, 9 months ago (2014-03-17 00:52:13 UTC) #1
tzik
On 2014/03/17 00:52:13, tmdiep wrote: > tzik: We would like to monitor the disk usage ...
6 years, 9 months ago (2014-03-17 04:16:58 UTC) #2
tzik
https://codereview.chromium.org/196573024/diff/1/webkit/browser/quota/usage_observer.h File webkit/browser/quota/usage_observer.h (right): https://codereview.chromium.org/196573024/diff/1/webkit/browser/quota/usage_observer.h#newcode40 webkit/browser/quota/usage_observer.h:40: int64 threshold; IMO, it's also desirable to get a ...
6 years, 9 months ago (2014-03-17 05:31:56 UTC) #3
tmdiep
Thanks for the review. I wasn't aware of the new Quota Management API spec and ...
6 years, 9 months ago (2014-03-17 06:27:07 UTC) #4
nhiroki
Thank you for working on this! The new version (PatchSet 2) looks good to me. ...
6 years, 9 months ago (2014-03-17 06:41:51 UTC) #5
nhiroki
https://codereview.chromium.org/196573024/diff/20001/webkit/browser/quota/quota_manager.h File webkit/browser/quota/quota_manager.h (right): https://codereview.chromium.org/196573024/diff/20001/webkit/browser/quota/quota_manager.h#newcode230 webkit/browser/quota/quota_manager.h:230: void AddStorageObserver(const StorageObserver::MonitorParams& params, On 2014/03/17 06:27:08, tmdiep wrote: ...
6 years, 9 months ago (2014-03-17 06:51:40 UTC) #6
nhiroki
https://codereview.chromium.org/196573024/diff/20001/webkit/browser/quota/storage_observer.h File webkit/browser/quota/storage_observer.h (right): https://codereview.chromium.org/196573024/diff/20001/webkit/browser/quota/storage_observer.h#newcode54 webkit/browser/quota/storage_observer.h:54: int64 quota; On 2014/03/17 06:41:51, nhiroki wrote: > What ...
6 years, 9 months ago (2014-03-17 07:23:22 UTC) #7
tmdiep
On 2014/03/17 06:41:51, nhiroki wrote: > Thank you for working on this! > The new ...
6 years, 9 months ago (2014-03-17 09:12:20 UTC) #8
tmdiep
This website (http://updates.html5rocks.com/2011/11/Quota-Management-API-Fast-Facts) states that: "unlimitedStorage on manifest.json of Chrome Web App has been brought ...
6 years, 9 months ago (2014-03-17 10:31:51 UTC) #9
nhiroki
6 years, 9 months ago (2014-03-17 11:08:35 UTC) #10
On 2014/03/17 10:31:51, tmdiep wrote:
> This website
> (http://updates.html5rocks.com/2011/11/Quota-Management-API-Fast-Facts) states
> that:
> 
> "unlimitedStorage on manifest.json of Chrome Web App has been brought as a
> temporary solution for apps to work without Quota API. So, there’s no
guarantee
> that Chrome will support this feature forever."
> 
> This page is outdated, but are we planning to deprecate "unlimitedStorage"
> anytime soon?

I'm not sure there are any plans to remove it, but I don't think it will be
deprecated soon because that option can be generally used.

Powered by Google App Engine
This is Rietveld 408576698