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 2299493002: Add an ability for resize in gallery. (Closed)

Created:
4 years, 3 months ago by harukam
Modified:
4 years, 3 months ago
Reviewers:
fukino
CC:
chromium-reviews, extensions-reviews_chromium.org, vitalyp+closure_chromium.org, yamaguchi+watch_chromium.org, oka+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, jlklein+watch-closure_chromium.org, oshima+watch_chromium.org, fukino+watch_chromium.org, chromium-apps-reviews_chromium.org, davemoore+watch_chromium.org, dbeam+watch-closure_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add an ability for resize in gallery. BUG=554440 TEST=browser_tests --gtest_filter=GalleryBrowserTestInGuestMode.ResizeImageOnDownloads Committed: https://crrev.com/2a9b96ee109657042e20d9e5bc82e0b430c78e87 Cr-Commit-Position: refs/heads/master@{#419151}

Patch Set 1 #

Total comments: 24

Patch Set 2 : Add an ability for resize in gallery. #

Total comments: 9

Patch Set 3 : Add an ability for resize in gallery. #

Total comments: 12

Patch Set 4 : Add an ability for resize in gallery. #

Patch Set 5 : Change UI design. #

Total comments: 28

Patch Set 6 : Change UI design. #

Patch Set 7 : Make a change in GalleryJsTest.SlideModeTest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+587 lines, -2 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/gallery_browsertest.cc View 1 2 3 4 5 1 chunk +26 lines, -0 lines 0 comments Download
M ui/file_manager/gallery/css/gallery.css View 1 2 3 4 5 3 chunks +48 lines, -0 lines 0 comments Download
M ui/file_manager/gallery/gallery.html View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
A ui/file_manager/gallery/images/100/ratio_locked.png View 1 2 3 4 Binary file 0 comments Download
A ui/file_manager/gallery/images/100/ratio_unlocked.png View 1 2 3 4 Binary file 0 comments Download
A ui/file_manager/gallery/images/100/resize.png View 1 2 3 4 Binary file 0 comments Download
A ui/file_manager/gallery/images/200/ratio_locked.png View 1 2 3 4 Binary file 0 comments Download
A ui/file_manager/gallery/images/200/ratio_unlocked.png View 1 2 3 4 Binary file 0 comments Download
A ui/file_manager/gallery/images/200/resize.png View 1 2 3 4 Binary file 0 comments Download
M ui/file_manager/gallery/js/compiled_resources.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M ui/file_manager/gallery/js/gallery.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M ui/file_manager/gallery/js/gallery_scripts.js View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/file_manager/gallery/js/image_editor/commands.js View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_editor.js View 1 2 3 4 5 5 chunks +68 lines, -0 lines 0 comments Download
A ui/file_manager/gallery/js/image_editor/image_resize.js View 1 2 3 4 5 1 chunk +277 lines, -0 lines 0 comments Download
M ui/file_manager/gallery/js/slide_mode.js View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/gallery/js/slide_mode_unittest.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/integration_tests/gallery/photo_editor.js View 1 2 3 4 5 3 chunks +86 lines, -1 line 0 comments Download

Messages

