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

Issue 1907353005: DevTools: Add lint_javascript.py to drive eslint (Closed)

Created:
4 years, 8 months ago by paulirish
Modified:
4 years, 7 months ago
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman, sergeyv+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Add lint_javascript.py to drive eslint An install of eslint (and Node.js) is required. npm install -g eslint http://eslint.org/docs/user-guide/getting-started BUG=605878 Committed: https://crrev.com/37e52b98e568d1e2dcbfed59e783816b69c59d83 Cr-Commit-Position: refs/heads/master@{#390567}

Patch Set 1 #

Patch Set 2 : remove extra log #

Total comments: 8

Patch Set 3 : double quotes. copyright header #

Patch Set 4 : move errors_found to be local" #

Total comments: 2

Patch Set 5 : closure of errors_found n all that #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -4 lines) Patch
M third_party/WebKit/Source/devtools/front_end/.eslintignore View 1 chunk +4 lines, -4 lines 0 comments Download
A third_party/WebKit/Source/devtools/scripts/lint_javascript.py View 1 2 3 4 1 chunk +112 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (8 generated)
paulirish
4 years, 8 months ago (2016-04-22 21:33:52 UTC) #2
Jonathan Garbee
On 2016/04/22 at 21:33:52, paulirish wrote: > Why remove "/" from the directories on the ...
4 years, 8 months ago (2016-04-22 22:45:26 UTC) #3
paulirish
On 2016/04/22 at 22:45:26, jonathan.garbee wrote: > On 2016/04/22 at 21:33:52, paulirish wrote: > > ...
4 years, 8 months ago (2016-04-23 00:10:35 UTC) #4
Jonathan Garbee
On 2016/04/23 at 00:10:35, paulirish wrote: > On 2016/04/22 at 22:45:26, jonathan.garbee wrote: > > ...
4 years, 8 months ago (2016-04-23 12:18:28 UTC) #5
caseq
https://codereview.chromium.org/1907353005/diff/20001/third_party/WebKit/Source/devtools/scripts/lint_javascript.py File third_party/WebKit/Source/devtools/scripts/lint_javascript.py (right): https://codereview.chromium.org/1907353005/diff/20001/third_party/WebKit/Source/devtools/scripts/lint_javascript.py#newcode2 third_party/WebKit/Source/devtools/scripts/lint_javascript.py:2: # Copyright (c) 2012 Google Inc. All rights reserved. ...
4 years, 8 months ago (2016-04-26 01:39:44 UTC) #6
paulirish
updated. ptal https://codereview.chromium.org/1907353005/diff/20001/third_party/WebKit/Source/devtools/scripts/lint_javascript.py File third_party/WebKit/Source/devtools/scripts/lint_javascript.py (right): https://codereview.chromium.org/1907353005/diff/20001/third_party/WebKit/Source/devtools/scripts/lint_javascript.py#newcode2 third_party/WebKit/Source/devtools/scripts/lint_javascript.py:2: # Copyright (c) 2012 Google Inc. All ...
4 years, 8 months ago (2016-04-26 03:37:44 UTC) #8
caseq
lgtm https://codereview.chromium.org/1907353005/diff/60001/third_party/WebKit/Source/devtools/scripts/lint_javascript.py File third_party/WebKit/Source/devtools/scripts/lint_javascript.py (right): https://codereview.chromium.org/1907353005/diff/60001/third_party/WebKit/Source/devtools/scripts/lint_javascript.py#newcode105 third_party/WebKit/Source/devtools/scripts/lint_javascript.py:105: if errors_found: nit: I'd leave this one on ...
4 years, 8 months ago (2016-04-26 03:47:18 UTC) #9
paulirish
https://codereview.chromium.org/1907353005/diff/60001/third_party/WebKit/Source/devtools/scripts/lint_javascript.py File third_party/WebKit/Source/devtools/scripts/lint_javascript.py (right): https://codereview.chromium.org/1907353005/diff/60001/third_party/WebKit/Source/devtools/scripts/lint_javascript.py#newcode105 third_party/WebKit/Source/devtools/scripts/lint_javascript.py:105: if errors_found: On 2016/04/26 at 03:47:18, caseq wrote: > ...
4 years, 8 months ago (2016-04-26 16:50:51 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1907353005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1907353005/80001
4 years, 8 months ago (2016-04-26 16:51:33 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/173340)
4 years, 8 months ago (2016-04-26 16:59:40 UTC) #15
paulirish
+dgozman and pfeldman for OWNERS
4 years, 8 months ago (2016-04-26 17:09:15 UTC) #17
pfeldman
lgtm
4 years, 7 months ago (2016-04-28 23:55:23 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1907353005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1907353005/80001
4 years, 7 months ago (2016-04-28 23:55:52 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-04-29 01:48:40 UTC) #21
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:23:36 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/37e52b98e568d1e2dcbfed59e783816b69c59d83
Cr-Commit-Position: refs/heads/master@{#390567}

Powered by Google App Engine
This is Rietveld 408576698