RESOLVED FIXED 224550
Use OptionSet for MediaProducer::MutedStateFlags
https://bugs.webkit.org/show_bug.cgi?id=224550
Summary Use OptionSet for MediaProducer::MutedStateFlags
youenn fablet
Reported 2021-04-14 08:26:19 PDT
Use OptionSet for MediaProducer::MediaStateFlags and MediaProducer::MutedStateFlags. This would prevent things like https://bugs.webkit.org/show_bug.cgi?id=224548.
Attachments
Patch (19.61 KB, patch)
2021-04-30 05:51 PDT, youenn fablet
no flags
Patch (19.63 KB, patch)
2021-04-30 07:15 PDT, youenn fablet
ews-feeder: commit-queue-
Patch (20.59 KB, patch)
2021-04-30 07:53 PDT, youenn fablet
no flags
Patch (20.60 KB, patch)
2021-04-30 08:08 PDT, youenn fablet
no flags
Patch for landing (24.54 KB, patch)
2021-05-03 00:08 PDT, youenn fablet
no flags
Radar WebKit Bug Importer
Comment 1 2021-04-21 08:27:17 PDT
youenn fablet
Comment 2 2021-04-30 05:51:59 PDT
youenn fablet
Comment 3 2021-04-30 07:15:27 PDT
youenn fablet
Comment 4 2021-04-30 07:53:50 PDT
EWS Watchlist
Comment 5 2021-04-30 07:54:41 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See https://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
youenn fablet
Comment 6 2021-04-30 08:08:02 PDT
Eric Carlson
Comment 7 2021-04-30 10:23:07 PDT
Comment on attachment 427420 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=427420&action=review > Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:1018 > - mutedState = WebCore::MediaProducer::AudioCaptureIsMuted; > + mutedState.add(WebCore::MediaProducer::MutedState::AudioCaptureIsMuted); It looks like this fixes a potential bug, nice! > Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:1039 > - mutedState = WebCore::MediaProducer::VideoCaptureIsMuted; > + mutedState.add(WebCore::MediaProducer::MutedState::VideoCaptureIsMuted); Ditto
youenn fablet
Comment 8 2021-05-03 00:07:56 PDT
(In reply to Eric Carlson from comment #7) > Comment on attachment 427420 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=427420&action=review > > > Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:1018 > > - mutedState = WebCore::MediaProducer::AudioCaptureIsMuted; > > + mutedState.add(WebCore::MediaProducer::MutedState::AudioCaptureIsMuted); > > It looks like this fixes a potential bug, nice! > > > Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:1039 > > - mutedState = WebCore::MediaProducer::VideoCaptureIsMuted; > > + mutedState.add(WebCore::MediaProducer::MutedState::VideoCaptureIsMuted); > > Ditto Good point, I updated the API test accordingly.
youenn fablet
Comment 9 2021-05-03 00:08:22 PDT
Created attachment 427541 [details] Patch for landing
EWS
Comment 10 2021-05-03 01:12:59 PDT
Committed r276892 (237238@main): <https://commits.webkit.org/237238@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427541 [details].
Note You need to log in before you can comment on or make changes to this bug.