Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Issue 2577953004: DevTools: convert UI.ComboBoxFilterUI to use vanilla <select> element (Closed)

Created:
4 years ago by lushnikov
Modified:
4 years ago
Reviewers:
dgozman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js View 1 4 chunks +12 lines, -10 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
lushnikov
please, take a look
4 years ago (2016-12-15 21:27:09 UTC) #1
dgozman
lgtm https://codereview.chromium.org/2577953004/diff/1/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js File third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js (right): https://codereview.chromium.org/2577953004/diff/1/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js#newcode494 third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js:494: this._filterComboBox = createElement('select'); Try the .chrome-select class, it ...
4 years ago (2016-12-15 22:58:09 UTC) #4
lushnikov
https://codereview.chromium.org/2577953004/diff/1/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js File third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js (right): https://codereview.chromium.org/2577953004/diff/1/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js#newcode494 third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js:494: this._filterComboBox = createElement('select'); On 2016/12/15 22:58:09, dgozman wrote: > ...
4 years ago (2016-12-15 23:09:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2577953004/20001
4 years ago (2016-12-15 23:11:14 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-16 03:16:50 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-16 03:20:27 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/09ad7587e22ccd1c7ab3ecc6ed5be054618e90b3
Cr-Commit-Position: refs/heads/master@{#438998}

Powered by Google App Engine
This is Rietveld 408576698