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

Issue 2171503002: DevTools: Added package.json, LICENSE, and .npmignore (Closed)

Created:
4 years, 5 months ago by chenwilliam
Modified:
4 years, 5 months ago
Reviewers:
paulirish, lushnikov
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Added package.json, LICENSE, and .npmignore These files are from: https://github.com/paulirish/npm-publish-devtools-frontend - Will add npm scripts for hosted mode workflow BUG=629914 Committed: https://crrev.com/530604d9635a00a31329bb2754ce10a5d150e797 Cr-Commit-Position: refs/heads/master@{#406729}

Patch Set 1 #

Patch Set 2 : Update with Paul's package.json revision #

Total comments: 4

Patch Set 3 : Address Paul CL feedback #

Total comments: 6

Patch Set 4 : Remove main property from package.json #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, --1 lines) Patch
A third_party/WebKit/Source/devtools/.npmignore View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/devtools/LICENSE View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/WebKit/Source/devtools/package.json View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
paulirish
lgtm % nits https://codereview.chromium.org/2171503002/diff/20001/third_party/WebKit/Source/devtools/.npmignore File third_party/WebKit/Source/devtools/.npmignore (right): https://codereview.chromium.org/2171503002/diff/20001/third_party/WebKit/Source/devtools/.npmignore#newcode6 third_party/WebKit/Source/devtools/.npmignore:6: *.dontupload you can nuke *.dontupload. No ...
4 years, 5 months ago (2016-07-20 19:17:53 UTC) #5
chenwilliam
https://codereview.chromium.org/2171503002/diff/20001/third_party/WebKit/Source/devtools/.npmignore File third_party/WebKit/Source/devtools/.npmignore (right): https://codereview.chromium.org/2171503002/diff/20001/third_party/WebKit/Source/devtools/.npmignore#newcode6 third_party/WebKit/Source/devtools/.npmignore:6: *.dontupload On 2016/07/20 19:17:52, paulirish wrote: > you can ...
4 years, 5 months ago (2016-07-20 19:26:19 UTC) #6
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/2171503002/40001
4 years, 5 months ago (2016-07-20 20:51:40 UTC) #9
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 5 months ago (2016-07-20 20:51:42 UTC) #11
lushnikov
lgtm https://codereview.chromium.org/2171503002/diff/40001/third_party/WebKit/Source/devtools/package.json File third_party/WebKit/Source/devtools/package.json (right): https://codereview.chromium.org/2171503002/diff/40001/third_party/WebKit/Source/devtools/package.json#newcode3 third_party/WebKit/Source/devtools/package.json:3: "version": "1.0.XXXXXX", this doesn't follow semver format, does ...
4 years, 5 months ago (2016-07-20 21:14:24 UTC) #12
chenwilliam
https://codereview.chromium.org/2171503002/diff/40001/third_party/WebKit/Source/devtools/package.json File third_party/WebKit/Source/devtools/package.json (right): https://codereview.chromium.org/2171503002/diff/40001/third_party/WebKit/Source/devtools/package.json#newcode3 third_party/WebKit/Source/devtools/package.json:3: "version": "1.0.XXXXXX", On 2016/07/20 21:14:24, lushnikov wrote: > this ...
4 years, 5 months ago (2016-07-20 21:29:53 UTC) #13
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/2171503002/40001
4 years, 5 months ago (2016-07-20 21:30:51 UTC) #15
lushnikov
https://codereview.chromium.org/2171503002/diff/40001/third_party/WebKit/Source/devtools/package.json File third_party/WebKit/Source/devtools/package.json (right): https://codereview.chromium.org/2171503002/diff/40001/third_party/WebKit/Source/devtools/package.json#newcode5 third_party/WebKit/Source/devtools/package.json:5: "main": "front_end/inspector.html", On 2016/07/20 21:29:53, Will_Chen wrote: > On ...
4 years, 5 months ago (2016-07-20 21:34:08 UTC) #16
chenwilliam
https://codereview.chromium.org/2171503002/diff/40001/third_party/WebKit/Source/devtools/package.json File third_party/WebKit/Source/devtools/package.json (right): https://codereview.chromium.org/2171503002/diff/40001/third_party/WebKit/Source/devtools/package.json#newcode5 third_party/WebKit/Source/devtools/package.json:5: "main": "front_end/inspector.html", On 2016/07/20 21:34:08, lushnikov wrote: > On ...
4 years, 5 months ago (2016-07-20 21:58:19 UTC) #17
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/2171503002/60001
4 years, 5 months ago (2016-07-20 21:58:54 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-21 00:39:37 UTC) #22
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 00:41:52 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/530604d9635a00a31329bb2754ce10a5d150e797
Cr-Commit-Position: refs/heads/master@{#406729}

Powered by Google App Engine
This is Rietveld 408576698