1. 868a94be SavedFilesServiceInterface in //extensions by michaelpg · 8 years ago
  2. 05e9e69 Use ScopedDictionaryPrefUpdate in extensions. by Sam McNally · 8 years ago
  3. dbdcdcc Add chrome/browser/apps/BUILD.gn and move Chrome-specific code there by michaelpg · 8 years ago
  4. 4d80e56 Remove Profile usage from //apps by michaelpg · 8 years ago
  5. fb687dc UpdateExtensionPref will take unique_ptr<Value> by vabr · 8 years ago
  6. ced8fb1c Remove base::ScopedPtrHashMap from apps/. by avi · 9 years ago
  7. 4670299 Replace deprecated version of SetWithoutPathExpansion under src/apps by corona10 · 9 years ago
  8. edb3f07 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  9. ecb4a22b convert //apps to std::unique_ptr by mostynb · 9 years ago
  10. e4860045 Global conversion of Pass()→std::move() on OS==linux by dcheng · 10 years ago
  11. d0181f3 Remove kint32max. by avi · 10 years ago
  12. 1dd4acd Remove all the ephemeral apps code. by benwells · 10 years ago
  13. 918cc2e9 ScopedPtrMap -> std::map from apps, ash, media, ui by limasdf · 10 years ago
  14. d630c30 [Extensions] Make const PermissionSet* const PermissionSet& where possible by rdevlin.cronin · 10 years ago
  15. f59c7a8 Update usages of std::map to use ScopedPtrMap. by mgiuca · 10 years ago
  16. adf5a10 Move extension notifications to extensions/browser/notification_types.h by [email protected] · 11 years ago
  17. 076ebeda Remove deprecated permissions functions from Extension by [email protected] · 11 years ago
  18. 411f8ae Moved IS_EPHEMERAL flag to extension prefs by [email protected] · 11 years ago
  19. 22401dc Move ExtensionHost from src/chrome to src/extensions by [email protected] · 11 years ago
  20. 3d925dd Do not allow ephemeral apps to retain filesystem entries by [email protected] · 11 years ago
  21. 59b0e60 Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. by [email protected] · 12 years ago
  22. 2d9f2a79 Remove ExtensionService dependencies from src/apps by [email protected] · 12 years ago
  23. 489db084 Move ExtensionPrefs and friends to extensions/ directory. by [email protected] · 12 years ago
  24. 53b14ea Update uses of Value in android_webview, apps, ash, cc to use the base:: namespace. by [email protected] · 12 years ago
  25. 367d9b17 Remove ExtensionPrefFactory's dependency on Profile. by [email protected] · 12 years ago
  26. 5a55f3f Move PermissionSet to top-level extensions. by [email protected] · 12 years ago
  27. 793964a Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions. by [email protected] · 12 years ago
  28. 6b7ecdd Add support for directory access to the file system API. by [email protected] · 12 years ago
  29. ffb8706 Use only app permissions to decide if file entries should be writable. by [email protected] · 12 years ago
  30. fdf40f3e Updates some includes of chrome_notification_types.h by [email protected] · 12 years ago
  31. 73f73a0 Rename fileSystem.retainFiles to fileSystem.retainEntries. by [email protected] · 12 years ago
  32. 5a0613d3 Change ApiResourceManager to use ProfileKeyedApi. by [email protected] · 12 years ago
  33. 14c1c23 Rename base/hash_tables to base/containers/hash_tables. by [email protected] · 12 years ago
  34. a2886e8b Display the list of retained files in the extension permissions dialog. by [email protected] · 12 years ago
  35. 961745f Add support for persistent file access in apps. by [email protected] · 12 years ago