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

Issue 109973002: Migrate from URLs to Entries in the Files App's gallery. (Closed)

Created:
7 years ago by mtomasz
Modified:
7 years ago
Reviewers:
hirono
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org, arv+watch_chromium.org
Visibility:
Public.

Description

Migrate from URLs to Entries in the Files App's gallery. This patch migrates from URLs in favor of Entries, wherever possible. TEST=Tested manually. Renamed, modified an image, deleted an image. BUG=326901 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240098

Patch Set 1 #

Patch Set 2 : Cleaned up. #

Total comments: 45

Patch Set 3 : Addressed comments + rebased. #

Total comments: 22

Patch Set 4 : Addressed comments. #

Total comments: 5

Patch Set 5 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -338 lines) Patch
M chrome/browser/resources/file_manager/background/js/volume_manager.js View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/directory_model.js View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/file_tasks.js View 1 2 3 4 6 chunks +8 lines, -12 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/image_editor/image_util.js View 1 2 3 10 chunks +18 lines, -52 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/image_editor/image_view.js View 1 2 3 34 chunks +89 lines, -92 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/photo/gallery.js View 1 2 3 28 chunks +74 lines, -78 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/photo/gallery_item.js View 1 2 3 6 chunks +36 lines, -44 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/photo/mosaic_mode.js View 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/photo/ribbon.js View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/photo/slide_mode.js View 1 2 3 27 chunks +44 lines, -46 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/volume_manager_wrapper.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
mtomasz
@hirono: PTAL. Thanks.
7 years ago (2013-12-09 06:13:44 UTC) #1
hirono
https://codereview.chromium.org/109973002/diff/20001/chrome/browser/resources/file_manager/foreground/js/directory_model.js File chrome/browser/resources/file_manager/foreground/js/directory_model.js (right): https://codereview.chromium.org/109973002/diff/20001/chrome/browser/resources/file_manager/foreground/js/directory_model.js#newcode942 chrome/browser/resources/file_manager/foreground/js/directory_model.js:942: * @param {Array.<string>} entries Array of URLs. nit: Please ...
7 years ago (2013-12-09 06:53:50 UTC) #2
mtomasz
https://codereview.chromium.org/109973002/diff/20001/chrome/browser/resources/file_manager/foreground/js/directory_model.js File chrome/browser/resources/file_manager/foreground/js/directory_model.js (right): https://codereview.chromium.org/109973002/diff/20001/chrome/browser/resources/file_manager/foreground/js/directory_model.js#newcode942 chrome/browser/resources/file_manager/foreground/js/directory_model.js:942: * @param {Array.<string>} entries Array of URLs. On 2013/12/09 ...
7 years ago (2013-12-10 02:37:34 UTC) #3
hirono
https://codereview.chromium.org/109973002/diff/40001/chrome/browser/resources/file_manager/background/js/volume_manager.js File chrome/browser/resources/file_manager/background/js/volume_manager.js (right): https://codereview.chromium.org/109973002/diff/40001/chrome/browser/resources/file_manager/background/js/volume_manager.js#newcode492 chrome/browser/resources/file_manager/background/js/volume_manager.js:492: e.volumeType = volumeInfo.volumeType; Please remove this property. We can ...
7 years ago (2013-12-10 03:36:53 UTC) #4
mtomasz
Thanks! https://codereview.chromium.org/109973002/diff/40001/chrome/browser/resources/file_manager/background/js/volume_manager.js File chrome/browser/resources/file_manager/background/js/volume_manager.js (right): https://codereview.chromium.org/109973002/diff/40001/chrome/browser/resources/file_manager/background/js/volume_manager.js#newcode492 chrome/browser/resources/file_manager/background/js/volume_manager.js:492: e.volumeType = volumeInfo.volumeType; On 2013/12/10 03:36:53, hirono wrote: ...
7 years ago (2013-12-10 05:07:00 UTC) #5
hirono
lgtm with nits! Thanks! https://codereview.chromium.org/109973002/diff/60001/chrome/browser/resources/file_manager/background/js/volume_manager.js File chrome/browser/resources/file_manager/background/js/volume_manager.js (right): https://codereview.chromium.org/109973002/diff/60001/chrome/browser/resources/file_manager/background/js/volume_manager.js#newcode491 chrome/browser/resources/file_manager/background/js/volume_manager.js:491: e.volumeInfo = volumeInfo; Sorry for ...
7 years ago (2013-12-10 08:49:30 UTC) #6
mtomasz
https://codereview.chromium.org/109973002/diff/60001/chrome/browser/resources/file_manager/background/js/volume_manager.js File chrome/browser/resources/file_manager/background/js/volume_manager.js (right): https://codereview.chromium.org/109973002/diff/60001/chrome/browser/resources/file_manager/background/js/volume_manager.js#newcode491 chrome/browser/resources/file_manager/background/js/volume_manager.js:491: e.volumeInfo = volumeInfo; On 2013/12/10 08:49:31, hirono wrote: > ...
7 years ago (2013-12-11 05:30:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/109973002/80001
7 years ago (2013-12-11 05:31:42 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=234256
7 years ago (2013-12-11 12:15:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/109973002/80001
7 years ago (2013-12-11 12:18:16 UTC) #10
commit-bot: I haz the power
7 years ago (2013-12-11 13:26:31 UTC) #11
Message was sent while issue was closed.
Change committed as 240098

Powered by Google App Engine
This is Rietveld 408576698