| commit | bd9726939278a4ce06a29875a89b5dba9f01d2ca | [log] [tgz] |
|---|---|---|
| author | tkent <tkent@chromium.org> | Wed Jul 13 13:11:32 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 13:13:41 2016 |
| tree | 481cbdebb8b31f7e7cfbd6d5dc0ffdbe512e429e | |
| parent | 82029469bf34c1ddd659cca8e43920e856df51c9 [diff] |
Simplify protocol between SELECT elements and popups. - Rename listBoxSelectItem to selectMultipleOptionsByPopup, and it accepts index vector. - Rename valueChanged to selectOptionByPopup. Single-selection menulist accepts only selectOptionByPopup(). Multiple-selection menulist accepts selectOptionByPopup(-1) and selectMultipleOptionsByPopup(). Review-Url: https://codereview.chromium.org/2143863003 Cr-Commit-Position: refs/heads/master@{#405134}