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

Issue 1053653003: Gallery: Support RAW files in Gallery. (Closed)

Created:
5 years, 8 months ago by hirono
Modified:
5 years, 8 months ago
Reviewers:
yawano
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Gallery: Support RAW files in Gallery. * Show RAW images. * Edit and save as JPG file. BUG=396702 TEST=GalleryJsTest.GalleryItemTest Committed: https://crrev.com/a122864577433c44df8f0cb4cb0fb162a6e7d643 Cr-Commit-Position: refs/heads/master@{#323464}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix file type patterns. #

Patch Set 3 : Fixed. #

Total comments: 2

Patch Set 4 : Fix the second bind. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -93 lines) Patch
M ui/file_manager/file_manager/common/js/file_type.js View 1 1 chunk +9 lines, -9 lines 0 comments Download
M ui/file_manager/gallery/css/gallery.css View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_item.js View 6 chunks +22 lines, -24 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_item_unittest.html View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_item_unittest.js View 1 chunk +52 lines, -0 lines 0 comments Download
M ui/file_manager/gallery/js/gallery_util.js View 1 chunk +3 lines, -1 line 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_util.js View 1 2 3 6 chunks +46 lines, -46 lines 0 comments Download
M ui/file_manager/gallery/js/slide_mode.js View 1 2 6 chunks +20 lines, -9 lines 0 comments Download
M ui/file_manager/gallery/manifest.json View 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 12 (2 generated)
hirono
PTAL, thanks!
5 years, 8 months ago (2015-04-01 15:25:26 UTC) #2
yawano
https://codereview.chromium.org/1053653003/diff/1/ui/file_manager/gallery/js/image_editor/image_util.js File ui/file_manager/gallery/js/image_editor/image_util.js (right): https://codereview.chromium.org/1053653003/diff/1/ui/file_manager/gallery/js/image_editor/image_util.js#newcode531 ui/file_manager/gallery/js/image_editor/image_util.js:531: if (this.image_.src === url) Why do you do this ...
5 years, 8 months ago (2015-04-02 05:56:35 UTC) #3
hirono
Thanks! https://codereview.chromium.org/1053653003/diff/1/ui/file_manager/gallery/js/image_editor/image_util.js File ui/file_manager/gallery/js/image_editor/image_util.js (right): https://codereview.chromium.org/1053653003/diff/1/ui/file_manager/gallery/js/image_editor/image_util.js#newcode531 ui/file_manager/gallery/js/image_editor/image_util.js:531: if (this.image_.src === url) On 2015/04/02 05:56:34, yawano ...
5 years, 8 months ago (2015-04-02 07:55:47 UTC) #4
yawano
https://codereview.chromium.org/1053653003/diff/40001/ui/file_manager/gallery/js/image_editor/image_util.js File ui/file_manager/gallery/js/image_editor/image_util.js (right): https://codereview.chromium.org/1053653003/diff/40001/ui/file_manager/gallery/js/image_editor/image_util.js#newcode533 ui/file_manager/gallery/js/image_editor/image_util.js:533: targetImage.onerror = onError.bind(this, 'GALLERY_IMAGE_ERROR'); onError is already bound in ...
5 years, 8 months ago (2015-04-02 10:01:52 UTC) #5
hirono
https://codereview.chromium.org/1053653003/diff/40001/ui/file_manager/gallery/js/image_editor/image_util.js File ui/file_manager/gallery/js/image_editor/image_util.js (right): https://codereview.chromium.org/1053653003/diff/40001/ui/file_manager/gallery/js/image_editor/image_util.js#newcode533 ui/file_manager/gallery/js/image_editor/image_util.js:533: targetImage.onerror = onError.bind(this, 'GALLERY_IMAGE_ERROR'); On 2015/04/02 10:01:52, yawano wrote: ...
5 years, 8 months ago (2015-04-02 10:39:06 UTC) #6
yawano
lgtm. Thank you!
5 years, 8 months ago (2015-04-02 10:39:54 UTC) #7
hirono
Thanks!
5 years, 8 months ago (2015-04-02 11:18:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1053653003/60001
5 years, 8 months ago (2015-04-02 11:18:12 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-02 11:22:32 UTC) #11
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 20:24:25 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a122864577433c44df8f0cb4cb0fb162a6e7d643
Cr-Commit-Position: refs/heads/master@{#323464}

Powered by Google App Engine
This is Rietveld 408576698