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

Issue 24373002: OpenFileSystem should accept not mount_type but lower filesystem type (Closed)

Created:
7 years, 3 months ago by nhiroki
Modified:
7 years, 3 months ago
Reviewers:
satorux1
CC:
chromium-reviews, nkostylev+watch_chromium.org, tzik+watch_chromium.org, oshima+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, kinuko
Visibility:
Public.

Description

OpenFileSystem should accept not mount_type but lower filesystem type FileSystemContext::ResolveURL which will be enabled by the Blink side change[1] passes not a mount_type (ex. kFileSystemTypeExternal) but a lower filesystem type (ex. kFileSystemTypeNativeLocal) into FileSystemBackend::OpenFileSystem. [1] https://codereview.chromium.org/24376002/ BUG=177137, 297412 TEST=browser_tests --gtest_filter=FileDisplay/FileManagerBrowserTest.* (with Blink patch) TEST=unit_tests --gtest_filter=ChromeOSFileSystemBackendTest.* NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224991

Patch Set 1 : #

Total comments: 3

Patch Set 2 : add TODO comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M chrome/browser/chromeos/fileapi/file_system_backend.cc View 1 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
nhiroki
Hi satoru-san, can you review this? Thanks.
7 years, 3 months ago (2013-09-23 17:49:46 UTC) #1
kinuko
https://codereview.chromium.org/24373002/diff/3001/chrome/browser/chromeos/fileapi/file_system_backend.cc File chrome/browser/chromeos/fileapi/file_system_backend.cc (right): https://codereview.chromium.org/24373002/diff/3001/chrome/browser/chromeos/fileapi/file_system_backend.cc#newcode116 chrome/browser/chromeos/fileapi/file_system_backend.cc:116: GetFileSystemName(origin_url, mount_type), Hmm... this looks to be a very ...
7 years, 3 months ago (2013-09-23 23:57:34 UTC) #2
satorux1
https://codereview.chromium.org/24373002/diff/3001/chrome/browser/chromeos/fileapi/file_system_backend.cc File chrome/browser/chromeos/fileapi/file_system_backend.cc (right): https://codereview.chromium.org/24373002/diff/3001/chrome/browser/chromeos/fileapi/file_system_backend.cc#newcode116 chrome/browser/chromeos/fileapi/file_system_backend.cc:116: GetFileSystemName(origin_url, mount_type), On 2013/09/23 23:57:34, kinuko wrote: > Hmm... ...
7 years, 3 months ago (2013-09-24 04:12:50 UTC) #3
nhiroki
Updated. Can you take another look? Thanks! https://codereview.chromium.org/24373002/diff/3001/chrome/browser/chromeos/fileapi/file_system_backend.cc File chrome/browser/chromeos/fileapi/file_system_backend.cc (right): https://codereview.chromium.org/24373002/diff/3001/chrome/browser/chromeos/fileapi/file_system_backend.cc#newcode116 chrome/browser/chromeos/fileapi/file_system_backend.cc:116: GetFileSystemName(origin_url, mount_type), ...
7 years, 3 months ago (2013-09-24 06:14:28 UTC) #4
satorux1
lgtm
7 years, 3 months ago (2013-09-24 06:19:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nhiroki@chromium.org/24373002/14001
7 years, 3 months ago (2013-09-24 06:21:29 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=79935
7 years, 3 months ago (2013-09-24 12:00:57 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nhiroki@chromium.org/24373002/14001
7 years, 3 months ago (2013-09-24 13:24:35 UTC) #8
commit-bot: I haz the power
7 years, 3 months ago (2013-09-24 13:25:19 UTC) #9
Message was sent while issue was closed.
Change committed as 224991

Powered by Google App Engine
This is Rietveld 408576698