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

Issue 1774503005: [DevTools] Roll closure compiler to ToT version (Closed)

Created:
4 years, 9 months ago by kozy
Modified:
4 years, 9 months ago
Reviewers:
dgozman, alph, lushnikov, caseq
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, pfeldman, kozyatinskiy+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] Roll closure compiler to ToT version Closure version: commit e89bb281f3dbf72c20f1a86e3313831f943be688 Date: Mon Mar 7 08:27:56 2016 -0800 Array.prototype.push supports type checking. Better arrow function support. Removed third_party/WebKit/Source/devtools/front_end/es6.js. BUG=591865 R=alph@chromium.org, caseq@chromium.org, lushnikov@chromium.org, dgozman@chromium.org TBR=sergeyv@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/9441c5e62f2a8caf30b8d5709ad374bb1dc6432c

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 17

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -1192 lines) Patch
D third_party/WebKit/Source/devtools/front_end/es6.js View 1 1 chunk +0 lines, -1097 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/externs.js View 3 chunks +12 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/platform/utilities.js View 3 chunks +3 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineProfileTree.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js View 1 2 3 5 chunks +19 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/devtools/scripts/closure/compiler.jar View 1 2 Binary file 0 comments Download
M third_party/WebKit/Source/devtools/scripts/compile_frontend.py View 3 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/scripts/compiler-runner/closure-runner.jar View 1 2 Binary file 0 comments Download
M third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java View 1 2 3 3 chunks +23 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/devtools/scripts/jsdoc-validator/hashes View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/scripts/jsdoc-validator/jsdoc-validator.jar View 1 2 Binary file 0 comments Download
M third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/FileCheckerCallable.java View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (10 generated)
kozy
ptal!
4 years, 9 months ago (2016-03-07 22:37:36 UTC) #3
kozy
Uploaded better approach! Please take a look!
4 years, 9 months ago (2016-03-08 02:57:43 UTC) #4
lushnikov
awesome! lgtm! https://codereview.chromium.org/1774503005/diff/40001/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js File third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js (right): https://codereview.chromium.org/1774503005/diff/40001/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js#newcode532 third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js:532: this.allChildren(parent).push(/** @type {!WebInspector.HeapSnapshotGridNode} */(node)); over to @alph ...
4 years, 9 months ago (2016-03-08 20:01:50 UTC) #6
caseq
timelime/ & DataGrid.js lgtm https://codereview.chromium.org/1774503005/diff/40001/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js File third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js (right): https://codereview.chromium.org/1774503005/diff/40001/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js#newcode102 third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js:102: var columnIdentifier = column.identifier = ...
4 years, 9 months ago (2016-03-08 20:08:25 UTC) #8
alph
lgtm https://codereview.chromium.org/1774503005/diff/40001/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js File third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js (right): https://codereview.chromium.org/1774503005/diff/40001/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js#newcode528 third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js:528: * @param {!WebInspector.DataGridNode} node Can we update the ...
4 years, 9 months ago (2016-03-08 20:12:19 UTC) #9
kozy
Thanks! All done. https://codereview.chromium.org/1774503005/diff/40001/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js File third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js (right): https://codereview.chromium.org/1774503005/diff/40001/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js#newcode528 third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js:528: * @param {!WebInspector.DataGridNode} node On 2016/03/08 ...
4 years, 9 months ago (2016-03-08 20:28:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1774503005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774503005/60001
4 years, 9 months ago (2016-03-08 20:29:26 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/32956) linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, ...
4 years, 9 months ago (2016-03-08 20:32:21 UTC) #15
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/9441c5e62f2a8caf30b8d5709ad374bb1dc6432c Cr-Commit-Position: refs/heads/master@{#379920}
4 years, 9 months ago (2016-03-08 21:57:40 UTC) #18
kozy
4 years, 9 months ago (2016-03-08 21:58:14 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
9441c5e62f2a8caf30b8d5709ad374bb1dc6432c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698