Bug 241657 - Clean up code that protects volume from being set on iOS
Summary: Clean up code that protects volume from being set on iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-15 17:37 PDT by Dean Jackson
Modified: 2022-06-16 18:11 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2022-06-15 17:37:46 PDT
The code to protect HTMLMediaElement.volume from being writable is guarded by some PLATFORM(IOS_FAMILY) tests. Make this a HAVE() test so it can be expanded a bit easier.
Comment 1 Radar WebKit Bug Importer 2022-06-15 17:37:53 PDT
<rdar://problem/95252820>
Comment 2 Dean Jackson 2022-06-15 17:42:18 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1559
Comment 3 EWS 2022-06-16 18:11:51 PDT
Committed r295620 (251625@main): <https://commits.webkit.org/251625@main>

Reviewed commits have been landed. Closing PR #1559 and removing active labels.