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

Issue 1148563004: Fix all compiler errors found by the new compiler version. (Closed)

Created:
5 years, 7 months ago by Jeremy Klein
Modified:
5 years, 7 months ago
Reviewers:
Dan Beam, fukino, kelvinp
CC:
chromium-reviews, chromoting-reviews_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, jlklein+watch-closure_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix all compiler errors found by the new compiler version. Bumping closure compiler: compiler.jar: v20150315-201-g05061ab -> v20150505-49-g22940a8 BUG= R=dbeam@chromium.org, fukino@chromium.org, kelvinp@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/796417e50f2e8b1a389e28ff62768b03cca982a6

Patch Set 1 #

Patch Set 2 : Lint errors #

Total comments: 6

Patch Set 3 : better type fixes #

Patch Set 4 : Update again and fix externs issues #

Patch Set 5 : #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -536 lines) Patch
M remoting/webapp/browser_test/bump_scroll_browser_test.js View 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/js_proto/chrome_proto.js View 1 2 3 2 chunks +26 lines, -44 lines 0 comments Download
M third_party/closure_compiler/compiler/compiler.jar View 1 2 3 4 Binary file 0 comments Download
M third_party/closure_compiler/externs/chrome_extensions.js View 1 2 3 10 chunks +1 line, -438 lines 0 comments Download
M third_party/closure_compiler/runner/runner.jar View 1 2 3 4 Binary file 0 comments Download
M ui/file_manager/file_manager/background/js/device_handler.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/duplicate_finder.js View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M ui/file_manager/file_manager/background/js/volume_manager.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/image_loader/cache.js View 1 12 chunks +20 lines, -18 lines 0 comments Download
M ui/file_manager/image_loader/cache_unittest.js View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/file_manager/image_loader/image_loader.js View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/file_manager/image_loader/request.js View 1 15 chunks +19 lines, -18 lines 0 comments Download
M ui/file_manager/image_loader/scheduler.js View 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
Jeremy Klein
fukino@ for file_manager changes. FYI: Cache and Request global names conflict with https://github.com/google/closure-compiler/commit/fd513f84fecbf83642b1f234c0aa45b250923c35. dbeam@ for ...
5 years, 7 months ago (2015-05-19 23:01:15 UTC) #2
Dan Beam
lgtm https://codereview.chromium.org/1148563004/diff/20001/ui/file_manager/file_manager/background/js/device_handler.js File ui/file_manager/file_manager/background/js/device_handler.js (right): https://codereview.chromium.org/1148563004/diff/20001/ui/file_manager/file_manager/background/js/device_handler.js#newcode448 ui/file_manager/file_manager/background/js/device_handler.js:448: root.getDirectory.bind(root, 'DCIM', {create: false})) This is up to ...
5 years, 7 months ago (2015-05-19 23:10:59 UTC) #3
Wez
-wez, +jamiewalch for remoting/
5 years, 7 months ago (2015-05-19 23:16:00 UTC) #5
kelvinp
lgtm for remoting
5 years, 7 months ago (2015-05-20 00:22:00 UTC) #7
fukino
file_manager lgtm. https://codereview.chromium.org/1148563004/diff/20001/ui/file_manager/file_manager/background/js/device_handler.js File ui/file_manager/file_manager/background/js/device_handler.js (right): https://codereview.chromium.org/1148563004/diff/20001/ui/file_manager/file_manager/background/js/device_handler.js#newcode442 ui/file_manager/file_manager/background/js/device_handler.js:442: * @param {DirectoryEntry} root I'm not sure ...
5 years, 7 months ago (2015-05-20 06:31:51 UTC) #8
Jeremy Klein
Got some better type safety in file_manager by adding a couple missing "!"s. https://codereview.chromium.org/1148563004/diff/20001/ui/file_manager/file_manager/background/js/device_handler.js File ...
5 years, 7 months ago (2015-05-20 18:23:39 UTC) #9
Jeremy Klein
Got some better type safety in file_manager by adding a couple missing "!"s. https://codereview.chromium.org/1148563004/diff/20001/ui/file_manager/file_manager/background/js/device_handler.js File ...
5 years, 7 months ago (2015-05-20 18:23:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148563004/40001
5 years, 7 months ago (2015-05-20 18:24:50 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/69293)
5 years, 7 months ago (2015-05-20 20:25:26 UTC) #16
Jeremy Klein
FYI kelvinp for remoting: I also had to update chrome_proto.js to compensate for these compiler ...
5 years, 7 months ago (2015-05-22 18:34:49 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148563004/60001
5 years, 7 months ago (2015-05-22 18:36:06 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/27729)
5 years, 7 months ago (2015-05-22 18:47:14 UTC) #22
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/796417e50f2e8b1a389e28ff62768b03cca982a6 Cr-Commit-Position: refs/heads/master@{#331536}
5 years, 7 months ago (2015-05-27 05:36:08 UTC) #23
Jeremy Klein
5 years, 7 months ago (2015-05-27 05:36:17 UTC) #24
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
796417e50f2e8b1a389e28ff62768b03cca982a6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698