[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
Mon Mar 23 17:27:48 PDT 2009


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


paul at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28757|0                           |1
        is obsolete|                            |
  Attachment #28880|                            |review?(fishd at chromium.org)
               Flag|                            |




------- Comment #4 from paul at chromium.org  2009-03-23 17:27 PDT -------
Created an attachment (id=28880)
 --> (https://bugs.webkit.org/attachment.cgi?id=28880&action=view)
Updated patch for handling select elements in the chromium port

1. Removed the per platform files and used PLATFORM(DARWIN) for determining
whether to call show() or showSelect().

2. I didn't create a struct for the PopupListBox data, since we're only
interested in a part of it (item height, selected index and item list), and
there remains several other data members. It just seems a little strange to
include some members and not the others in the struct. If you feel strongly
about it, I'll make that change.


-- 
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