summaryrefslogtreecommitdiffstats
path: root/apps/saved_files_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-2/+2
* Remove kint32max.avi2015-12-101-2/+3
* Remove all the ephemeral apps code.benwells2015-12-091-3/+1
* ScopedPtrMap -> std::map from apps, ash, media, uilimasdf2015-11-201-4/+4
* [Extensions] Make const PermissionSet* const PermissionSet& where possiblerdevlin.cronin2015-09-301-1/+1
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-251-33/+22
* Move extension notifications to extensions/browser/notification_types.hjamescook@chromium.org2014-07-311-2/+3
* Remove deprecated permissions functions from Extensionrdevlin.cronin@chromium.org2014-06-061-1/+2
* Moved IS_EPHEMERAL flag to extension prefstmdiep@chromium.org2014-05-221-1/+2
* Move ExtensionHost from src/chrome to src/extensionsjamescook@chromium.org2014-03-211-1/+1
* Do not allow ephemeral apps to retain filesystem entriestmdiep@chromium.org2014-03-051-1/+2
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-0/+1
* Remove ExtensionService dependencies from src/appsjamescook@chromium.org2014-01-241-2/+0
* Move ExtensionPrefs and friends to extensions/ directory.derat@chromium.org2014-01-221-1/+1
* Update uses of Value in android_webview, apps, ash, cc to use the base:: name...avi@chromium.org2013-12-211-8/+8
* Remove ExtensionPrefFactory's dependency on Profile.derat@chromium.org2013-12-031-0/+1
* Move PermissionSet to top-level extensions.yoz@chromium.org2013-10-291-1/+1
* Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.yoz@chromium.org2013-10-081-1/+1
* Add support for directory access to the file system API.sammc@chromium.org2013-08-291-7/+19
* Use only app permissions to decide if file entries should be writable.sammc@chromium.org2013-08-291-20/+7
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* Rename fileSystem.retainFiles to fileSystem.retainEntries.sammc@chromium.org2013-07-041-1/+1
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-171-0/+2
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Display the list of retained files in the extension permissions dialog.sammc@chromium.org2013-06-081-7/+23
* Add support for persistent file access in apps.sammc@chromium.org2013-05-251-0/+441