Closed
Bug 1324545
Opened 8 years ago
Closed 6 years ago
Implement AudioContext getOutputTimestamp()
Categories
(Core :: Web Audio, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: baku, Assigned: padenot)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
readonly attribute double outputLatency;
https://webaudio.github.io/web-audio-api/#widl-AudioContext-outputLatency
AudioTimestamp getOutputTimestamp ();
https://webaudio.github.io/web-audio-api/#widl-AudioContext-getOutputTimestamp-AudioTimestamp
Updated•8 years ago
|
Rank: 25
Priority: -- → P2
Comment 1•8 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•8 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•6 years ago
|
Summary: Implement AudioContext outputLatency and getOutputTimestamp() → Implement AudioContext getOutputTimestamp()
Updated•6 years ago
|
Type: defect → enhancement
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → padenot
Comment 3•6 years ago
|
||
To provide both consistency and security for timestamps, please be sure to pass them through the appropriate ReduceTimePrecision function: https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/nsRFPService.h#151-160 (Despite living under ResistFingerprinting, these functions affect the timestamp by default even when RFP is disabled.)
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/db14e59c7e6e
Implement AudioContext getOutputTimestamp(). r=baku
Comment 5•6 years ago
|
||
Backed out 3 changesets (Bug 1324552, Bug 1324545, Bug 1350973) for causing perma mda leakcheck failures CLOSED TREE
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=255952599&repo=autoland&lineNumber=10258
Flags: needinfo?(padenot)
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/de7190bf40fd
Implement AudioContext getOutputTimestamp(). r=baku
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(padenot)
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Comment 8•6 years ago
|
||
This method has been documented; see https://github.com/mdn/sprints/issues/2124#issuecomment-543803229 for the full details.
A review would be appreciated; thanks!
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•