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

Issue 575313004: Compiling file_manager, part 2: remove all warnings not caused by Object.freeze()-like enums (Closed)

Created:
6 years, 3 months ago by Vitaly Pavlenko
Modified:
6 years, 3 months ago
Reviewers:
Dan Beam, fukino
CC:
chromium-reviews, yoshiki+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, oshima+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@I_file_manager
Project:
chromium
Visibility:
Public.

Description

Compiling file_manager, part 2: remove all warnings not caused by Object.freeze()-like enums BUG=393873 R=dbeam@chromium.org,mtomasz@chromium.org Committed: https://crrev.com/12905b0c255733f273c9b6932885b0c2449e61f2 Cr-Commit-Position: refs/heads/master@{#296299}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Function -> function() #

Total comments: 6

Patch Set 3 : fixed dbeam@'s comments #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -44 lines) Patch
A + ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 chunk +5 lines, -5 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 6 chunks +5 lines, -6 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/folder_shortcuts_data_model.js View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/thumbnail_loader.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/preview_panel.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/image_loader/image_loader_client.js View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/js/cr/ui/dialogs.js View 5 chunks +15 lines, -4 lines 0 comments Download
M ui/webui/resources/js/cr/ui/splitter.js View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M ui/webui/resources/js/cr/ui/table.js View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/webui/resources/js/cr/ui/table/table_column.js View 1 2 1 chunk +7 lines, -12 lines 0 comments Download
M ui/webui/resources/js/cr/ui/table/table_column_model.js View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/webui/resources/js/cr/ui/table/table_splitter.js View 1 2 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Vitaly Pavlenko
mtomasz@, please, review ui/file_manager/ part. dbeam@, please, review ui/webui/ part.
6 years, 3 months ago (2014-09-20 01:34:17 UTC) #1
mtomasz
Thanks for the fixes! Deferring the review to fukino@ who was planning to enable the ...
6 years, 3 months ago (2014-09-20 01:44:11 UTC) #4
fukino
lgtm with nits. Thanks! https://codereview.chromium.org/575313004/diff/1/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js File ui/file_manager/file_manager/foreground/js/thumbnail_loader.js (right): https://codereview.chromium.org/575313004/diff/1/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js#newcode139 ui/file_manager/file_manager/foreground/js/thumbnail_loader.js:139: * @param {Function=} opt_onError Error ...
6 years, 3 months ago (2014-09-22 06:05:57 UTC) #6
Vitaly Pavlenko
On 2014/09/22 06:05:57, fukino wrote: > lgtm with nits. Thanks! > > https://codereview.chromium.org/575313004/diff/1/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js > File ...
6 years, 3 months ago (2014-09-22 17:34:26 UTC) #7
Dan Beam
On 2014/09/22 17:34:26, Vitaly Pavlenko wrote: > On 2014/09/22 06:05:57, fukino wrote: > > lgtm ...
6 years, 3 months ago (2014-09-22 18:39:51 UTC) #8
Vitaly Pavlenko
https://codereview.chromium.org/575313004/diff/1/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js File ui/file_manager/file_manager/foreground/js/thumbnail_loader.js (right): https://codereview.chromium.org/575313004/diff/1/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js#newcode139 ui/file_manager/file_manager/foreground/js/thumbnail_loader.js:139: * @param {Function=} opt_onError Error callback. On 2014/09/22 06:05:57, ...
6 years, 3 months ago (2014-09-22 20:10:18 UTC) #9
Dan Beam
https://codereview.chromium.org/575313004/diff/20001/ui/webui/resources/js/cr/ui/splitter.js File ui/webui/resources/js/cr/ui/splitter.js (right): https://codereview.chromium.org/575313004/diff/20001/ui/webui/resources/js/cr/ui/splitter.js#newcode41 ui/webui/resources/js/cr/ui/splitter.js:41: * @param {number} doc The zoom factor of the ...
6 years, 3 months ago (2014-09-23 02:26:33 UTC) #10
Vitaly Pavlenko
https://codereview.chromium.org/575313004/diff/20001/ui/webui/resources/js/cr/ui/splitter.js File ui/webui/resources/js/cr/ui/splitter.js (right): https://codereview.chromium.org/575313004/diff/20001/ui/webui/resources/js/cr/ui/splitter.js#newcode41 ui/webui/resources/js/cr/ui/splitter.js:41: * @param {number} doc The zoom factor of the ...
6 years, 3 months ago (2014-09-23 20:21:59 UTC) #11
Dan Beam
lgtm
6 years, 3 months ago (2014-09-23 20:25:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/575313004/60001
6 years, 3 months ago (2014-09-23 22:25:27 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 3142f9528216ef8722c7ad13c7097b49f4d2c9ae
6 years, 3 months ago (2014-09-23 23:35:51 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-23 23:36:31 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/12905b0c255733f273c9b6932885b0c2449e61f2
Cr-Commit-Position: refs/heads/master@{#296299}

Powered by Google App Engine
This is Rietveld 408576698