Closed
Bug 1271457
Opened 9 years ago
Closed 8 years ago
Add use counter telemetry for non-standard IDB extensions
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: miketaylr, Assigned: overholt)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file, 1 obsolete file)
See https://dxr.mozilla.org/mozilla-central/source/dom/base/UseCounters.conf for docs on how to do this.
Assignee | ||
Comment 1•8 years ago
|
||
Jan, is annotating createMutableFile and mozCreateFileHandle like this enough to catch usage of MutableFile and FileHandle?
Flags: needinfo?(jvarga)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → overholt
Comment 2•8 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #1)
> Created attachment 8833298 [details] [diff] [review]
> bug1271457.patch
>
> Jan, is annotating createMutableFile and mozCreateFileHandle like this
> enough to catch usage of MutableFile and FileHandle?
I would also add IDBMutableFile.open and IDBMutableFile.getFile
Flags: needinfo?(jvarga)
Assignee | ||
Comment 3•8 years ago
|
||
Benjamin, do I need a data steward review here? The thread from August 2015 seemed inconclusive.
Attachment #8833298 -
Attachment is obsolete: true
Flags: needinfo?(benjamin)
Attachment #8834736 -
Flags: review?(jvarga)
Comment 4•8 years ago
|
||
Comment on attachment 8834736 [details] [diff] [review]
bug1271457.patch
Review of attachment 8834736 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me.
Attachment #8834736 -
Flags: review?(jvarga) → review+
Comment 6•8 years ago
|
||
Comment on attachment 8834736 [details] [diff] [review]
bug1271457.patch
It's really unfortunate that use counters don't support any of the normal expiration mechanisms of other telemetry probes. This is an obvious candidate for data collection that expires automatically.
Since we technically don't have that, I'm going to mark data-r+ here, but please file a followup bug to remove this after you no longer need it, and maybe make sure there's a bug filed so that use counters *can* expire and choose opt-in/opt-out like all other telemetry?
Attachment #8834736 -
Flags: feedback+
Updated•8 years ago
|
Component: Telemetry → DOM: IndexedDB
Product: Toolkit → Core
Assignee | ||
Comment 7•8 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #6)
> It's really unfortunate that use counters don't support any of the normal
> expiration mechanisms of other telemetry probes. This is an obvious
> candidate for data collection that expires automatically.
I filed bug 1338603 for this.
> please file a followup bug to remove this after you no longer need it, and
> maybe make sure there's a bug filed so that use counters *can* expire and
> choose opt-in/opt-out like all other telemetry?
I filed bug 1338606 for this.
Assignee | ||
Comment 8•8 years ago
|
||
Updated•8 years ago
|
Attachment #8834736 -
Flags: review+
Comment 10•8 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/52f57ab9685b
Add use counters for non-standard IDB extensions. r=janv, r=qDot
Keywords: checkin-needed
Comment 11•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•