1. 21db9ef Support remote installation of extensions and apps. by [email protected] · 11 years ago
  2. 46f3e10 Remove ExtensionService::IsExternalExtensionUninstalled() by [email protected] · 11 years ago
  3. d8fd0fd Introduce an extension parameter which is used to customize the extension. It's available for external extensions on Windows by using a registry key. The installer can set this parameter per user. by [email protected] · 11 years ago
  4. f3d3b38 Remove the last c/b/e/extension_service.h includes from src/extensions by [email protected] · 11 years ago[Renamed (94%) from extensions/browser/pending_extension_manager.h]
  5. b52f8ca Moved some more dependencies of ExtensionService to extensions by [email protected] · 12 years ago[Renamed (93%) from chrome/browser/extensions/pending_extension_manager.h]
  6. e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
  7. 464213a Honor creation_flags for external extensions with update URL by [email protected] · 12 years ago
  8. d42c1115 Move Feature and Manifest to top-level extensions. by [email protected] · 12 years ago
  9. 9f4e4f08 Auto-install/uninstall shared module dependencies for extensions. by [email protected] · 12 years ago
  10. 1f04ef4 Move Version to base namespace. by [email protected] · 12 years ago
  11. 1d5e58b Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file. by [email protected] · 13 years ago
  12. 4ec0f4b Prevent duplicate installations of an extension when the new installation has the same version and location as the pending installation. by [email protected] · 13 years ago
  13. 9bd9a686 Garbage collect extensions only if there are no pending extension installs that could still be using the Temp directory. by [email protected] · 13 years ago
  14. d31e19e Reland 152221 - chromeos: Sync animation. by [email protected] · 13 years ago
  15. 97648ff Revert 152221 - chromeos: Sync animation. by [email protected] · 13 years ago
  16. d42ef8ac chromeos: Sync animation. by [email protected] · 13 years ago
  17. 3f213ad Move PendingExtensionManager and PendingExtensionInfo into extensions namespace by [email protected] · 13 years ago
  18. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  19. 51a3bf8b Caused pending extensions to install in the proper order (i.e. the order that users have clicked) rather than alphabetically. by [email protected] · 13 years ago
  20. 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
  21. e398785 Prevent external extension providers from overwriting an extension with an older version, when both are loaded from local CRX files. by [email protected] · 13 years ago
  22. 42a08165 Split ExtensionUpdater into two smaller classes. by [email protected] · 13 years ago
  23. 9060d8b0 Refactor PendingExtensionManager for clarity and consistency. by [email protected] · 14 years ago
  24. 7576451 Make extension installs from sync be from_webstore. by [email protected] · 14 years ago
  25. 6cc7dbae [Extensions] Remove enabled flag from PendingExtensionInfo by [email protected] · 14 years ago
  26. 81b14cc [Extension] Remove concept of initial incognito state by [email protected] · 14 years ago
  27. a78286f [Extensions] Remove dead code in PendingExtensionManager by [email protected] · 14 years ago
  28. 145a317b When two extension sources request the same extension, the source with higher priority wins. by [email protected] · 14 years ago
  29. 2859946f Generalize ExtensionUpdateService to ExtensionServiceInterface by [email protected] · 14 years ago
  30. b2907fd Move ExtensionService code that manages pending extensions into its own class. by [email protected] · 14 years ago
  31. 9c7ec6d Revert 79407 - Move ExtensionService code that manages pending extensions into its own class. by [email protected] · 14 years ago
  32. 26d287c Move ExtensionService code that manages pending extensions into its own class. by [email protected] · 14 years ago