Bug 49222 - Expose WKContextMenuItem API object
Summary: Expose WKContextMenuItem API object
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-08 16:27 PST by Brady Eidson
Modified: 2010-12-14 01:44 PST (History)
1 user (show)

See Also:


Attachments
WebContextMenuItem -> WebContextMenuItemData (38.99 KB, patch)
2010-11-08 16:39 PST, Brady Eidson
andersca: review+
beidson: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. :)