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

Issue 2502773003: ChromeOS OOBE: switch from iron-dropdown to <select>. (Closed)

Created:
4 years, 1 month ago by Alexander Alekseev
Modified:
4 years, 1 month ago
Reviewers:
michaelpg
CC:
chromium-reviews, alemate+watch_chromium.org, achuith+watch_chromium.org, arv+watch_chromium.org, dcheng, oshima+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ChromeOS OOBE: switch from iron-dropdown to <select>. To fix several issues with polymer dropdown menu by switching to native select. BUG=604119, 663267 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/076cf8a29b5dc4d850e221c2ed5d7b2d9d0a3e3e Cr-Commit-Position: refs/heads/master@{#433137}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Rebased. #

Patch Set 3 : Update after review. #

Patch Set 4 : Rebased. #

Patch Set 5 : Use shared md_select_css.html #

Patch Set 6 : Rebased. #

Total comments: 8

Patch Set 7 : Update after review. #

Patch Set 8 : Inline arrow_down.svg #

Patch Set 9 : XML style #

Patch Set 10 : Rebased #

Patch Set 11 : Use flattenhtml #

Patch Set 12 : Fix polymer load order #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -200 lines) Patch
M chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css View 1 2 3 4 1 chunk +5 lines, -30 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7 lines, -42 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.js View 1 2 1 chunk +13 lines, -46 lines 0 comments Download
M chrome/browser/resources/settings/appearance_page/appearance_page.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/controls/settings_dropdown_menu.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/device_page/display.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
D chrome/browser/resources/settings/images/arrow_down.svg View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_apnlist.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_nameservers.html View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy.html View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
D chrome/browser/resources/settings/md_select_css.html View 1 2 3 4 1 chunk +0 lines, -62 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/people_page/import_data_dialog.html View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/search_page/search_page.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/media_picker.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/site_settings/site_details_permission.html View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
A + ui/webui/resources/html/md_select_css.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -2 lines 0 comments Download
A + ui/webui/resources/images/arrow_down.svg View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
M ui/webui/resources/webui_resources.grd View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 51 (35 generated)
Alexander Alekseev
Please review.
4 years, 1 month ago (2016-11-15 05:53:57 UTC) #5
michaelpg
https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css File chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css (right): https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css#newcode6 chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css:6: font-family: Roboto, Sans-Serif; nit: lowercase for generic fonts (sans-serif) ...
4 years, 1 month ago (2016-11-16 01:59:01 UTC) #8
Alexander Alekseev
https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css File chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css (right): https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css#newcode6 chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css:6: font-family: Roboto, Sans-Serif; On 2016/11/16 01:59:01, michaelpg wrote: > ...
4 years, 1 month ago (2016-11-16 07:10:59 UTC) #9
michaelpg
https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css File chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css (right): https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css#newcode21 chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css:21: select { hrm, no it shouldn't be that complicated. ...
4 years, 1 month ago (2016-11-16 07:23:39 UTC) #10
Alexander Alekseev
https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css File chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css (right): https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css#newcode21 chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css:21: select { On 2016/11/16 07:23:39, michaelpg wrote: > hrm, ...
4 years, 1 month ago (2016-11-16 07:40:30 UTC) #11
michaelpg
On 2016/11/16 07:40:30, Alexander Alekseev wrote: > https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css > File chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css (right): > > https://codereview.chromium.org/2502773003/diff/1/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css#newcode21 ...
4 years, 1 month ago (2016-11-16 21:18:53 UTC) #12
Alexander Alekseev
On 2016/11/16 21:18:53, michaelpg wrote: > > Oh, you need to include the custom style ...
4 years, 1 month ago (2016-11-16 23:17:36 UTC) #13
michaelpg
awesome! Just some import comments. https://codereview.chromium.org/2502773003/diff/100001/chrome/browser/resources/settings/appearance_page/appearance_page.html File chrome/browser/resources/settings/appearance_page/appearance_page.html (right): https://codereview.chromium.org/2502773003/diff/100001/chrome/browser/resources/settings/appearance_page/appearance_page.html#newcode12 chrome/browser/resources/settings/appearance_page/appearance_page.html:12: <link rel="import" href="/settings_vars_css.html"> For ...
4 years, 1 month ago (2016-11-17 01:58:15 UTC) #20
Alexander Alekseev
https://codereview.chromium.org/2502773003/diff/100001/chrome/browser/resources/settings/appearance_page/appearance_page.html File chrome/browser/resources/settings/appearance_page/appearance_page.html (right): https://codereview.chromium.org/2502773003/diff/100001/chrome/browser/resources/settings/appearance_page/appearance_page.html#newcode12 chrome/browser/resources/settings/appearance_page/appearance_page.html:12: <link rel="import" href="/settings_vars_css.html"> On 2016/11/17 01:58:15, michaelpg wrote: > ...
4 years, 1 month ago (2016-11-17 02:25:09 UTC) #21
Alexander Alekseev
Michael, do you have any idea why Mac tests are failing?
4 years, 1 month ago (2016-11-17 03:17:46 UTC) #26
michaelpg
On 2016/11/17 03:17:46, Alexander Alekseev wrote: > Michael, do you have any idea why Mac ...
4 years, 1 month ago (2016-11-17 21:55:18 UTC) #27
Alexander Alekseev
On 2016/11/17 21:55:18, michaelpg wrote: > On 2016/11/17 03:17:46, Alexander Alekseev wrote: > > Michael, ...
4 years, 1 month ago (2016-11-17 22:28:42 UTC) #28
michaelpg
lgtm
4 years, 1 month ago (2016-11-18 06:03:50 UTC) #46
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/2502773003/220001
4 years, 1 month ago (2016-11-18 06:45:28 UTC) #48
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years, 1 month ago (2016-11-18 06:50:44 UTC) #49
commit-bot: I haz the power
4 years, 1 month ago (2016-11-18 06:53:05 UTC) #51
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/076cf8a29b5dc4d850e221c2ed5d7b2d9d0a3e3e
Cr-Commit-Position: refs/heads/master@{#433137}

Powered by Google App Engine
This is Rietveld 408576698