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

Issue 2909503003: WebUI: Enable ESLint rule for missing semicolons. (Closed)

Created:
3 years, 7 months ago by dpapad
Modified:
3 years, 6 months ago
CC:
aboxhall+watch_chromium.org, achuith+watch_chromium.org, alemate+watch_chromium.org, arv+watch_chromium.org, bnc+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, dbeam+watch-options_chromium.org, Dan Beam, David Black, dcheng, dmazzoni+watch_chromium.org, donnd+watch_chromium.org, dougt+watch_chromium.org, dtseng+watch_chromium.org, eroman, extensions-reviews_chromium.org, je_julie, jered+watch_chromium.org, jfweitz+watch_chromium.org, kinuko+fileapi, kmadhusu+watch_chromium.org, melevin+watch_chromium.org, michaelpg+watch-md-ui_chromium.org, michaelpg+watch-options_chromium.org, mmenke, nektar+watch_chromium.org, nhiroki, oshima+watch_chromium.org, samarth+watch_chromium.org, skanuj+watch_chromium.org, tfarina, tzik, yuzo+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

WebUI: Enable ESLint rule for missing semicolons. - Fixing almost all existing violations (remaining ones are fixed at crrev.com/2903063007). - Enabling http://eslint.org/docs/rules/semi check during PRESUBMIT This enforces the following section from the styleguide: https://google.github.io/styleguide/jsguide.html#formatting-semicolons-are-required BUG=720034 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2909503003 Cr-Commit-Position: refs/heads/master@{#475771} Committed: https://chromium.googlesource.com/chromium/src/+/1e511b111bdebc1cdb7588d9c22e034ab70715b9

Patch Set 1 #

Patch Set 2 : Update config file #

Patch Set 3 : Undo local_ntp changes from this CL. #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -36 lines) Patch
M .eslintrc.js View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/bluetooth_internals/expandable_list.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/bluetooth_internals/value_control.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/bookmark_manager/js/main.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/braille/braille_table.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/braille/expanding_braille_translator.js View 1 chunk +1 line, -1 line 2 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_suspender.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/common/media_widget.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/common/spannable.js View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/login_shared.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/md_login_shared.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_welcome.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/power.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/switch_access/automation_predicate.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/cleanup_tool/cleanup_browser_proxy.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/cryptotoken/gnubbies.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/inspect/inspect.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/dnd_manager.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/modules_view.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/sync_file_system_internals/dump_database.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/sync_file_system_internals/extension_statuses.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/sync_file_system_internals/sync_service.js View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/sync_file_system_internals/task_log.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/certificate_manager_browsertest.js View 1 chunk +1 line, -1 line 3 comments Download
M ui/webui/resources/js/cr/ui/array_data_model.js View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 42 (23 generated)
dpapad
3 years, 7 months ago (2017-05-26 00:52:54 UTC) #11
dschuyler
lgtm https://codereview.chromium.org/2909503003/diff/40001/chrome/browser/resources/chromeos/chromevox/braille/expanding_braille_translator.js File chrome/browser/resources/chromeos/chromevox/braille/expanding_braille_translator.js (right): https://codereview.chromium.org/2909503003/diff/40001/chrome/browser/resources/chromeos/chromevox/braille/expanding_braille_translator.js#newcode155 chrome/browser/resources/chromeos/chromevox/braille/expanding_braille_translator.js:155: function(accum, chunk) { return accum + chunk.cells.byteLength;}, 0); ...
3 years, 7 months ago (2017-05-26 19:00:26 UTC) #14
dpapad
https://codereview.chromium.org/2909503003/diff/40001/chrome/browser/resources/chromeos/chromevox/braille/expanding_braille_translator.js File chrome/browser/resources/chromeos/chromevox/braille/expanding_braille_translator.js (right): https://codereview.chromium.org/2909503003/diff/40001/chrome/browser/resources/chromeos/chromevox/braille/expanding_braille_translator.js#newcode155 chrome/browser/resources/chromeos/chromevox/braille/expanding_braille_translator.js:155: function(accum, chunk) { return accum + chunk.cells.byteLength;}, 0); On ...
3 years, 7 months ago (2017-05-26 19:08:39 UTC) #15
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/2909503003/40001
3 years, 7 months ago (2017-05-26 19:18:52 UTC) #18
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/449083)
3 years, 7 months ago (2017-05-26 20:08:32 UTC) #20
dpapad
@dbeam: OWNER review needed for chrome/browser/ui/webui/options/certificate_manager_browsertest.js (that folder has a noparent, https://cs.chromium.org/chromium/src/chrome/browser/ui/webui/options/OWNERS?l=2)
3 years, 7 months ago (2017-05-26 20:41:08 UTC) #22
dpapad
Redirecting to stevenjb, since dbeam is OOO: @stevenjb: OWNER review needed for chrome/browser/ui/webui/options/certificate_manager_browsertest.js (that folder ...
3 years, 7 months ago (2017-05-26 20:49:01 UTC) #24
michaelpg
chromevox is an extension, not WebUI On Fri, May 26, 2017, 1:49 PM dpapad@chromium.org via ...
3 years, 7 months ago (2017-05-26 22:13:30 UTC) #25
dpapad
On 2017/05/26 at 22:13:30, michaelpg wrote: > chromevox is an extension, not WebUI chromevox is ...
3 years, 7 months ago (2017-05-26 22:23:14 UTC) #26
dpapad
On 2017/05/26 at 22:23:14, dpapad wrote: > On 2017/05/26 at 22:13:30, michaelpg wrote: > > ...
3 years, 7 months ago (2017-05-26 22:24:50 UTC) #27
michaelpg
On 2017/05/26 22:24:50, dpapad wrote: > On 2017/05/26 at 22:23:14, dpapad wrote: > > On ...
3 years, 7 months ago (2017-05-26 23:35:36 UTC) #28
michaelpg
https://codereview.chromium.org/2909503003/diff/40001/chrome/browser/ui/webui/options/certificate_manager_browsertest.js File chrome/browser/ui/webui/options/certificate_manager_browsertest.js (right): https://codereview.chromium.org/2909503003/diff/40001/chrome/browser/ui/webui/options/certificate_manager_browsertest.js#newcode251 chrome/browser/ui/webui/options/certificate_manager_browsertest.js:251: ].forEach(CertificateManager.onPopulateTree);})); On 2017/05/26 19:08:39, dpapad wrote: > On 2017/05/26 ...
3 years, 7 months ago (2017-05-26 23:37:34 UTC) #29
dpapad
> Just adding a note to the doc saying that other JS like component extensions ...
3 years, 7 months ago (2017-05-27 00:02:16 UTC) #30
michaelpg
On 2017/05/27 00:02:16, dpapad wrote: > > Just adding a note to the doc saying ...
3 years, 6 months ago (2017-05-30 21:12:07 UTC) #32
stevenjb
lgtm
3 years, 6 months ago (2017-05-30 23:25:14 UTC) #33
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/2909503003/40001
3 years, 6 months ago (2017-05-31 00:23:14 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/226831)
3 years, 6 months ago (2017-05-31 01:51:50 UTC) #37
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/2909503003/40001
3 years, 6 months ago (2017-05-31 02:41:43 UTC) #39
commit-bot: I haz the power
3 years, 6 months ago (2017-05-31 03:31:41 UTC) #42
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/1e511b111bdebc1cdb7588d9c22e...

Powered by Google App Engine
This is Rietveld 408576698