DescriptionDevTools: convert UI.ComboBoxFilterUI to use vanilla <select> element
Currently, the UI.ComboBoxFilterUI uses UI.ToolbarComboBox for the select
element. However, the component should be used only as a toolbar child,
since the toolbar has a bunch of CSS for the component.
This patch migrates UI.ComboBoxFilterUI from UI.ToolbarComboBox to a
simple <select>
BUG=674463
R=dgozman
Committed: https://crrev.com/09ad7587e22ccd1c7ab3ecc6ed5be054618e90b3
Cr-Commit-Position: refs/heads/master@{#438998}
Patch Set 1 #
Total comments: 2
Patch Set 2 : address comment #Messages
Total messages: 13 (7 generated)
|