RESOLVED FIXED Bug 215154
[Cocoa] Remove obsolete sandbox extension after r264178
https://bugs.webkit.org/show_bug.cgi?id=215154
Summary [Cocoa] Remove obsolete sandbox extension after r264178
Per Arne Vollan
Reported 2020-08-04 18:36:18 PDT
After r264178, the code related to issuing an extension to com.apple.lsd.mapdb is obsolete, and should be removed.
Attachments
Patch (4.71 KB, patch)
2020-08-04 18:38 PDT, Per Arne Vollan
bfulgham: review+
Patch (6.34 KB, patch)
2020-08-05 11:15 PDT, Per Arne Vollan
no flags
Per Arne Vollan
Comment 1 2020-08-04 18:36:35 PDT
Per Arne Vollan
Comment 2 2020-08-04 18:38:39 PDT
Brent Fulgham
Comment 3 2020-08-05 10:59:48 PDT
Comment on attachment 405976 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=405976&action=review r=me > Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:-427 > - parameters.mapDBExtensionHandle = WTFMove(mapDBHandle); Can we get rid of parameters.mapDBExtensionHandle, too? Or is it still used in some cases?
Per Arne Vollan
Comment 4 2020-08-05 11:06:39 PDT
(In reply to Brent Fulgham from comment #3) > Comment on attachment 405976 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=405976&action=review > > r=me > > > Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:-427 > > - parameters.mapDBExtensionHandle = WTFMove(mapDBHandle); > > Can we get rid of parameters.mapDBExtensionHandle, too? Or is it still used > in some cases? That is a good point! Will fix. Thanks for reviewing!
Per Arne Vollan
Comment 5 2020-08-05 11:15:06 PDT
EWS
Comment 6 2020-08-05 11:50:37 PDT
Committed r265295: <https://trac.webkit.org/changeset/265295> All reviewed patches have been landed. Closing bug and clearing flags on attachment 406014 [details].
Note You need to log in before you can comment on or make changes to this bug.