[webkit-reviews] review granted: [Bug 129290] [Cocoa] Add delegate method for customizing actions on activated elements : [Attachment 225122] Add -[id <WKUIDelegatePrivate> _webView:actionsForElement:defaultActions:]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 12:10:44 PST 2014


Anders Carlsson <andersca at apple.com> has granted mitz at webkit.org
<mitz at webkit.org>'s request for review:
Bug 129290: [Cocoa] Add delegate method for customizing actions on activated
elements
https://bugs.webkit.org/show_bug.cgi?id=129290

Attachment 225122: Add -[id <WKUIDelegatePrivate>
_webView:actionsForElement:defaultActions:]
https://bugs.webkit.org/attachment.cgi?id=225122&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
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);


More information about the webkit-reviews mailing list