Bug 113562

Summary: [BlackBerry] Cleanup the CONTEXT_MENUS in BlackBerry porting
Product: WebKit Reporter: Charles Wei <charles.wei>
Component: WebKit BlackBerryAssignee: Charles Wei <charles.wei>
Status: RESOLVED FIXED    
Severity: Normal CC: gmak, gyuyoung.kim, mifenton, rakuco, rwlbuis, staikos, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Charles Wei 2013-03-29 01:29:18 PDT
BlackBerry has its own context menu mechanism, that is, when touch-hold event happens, the application will query the webkit about the target element, and will come up with the context menu based on the attributes of the target element.

So we should cleanup the webcore contextmenu support with blackberry porting. This doesn't disable the oncontextmenu event, which means that the javascript code still get the chance to get the event and do it's logic for the event.
Comment 1 Charles Wei 2013-03-29 01:46:28 PDT
Created attachment 195708 [details]
Patch
Comment 2 Charles Wei 2013-03-29 01:51:23 PDT
Internal tracking Number: 317576.
Comment 3 WebKit Review Bot 2013-03-29 06:16:58 PDT
Comment on attachment 195708 [details]
Patch

Clearing flags on attachment: 195708

Committed r147212: <http://trac.webkit.org/changeset/147212>
Comment 4 WebKit Review Bot 2013-03-29 06:17:02 PDT
All reviewed patches have been landed.  Closing bug.