RESOLVED FIXED 239560
Address recent deprecation warnings on iOS
https://bugs.webkit.org/show_bug.cgi?id=239560
Summary Address recent deprecation warnings on iOS
Megan Gardner
Reported 2022-04-20 12:54:33 PDT
Move off of depricated methods and add allow deprication for harder to refector code.
Attachments
Patch (19.80 KB, patch)
2022-04-20 12:55 PDT, Megan Gardner
no flags
Patch (19.59 KB, patch)
2022-04-20 14:03 PDT, Megan Gardner
no flags
Patch for landing (19.58 KB, patch)
2022-04-20 14:08 PDT, Megan Gardner
no flags
Megan Gardner
Comment 1 2022-04-20 12:55:50 PDT
Wenson Hsieh
Comment 2 2022-04-20 13:07:58 PDT
Comment on attachment 458005 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=458005&action=review > Source/WebKit/ChangeLog:3 > + Move off of depricated methods and add allow deprication for harder to refector code. Nit - Spelling errors, but I would also just change this to something like: "Address recent deprecation warnings on iOS" > Tools/WebKitTestRunner/cocoa/TestRunnerWKWebView.mm:288 > + //[item setDontDismiss:!_customMenuActionInfo->dismissesAutomatically]; It's not clear to me why this is going away. IIRC, the layout test that uses this bit checks that the WebKit client can install a custom action in the callout bar that is configured to not dismiss the callout bar when activated (this simulates what Mail on iOS does in compose).
Megan Gardner
Comment 3 2022-04-20 14:03:18 PDT
Megan Gardner
Comment 4 2022-04-20 14:08:27 PDT
Created attachment 458013 [details] Patch for landing
EWS
Comment 5 2022-04-20 14:44:10 PDT
Committed r293117 (249823@main): <https://commits.webkit.org/249823@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 458013 [details].
Radar WebKit Bug Importer
Comment 6 2022-04-20 14:45:14 PDT
Simon Fraser (smfr)
Comment 7 2022-04-20 20:34:26 PDT
This broke internal iOS builds against 15.4 SDKs
Wenson Hsieh
Comment 8 2022-04-20 20:58:13 PDT
(In reply to Simon Fraser (smfr) from comment #7) > This broke internal iOS builds against 15.4 SDKs Landed https://trac.webkit.org/r293142
Note You need to log in before you can comment on or make changes to this bug.