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

Issue 2962793002: AppShell: Enable chrome.fileSystem.retainEntry/restoreEntry (Closed)

Created:
3 years, 5 months ago by michaelpg
Modified:
3 years, 5 months ago
Reviewers:
tbarzic, sky
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, tzik, kinuko+fileapi, nhiroki, extensions-reviews_chromium.org, rkc
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

AppShell: Enable chrome.fileSystem.retainEntry/restoreEntry Implement FileSystemDelegate for AppShell. Mostly NOT_IMPLEMENTED(), but implements GetSavedFilesService(). This lets apps save and restore files in AppShell. BUG=729713 Review-Url: https://codereview.chromium.org/2962793002 Cr-Commit-Position: refs/heads/master@{#487762} Committed: https://chromium.googlesource.com/chromium/src/+/335a4e0fd2abb413d4242c0d272e06ca3d131142

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : cleanup #

Total comments: 4

Patch Set 4 : nits #

Patch Set 5 : don't return kInvalidCallingPage #

Patch Set 6 : Remove extraneous DEPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -2 lines) Patch
M extensions/shell/BUILD.gn View 1 chunk +7 lines, -0 lines 0 comments Download
A extensions/shell/browser/api/file_system/shell_file_system_delegate.h View 1 1 chunk +41 lines, -0 lines 0 comments Download
A extensions/shell/browser/api/file_system/shell_file_system_delegate.cc View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_api_client.h View 1 3 chunks +13 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_api_client.cc View 2 chunks +15 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
michaelpg
PTAL.
3 years, 5 months ago (2017-07-14 03:00:09 UTC) #4
tbarzic
lgtm https://codereview.chromium.org/2962793002/diff/40001/extensions/shell/browser/api/file_system/shell_file_system_delegate.cc File extensions/shell/browser/api/file_system/shell_file_system_delegate.cc (right): https://codereview.chromium.org/2962793002/diff/40001/extensions/shell/browser/api/file_system/shell_file_system_delegate.cc#newcode15 extensions/shell/browser/api/file_system/shell_file_system_delegate.cc:15: ShellFileSystemDelegate::ShellFileSystemDelegate() {} nit: = default https://codereview.chromium.org/2962793002/diff/40001/extensions/shell/browser/api/file_system/shell_file_system_delegate.cc#newcode41 extensions/shell/browser/api/file_system/shell_file_system_delegate.cc:41: NOTIMPLEMENTED(); ...
3 years, 5 months ago (2017-07-14 20:37:38 UTC) #5
michaelpg
rebase
3 years, 5 months ago (2017-07-18 05:00:16 UTC) #6
michaelpg
sky: +ui/shell_dialogs in extensions/shell/browser/api/file_system/DEPS tbarzic: Thanks! https://codereview.chromium.org/2962793002/diff/40001/extensions/shell/browser/api/file_system/shell_file_system_delegate.cc File extensions/shell/browser/api/file_system/shell_file_system_delegate.cc (right): https://codereview.chromium.org/2962793002/diff/40001/extensions/shell/browser/api/file_system/shell_file_system_delegate.cc#newcode15 extensions/shell/browser/api/file_system/shell_file_system_delegate.cc:15: ShellFileSystemDelegate::ShellFileSystemDelegate() {} On ...
3 years, 5 months ago (2017-07-18 05:41:05 UTC) #9
sky
Don't you also need to update a BUILD.gn to include shell_dialogs?
3 years, 5 months ago (2017-07-18 19:04:36 UTC) #10
michaelpg
On 2017/07/18 19:04:36, sky wrote: > Don't you also need to update a BUILD.gn to ...
3 years, 5 months ago (2017-07-18 21:27:50 UTC) #11
sky
On 2017/07/18 21:27:50, michaelpg wrote: > On 2017/07/18 19:04:36, sky wrote: > > Don't you ...
3 years, 5 months ago (2017-07-18 23:02:26 UTC) #12
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/2962793002/120001
3 years, 5 months ago (2017-07-19 04:07:43 UTC) #15
commit-bot: I haz the power
3 years, 5 months ago (2017-07-19 05:19:16 UTC) #19
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/335a4e0fd2abb413d4242c0d272e...

Powered by Google App Engine
This is Rietveld 408576698