1. 1899eec4 Do not let BUBBLE_ALERT replace any currently visible external error alert. by lazyboy · 9 years ago
  2. be6e8cf [Extensions] Remove autoconfirm code from UnpackedInstaller by rdevlin.cronin · 9 years ago
  3. b1fc1b8 Update chrome for new prefs location. by brettw · 10 years ago
  4. e863417 Observe adding external extensions via windows registry. by lazyboy · 10 years ago
  5. dcd8b10 Comparison and streaming operators for base::Version by robpercival · 10 years ago
  6. e28c9aa Remove use of GetCookieMonster in extension_service_unittest.cc by mmenke · 10 years ago
  7. 02ab7b0 Moves ui/base/resource/material_design/* to ui/base/material_design/* by varkha · 10 years ago
  8. 4159305 [Extensions] Migrate ExtensionInstallPrompt::Delegate to be a callback by rdevlin.cronin · 10 years ago
  9. 0b9b30f Allow multiple external extension install errors to be shown in hotdog menu. by lazyboy · 10 years ago
  10. 1fc00f1 Convert Pass()→std::move() in //chrome/browser/extensions by dcheng · 10 years ago
  11. a2f4804a Switch to standard integer types in chrome/browser/extensions/. by avi · 10 years ago
  12. 1dd4acd Remove all the ephemeral apps code. by benwells · 10 years ago
  13. 8a21c4f AfterStartupTask: Use ForTesting() method rather than friends. by wkorman · 10 years ago
  14. a08d7c0 Fix usage of ScopedTempDir in ExtensionServiceTest. by wkorman · 10 years ago
  15. 4ba69e6 app_sorting() in extension_prefs.h should be private and all access should go by deepak.m1 · 10 years ago
  16. 9afc621 Move the Sync-specific tests from ExtensionServiceTest into a new file by treib · 10 years ago
  17. e1d046f Remove extension_notification_observer.h/cc by limasdf · 10 years ago
  18. 40d3ad9 Apps&Extensions for Supervised Users: send permission request on outdated re-enables by treib · 10 years ago
  19. ba04525 Make ValueDeserializer::Deserialize return scoped_ptr by olli.raula · 10 years ago
  20. 3412e049 Fixes a failure in ExtensionServiceTest.LoadLocalizedTheme by varkha · 10 years ago
  21. 95e800c ExtensionSyncService: re-enable outdated extensions after they have updated to the proper version. by treib · 10 years ago
  22. c4f8e24 Don't use base::MessageLoop::{Quit,QuitClosure} in chrome/ by ki.stfu · 10 years ago
  23. 8668a30 ExtensionSyncService: only re-enable if no permissions are missing by treib · 10 years ago
  24. d630c30 [Extensions] Make const PermissionSet* const PermissionSet& where possible by rdevlin.cronin · 10 years ago
  25. e2d0fd0 [Extensions] Un-refcount PermissionSet by rdevlin.cronin · 10 years ago
  26. 50c1e52 Add syncable_prefs namespace. by sdefresne · 10 years ago
  27. e01ec2c [Extensions] Make methods return refptrs for PermissionSet by rdevlin.cronin · 10 years ago
  28. 875d078 Componentize PrefSyncableService and support classes. by sdefresne · 10 years ago
  29. e960e28 Only grant permissions to new extensions from sync if they have the expected version by treib · 10 years ago
  30. ecc63c8d ExtensionSyncService: Properly differentiate between "pending install" and "pending update". by treib · 10 years ago
  31. 8a6d989 ExtensionSyncService: listen for relevant changes instead of being explicitly called by clients. by treib · 10 years ago
  32. 37be69c Revert of base: Remove using:: declaration from version.h header. (patchset #24 id:450001 of https://codereview.chromium.org/1281313003/ ) by thakis · 10 years ago
  33. 9c2f5dc base: Remove using:: declaration from version.h header. by tfarina · 10 years ago
  34. 3220c32 Disable ExtensionServiceTest.ExternalInstallMultiple under TSan. by jyasskin · 10 years ago
  35. 35f9ed0 ExtensionSyncService cleanup by treib · 10 years ago
  36. 3202d59 Let supervised users approve escalated extension permissions by treib · 10 years ago
  37. c349453 Extension syncing: Introduce a NeedsSync pref by treib · 10 years ago
  38. d94a2214 Move JoinString to the base namespace. by brettw · 10 years ago
  39. b8788460 Revert of Move JoinString to the base namespace (patchset #9 id:160001 of https://codereview.chromium.org/1223153003/) by hongchan · 10 years ago
  40. 0eabfa00 Move JoinString to the base namespace. by brettw · 10 years ago
  41. 0c714f7c Cleanup ExtensionSyncService and SyncBundle. by treib · 10 years ago
  42. d97eede Move MatchPattern to its own header and the base namespace. by brettw · 10 years ago
  43. 1687ef3 Don't install marked default apps for enterprise users by dpolukhin · 10 years ago
  44. f221b7de chrome/browser/extensions: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  45. 6620949 [Extensions] Introduce a ScopedExtensionDialogAutoConfirm by rdevlin.cronin · 10 years ago
  46. aac30ec Remove ExtensionPrefs::SetDidExtensionEscalatePermissions. by treib · 10 years ago
  47. 231f2bb Extensions: Fix permission approvals across devices by treib · 10 years ago
  48. d0be494a Revert of Don't install OEM default apps for enterprise users (patchset #1 id:1 of https://codereview.chromium.org/1144033003/) by dpolukhin · 10 years ago
  49. 55a41a6 Prevent loading extensions when the ID in the preferences does not match by macourteau · 10 years ago
  50. 69a7e01 Do *not* grant permissions to extensions that come in via Sync disabled due to a permission increase. by treib · 10 years ago
  51. e4cf320 Don't install OEM default apps for enterprise users by dpolukhin · 10 years ago
  52. c119232 Extensions: Store disable reasons in Sync by treib · 10 years ago
  53. 2c6ef293 Add minimal profile creation version for default apps install on Chrome OS by dpolukhin · 10 years ago
  54. 0becb33 Ensure tests have an active task runner by skyostil · 10 years ago
  55. 333f169b Refactor safe-browsing build-config definitions. by nparker · 10 years ago
  56. 9e30e30 Supervised users: Re-check ManagementPolicy when ProfileIsSupervised changes. by treib · 10 years ago
  57. f832a99 Supervised users: Include extension version in update requests by treib · 10 years ago
  58. 87044453 Don't crash when trying to create an ExtensionSyncData from invalid SyncData. by yoz · 10 years ago
  59. 54a99450 Split ValueSerializer into separate Serializer and Deserializer classes. by prashhir · 10 years ago
  60. 8ecc1eb5 Supervised users: When an extension requires new permissions, send request to custodian by treib · 10 years ago
  61. 4d82f7b6 kiosk: Ensure launching latest version. by xiyuan · 10 years ago
  62. d1aa852 [Extensions] Sync the 'allowed scripting on all urls' preference by rdevlin.cronin · 10 years ago
  63. 553af320 Validate hash_sha256 checksum on .crx update. by ginkage · 11 years ago
  64. 3ef9ec9e Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  65. 3690e5be Ensure IsExtensionEnabled functions for non-installed extensions. by mlerman · 11 years ago
  66. 87bb89cbb Rename "managed (mode|user)" to "supervised user" (part 10) by treib · 11 years ago
  67. 6a37b6a4 Temporarily disable extensions and sync while a profile is locked. by mlerman · 11 years ago
  68. 47947f84 Add more management policy checking after extension installed by binjin · 11 years ago
  69. 4b36dd3 Cleanup: Better constify some strings in chrome/browser/{chromeos,extensions}. by thestig · 11 years ago
  70. 2443c2df Fix not localized strings in extension_error_reporter.cc by fatalerr · 11 years ago
  71. e6b58b5 Add policy controlled permission block list for extensions by binjin · 11 years ago
  72. 7219181 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  73. 0ea3fa90 Extract ProcessManager from ExtensionSystem. by reillyg · 11 years ago
  74. ae36a4a Standardize usage of virtual/override/final in chrome/browser/extensions/ by dcheng · 11 years ago
  75. d554614 Move manifest_url_handler to //extensions by rockot · 11 years ago
  76. 31eb1e8ec Remove unnecessary |PendingExtensionInfo::install_silently_| by pkotwicz · 11 years ago
  77. a15bee1 replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ by mostynb · 11 years ago
  78. a1a18dc Fix build when ENABLE_MANAGED_USERS is not defined by mckev · 11 years ago
  79. b245438 Add new ExtensionManagement preference by binjin · 11 years ago
  80. e92c5fcd Remove webkit/browser/, point everything to storage/browser/ instead by pilgrim · 11 years ago
  81. 1633055 Remove storage-related redirect headers in webkit/common/, update #includes and DEPS files to use storage/ directly by pilgrim · 11 years ago
  82. 1569c9b Add StandardManagementPolicyProvider implementation based on ExtensionManagement Service. by binjin · 11 years ago
  83. 65392a07 Fix bug with invalid "location" field instead of "state" field in some by reat · 11 years ago
  84. a3182da Move kWebstoreAppId constant to//extensions. by hanxi · 11 years ago
  85. 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
  86. c704794 Remove implicit conversions from scoped_refptr to T* in chrome/browser/extensions/ by dcheng · 11 years ago
  87. cd501a7 Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single storage namespace by [email protected] · 11 years ago
  88. fdd2837 Extensions: Move id_util functions to crx_file component. by [email protected] · 11 years ago
  89. 4d39078 [cros] user_manager component - move UserManagerBase and UserManager by [email protected] · 11 years ago
  90. 343a0d87 Add tests for Extension installation/update for supervised users. by [email protected] · 11 years ago
  91. adf5a10 Move extension notifications to extensions/browser/notification_types.h by [email protected] · 11 years ago
  92. 42d58f6 Fix ExtensionServiceTest.ClearExtensionData flakiness by [email protected] · 11 years ago
  93. 2a74d6f6 Remove kAppsGalleryInstallAutoConfirmForTests switch by [email protected] · 11 years ago
  94. 645439d Disable all the tests that are flaking more than 5% on ChromeOS builders. by [email protected] · 11 years ago
  95. 6ef6001 Apps&Extensions for supervised users: Allow the custodian to remotely uninstall extensions. by [email protected] · 11 years ago
  96. e43c61f Add "UninstallReason" parameter to ExtensionRegistryObserver::OnExtensionUninstalled. by [email protected] · 11 years ago
  97. 6338fa3 Apps&Extensions for supervised users: Add Extension::WAS_INSTALLED_BY_CUSTODIAN flag and proto entry. by [email protected] · 11 years ago
  98. cc2f55c Replace "external_install" boolean parameter with explicit enumeration in ExtensionUninstall method. by [email protected] · 11 years ago
  99. 9983101 Revert 281130 "Replace "external_install" boolean parameter with..." by [email protected] · 11 years ago
  100. 190e31f0 Revert 281227 "Revert 281130 "Replace "external_install" boolean..." by [email protected] · 11 years ago