Bug 198152

Summary: Deprecate more preview API
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch dino: review+

Description Alex Christensen 2019-05-22 18:19:19 PDT
Deprecate more preview API
Comment 1 Alex Christensen 2019-05-22 18:21:31 PDT
Created attachment 370472 [details]
Patch
Comment 2 Alex Christensen 2019-05-22 18:27:22 PDT
Created attachment 370474 [details]
Patch
Comment 3 Dean Jackson 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
Comment 4 Alex Christensen 2019-05-23 10:21:07 PDT
http://trac.webkit.org/r245691
Comment 5 Radar WebKit Bug Importer 2019-05-23 10:24:33 PDT
<rdar://problem/51072670>