Bug 178875

Summary: Remove deprecated WebKit symbols
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mitz, thorton
Priority: P2 Keywords: InRadar
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=168899
Attachments:
Description Flags
proposed patch none

Description Alexey Proskuryakov 2017-10-26 10:18:36 PDT
We are keeping several symbols for binary compatibility with old Safari versions, which we no longer need.

_WKPageGroupAddUserContentFilter
_WKPageGroupCopyIdentifier
_WKPageGroupRemoveUserContentFilter
(ObjC Class) _WKVisitedLinkProvider

In addition to just being unused code, these are incorrectly marked as unavailable, confusing tapi.
Comment 1 Alexey Proskuryakov 2017-10-26 10:19:59 PDT
rdar://problem/31139070
Comment 2 Alexey Proskuryakov 2017-10-26 10:21:29 PDT
Created attachment 325025 [details]
proposed patch
Comment 3 WebKit Commit Bot 2017-10-26 11:54:50 PDT
Comment on attachment 325025 [details]
proposed patch

Clearing flags on attachment: 325025

Committed r224035: <https://trac.webkit.org/changeset/224035>
Comment 4 WebKit Commit Bot 2017-10-26 11:54:51 PDT
All reviewed patches have been landed.  Closing bug.