Bug 39629 - [EFL] Add Popup menu support
Summary: [EFL] Add Popup menu support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39821
  Show dependency treegraph
 
Reported: 2010-05-24 17:20 PDT by Lucas De Marchi
Modified: 2010-05-28 08:11 PDT (History)
3 users (show)

See Also:


Attachments
add popup menu support (6.01 KB, patch)
2010-05-24 17:21 PDT, Lucas De Marchi
no flags Details | Formatted Diff | Diff
add popup menu support (6.08 KB, patch)
2010-05-24 17:24 PDT, Lucas De Marchi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas De Marchi 2010-05-24 17:20:54 PDT
The following patch adds popup menu support into EFL port. EFL does not have widgets for popup menu (and we really don't want it, since different targets might need different ways to display it to user). So, the widgets shall be implemented by browser. In WebKit we create the items list and forward it.
Comment 1 Lucas De Marchi 2010-05-24 17:21:44 PDT
Created attachment 56946 [details]
add popup menu support
Comment 2 Lucas De Marchi 2010-05-24 17:22:27 PDT
Comment on attachment 56946 [details]
add popup menu support

missing bug number
Comment 3 Lucas De Marchi 2010-05-24 17:24:43 PDT
Created attachment 56947 [details]
add popup menu support

added missing bug number
Comment 4 WebKit Commit Bot 2010-05-28 08:11:45 PDT
Comment on attachment 56947 [details]
add popup menu support

Clearing flags on attachment: 56947

Committed r60359: <http://trac.webkit.org/changeset/60359>
Comment 5 WebKit Commit Bot 2010-05-28 08:11:50 PDT
All reviewed patches have been landed.  Closing bug.