RESOLVED FIXED Bug 228777
Remove unneeded sandbox extension code
https://bugs.webkit.org/show_bug.cgi?id=228777
Summary Remove unneeded sandbox extension code
Per Arne Vollan
Reported 2021-08-04 08:54:24 PDT
Since the GPU process is now enabled by default, some related sandbox extension code can be removed.
Attachments
Patch (9.48 KB, patch)
2021-08-04 08:56 PDT, Per Arne Vollan
no flags
Patch (13.99 KB, patch)
2022-02-07 10:02 PST, Per Arne Vollan
bfulgham: review+
Radar WebKit Bug Importer
Comment 1 2021-08-04 08:55:16 PDT
Per Arne Vollan
Comment 2 2021-08-04 08:56:49 PDT
Brent Fulgham
Comment 3 2021-08-30 16:44:21 PDT
Comment on attachment 434906 [details] Patch Should we hold off on this until the GPU Process team is confident they don't need to debug or A/B test anymore?
Per Arne Vollan
Comment 4 2021-08-31 07:32:33 PDT
(In reply to Brent Fulgham from comment #3) > Comment on attachment 434906 [details] > Patch > > Should we hold off on this until the GPU Process team is confident they > don't need to debug or A/B test anymore? That is a good point. I think we may hold off a little while longer. Thanks for reviewing!
Per Arne Vollan
Comment 5 2022-02-07 10:02:23 PST
Jean-Yves Avenard [:jya]
Comment 6 2022-02-07 12:37:33 PST
Comment on attachment 451119 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=451119&action=review > Source/WebKit/UIProcess/WebPageProxy.cpp:-8204 > - "com.apple.audio.AudioComponentPrefs"_s, "com.apple.audio.AudioComponentRegistrar"_s, Will this break webaudio that is happening in the content process?
Per Arne Vollan
Comment 7 2022-02-07 12:59:34 PST
(In reply to Jean-Yves Avenard [:jya] from comment #6) > Comment on attachment 451119 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=451119&action=review > > > Source/WebKit/UIProcess/WebPageProxy.cpp:-8204 > > - "com.apple.audio.AudioComponentPrefs"_s, "com.apple.audio.AudioComponentRegistrar"_s, > > Will this break webaudio that is happening in the content process? I don't believe it will, since we only create these sandbox extensions if Media in GPUP is not enabled. Thanks for reviewing!
Brent Fulgham
Comment 8 2022-02-18 14:35:58 PST
Comment on attachment 451119 [details] Patch r=me
Per Arne Vollan
Comment 9 2022-02-18 14:45:48 PST
(In reply to Brent Fulgham from comment #8) > Comment on attachment 451119 [details] > Patch > > r=me Thanks for reviewing!
Per Arne Vollan
Comment 10 2022-02-18 16:27:09 PST
Jean-Yves Avenard [:jya]
Comment 11 2022-05-05 09:15:14 PDT
Re-opening for pull request https://github.com/WebKit/WebKit/pull/525
Note You need to log in before you can comment on or make changes to this bug.