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

Issue 246543002: Add script files of the separated Gallery.app. (Closed)

Created:
6 years, 8 months ago by hirono
Modified:
6 years, 7 months ago
Reviewers:
yoshiki
CC:
chromium-reviews, extensions-reviews_chromium.org, yoshiki+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, arv+watch_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

This CL adds the script files of the separated Gallery.app. Gallery.app refers a few Files.app script files, so the CL also changes so that the files can be imported from the Gallery.app BUG=358698 TEST=manually Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266531

Patch Set 1 : #

Patch Set 2 : Apply recent changes for the Gallery to the separated one. #

Total comments: 35

Patch Set 3 : Rebased. #

Patch Set 4 : Fixed. #

Patch Set 5 : Fixed. #

Patch Set 6 : Fixed. #

Patch Set 7 : Wrap a long line. #

Patch Set 8 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1253 lines, -121 lines) Patch
M ui/file_manager/file_manager/foreground/js/metadata/id3_parser.js View 1 2 1 chunk +11 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js View 1 2 3 4 5 2 chunks +14 lines, -10 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/metadata/metadata_dispatcher.js View 1 2 2 chunks +15 lines, -8 lines 0 comments Download
M ui/file_manager/file_manager/manifest.json View 1 2 3 4 1 chunk +18 lines, -1 line 0 comments Download
M ui/file_manager/file_manager_resources.grd View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/gallery/css/gallery.css View 1 2 14 chunks +105 lines, -104 lines 0 comments Download
M ui/file_manager/gallery/gallery.html View 1 2 3 1 chunk +78 lines, -0 lines 0 comments Download
M ui/file_manager/gallery/js/background.js View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
M ui/file_manager/gallery/js/gallery.js View 1 2 3 1 chunk +895 lines, -0 lines 0 comments Download
A + ui/file_manager/gallery/js/gallery_item.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_scripts.js View 1 2 3 4 5 6 1 chunk +56 lines, -5 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/commands.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/exif_encoder.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/filter.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/image_adjust.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/image_buffer.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/image_editor.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/image_encoder.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/image_transform.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/image_util.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/image_view.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/image_editor/viewport.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A ui/file_manager/gallery/js/metadata_worker.js View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A + ui/file_manager/gallery/js/mosaic_mode.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/ribbon.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/file_manager/gallery/js/slide_mode.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M ui/file_manager/gallery/manifest.json View 1 2 3 3 chunks +18 lines, -6 lines 0 comments Download

Messages

Total messages: 46 (0 generated)
hirono
PTAL the CL? Thank you!
6 years, 8 months ago (2014-04-22 03:41:49 UTC) #1
hirono
On 2014/04/22 03:41:49, hirono wrote: > PTAL the CL? Thank you! I'll update paths after ...
6 years, 8 months ago (2014-04-22 07:29:43 UTC) #2
yoshiki
https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/foreground/js/metadata/metadata_cache.js File chrome/browser/resources/file_manager/foreground/js/metadata/metadata_cache.js (right): https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/foreground/js/metadata/metadata_cache.js#newcode879 chrome/browser/resources/file_manager/foreground/js/metadata/metadata_cache.js:879: dispatcher.start(); I think, it's better to put start() after ...
6 years, 8 months ago (2014-04-23 07:08:39 UTC) #3
hirono
Thank you! https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/foreground/js/metadata/metadata_cache.js File chrome/browser/resources/file_manager/foreground/js/metadata/metadata_cache.js (right): https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/foreground/js/metadata/metadata_cache.js#newcode879 chrome/browser/resources/file_manager/foreground/js/metadata/metadata_cache.js:879: dispatcher.start(); On 2014/04/23 07:08:39, yoshiki wrote: > ...
6 years, 8 months ago (2014-04-23 08:13:15 UTC) #4
yoshiki
https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/manifest.json File chrome/browser/resources/file_manager/manifest.json (right): https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/manifest.json#newcode198 chrome/browser/resources/file_manager/manifest.json:198: "foreground/js/metadata/*.js" On 2014/04/23 08:13:15, hirono wrote: > On 2014/04/23 ...
6 years, 8 months ago (2014-04-24 03:49:40 UTC) #5
hirono
Thank you! https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/manifest.json File chrome/browser/resources/file_manager/manifest.json (right): https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/manifest.json#newcode198 chrome/browser/resources/file_manager/manifest.json:198: "foreground/js/metadata/*.js" On 2014/04/24 03:49:40, yoshiki wrote: > ...
6 years, 8 months ago (2014-04-24 05:11:15 UTC) #6
yoshiki
lgtm https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/manifest.json File chrome/browser/resources/file_manager/manifest.json (right): https://codereview.chromium.org/246543002/diff/60001/chrome/browser/resources/file_manager/manifest.json#newcode198 chrome/browser/resources/file_manager/manifest.json:198: "foreground/js/metadata/*.js" On 2014/04/24 05:11:15, hirono wrote: > On ...
6 years, 8 months ago (2014-04-24 10:09:19 UTC) #7
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 8 months ago (2014-04-24 10:10:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/120001
6 years, 8 months ago (2014-04-24 11:08:08 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-24 11:44:23 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 8 months ago (2014-04-24 11:44:24 UTC) #11
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 8 months ago (2014-04-25 06:19:04 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/150001
6 years, 8 months ago (2014-04-25 07:37:19 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 08:40:20 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 8 months ago (2014-04-25 08:40:21 UTC) #15
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 8 months ago (2014-04-27 08:32:47 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/150001
6 years, 8 months ago (2014-04-27 08:33:38 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-27 08:38:48 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 8 months ago (2014-04-27 08:38:48 UTC) #19
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 7 months ago (2014-04-28 02:25:16 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/150001
6 years, 7 months ago (2014-04-28 02:26:25 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 03:03:55 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 03:03:55 UTC) #23
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 7 months ago (2014-04-28 03:43:03 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/170001
6 years, 7 months ago (2014-04-28 03:43:47 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 04:12:49 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_x64_rel
6 years, 7 months ago (2014-04-28 04:12:49 UTC) #27
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 7 months ago (2014-04-28 04:14:08 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/170001
6 years, 7 months ago (2014-04-28 04:15:31 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 04:30:21 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 04:30:21 UTC) #31
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 7 months ago (2014-04-28 06:01:13 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/210001
6 years, 7 months ago (2014-04-28 06:01:39 UTC) #33
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 07:01:54 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 7 months ago (2014-04-28 07:01:55 UTC) #35
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 7 months ago (2014-04-28 07:28:03 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/210001
6 years, 7 months ago (2014-04-28 07:28:48 UTC) #37
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 09:05:42 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_rel
6 years, 7 months ago (2014-04-28 09:05:43 UTC) #39
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 7 months ago (2014-04-28 09:06:56 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/210001
6 years, 7 months ago (2014-04-28 09:13:49 UTC) #41
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 10:08:57 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_rel
6 years, 7 months ago (2014-04-28 10:08:58 UTC) #43
hirono
The CQ bit was checked by hirono@chromium.org
6 years, 7 months ago (2014-04-28 10:11:19 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hirono@chromium.org/246543002/210001
6 years, 7 months ago (2014-04-28 10:11:56 UTC) #45
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 12:40:07 UTC) #46
Message was sent while issue was closed.
Change committed as 266531

Powered by Google App Engine
This is Rietveld 408576698