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

Issue 2905553002: Roll closure compiler (Closed)

Created:
3 years, 7 months ago by scottchen
Modified:
3 years, 6 months ago
Reviewers:
Dan Beam, dpapad
CC:
arv+watch_chromium.org, calamity, chromium-apps-reviews_chromium.org, chromium-reviews, dbeam+watch-closure_chromium.org, extensions-reviews_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-ui_chromium.org, vitalyp+closure_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll closure compiler Change log: https://github.com/google/closure-compiler/compare/ee44867683988d37c9cdb1b5c9557fe984c87135...73582c4967874f3fa7e54d60b54c8cbeed985560 chrome_extensions.js: f9877b62e50844da51a50374dbc3c98d31d85ce3 -> 927e44d6e32d7b2f50ddb2b20f6515b79a0914b3 polymer-1.0.js: 5b180dcd7e8913c66386a675086b99aaad2f0a53 -> fa9985deea3ca5077ee47380194f41d06af398c3 BUG=None CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Patch Set 1 #

Total comments: 4

Patch Set 2 : feedback #

Total comments: 3

Patch Set 3 : fix spacing #

Patch Set 4 : merge #

Patch Set 5 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+426 lines, -108 lines) Patch
M chrome/browser/resources/md_bookmarks/list.js View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/resources/md_bookmarks/types.js View 1 2 3 1 chunk +0 lines, -36 lines 0 comments Download
M third_party/closure_compiler/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M third_party/closure_compiler/compiler/compiler.jar View Binary file 0 comments Download
M third_party/closure_compiler/externs/chrome_extensions.js View 1 2 3 4 8 chunks +370 lines, -69 lines 0 comments Download
M third_party/closure_compiler/externs/polymer-1.0.js View 1 2 3 4 4 chunks +52 lines, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
scottchen
3 years, 7 months ago (2017-05-24 01:06:23 UTC) #4
Dan Beam
https://codereview.chromium.org/2905553002/diff/1/chrome/browser/resources/md_bookmarks/list.js File chrome/browser/resources/md_bookmarks/list.js (right): https://codereview.chromium.org/2905553002/diff/1/chrome/browser/resources/md_bookmarks/list.js#newcode68 chrome/browser/resources/md_bookmarks/list.js:68: if (!oldValue) { hmmmm, how can !oldValue ever succeed ...
3 years, 7 months ago (2017-05-24 02:52:42 UTC) #5
dpapad
https://codereview.chromium.org/2905553002/diff/1/chrome/browser/resources/md_bookmarks/list.js File chrome/browser/resources/md_bookmarks/list.js (right): https://codereview.chromium.org/2905553002/diff/1/chrome/browser/resources/md_bookmarks/list.js#newcode68 chrome/browser/resources/md_bookmarks/list.js:68: if (!oldValue) { On 2017/05/24 at 02:52:42, Dan Beam ...
3 years, 7 months ago (2017-05-24 17:45:43 UTC) #6
scottchen
https://codereview.chromium.org/2905553002/diff/1/chrome/browser/resources/md_bookmarks/list.js File chrome/browser/resources/md_bookmarks/list.js (right): https://codereview.chromium.org/2905553002/diff/1/chrome/browser/resources/md_bookmarks/list.js#newcode68 chrome/browser/resources/md_bookmarks/list.js:68: if (!oldValue) { On 2017/05/24 02:52:42, Dan Beam wrote: ...
3 years, 7 months ago (2017-05-24 20:36:25 UTC) #8
dpapad
LGTM https://codereview.chromium.org/2905553002/diff/20001/chrome/browser/resources/md_bookmarks/list.js File chrome/browser/resources/md_bookmarks/list.js (right): https://codereview.chromium.org/2905553002/diff/20001/chrome/browser/resources/md_bookmarks/list.js#newcode74 chrome/browser/resources/md_bookmarks/list.js:74: /** @type {!Array<string>}*/ (newValue), Nit: Space after "}" ...
3 years, 7 months ago (2017-05-24 21:22:13 UTC) #9
scottchen
On 2017/05/24 21:22:13, dpapad wrote: > LGTM > > https://codereview.chromium.org/2905553002/diff/20001/chrome/browser/resources/md_bookmarks/list.js > File chrome/browser/resources/md_bookmarks/list.js (right): > ...
3 years, 7 months ago (2017-05-25 19:31:05 UTC) #10
scottchen
https://codereview.chromium.org/2905553002/diff/20001/chrome/browser/resources/md_bookmarks/list.js File chrome/browser/resources/md_bookmarks/list.js (right): https://codereview.chromium.org/2905553002/diff/20001/chrome/browser/resources/md_bookmarks/list.js#newcode74 chrome/browser/resources/md_bookmarks/list.js:74: /** @type {!Array<string>}*/ (newValue), On 2017/05/24 21:22:13, dpapad wrote: ...
3 years, 7 months ago (2017-05-25 19:31:27 UTC) #11
dpapad
https://codereview.chromium.org/2905553002/diff/20001/chrome/browser/resources/md_bookmarks/list.js File chrome/browser/resources/md_bookmarks/list.js (right): https://codereview.chromium.org/2905553002/diff/20001/chrome/browser/resources/md_bookmarks/list.js#newcode74 chrome/browser/resources/md_bookmarks/list.js:74: /** @type {!Array<string>}*/ (newValue), > There's issues with patching ...
3 years, 7 months ago (2017-05-25 20:34:40 UTC) #12
scottchen
3 years, 6 months ago (2017-05-30 20:09:26 UTC) #13
On 2017/05/25 20:34:40, dpapad wrote:
>
https://codereview.chromium.org/2905553002/diff/20001/chrome/browser/resource...
> File chrome/browser/resources/md_bookmarks/list.js (right):
> 
>
https://codereview.chromium.org/2905553002/diff/20001/chrome/browser/resource...
> chrome/browser/resources/md_bookmarks/list.js:74: /** @type {!Array<string>}*/
> (newValue),
> > There's issues with patching a CL with a jar involved, but I don't have
access
> > to the workstation that uploaded this CL for 2 days, but this is blocking 2
> > other things, so I will land this now and address the nit in a separate CL.
> 
> OK.

For future reference, I'm not a committer so I'm actually not able to land this
CL, because this CL requires direct landing without CQ (because of the .jar) and
I do not have the permission to do that. Closing, and dpapad will replicate and
land these changes.

Powered by Google App Engine
This is Rietveld 408576698