Total messages: 24 (8 generated)
harukam
Fukino-san, PTAL.
4 years, 3 months ago (2016-08-31 02:00:38 UTC) #2
fukino
Could you add a ui test to prevent this function from being broken in the ...
4 years, 3 months ago (2016-08-31 05:10:25 UTC) #3
harukam
Thanks for review. Please take another look. https://codereview.chromium.org/2299493002/diff/1/ui/file_manager/gallery/css/gallery.css File ui/file_manager/gallery/css/gallery.css (right): https://codereview.chromium.org/2299493002/diff/1/ui/file_manager/gallery/css/gallery.css#newcode757 ui/file_manager/gallery/css/gallery.css:757: url(../images/100/image-resize.png) 1x, ...
4 years, 3 months ago (2016-09-05 10:37:01 UTC) #5
fukino
https://codereview.chromium.org/2299493002/diff/20001/ui/file_manager/gallery/js/image_editor/image_editor.js File ui/file_manager/gallery/js/image_editor/image_editor.js (right): https://codereview.chromium.org/2299493002/diff/20001/ui/file_manager/gallery/js/image_editor/image_editor.js#newcode689 ui/file_manager/gallery/js/image_editor/image_editor.js:689: if(commit && this.currentMode_.name === 'image-resize') { I think this ...
4 years, 3 months ago (2016-09-05 13:44:34 UTC) #6
fukino
https://codereview.chromium.org/2299493002/diff/20001/ui/file_manager/gallery/js/image_editor/image_editor.js File ui/file_manager/gallery/js/image_editor/image_editor.js (right): https://codereview.chromium.org/2299493002/diff/20001/ui/file_manager/gallery/js/image_editor/image_editor.js#newcode689 ui/file_manager/gallery/js/image_editor/image_editor.js:689: if(commit && this.currentMode_.name === 'image-resize') { I think this ...
4 years, 3 months ago (2016-09-05 13:44:35 UTC) #7
harukam
Thanks for your review. Please take another look. https://codereview.chromium.org/2299493002/diff/20001/ui/file_manager/gallery/js/image_editor/image_editor.js File ui/file_manager/gallery/js/image_editor/image_editor.js (right): https://codereview.chromium.org/2299493002/diff/20001/ui/file_manager/gallery/js/image_editor/image_editor.js#newcode689 ui/file_manager/gallery/js/image_editor/image_editor.js:689: if(commit ...
4 years, 3 months ago (2016-09-06 08:10:29 UTC) #8
fukino
https://codereview.chromium.org/2299493002/diff/40001/ui/file_manager/gallery/js/image_editor/image_editor.js File ui/file_manager/gallery/js/image_editor/image_editor.js (right): https://codereview.chromium.org/2299493002/diff/40001/ui/file_manager/gallery/js/image_editor/image_editor.js#newcode747 ui/file_manager/gallery/js/image_editor/image_editor.js:747: * comment? https://codereview.chromium.org/2299493002/diff/40001/ui/file_manager/gallery/js/image_editor/image_editor.js#newcode749 ui/file_manager/gallery/js/image_editor/image_editor.js:749: ImageEditor.prototype.setKeyEventHandled = function(handled) { I'd ...
4 years, 3 months ago (2016-09-06 10:50:35 UTC) #9
harukam
Thanks. Please take a look again. https://codereview.chromium.org/2299493002/diff/40001/ui/file_manager/gallery/js/image_editor/image_editor.js File ui/file_manager/gallery/js/image_editor/image_editor.js (right): https://codereview.chromium.org/2299493002/diff/40001/ui/file_manager/gallery/js/image_editor/image_editor.js#newcode747 ui/file_manager/gallery/js/image_editor/image_editor.js:747: * On 2016/09/06 ...
4 years, 3 months ago (2016-09-09 10:37:43 UTC) #10
fukino
https://codereview.chromium.org/2299493002/diff/80001/chrome/browser/chromeos/file_manager/gallery_browsertest.cc File chrome/browser/chromeos/file_manager/gallery_browsertest.cc (right): https://codereview.chromium.org/2299493002/diff/80001/chrome/browser/chromeos/file_manager/gallery_browsertest.cc#newcode325 chrome/browser/chromeos/file_manager/gallery_browsertest.cc:325: IN_PROC_BROWSER_TEST_F(GalleryBrowserTestInGuestMode, ResizeImageOnDownloads) { MAYBE_ is missing https://codereview.chromium.org/2299493002/diff/80001/ui/file_manager/gallery/css/gallery.css File ui/file_manager/gallery/css/gallery.css ...
4 years, 3 months ago (2016-09-16 02:24:50 UTC) #11
harukam
fukino-san, please take another look. https://codereview.chromium.org/2299493002/diff/80001/chrome/browser/chromeos/file_manager/gallery_browsertest.cc File chrome/browser/chromeos/file_manager/gallery_browsertest.cc (right): https://codereview.chromium.org/2299493002/diff/80001/chrome/browser/chromeos/file_manager/gallery_browsertest.cc#newcode325 chrome/browser/chromeos/file_manager/gallery_browsertest.cc:325: IN_PROC_BROWSER_TEST_F(GalleryBrowserTestInGuestMode, ResizeImageOnDownloads) { On ...
4 years, 3 months ago (2016-09-16 05:21:59 UTC) #12
fukino
LGTM!
4 years, 3 months ago (2016-09-16 06:09:01 UTC) #13
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/2299493002/100001
4 years, 3 months ago (2016-09-16 06:24:15 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/279450)
4 years, 3 months ago (2016-09-16 07:35:05 UTC) #17
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/2299493002/120001
4 years, 3 months ago (2016-09-16 12:09:43 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 3 months ago (2016-09-16 12:56:06 UTC) #22
commit-bot: I haz the power
4 years, 3 months ago (2016-09-16 12:57:59 UTC) #24
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/2a9b96ee109657042e20d9e5bc82e0b430c78e87
Cr-Commit-Position: refs/heads/master@{#419151}

Powered by Google App Engine
This is Rietveld 408576698