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

Issue 2607453002: Files.app: Compile file_manager/foreground/js/metadata in v2 syntax. (Closed)

Created:
3 years, 12 months ago by fukino
Modified:
3 years, 11 months ago
Reviewers:
oka, Dan Beam
CC:
chromium-reviews, yamaguchi+watch_chromium.org, oka+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, jlklein+watch-closure_chromium.org, fukino+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Files.app: Compile file_manager/foreground/js/metadata in v2 syntax. BUG=636289 TEST=run third_party/closure_compiler/run_compiler CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2607453002 Cr-Commit-Position: refs/heads/master@{#442563} Committed: https://chromium.googlesource.com/chromium/src/+/c1a7078994c97ac791bdd45abec4fdce33900901

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : Address comments. #

Patch Set 4 : Rebase. #

Patch Set 5 : Re-rebase (PS4 had unrelated changes.) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -137 lines) Patch
M third_party/closure_compiler/compile2.py View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/audio_player/js/audio_player_scripts.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/audio_player/js/compiled_resources.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/compiled_resources2.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/externs/compiled_resources2.gyp View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
A ui/file_manager/externs/metadata_worker_window.js View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/main_scripts.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp View 1 1 chunk +170 lines, -84 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/content_metadata_provider.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/content_metadata_provider_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/exif_parser.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/external_metadata_provider.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/external_metadata_provider_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/file_system_metadata_provider_unittest.html View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/function_parallel.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/function_sequence.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/id3_parser.js View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/image_parsers.js View 7 chunks +11 lines, -11 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_item_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set.js View 1 chunk +1 line, -21 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js View 1 2 3 chunks +10 lines, -9 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_model_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_parser.js View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A ui/file_manager/file_manager/foreground/js/metadata/metadata_request.js View 1 chunk +23 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/mpeg_parser.js View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/multi_metadata_provider_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/gallery/js/compiled_resources.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_scripts.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 26 (17 generated)
fukino
dbeam@: PTAL at third_party/closure_compiler/compile2.py. external_xxx.js was accidentally detected as externs file, so I'd like to ...
3 years, 12 months ago (2016-12-26 11:36:16 UTC) #7
oka
LGTM with nits. https://codereview.chromium.org/2607453002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js File ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js (right): https://codereview.chromium.org/2607453002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js#newcode56 ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js:56: * List of registered parser classes. ...
3 years, 12 months ago (2016-12-26 12:28:28 UTC) #8
Dan Beam
heh, knew that'd bit us eventually lgtm
3 years, 11 months ago (2016-12-29 20:16:57 UTC) #9
Dan Beam
On 2016/12/29 20:16:57, Dan Beam wrote: > heh, knew that'd bit us eventually > > ...
3 years, 11 months ago (2016-12-29 20:17:05 UTC) #10
fukino
Thanks! https://codereview.chromium.org/2607453002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js File ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js (right): https://codereview.chromium.org/2607453002/diff/20001/ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js#newcode56 ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js:56: * List of registered parser classes. On 2016/12/26 ...
3 years, 11 months ago (2017-01-10 10:54:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2607453002/40001
3 years, 11 months ago (2017-01-10 10:54:46 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/132947) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 11 months ago (2017-01-10 10:56:38 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2607453002/80001
3 years, 11 months ago (2017-01-10 12:49:42 UTC) #23
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 12:54:12 UTC) #26
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/c1a7078994c97ac791bdd45abec4...

Powered by Google App Engine
This is Rietveld 408576698