[Webkit-unassigned] [Bug 139568] WK1: Need new SPI for Webkit clients to override default immediate action
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 11 17:32:17 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139568
mitz at webkit.org <mitz at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #243166|review? |review+
Flags| |
--- Comment #3 from mitz at webkit.org <mitz at webkit.org> ---
Comment on attachment 243166
--> https://bugs.webkit.org/attachment.cgi?id=243166
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=243166&action=review
> Source/WebKit/mac/WebView/WebImmediateActionController.mm:140
> + defaultAnimationController = (id<NSImmediateActionAnimationController>)qlPreviewLinkItem.get();
Missing space between id and <
> Source/WebKit/mac/WebView/WebImmediateActionController.mm:145
> + WebElementDictionary *webHitTestResult = [[[WebElementDictionary alloc] initWithHitTestResult:_hitTestResult] autorelease];
We should only make this object if we need it (i.e. if the delegate responds to the selector).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141212/0c789c8a/attachment-0002.html>
More information about the webkit-unassigned
mailing list