summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/file_system/file_system_api.h
Commit message (Expand)AuthorAgeFilesLines
* [ew] Add API methods for the upcoming Entry Watcher API.mtomasz@chromium.org2014-08-111-0/+31
* Rename "CheckWritable" to "PrepareForWritableApp" to reflect the actual behav...kinaba@chromium.org2014-06-031-1/+1
* Refactor "IsUnderDriveMountPoint" in v2 app code for generalization to non-Dr...kinaba@chromium.org2014-05-291-5/+6
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-031-4/+4
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-301-3/+3
* Media Galleries: Prune uninteresting folders when scanning.thestig@chromium.org2014-02-261-4/+5
* Simplify file_system_api::GetLastChooseEntryDirectory().thestig@chromium.org2013-11-041-4/+3
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-281-6/+6
* Implement graylisting for sensitive directories in the file system API.sammc@chromium.org2013-09-031-0/+14
* Add support for directory access to the file system API.sammc@chromium.org2013-08-291-2/+20
* Use only app permissions to decide if file entries should be writable.sammc@chromium.org2013-08-291-11/+1
* Support choosing multiple files with fileSystem.chooseEntry.sammc@chromium.org2013-08-021-22/+31
* Move [Get|Set]LastChooseEntryDictionary from ExtensionPrefs to FileSystemAPIrdevlin.cronin@chromium.org2013-06-281-0/+22
* Add support for persistent file access in apps.sammc@chromium.org2013-05-251-0/+42
* Remember the directory of chrome.fileSystem.chooseEntry between calls.sammc@chromium.org2013-04-181-2/+7
* Make chrome.filesystem API fully work with the Chrome OS Google Drive folder.kinaba@chromium.org2013-03-251-3/+4
* Change chrome.filesystem to handle the Chrome OS Drive file entries directly.kinaba@chromium.org2013-03-251-0/+5
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-8/+8
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-4/+7
* Bring back the file dialogs for chrome AURA. ananta@chromium.org2013-01-171-1/+1
* Rename chrome.fileSystem apis to be expandable to directories if we wish.benwells@chromium.org2012-09-141-9/+9
* Updates file type selector for fileSystem APIthorogood@chromium.org2012-08-081-0/+14
* Remove redirection header and add "ui::" before all SelectFileDialog usage.erg@chromium.org2012-07-311-2/+2
* Add isWritableFileEntry to the fileSystem APIthorogood@chromium.org2012-07-191-0/+9
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add fileSystemWrite permission for platform apps.benwells@chromium.org2012-06-281-19/+29
* Add tests for chrome.fileSystem app API.benwells@chromium.org2012-06-251-0/+6
* Implement fileSystem.chooseFile.benwells@chromium.org2012-06-151-5/+34
* Allow platform apps to get writable FileEntry objects from readable ones.benwells@chromium.org2012-06-131-0/+15
* Implement extension API chrome.fileSystem.getDisplayPath().benwells@chromium.org2012-06-081-0/+24