Bug 122819 - SearchPopupMenu is renamed SuggestionPopupMenu for more general useage
Summary: SearchPopupMenu is renamed SuggestionPopupMenu for more general useage
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: ChangSeok Oh
URL:
Keywords:
Depends on:
Blocks: 98934
  Show dependency treegraph
 
Reported: 2013-10-15 00:47 PDT by ChangSeok Oh
Modified: 2014-01-10 09:04 PST (History)
0 users

See Also:


Attachments
Patch (126.64 KB, patch)
2013-10-18 07:43 PDT, ChangSeok Oh
changseok: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ChangSeok Oh 2013-10-15 00:47:40 PDT
Current SearchPopupMenu is assumed to be used for only search suggestion based on previous user inputs.
But I'd like to extend it for more general purpose. SuggestionPopupMenu will be able to include datalist and all kind of previous user input(of course including search).
Comment 1 ChangSeok Oh 2013-10-18 07:43:36 PDT
Created attachment 214570 [details]
Patch
Comment 2 ChangSeok Oh 2014-01-10 09:04:02 PST
Comment on attachment 214570 [details]
Patch

The approach is changed not to use GtkPopup