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

Issue 553263003: Remove util.platform from Files app. (Closed)

Created:
6 years, 3 months ago by mtomasz
Modified:
6 years, 3 months ago
Reviewers:
hirono
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yoshiki+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove util.platform from Files app. This namespace was used for transition between old apps v1 and v2, which is completed. There is no need to keep this redundant layer. TEST=Manually tested Files app, Gallery and a Video player. BUG=412653 Committed: https://crrev.com/a9ba631052f6309f669bb06906e1872998e220f6 Cr-Commit-Position: refs/heads/master@{#294583}

Patch Set 1 #

Patch Set 2 : Cleaned up. #

Total comments: 7

Patch Set 3 : Fixed. #

Total comments: 8

Patch Set 4 : Fixed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -67 lines) Patch
M ui/file_manager/file_manager/background/js/background.js View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/common/js/util.js View 1 2 3 5 chunks +15 lines, -48 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 2 3 5 chunks +12 lines, -7 lines 0 comments Download
M ui/file_manager/gallery/js/slide_mode.js View 1 2 4 chunks +16 lines, -10 lines 0 comments Download

Messages

Total messages: 18 (2 generated)
mtomasz
@hirono: PTAL. Thanks!
6 years, 3 months ago (2014-09-10 07:02:19 UTC) #2
hirono
https://codereview.chromium.org/553263003/diff/20001/ui/file_manager/file_manager/foreground/js/file_manager.js File ui/file_manager/file_manager/foreground/js/file_manager.js (right): https://codereview.chromium.org/553263003/diff/20001/ui/file_manager/file_manager/foreground/js/file_manager.js#newcode231 ui/file_manager/file_manager/foreground/js/file_manager.js:231: chrome.storage.local.get([this.startupPrefName_], function(values) { We can pass a single key ...
6 years, 3 months ago (2014-09-10 13:03:40 UTC) #3
mtomasz
https://codereview.chromium.org/553263003/diff/20001/ui/file_manager/file_manager/foreground/js/file_manager.js File ui/file_manager/file_manager/foreground/js/file_manager.js (right): https://codereview.chromium.org/553263003/diff/20001/ui/file_manager/file_manager/foreground/js/file_manager.js#newcode231 ui/file_manager/file_manager/foreground/js/file_manager.js:231: chrome.storage.local.get([this.startupPrefName_], function(values) { On 2014/09/10 13:03:39, hirono wrote: > ...
6 years, 3 months ago (2014-09-11 03:30:50 UTC) #4
hirono
https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode661 ui/file_manager/file_manager/common/js/util.js:661: chrome.storage.local.getPreference(util.AppCache.KEY, function(json) { chrome.storage.local.get?
6 years, 3 months ago (2014-09-11 12:40:37 UTC) #5
mtomasz
https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode661 ui/file_manager/file_manager/common/js/util.js:661: chrome.storage.local.getPreference(util.AppCache.KEY, function(json) { On 2014/09/11 12:40:37, hirono wrote: > ...
6 years, 3 months ago (2014-09-12 08:35:09 UTC) #6
hirono
https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode661 ui/file_manager/file_manager/common/js/util.js:661: chrome.storage.local.getPreference(util.AppCache.KEY, function(json) { On 2014/09/12 08:35:09, mtomasz wrote: > ...
6 years, 3 months ago (2014-09-12 08:50:21 UTC) #7
mtomasz
https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode661 ui/file_manager/file_manager/common/js/util.js:661: chrome.storage.local.getPreference(util.AppCache.KEY, function(json) { On 2014/09/12 08:50:21, hirono wrote: > ...
6 years, 3 months ago (2014-09-12 08:52:24 UTC) #8
hirono
https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode661 ui/file_manager/file_manager/common/js/util.js:661: chrome.storage.local.getPreference(util.AppCache.KEY, function(json) { On 2014/09/12 08:52:23, mtomasz wrote: > ...
6 years, 3 months ago (2014-09-12 08:55:05 UTC) #9
mtomasz
https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode661 ui/file_manager/file_manager/common/js/util.js:661: chrome.storage.local.getPreference(util.AppCache.KEY, function(json) { On 2014/09/12 08:55:05, hirono wrote: > ...
6 years, 3 months ago (2014-09-12 09:06:43 UTC) #10
hirono
https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode661 ui/file_manager/file_manager/common/js/util.js:661: chrome.storage.local.getPreference(util.AppCache.KEY, function(json) { On 2014/09/12 09:06:43, mtomasz wrote: > ...
6 years, 3 months ago (2014-09-12 09:10:33 UTC) #11
mtomasz
https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js File ui/file_manager/file_manager/common/js/util.js (right): https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode661 ui/file_manager/file_manager/common/js/util.js:661: chrome.storage.local.getPreference(util.AppCache.KEY, function(json) { On 2014/09/12 09:10:33, hirono wrote: > ...
6 years, 3 months ago (2014-09-12 09:11:48 UTC) #12
hirono
On 2014/09/12 09:11:48, mtomasz wrote: > https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js > File ui/file_manager/file_manager/common/js/util.js (right): > > https://codereview.chromium.org/553263003/diff/40001/ui/file_manager/file_manager/common/js/util.js#newcode661 > ...
6 years, 3 months ago (2014-09-12 12:20:58 UTC) #13
mtomasz
Thanks!
6 years, 3 months ago (2014-09-12 13:44:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/553263003/60001
6 years, 3 months ago (2014-09-12 13:45:07 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 239b44346ae935a60fe83361ad78f31902060f58
6 years, 3 months ago (2014-09-12 14:15:02 UTC) #17
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 14:20:03 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a9ba631052f6309f669bb06906e1872998e220f6
Cr-Commit-Position: refs/heads/master@{#294583}

Powered by Google App Engine
This is Rietveld 408576698