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

Issue 2723873003: MD WebUI: change all <dom-module> to use id="" instead of name="" (Closed)

Created:
3 years, 9 months ago by Dan Beam
Modified:
3 years, 9 months ago
Reviewers:
dpapad
CC:
achuith+watch_chromium.org, alemate+watch_chromium.org, apacible+watch_chromium.org, arv+watch_chromium.org, chromium-reviews, dbeam+watch-elements_chromium.org, dbeam+watch-settings_chromium.org, media-router+watch_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, michaelpg+watch-elements_chromium.org, oshima+watch_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD WebUI: change all <dom-module> to use id="" instead of name="" polymer-css-build only looks for id="", even though name="" is also respected by the runtime Polymer core library. R=dpapad@chromium.org BUG=597347 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2723873003 Cr-Commit-Position: refs/heads/master@{#454117} Committed: https://chromium.googlesource.com/chromium/src/+/f4e34a7ec3173920fd123c4d00692429bf5ab16e

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -33 lines) Patch
M chrome/browser/resources/chromeos/login/arc_terms_of_service.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/controller-pairing-screen.html View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/login/gaia_card.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/gaia_header.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/gaia_input.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/gaia_input_form.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/gaia_password_changed.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/host-pairing-screen.html View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/login/html-echo.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/notification_card.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/offline_gaia.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_a11y_option.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_dialog.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_eula.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_hid_detection.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_update.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_welcome.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html View 1 chunk +1 line, -1 line 2 comments Download
M chrome/browser/resources/chromeos/login/saml_confirm_password.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/saml_interstitial.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/throbber_notice.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/unrecoverable_cryptohome_error_card.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_feedback/feedback_container.html View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/media_router/elements/media_router_header/media_router_header.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_property_list.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.html View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/cr_elements/cr_drawer/cr_drawer.html View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/cr_elements/cr_slider/cr_slider.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (7 generated)
Dan Beam
3 years, 9 months ago (2017-03-01 22:59:45 UTC) #2
dpapad
LGTM. I assume you are adding the PRESUBMIT check in a separate CL? Did not ...
3 years, 9 months ago (2017-03-01 23:20:18 UTC) #5
Dan Beam
https://codereview.chromium.org/2723873003/diff/1/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html File chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html (right): https://codereview.chromium.org/2723873003/diff/1/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html#newcode13 chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html:13: <link rel="stylesheet" href="oobe_dialog_host.css"> On 2017/03/01 23:20:18, dpapad wrote: > ...
3 years, 9 months ago (2017-03-02 00:00:29 UTC) #6
Dan Beam
On 2017/03/01 23:20:18, dpapad wrote: > LGTM. I assume you are adding the PRESUBMIT check ...
3 years, 9 months ago (2017-03-02 00:00:49 UTC) #7
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/2723873003/1
3 years, 9 months ago (2017-03-02 00:01:46 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-03-02 00:27:40 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/f4e34a7ec3173920fd123c4d0069...

Powered by Google App Engine
This is Rietveld 408576698