|
Provide monitoring of usage for a storage type and origin
Introduces a quota::StorageObserver interface for observers that
wish to monitor storage events such as changes in quota and usage.
Observers register themselves with quota::QuotaManager. This patch
only implements tracking of changes in usage.
BUG= 347801
TEST=content_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261358
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1413 lines, -15 lines) |
Patch |
 |
M |
content/content_tests.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/quota/quota_manager.h
|
View
|
|
5 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/quota/quota_manager.cc
|
View
|
|
5 chunks |
+31 lines, -6 lines |
0 comments
|
Download
|
 |
A |
webkit/browser/quota/storage_monitor.h
|
View
|
1
2
|
1 chunk |
+175 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/browser/quota/storage_monitor.cc
|
View
|
1
2
3
|
1 chunk |
+367 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/browser/quota/storage_monitor_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+640 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/browser/quota/storage_observer.h
|
View
|
1
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/browser/quota/storage_observer.cc
|
View
|
1
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/quota/usage_tracker.h
|
View
|
|
6 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/quota/usage_tracker.cc
|
View
|
|
6 chunks |
+28 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/quota/usage_tracker_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/storage_browser.gyp
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|