RESOLVED FIXED 198152
Deprecate more preview API
https://bugs.webkit.org/show_bug.cgi?id=198152
Summary Deprecate more preview API
Alex Christensen
Reported 2019-05-22 18:19:19 PDT
Deprecate more preview API
Attachments
Patch (10.59 KB, patch)
2019-05-22 18:21 PDT, Alex Christensen
no flags
Patch (10.05 KB, patch)
2019-05-22 18:27 PDT, Alex Christensen
dino: review+
Alex Christensen
Comment 1 2019-05-22 18:21:31 PDT
Alex Christensen
Comment 2 2019-05-22 18:27:22 PDT
Dean Jackson
Comment 3 2019-05-23 10:15:54 PDT
Comment on attachment 370474 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=370474&action=review > Source/WebKit/UIProcess/API/Cocoa/WKPreviewElementInfo.mm:32 > +#pragma clang diagnostic push > +#pragma clang diagnostic ignored "-Wdeprecated-implementations" IGNORE_WARNINGS_BEGIN("deprecated-implementations") > Source/WebKit/UIProcess/API/Cocoa/WKPreviewElementInfo.mm:34 > +#pragma clang diagnostic pop IGNORE_WARNINGS_END > Source/WebKit/UIProcess/RemoteLayerTree/ios/ScrollingTreeScrollingNodeDelegateIOS.h:70 > + OptionSet<WebCore::TouchAction> activeTouchActions() const { return m_activeTouchActions; } Haha
Alex Christensen
Comment 4 2019-05-23 10:21:07 PDT
Radar WebKit Bug Importer
Comment 5 2019-05-23 10:24:33 PDT
Note You need to log in before you can comment on or make changes to this bug.