WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
160848
[Cocoa] Remove deprecated _WKFormDelegate
https://bugs.webkit.org/show_bug.cgi?id=160848
Summary
[Cocoa] Remove deprecated _WKFormDelegate
mitz
Reported
2016-08-14 16:04:18 PDT
Patch forthcoming.
Attachments
Remove _WKFormDelegate
(11.69 KB, patch)
2016-08-14 16:07 PDT
,
mitz
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2016-08-14 16:07:04 PDT
Created
attachment 286037
[details]
Remove _WKFormDelegate
Anders Carlsson
Comment 2
2016-08-14 16:41:33 PDT
Comment on
attachment 286037
[details]
Remove _WKFormDelegate View in context:
https://bugs.webkit.org/attachment.cgi?id=286037&action=review
> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:4655 > +@implementation WKWebView (WKBinaryCompatibilityWithIOS10) > + > +- (id <_WKInputDelegate>)_formDelegate > +{ > + return self._inputDelegate; > +} > + > +- (void)_setFormDelegate:(id <_WKInputDelegate>)formDelegate > +{ > + self._inputDelegate = formDelegate; > +}
Can we put this inside an #ifdef so it'll be easier to see when we can remove it?
WebKit Commit Bot
Comment 3
2016-08-14 17:04:05 PDT
Comment on
attachment 286037
[details]
Remove _WKFormDelegate Clearing flags on attachment: 286037 Committed
r204458
: <
http://trac.webkit.org/changeset/204458
>
WebKit Commit Bot
Comment 4
2016-08-14 17:04:09 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug