RESOLVED FIXED 138063
_actionMenuItemsForHitTestResult should also take a type indicating what the menu was built for
https://bugs.webkit.org/show_bug.cgi?id=138063
Summary _actionMenuItemsForHitTestResult should also take a type indicating what the ...
Beth Dakin
Reported 2014-10-24 16:25:07 PDT
_actionMenuItemsForHitTestResult should also take a type indicating what the menu was built for since HitTestResults that are both images and links could go either way.
Attachments
Patch (11.94 KB, patch)
2014-10-24 16:28 PDT, Beth Dakin
no flags
Patch v2 (11.94 KB, patch)
2014-10-24 16:40 PDT, Beth Dakin
mitz: review+
Beth Dakin
Comment 1 2014-10-24 16:28:46 PDT
Beth Dakin
Comment 2 2014-10-24 16:40:28 PDT
Created attachment 240446 [details] Patch v2 Oopsie, that wasn't quite right. This one should do it.
mitz
Comment 3 2014-10-24 16:44:31 PDT
Comment on attachment 240446 [details] Patch v2 View in context: https://bugs.webkit.org/attachment.cgi?id=240446&action=review > Source/WebKit2/Shared/API/c/WKActionMenuTypes.h:40 > +typedef uint32_t WKActionMenuType; Can you give this an underscore prefix in case we ever want to use this name for something in the modern API? > Source/WebKit2/UIProcess/mac/WKActionMenuController.mm:68 > + Extra newline.
Beth Dakin
Comment 4 2014-10-24 16:52:13 PDT
Note You need to log in before you can comment on or make changes to this bug.