Bug 116235

Summary: Add stubs for ContextMenu and ContextMenuItem
Product: WebKit Reporter: Jesus Sanchez-Palencia <jesus>
Component: WebCore Misc.Assignee: Jesus Sanchez-Palencia <jesus>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gyuyoung.kim, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 111874    
Attachments:
Description Flags
Patch
none
Patch none

Description Jesus Sanchez-Palencia 2013-05-16 11:10:17 PDT
Ports relying on ENABLE(CROSS_PLATFORM_CONTEXT_MENU) only need a stub implementation for their ContextMenu and ContextMenuItem. We should add defaults ContextMenuItemCommon.cpp and ContextMenuCommon.cpp to be shared between these ports, and remove the duplicated files.
Comment 1 Jesus Sanchez-Palencia 2013-05-16 11:36:32 PDT
Created attachment 201976 [details]
Patch
Comment 2 Antonio Gomes 2013-05-16 12:02:06 PDT
Comment on attachment 201976 [details]
Patch

Lets use the *None.cpp pattern to name these files.
Comment 3 Jesus Sanchez-Palencia 2013-05-16 12:36:00 PDT
Created attachment 201982 [details]
Patch
Comment 4 WebKit Commit Bot 2013-05-16 20:28:23 PDT
Comment on attachment 201982 [details]
Patch

Clearing flags on attachment: 201982

Committed r150240: <http://trac.webkit.org/changeset/150240>
Comment 5 WebKit Commit Bot 2013-05-16 20:28:26 PDT
All reviewed patches have been landed.  Closing bug.