[wpt-sync] Sync PR 61488 - [WebAudio] Remove legacy AudioContext.playoutStats API
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox155 fixed)
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61488 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61488
Details from upstream follow.
Hongchan Choi <hongchan@google.com> wrote:
[WebAudio] Remove legacy AudioContext.playoutStats API
This CL completely removes the legacy, non-standard
AudioContext.playoutStats API and the associated AudioPlayoutStats
interface from the codebase, as scheduled for removal in M147.The newer, spec-compliant AudioContext.playbackStats (status: stable)
is now the sole statistics API.Key Changes:
- Removed AudioContextPlayoutStats runtime flag.
- Marked kAudioContextPlayoutStats UseCounter as obsolete (retaining
its entry for telemetry stability).- Deleted audio_playout_stats.idl/h/cc.
- Cleaned up playoutStats references from AudioContext.
- Pruned associated unit tests and WPTs.
NO_IFTTT=Unrelated preexisting IFTTT errors in enums.xml
Bug: 475838360
Change-Id: Id531d926ac070b52b9368637091527abe95d2c56
Reviewed-on: https://chromium-review.googlesource.com/7886659
WPT-Export-Revision: 768eab1ae34f87b971eec32351e5dda2863e65a7
| Assignee | ||
Comment 1•1 month ago
|
||
| Assignee | ||
Comment 2•1 month ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
| Assignee | ||
Comment 3•1 month ago
|
||
Test result changes from PR not available.
Comment 5•1 month ago
|
||
| bugherder | ||
Comment 6•1 month ago
|
||
Authored by https://github.com/hoch
https://github.com/mozilla/enterprise-firefox/commit/04f2849e2b5c5e058669a8af06d3240b5a363867
[enterprise-main] Bug 2057080 [wpt PR 61488] - [WebAudio] Remove legacy AudioContext.playoutStats API, a=testonly
Description
•