[Webkit-unassigned] [Bug 24692] Allow ChromeClientChromium to access an HTML select element's menu items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 15:59:58 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24692


darin at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28757|review?                     |review-
               Flag|                            |




------- Comment #3 from darin at chromium.org  2009-03-20 15:59 PDT -------
(From update of attachment 28757)
Windows and Linux implementations are exactly the same, and it is bad to
duplicate code.  How about using #ifdefs in PopupMenuChromium.cpp to select
between Mac and non-Mac?

also, it seems like it would be nicer to have a single struct that contains the
entire 'model' for the PopupMenu.  that would include itemHeight, selectedIndex
and menuItems.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list