DescriptionAdd detailed use-counter stats for the prefixed quota APIs
The "legacy" prefixed quota APIs have ridiculously high usage counts:
The oldest one window.webkitStorageInfo tracked as PrefixedStorageInfo
has 0.07% of page loads which is crazy high...
But navigator.webkitTemporaryStorage/webkitTemporaryStorage tracked
together as as PrefixedStorageQuota have 0.8% of page loads!
The counters exist on the attributes gating access, rather than the
methods themselves, so they might be getting overcounted due to
simple enumeration of the window/navigator objects.
This change adds per-method counters that will show actual usage
of the APIs so we can better plan out a deprecation strategy.
BUG=689601
R=mpearson@chromium.org,foolip@chromium.org
Review-Url: https://codereview.chromium.org/2683333002
Cr-Commit-Position: refs/heads/master@{#449685}
Committed: https://chromium.googlesource.com/chromium/src/+/b2d99c3aed47c0f159676a1fbf496e530be25885
Patch Set 1 #Patch Set 2 : Fix enums #Patch Set 3 : tool fix #
Messages
Total messages: 15 (10 generated)
|