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

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed)

Created:
5 years, 2 months ago by fukino
Modified:
5 years, 2 months ago
Reviewers:
Dan Beam, yawano
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org, jlklein+watch-closure_chromium.org, oshima+watch_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

Turn on verbose flag for compiling file_manager. BUG=543416 TEST=run closure compiler Committed: https://crrev.com/e8ef50b247b4c623fca210f7c62b47e9d9faefdd Cr-Commit-Position: refs/heads/master@{#355248}

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : Added verbose option for foregrounds. #

Total comments: 2

Patch Set 4 : Fix trailing comma #

Total comments: 11

Patch Set 5 : Rebase and address review comments. #

Total comments: 17

Patch Set 6 : List minimum set of externs in each gyp file, etc.. #

Total comments: 4

Patch Set 7 : Use type cast for createElement, fix indent. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -181 lines) Patch
M ui/file_manager/audio_player/elements/compiled_resources.gyp View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M ui/file_manager/audio_player/js/compiled_resources.gyp View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
A + ui/file_manager/compile_js.gypi View 1 2 3 4 5 1 chunk +3 lines, -10 lines 0 comments Download
M ui/file_manager/file_manager/background/js/compiled_resources.gyp View 1 2 3 4 5 3 chunks +4 lines, -3 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/directory_contents.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/navigation_list_model.js View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/file_grid.js View 1 2 3 4 2 chunks +7 lines, -10 lines 0 comments Download
M ui/file_manager/gallery/js/compiled_resources.gyp View 1 2 3 4 5 5 chunks +12 lines, -12 lines 0 comments Download
M ui/file_manager/gallery/js/gallery.js View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_data_model.js View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_data_model_unittest.html View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/gallery_data_model_unittest.js View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_item.js View 14 chunks +31 lines, -31 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_item_unittest.html View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/gallery_item_unittest.js View 5 chunks +5 lines, -5 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_scripts.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/image_editor/commands.js View 1 1 chunk +2 lines, -1 line 0 comments Download
M ui/file_manager/gallery/js/image_editor/filter.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_adjust.js View 2 chunks +1 line, -7 lines 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_editor.js View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_encoder.js View 1 2 3 4 1 chunk +1 line, -6 lines 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_transform.js View 1 2 3 4 5 6 2 chunks +14 lines, -14 lines 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_util.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_view.js View 4 chunks +4 lines, -4 lines 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_view_unittest.html View 1 1 chunk +0 lines, -5 lines 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_view_unittest.js View 7 chunks +8 lines, -8 lines 0 comments Download
M ui/file_manager/gallery/js/ribbon.js View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/gallery/js/slide_mode.js View 8 chunks +9 lines, -9 lines 0 comments Download
M ui/file_manager/gallery/js/thumbnail_mode.js View 1 4 chunks +5 lines, -5 lines 0 comments Download
M ui/file_manager/image_loader/compiled_resources.gyp View 1 2 3 4 5 3 chunks +2 lines, -3 lines 0 comments Download
M ui/file_manager/video_player/js/compiled_resources.gyp View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M ui/webui/resources/js/cr/ui/list.js View 1 2 3 4 5 6 2 chunks +11 lines, -15 lines 0 comments Download

Messages

