Bug 49222

Summary: Expose WKContextMenuItem API object
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
WebContextMenuItem -> WebContextMenuItemData andersca: review+, beidson: commit-queue-

Description Brady Eidson 2010-11-08 16:27:56 PST
We should expose a WKContextMenuItem API object.
Comment 1 Brady Eidson 2010-11-08 16:36:33 PST
Since these items will both need to cross over IPC, we can't have WebContextMenuItem represent the APIObject as-is (due to inheriting from Noncopyable).

We'll have to do the WebType + WebTypeData trick.  A rename patch coming up...
Comment 2 Brady Eidson 2010-11-08 16:39:05 PST
Created attachment 73305 [details]
WebContextMenuItem -> WebContextMenuItemData
Comment 3 Brady Eidson 2010-11-08 16:42:56 PST
Landed in r71585
Comment 4 Eric Seidel (no email) 2010-12-14 01:44:13 PST
webkit-patch land ftw. :)