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

Issue 2889113002: web_dev_style: Fix errors in new directories and enable PRESUBMIT (Closed)

Created:
3 years, 7 months ago by Dan Beam
Modified:
3 years, 7 months ago
Reviewers:
tsergeant
CC:
chromium-reviews, michaelpg+watch-elements_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-elements_chromium.org, oshima+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

web_dev_style: Fix errors in new directories and enable PRESUBMIT Now fixed and checked: - components/about_ui/ - components/flags_ui/ - components/version_ui/ - ui/webui/ Shockingly, nothing in components/ really had any errors, but that's likely from them being copied from c/b/r and not being changed very often (or me reviewing the changes closely in some cases). R=tsergeant@chromium.org BUG=723234 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation NOTRY=true Review-Url: https://codereview.chromium.org/2889113002 Cr-Commit-Position: refs/heads/master@{#472980} Committed: https://chromium.googlesource.com/chromium/src/+/229bcc24f4239dae6c676c583cebc3e68d13dca2

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : merge+fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -52 lines) Patch
A components/about_ui/PRESUBMIT.py View 1 1 chunk +25 lines, -0 lines 0 comments Download
A components/flags_ui/PRESUBMIT.py View 1 1 chunk +25 lines, -0 lines 0 comments Download
M components/flags_ui/resources/flags.css View 1 1 chunk +1 line, -4 lines 0 comments Download
A components/version_ui/PRESUBMIT.py View 1 1 chunk +25 lines, -0 lines 0 comments Download
M tools/web_dev_style/css_checker.py View 3 chunks +7 lines, -7 lines 0 comments Download
M tools/web_dev_style/css_checker_test.py View 3 chunks +5 lines, -2 lines 0 comments Download
M tools/web_dev_style/html_checker.py View 1 2 1 chunk +2 lines, -2 lines 2 comments Download
M tools/web_dev_style/js_checker.py View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M tools/web_dev_style/presubmit_support.py View 1 chunk +6 lines, -5 lines 0 comments Download
M tools/web_dev_style/resource_checker.py View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/webui/resources/PRESUBMIT.py View 1 chunk +12 lines, -0 lines 0 comments Download
M ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html View 1 2 3 chunks +8 lines, -8 lines 0 comments Download
M ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.html View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/cr_elements/policy/cr_policy_network_behavior.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/css/apps/common.css View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/css/bubble.css View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/css/i18n_process.css View 1 chunk +6 lines, -6 lines 0 comments Download
M ui/webui/resources/css/list.css View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/js/cr/ui/bubble.js View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 30 (20 generated)
Dan Beam
3 years, 7 months ago (2017-05-18 02:26:00 UTC) #3
tsergeant
lgtm! This is a great change, thanks for putting in the effort to make it ...
3 years, 7 months ago (2017-05-18 03:08:31 UTC) #10
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/2889113002/20001
3 years, 7 months ago (2017-05-18 17:20:52 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/441308)
3 years, 7 months ago (2017-05-18 17:31:17 UTC) #16
Dan Beam
https://codereview.chromium.org/2889113002/diff/60001/tools/web_dev_style/html_checker.py File tools/web_dev_style/html_checker.py (right): https://codereview.chromium.org/2889113002/diff/60001/tools/web_dev_style/html_checker.py#newcode91 tools/web_dev_style/html_checker.py:91: include_deletes=False) .change.AffectedFiles -> AffectedFiles fixes checking outside of presubmit ...
3 years, 7 months ago (2017-05-18 18:02:25 UTC) #18
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/2889113002/60001
3 years, 7 months ago (2017-05-18 18:04:14 UTC) #21
tsergeant
https://codereview.chromium.org/2889113002/diff/60001/tools/web_dev_style/html_checker.py File tools/web_dev_style/html_checker.py (right): https://codereview.chromium.org/2889113002/diff/60001/tools/web_dev_style/html_checker.py#newcode91 tools/web_dev_style/html_checker.py:91: include_deletes=False) On 2017/05/18 18:02:25, Dan Beam wrote: > .change.AffectedFiles ...
3 years, 7 months ago (2017-05-18 21:54:03 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/449001)
3 years, 7 months ago (2017-05-18 23:50:02 UTC) #24
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/2889113002/60001
3 years, 7 months ago (2017-05-18 23:55:08 UTC) #27
commit-bot: I haz the power
3 years, 7 months ago (2017-05-19 00:06:51 UTC) #30
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/229bcc24f4239dae6c676c583ceb...

Powered by Google App Engine
This is Rietveld 408576698