RESOLVED FIXED 230426
[iOS] Enable MSE in WKWebViews by default on iPad
https://bugs.webkit.org/show_bug.cgi?id=230426
Summary [iOS] Enable MSE in WKWebViews by default on iPad
Jer Noble
Reported 2021-09-17 13:36:56 PDT
[iOS] Enable MSE in WKWebViews by default on iPad
Attachments
Patch (4.30 KB, patch)
2021-09-17 13:43 PDT, Jer Noble
no flags
Patch (5.87 KB, patch)
2021-09-17 13:54 PDT, Jer Noble
no flags
Patch (4.30 KB, patch)
2021-09-17 13:57 PDT, Jer Noble
no flags
Patch (4.39 KB, patch)
2021-09-20 08:59 PDT, Jer Noble
ews-feeder: commit-queue-
Patch (6.08 KB, patch)
2021-09-20 09:22 PDT, Jer Noble
no flags
Patch (6.21 KB, patch)
2021-09-20 13:45 PDT, Jer Noble
no flags
Patch (5.98 KB, patch)
2021-09-20 14:03 PDT, Jer Noble
ews-feeder: commit-queue-
Patch (6.11 KB, patch)
2021-09-20 14:25 PDT, Jer Noble
no flags
Radar WebKit Bug Importer
Comment 1 2021-09-17 13:37:30 PDT
Jer Noble
Comment 2 2021-09-17 13:43:23 PDT
Jer Noble
Comment 3 2021-09-17 13:54:15 PDT
Jer Noble
Comment 4 2021-09-17 13:57:27 PDT
Jer Noble
Comment 5 2021-09-20 08:59:13 PDT
Jer Noble
Comment 6 2021-09-20 09:22:06 PDT
Sam Weinig
Comment 7 2021-09-20 13:25:04 PDT
Comment on attachment 438686 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438686&action=review > Source/WebKit/Shared/WebPreferencesDefaultValues.cpp:317 > +#if !PLATFORM(IOS_FAMILY) > +bool defaultMediaSourceEnabled() > +{ > + return true; > +} > +#endif There should be no reason for this. You can just add PLATFORM(IOS_FAMILY) as part of the predicate in WebPreferences.yaml
Jer Noble
Comment 8 2021-09-20 13:45:56 PDT
Jer Noble
Comment 9 2021-09-20 14:03:17 PDT
Jer Noble
Comment 10 2021-09-20 14:25:50 PDT
EWS
Comment 11 2021-09-21 11:26:53 PDT
Committed r282829 (241960@main): <https://commits.webkit.org/241960@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438728 [details].
Note You need to log in before you can comment on or make changes to this bug.