RESOLVED FIXED 129290
[Cocoa] Add delegate method for customizing actions on activated elements
https://bugs.webkit.org/show_bug.cgi?id=129290
Summary [Cocoa] Add delegate method for customizing actions on activated elements
mitz
Reported 2014-02-24 22:58:27 PST
[Cocoa] Add delegate method for customizing actions on activated elements
Attachments
Add -[id <WKUIDelegatePrivate> _webView:actionsForElement:defaultActions:] (19.83 KB, patch)
2014-02-24 23:06 PST, mitz
andersca: review+
mitz
Comment 1 2014-02-24 23:06:20 PST
Created attachment 225122 [details] Add -[id <WKUIDelegatePrivate> _webView:actionsForElement:defaultActions:]
Anders Carlsson
Comment 2 2014-02-25 12:07:52 PST
Comment on attachment 225122 [details] Add -[id <WKUIDelegatePrivate> _webView:actionsForElement:defaultActions:] View in context: https://bugs.webkit.org/attachment.cgi?id=225122&action=review > Source/WebKit2/UIProcess/ios/WKActionSheetAssistant.mm:281 > + _elementInfo.swap(elementInfo); _elementInfo = std::move(elementInfo);
mitz
Comment 3 2014-02-25 13:04:58 PST
Note You need to log in before you can comment on or make changes to this bug.