| Commit message (Expand) | Author | Age | Files | Lines |
* | Add directories handling support for apps/extensions. | cmihail | 2016-02-25 | 1 | -26/+27 |
* | Switch to standard integer types in chrome/browser/extensions/. | avi | 2015-12-24 | 1 | -0/+1 |
* | [Extensions OOPI] Update extension functions to use RFH pt 2 | rdevlin.cronin | 2015-06-15 | 1 | -9/+6 |
* | Fix granting write permissions for mixed files. | mtomasz | 2015-03-17 | 1 | -53/+29 |
* | Check both final extension and combined extension to match file_handler's ext... | fukino | 2015-01-05 | 1 | -2/+8 |
* | Remove webkit/browser/, point everything to storage/browser/ instead | pilgrim | 2014-09-10 | 1 | -1/+1 |
* | Remove storage-related redirect headers in webkit/common/, update #includes a... | pilgrim | 2014-09-10 | 1 | -2/+2 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 1 | -1/+1 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 1 | -9/+11 |
* | extensions: Move app.runtime API from apps to extensions. | derat@chromium.org | 2014-06-22 | 1 | -3/+1 |
* | Add FileSystemID parameter to IsolatedContext::RegisterFileSystemForPath. | kinaba@chromium.org | 2014-06-20 | 1 | -2/+4 |
* | Remove deprecated permissions functions from Extension | rdevlin.cronin@chromium.org | 2014-06-06 | 1 | -1/+3 |
* | Rename "CheckWritable" to "PrepareForWritableApp" to reflect the actual behav... | kinaba@chromium.org | 2014-06-03 | 1 | -7/+4 |
* | Refactor "IsUnderDriveMountPoint" in v2 app code for generalization to non-Dr... | kinaba@chromium.org | 2014-05-29 | 1 | -34/+16 |
* | Move FileHandlersInfo to /extensions and remove struct FileHandlersInfo | rdevlin.cronin@chromium.org | 2014-05-20 | 1 | -8/+6 |
* | Introduce apps API target in //apps and move app.runtime API into it | jamescook@chromium.org | 2014-03-31 | 1 | -2/+3 |
* | Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens... | jyasskin@chromium.org | 2014-03-29 | 1 | -2/+2 |
* | Remove CreatePlatformFile from browser/extensions | rvargas@chromium.org | 2014-03-18 | 1 | -15/+7 |
* | Apps: Grant sufficient permissions to the filesystem opened by fileSystem API | nhiroki@chromium.org | 2014-01-29 | 1 | -4/+6 |
* | Move ExtensionPrefs and friends to extensions/ directory. | derat@chromium.org | 2014-01-22 | 1 | -1/+1 |
* | Reject filesystem root entries as args for chrome.fileSystem functions. | sammc@chromium.org | 2014-01-17 | 1 | -0/+5 |
* | Make chrome.fileSystem.chooseEntry work on Google Drive directories. | kinaba@chromium.org | 2014-01-17 | 1 | -4/+20 |
* | Add mount option parameter to ExternalMountPoints::RegisterFileSystem. | kinaba@chromium.org | 2013-12-11 | 1 | -1/+3 |
* | Adds write-from-local-file support for the ImageWriterPrivate API. | haven@chromium.org | 2013-12-04 | 1 | -0/+50 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | ChildProcessSecurityPolicy: Add DeleteFromFileSystem permission. | thestig@chromium.org | 2013-10-22 | 1 | -0/+1 |
* | Add support for directory access to the file system API. | sammc@chromium.org | 2013-08-29 | 1 | -6/+20 |
* | Use only app permissions to decide if file entries should be writable. | sammc@chromium.org | 2013-08-29 | 1 | -4/+182 |
* | Fix per-file read permission handling for files in FileSystem API | kinuko@chromium.org | 2013-07-08 | 1 | -6/+0 |
* | Split FileAPI code for common|common_child|renderer | kinuko@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Add support for persistent file access in apps. | sammc@chromium.org | 2013-05-25 | 1 | -73/+0 |
* | Move more browser-specific webkit/fileapi code to webkit/browser/fileapi | kinuko@chromium.org | 2013-05-24 | 1 | -1/+1 |
* | Reland 200220 - Make ExtensionPrefs a ProfileKeyedService. | yoz@chromium.org | 2013-05-16 | 1 | -3/+1 |
* | Revert 200220 "Make ExtensionPrefs a ProfileKeyedService." | eugenis@chromium.org | 2013-05-15 | 1 | -1/+3 |
* | Make ExtensionPrefs a ProfileKeyedService. | yoz@chromium.org | 2013-05-15 | 1 | -3/+1 |
* | Move FileEntry code from ExtensionPrefs to FileHandlersAPI | rdevlin.cronin@chromium.org | 2013-05-08 | 1 | -4/+71 |
* | ChromeOS: Use file extensions in Files app to decide which apps to use. | sammc@chromium.org | 2013-05-07 | 1 | -17/+17 |
* | Support extension-based file-handlers for packaged apps. | sammc@chromium.org | 2013-05-03 | 1 | -8/+43 |
* | Revert "Support extension-based file-handlers for packaged apps." | iannucci@chromium.org | 2013-05-02 | 1 | -43/+8 |
* | Support extension-based file-handlers for packaged apps. | sammc@chromium.org | 2013-05-02 | 1 | -8/+43 |
* | Change chrome.filesystem to handle the Chrome OS Drive file entries directly. | kinaba@chromium.org | 2013-03-25 | 1 | -1/+2 |
* | Revert 184900 | mpearson@chromium.org | 2013-02-27 | 1 | -0/+42 |
* | Revert "Track and persist what file entries an extension has access to." | iannucci@chromium.org | 2013-02-27 | 1 | -42/+0 |
* | Track and persist what file entries an extension has access to. | koz@chromium.org | 2013-02-27 | 1 | -0/+42 |
* | Move the file_handlers parsing out of extension class. | ncj674@motorola.com | 2013-01-12 | 1 | -0/+87 |