| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Revert "[WebAudio] Implement AudioContext.playbackStats behind a flag"
This reverts commit 46ad5479ba8c6529d1e9a3cdbb38fd6a22997c96.
Reason for revert: Main builders are failing webaudio/AudioContext/audiocontext-playoutstats.html
test, e.g.:
https://ci.chromium.org/ui/p/chromium/builders/ci/Linux%20Tests/174859/blamelist
Original change's description:
> [WebAudio] Implement AudioContext.playbackStats behind a flag
>
> This CL implements the specification-compliant
> `AudioContext.playbackStats` attribute and the associated
> `AudioPlaybackStats` interface. This new API provides detailed metrics
> regarding audio rendering, including latency extremes and underrun
> (glitch) durations, using standard SI units (seconds).
>
> The legacy `playoutStats` attribute (which uses milliseconds) is
> maintained for backward compatibility in M146 and is scheduled for
> removal in M147. Both APIs are independently gated and tracked via use
> counters.
>
> - Implemented `AudioContext.playbackStats` and the
> `AudioPlaybackStats` interface.
> - Added the `AudioContextPlaybackStats` runtime feature flag and
> associated use counter.
> - Refactored `MockPermissionService` to use `mojo::ReceiverSet` to
> fix unit test instability.
> - Maintained legacy `playoutStats` with independent test coverage
> and metrics.
> - Updated web-exposed API baselines for Blink, WebView, and WPT
> idlharness.
>
> Bug: 475838360
> Change-Id: I957324965be34a1a1ffddd4964629e782fef8f2e
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7298786
> Reviewed-by: Kent Tamura <tk...@chromium.org>
> Commit-Queue: Hongchan Choi <hong...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1579884}
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/57582
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |