Bug 70563

Summary: RenderMenuList.cpp does not build when NO_LISTBOX_RENDERING is enabled
Product: WebKit Reporter: Jay Civelli <jcivelli>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Jay Civelli
Reported 2011-10-20 16:42:22 PDT
A recent change to html/HTMLSelectElement.h removed the listBoxSelectItem method that is used by RenderMenuList.cpp. As a result that file won't compile when NO_LISTBOX_RENDERING is enabled. This change happened in https://bugs.webkit.org/show_bug.cgi?id=70139
Attachments
Darin Adler
Comment 1 2011-10-21 10:08:44 PDT
What is NO_LISTBOX_RENDERING? What platform uses that?
Jay Civelli
Comment 2 2011-10-21 10:54:09 PDT
The Android browser uses NO_LISTBOX_RENDERING. The select popup is rendered with an Android widget.
Darin Adler
Comment 3 2011-10-21 15:34:44 PDT
We should get Android compiling again. But lets not have an Android-only function. Lets figure out how not to have this extra function in HTMLSelectElement eventually if not in the short term.
Note You need to log in before you can comment on or make changes to this bug.