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

Issue 251713002: web_dev_style: add check for ending jsdoc comments with **/ instead of */. (Closed)

Created:
6 years, 8 months ago by Dan Beam
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

web_dev_style: add check for ending jsdoc comments with **/ instead of */. R=tbreisacher@chromium.org BUG=366972 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266430

Patch Set 1 : merge #

Total comments: 2

Patch Set 2 : asdf #

Patch Set 3 : upstream => master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M chrome/browser/resources/test_presubmit.py View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
M chrome/browser/resources/web_dev_style/js_checker.py View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Dan Beam
depends on: https://chromiumcodereview.appspot.com/255503006/ https://chromiumcodereview.appspot.com/253543002/
6 years, 8 months ago (2014-04-25 02:03:12 UTC) #1
Tyler Breisacher (Chromium)
lgtm https://chromiumcodereview.appspot.com/251713002/diff/20001/chrome/browser/web_dev_style/js_checker.py File chrome/browser/web_dev_style/js_checker.py (right): https://chromiumcodereview.appspot.com/251713002/diff/20001/chrome/browser/web_dev_style/js_checker.py#newcode57 chrome/browser/web_dev_style/js_checker.py:57: return _check(r'^\s*(\*\*/)\s*$') or _check(r'\/\*\* @[a-zA-Z]+.* (\*\*/)') Instead of ...
6 years, 8 months ago (2014-04-25 22:50:42 UTC) #2
Dan Beam
https://chromiumcodereview.appspot.com/251713002/diff/20001/chrome/browser/web_dev_style/js_checker.py File chrome/browser/web_dev_style/js_checker.py (right): https://chromiumcodereview.appspot.com/251713002/diff/20001/chrome/browser/web_dev_style/js_checker.py#newcode57 chrome/browser/web_dev_style/js_checker.py:57: return _check(r'^\s*(\*\*/)\s*$') or _check(r'\/\*\* @[a-zA-Z]+.* (\*\*/)') On 2014/04/25 22:50:43, ...
6 years, 8 months ago (2014-04-26 01:14:37 UTC) #3
Dan Beam
On 2014/04/25 02:03:12, Dan Beam wrote: > depends on: > https://chromiumcodereview.appspot.com/255503006/ > https://chromiumcodereview.appspot.com/253543002/ nvm, removed ...
6 years, 8 months ago (2014-04-26 02:48:27 UTC) #4
Dan Beam
The CQ bit was checked by dbeam@chromium.org
6 years, 8 months ago (2014-04-26 02:48:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/251713002/50001
6 years, 8 months ago (2014-04-26 02:49:59 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 05:46:17 UTC) #7
Message was sent while issue was closed.
Change committed as 266430

Powered by Google App Engine
This is Rietveld 408576698