summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/file_system
Commit message (Expand)AuthorAgeFilesLines
* Move ExtensionPrefs and friends to extensions/ directory.derat@chromium.org2014-01-221-1/+1
* Reject filesystem root entries as args for chrome.fileSystem functions.sammc@chromium.org2014-01-171-0/+10
* Make chrome.fileSystem.chooseEntry work on Google Drive directories.kinaba@chromium.org2014-01-172-0/+69
* Add tests for Google Drive integration in chrome.fileSystem API on Chrome OS.kinaba@chromium.org2014-01-161-0/+124
* Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."avi@chromium.org2013-12-242-5/+5
* Revert 242450 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-242-5/+5
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-242-5/+5
* Add mount option parameter to ExternalMountPoints::RegisterFileSystem.kinaba@chromium.org2013-12-111-1/+4
* Convert string16 to use base namespace.brettw@chromium.org2013-12-091-3/+3
* Adds write-from-local-file support for the ImageWriterPrivate API.haven@chromium.org2013-12-041-58/+16
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Remove ExtensionPrefFactory's dependency on Profile.derat@chromium.org2013-12-031-0/+1
* Simplify file_system_api::GetLastChooseEntryDirectory().thestig@chromium.org2013-11-043-40/+30
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-282-22/+21
* Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.yoz@chromium.org2013-10-081-1/+1
* Fix an uninitialized field in the fileSystem.retainEntry implementation.sammc@chromium.org2013-10-022-3/+2
* Introduce AppsClient and use it in apps to get the loaded profiles list.benwells@chromium.org2013-09-131-0/+1
* Enable fileSystem.directory in dev channel.sammc@chromium.org2013-09-101-9/+0
* Fix a crash in the FileSystem API when the app window closes during a call.sammc@chromium.org2013-09-101-0/+2
* Implement graylisting for sensitive directories in the file system API.sammc@chromium.org2013-09-033-4/+215
* Add support for directory access to the file system API.sammc@chromium.org2013-08-293-35/+206
* Use only app permissions to decide if file entries should be writable.sammc@chromium.org2013-08-293-221/+59
* Replace path blacklisting by filesystem type whitelisting.sammc@chromium.org2013-08-232-164/+11
* Move apps tests from c/b/extensions to c/b/apps and refine DEPS.benwells@chromium.org2013-08-151-1/+1
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-2/+2
* Move ShellWindowRegistry to appsbenwells@chromium.org2013-08-091-2/+3
* Manage fan-in for writable file entry checking on the UI thread.sammc@chromium.org2013-08-061-22/+26
* Add to sammc@chromium.org to chrome/browser/extensions/api/file_system/OWNERS.sammc@chromium.org2013-08-061-0/+1
* Support choosing multiple files with fileSystem.chooseEntry.sammc@chromium.org2013-08-023-118/+356
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-2/+2
* Move ShellWindow into apps component.benwells@chromium.org2013-07-011-1/+2
* Move [Get|Set]LastChooseEntryDictionary from ExtensionPrefs to FileSystemAPIrdevlin.cronin@chromium.org2013-06-283-37/+91
* Revert 208927 "Move ShellWindow into apps component."asvitkine@chromium.org2013-06-271-2/+1
* Move ShellWindow into apps component.benwells@chromium.org2013-06-271-1/+2
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-6/+2
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-1/+1
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-172-3/+5
* Use a direct include of strings headers in chrome/browser/extensions/, part 1.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-092-2/+2
* Second try at better workaround for win dbg extensions api browser tests.asargent@chromium.org2013-06-051-1/+7
* File system API: whitelist the Downloads dir on Chrome OS.hshi@chromium.org2013-06-042-5/+46
* Don't return writable file entries from sensitive directories.sammc@chromium.org2013-05-312-4/+124
* Split FileAPI code for common|common_child|rendererkinuko@chromium.org2013-05-281-2/+2
* Add support for persistent file access in apps.sammc@chromium.org2013-05-253-30/+207
* Move more browser-specific webkit/fileapi code to webkit/browser/fileapikinuko@chromium.org2013-05-241-2/+2
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-2/+1
* drive: Rename drive_file_sytem_util to file_system_utilsatorux@chromium.org2013-04-261-1/+1