Total messages: 20 (3 generated)
fukino
yawano@: PTAL at ui/file_manager dbeam@: PTAL at ui/webui https://codereview.chromium.org/1408533002/diff/20001/ui/file_manager/gallery/js/gallery_item.js File ui/file_manager/gallery/js/gallery_item.js (right): https://codereview.chromium.org/1408533002/diff/20001/ui/file_manager/gallery/js/gallery_item.js#newcode16 ui/file_manager/gallery/js/gallery_item.js:16: function ...
5 years, 2 months ago (2015-10-15 09:01:08 UTC) #2
yawano
https://codereview.chromium.org/1408533002/diff/20001/ui/file_manager/audio_player/js/compiled_resources.gyp File ui/file_manager/audio_player/js/compiled_resources.gyp (right): https://codereview.chromium.org/1408533002/diff/20001/ui/file_manager/audio_player/js/compiled_resources.gyp#newcode97 ui/file_manager/audio_player/js/compiled_resources.gyp:97: ], Why don't you enable closure_args:warning_level=VERBOSE for foreground page? ...
5 years, 2 months ago (2015-10-15 11:09:09 UTC) #3
fukino
Thank you! https://codereview.chromium.org/1408533002/diff/20001/ui/file_manager/audio_player/js/compiled_resources.gyp File ui/file_manager/audio_player/js/compiled_resources.gyp (right): https://codereview.chromium.org/1408533002/diff/20001/ui/file_manager/audio_player/js/compiled_resources.gyp#newcode97 ui/file_manager/audio_player/js/compiled_resources.gyp:97: ], On 2015/10/15 11:09:09, yawano wrote: > ...
5 years, 2 months ago (2015-10-15 11:23:54 UTC) #4
yawano
lgtm with small nit. Thank you! https://codereview.chromium.org/1408533002/diff/40001/ui/file_manager/audio_player/js/compiled_resources.gyp File ui/file_manager/audio_player/js/compiled_resources.gyp (right): https://codereview.chromium.org/1408533002/diff/40001/ui/file_manager/audio_player/js/compiled_resources.gyp#newcode100 ui/file_manager/audio_player/js/compiled_resources.gyp:100: ] Small nit: ...
5 years, 2 months ago (2015-10-15 11:26:44 UTC) #5
fukino
Thank you! https://codereview.chromium.org/1408533002/diff/40001/ui/file_manager/audio_player/js/compiled_resources.gyp File ui/file_manager/audio_player/js/compiled_resources.gyp (right): https://codereview.chromium.org/1408533002/diff/40001/ui/file_manager/audio_player/js/compiled_resources.gyp#newcode100 ui/file_manager/audio_player/js/compiled_resources.gyp:100: ] On 2015/10/15 11:26:43, yawano wrote: > ...
5 years, 2 months ago (2015-10-15 11:45:40 UTC) #6
Dan Beam
https://codereview.chromium.org/1408533002/diff/60001/ui/file_manager/audio_player/js/compiled_resources.gyp File ui/file_manager/audio_player/js/compiled_resources.gyp (right): https://codereview.chromium.org/1408533002/diff/60001/ui/file_manager/audio_player/js/compiled_resources.gyp#newcode45 ui/file_manager/audio_player/js/compiled_resources.gyp:45: ], please make 1 ui/file_manager/compile_js.gypi with these args and ...
5 years, 2 months ago (2015-10-16 07:15:02 UTC) #7
Dan Beam
see also: https://codereview.chromium.org/1409843002/ sorry, i didn't see your CL first https://codereview.chromium.org/1408533002/diff/60001/ui/file_manager/file_manager/common/js/volume_manager_common.js File ui/file_manager/file_manager/common/js/volume_manager_common.js (right): https://codereview.chromium.org/1408533002/diff/60001/ui/file_manager/file_manager/common/js/volume_manager_common.js#newcode179 ...
5 years, 2 months ago (2015-10-16 07:20:48 UTC) #8
fukino
Thank you Dan! Could you take another look? https://codereview.chromium.org/1408533002/diff/60001/ui/file_manager/audio_player/js/compiled_resources.gyp File ui/file_manager/audio_player/js/compiled_resources.gyp (right): https://codereview.chromium.org/1408533002/diff/60001/ui/file_manager/audio_player/js/compiled_resources.gyp#newcode45 ui/file_manager/audio_player/js/compiled_resources.gyp:45: ], ...
5 years, 2 months ago (2015-10-19 09:55:14 UTC) #9
Dan Beam
https://codereview.chromium.org/1408533002/diff/80001/ui/file_manager/compile_js.gypi File ui/file_manager/compile_js.gypi (right): https://codereview.chromium.org/1408533002/diff/80001/ui/file_manager/compile_js.gypi#newcode12 ui/file_manager/compile_js.gypi:12: '<(EXTERNS_DIR)/metrics_private.js', is this common to ALL compiled_resources.gyp files in ...
5 years, 2 months ago (2015-10-19 16:10:28 UTC) #10
Dan Beam
https://codereview.chromium.org/1408533002/diff/60001/ui/file_manager/gallery/js/image_editor/image_transform.js File ui/file_manager/gallery/js/image_editor/image_transform.js (right): https://codereview.chromium.org/1408533002/diff/60001/ui/file_manager/gallery/js/image_editor/image_transform.js#newcode85 ui/file_manager/gallery/js/image_editor/image_transform.js:85: this.domOverlay_ = assertInstanceof(doc.createElement('div'), HTMLDivElement); On 2015/10/19 09:55:14, fukino wrote: ...
5 years, 2 months ago (2015-10-20 00:33:38 UTC) #11
fukino
Thank you! Please take another look. https://codereview.chromium.org/1408533002/diff/80001/ui/file_manager/compile_js.gypi File ui/file_manager/compile_js.gypi (right): https://codereview.chromium.org/1408533002/diff/80001/ui/file_manager/compile_js.gypi#newcode12 ui/file_manager/compile_js.gypi:12: '<(EXTERNS_DIR)/metrics_private.js', On 2015/10/19 ...
5 years, 2 months ago (2015-10-20 04:13:08 UTC) #12
Dan Beam
lgtm https://codereview.chromium.org/1408533002/diff/80001/ui/webui/resources/js/cr/ui/list.js File ui/webui/resources/js/cr/ui/list.js (left): https://codereview.chromium.org/1408533002/diff/80001/ui/webui/resources/js/cr/ui/list.js#oldcode744 ui/webui/resources/js/cr/ui/list.js:744: }; On 2015/10/20 04:13:08, fukino wrote: > On ...
5 years, 2 months ago (2015-10-21 01:35:26 UTC) #13
fukino
Thank you! https://codereview.chromium.org/1408533002/diff/100001/ui/file_manager/gallery/js/image_editor/image_transform.js File ui/file_manager/gallery/js/image_editor/image_transform.js (right): https://codereview.chromium.org/1408533002/diff/100001/ui/file_manager/gallery/js/image_editor/image_transform.js#newcode85 ui/file_manager/gallery/js/image_editor/image_transform.js:85: this.domOverlay_ = assertInstanceof(doc.createElement('div'), HTMLElement); On 2015/10/21 01:35:26, ...
5 years, 2 months ago (2015-10-21 04:00:28 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1408533002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1408533002/120001
5 years, 2 months ago (2015-10-21 06:04:34 UTC) #17
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 2 months ago (2015-10-21 07:05:16 UTC) #18
commit-bot: I haz the power
Failed to apply the patch.
5 years, 2 months ago (2015-10-21 07:05:56 UTC) #19
commit-bot: I haz the power
5 years, 2 months ago (2015-10-21 07:06:12 UTC) #20
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e8ef50b247b4c623fca210f7c62b47e9d9faefdd
Cr-Commit-Position: refs/heads/master@{#355248}

Powered by Google App Engine
This is Rietveld 408576698