Bug 250240
| Summary: | Convert AudioSessionCategoryOverride to use Settings | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | Media | Assignee: | Anne van Kesteren <annevk> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | eric.carlson, jer.noble, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 250192 | ||
Tim Nguyen (:ntim)
The only usage in Source/WebKitLegacy/mac/WebView/WebView.mm doesn't need to use DeprecatedGlobalSettings. It can use Settings directly.
Also, is this used anywhere? I can't find anything: https://searchfox.org/wubkat/search?q=audioSessionCategoryOverride&path=&case=false®exp=false
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104244014>
Anne van Kesteren
Pull request: https://github.com/WebKit/WebKit/pull/17287
Anne van Kesteren
It's used by iOS.
Anne van Kesteren
I should not have closed this. It's just a bit more work.