1. 08f72855 cros: Implement default app ordering. by [email protected] · 13 years ago
  2. 65992d5 Add "inspect background page" to platform app right-click menu. by [email protected] · 13 years ago
  3. 135e478 Moving preference API into api/preferences by [email protected] · 13 years ago
  4. 10eb2816 continuing from http://http://codereview.chromium.org/10823241 by [email protected] · 13 years ago
  5. b07e606e Move shared file type images into chrome://theme/ scheme by [email protected] · 13 years ago
  6. 31bb5ee6 Media Galleries: Add private onDeviceAttached and onDeviceDetached events. by [email protected] · 13 years ago
  7. 9827043 Enforce the 'requirements' field in manifests. by [email protected] · 13 years ago
  8. 73cc9f9 Revert 155861 - Enforce the 'requirements' field in manifests. by [email protected] · 13 years ago
  9. 90848a5e Enforce the 'requirements' field in manifests. by [email protected] · 13 years ago
  10. 5c09479 Allow chrome.management.setEnabled() to re-enable crashed extensions. by [email protected] · 13 years ago
  11. 36b64321 [Sync] Generalize StringOrdinal to handle ordinal_in_parent field by [email protected] · 13 years ago
  12. bc500fa Moving extension_processes_api to api/processes by [email protected] · 13 years ago
  13. be08386 Silently accept permissions on default apps install. by [email protected] · 13 years ago
  14. 330840c Allow chrome.management.setEnabled() to re-enable crashed extensions. by [email protected] · 13 years ago
  15. 6cafe35a make "reload" on chrome://extensions automatically relaunch running platform apps by [email protected] · 13 years ago
  16. e33bbc2 Disable sync for default apps by [email protected] · 13 years ago
  17. 910f72ce New implementation of default apps. by [email protected] · 13 years ago
  18. b5f1262 Make sure PushMessagingEventRouter is non-NULL before calling Shutdown() by [email protected] · 13 years ago
  19. 47b89656 Plumb invalidations from Tango to the extensions code for the Push Messaging API. by [email protected] · 13 years ago
  20. 4ee07c6 Extension white and force lists (set by policy) should have priority over auto-updated Google blacklist. by [email protected] · 13 years ago
  21. 5b9f0b5 Attached data cleanup. by [email protected] · 13 years ago
  22. e8476c99 Make search icon in omnibox results hidpi by [email protected] · 13 years ago
  23. dc9a74f7 Cleanup: Constify more ExtensionService methods, and IWYU. by [email protected] · 13 years ago
  24. eb5e4f9 Support multiple disable reasons in ExtensionPerfs by [email protected] · 13 years ago
  25. 81f0d16 Convert multiple boolean params to mask in getExtensionByIdInternal. by [email protected] · 13 years ago
  26. d9ede58 Move small c/b/extensions classes into extensions namespace no.2 by [email protected] · 13 years ago
  27. 9ce11d2 Fix android build bustage caused by r150622. by [email protected] · 13 years ago
  28. c77f235 Persist browserAction settings to the extension StateStore. by [email protected] · 13 years ago
  29. 91aa8a3 Moving font_settings extensions API to api/ by [email protected] · 13 years ago
  30. 1d4ae424 Delete dead AppsPromo code by [email protected] · 13 years ago
  31. 7e7b782e Add an installType property to the management API by [email protected] · 13 years ago
  32. 5ebd6a6 Add skeleton implementation of ExtensionPushMessagingEventRouter. by [email protected] · 13 years ago
  33. e07f2da Removing instances of profile_->GetBookmarkModel() as part of converting BookmarkModel to a PKS. by [email protected] · 13 years ago
  34. 8d92e038 Moved the AppNotification system into extensions namespace by [email protected] · 13 years ago
  35. 3a1dc57 Move ExtensionHost into extensions namespace by [email protected] · 13 years ago
  36. 3f213ad Move PendingExtensionManager and PendingExtensionInfo into extensions namespace by [email protected] · 13 years ago
  37. bf3d9df Moved CrxInstaller and CrxInstallerError into extensions namespace by [email protected] · 13 years ago
  38. 163ed19 Support chrome.windows extension API events for browserless Panels. by [email protected] · 13 years ago
  39. 1364c6d Moving input_ime to api/ . by [email protected] · 13 years ago
  40. 5a38dfd Move ExtensionEventRouter and related into extensions namespace by [email protected] · 13 years ago
  41. be28b5f4 Move files related to registry-controlled domains into a new net/base/registry_controlled_domains/ subdirectory. by [email protected] · 13 years ago
  42. 931186e0 Refactored away the abomination of poor object-oriented design that was APIResourceController. by [email protected] · 13 years ago
  43. 060d497 Refactored SettingsFrontend and forwarding of calls to the backends. by [email protected] · 13 years ago
  44. 00b3824 Add a method to create ExtensionInstallPrompt from WebContents. by [email protected] · 13 years ago
  45. d67d941 CPM Extension Uninstall Watching by [email protected] · 13 years ago
  46. 8922698 Making ExtensionService less dependent on Browser. by [email protected] · 13 years ago
  47. 5df038b Moved ExternalExtensionLoaders/Providers into extensions namespace by [email protected] · 13 years ago
  48. 9c70e0d9 Moving managed_mode to api/ . by [email protected] · 13 years ago
  49. 5243df07 Set the Feature's ChannelForTesting to Trunk during ActiveTabTest. by [email protected] · 13 years ago
  50. bd30672 Move ExtensionSystem into extensions namespace by [email protected] · 13 years ago
  51. f766a9d Protect references to ThemeService* with ENABLE_THEMES by [email protected] · 13 years ago
  52. 4575961 Moved ExtensionPrefs and related into extensions namespace by [email protected] · 13 years ago
  53. 438afb1 Fix ExtensionService::ReportExtensionLoadError's non-ASCII text handling. by [email protected] · 13 years ago
  54. a4a14765 [Sync] Move ModelType and related classes to 'syncer' namespace by [email protected] · 13 years ago
  55. 619f8618 Move application creation and extension install prompt showing off Browser and onto ExtensionTabHelper. by [email protected] · 13 years ago
  56. 1ba55cf browser: Move global error to subdir. by [email protected] · 13 years ago
  57. 65f17355 [Sync] Rename csync namespace to syncer by [email protected] · 13 years ago
  58. b70a2d9 retry r144574 with read-after-free fix. by [email protected] · 13 years ago
  59. 13e72f5 Revert r 144574 "Modify experimental identity flow to display scope descriptions and details." by [email protected] · 13 years ago
  60. 8a819cc Modify experimental identity flow to display scope descriptions and details. by [email protected] · 13 years ago
  61. c2e66e1 Move each permission classes to its own files in extensions/permissions and rename classes from ExtensionPermission* to extensions::Permission* by [email protected] · 13 years ago
  62. cb02f61 [Sync] Put everything in sync/api into csync namespace by [email protected] · 13 years ago
  63. b62972da Move chrome.downloads out of experimental to dev by [email protected] · 13 years ago
  64. 5d9cace7 Move singleton tabs off Browser. by [email protected] · 13 years ago
  65. f74d7f3 CPM Extension Event Watching by [email protected] · 13 years ago
  66. 2f8757c3 Revert 142427 - Cleaning Up Extensions When Local Content Removed by [email protected] · 13 years ago
  67. 32fc4ff7 Remove BrowserList::GetLastActive from extensions install dialog code by plumbing through the Browser window. In two places (file_manager_util.cc and download_crx_util.cc) there is no context so I left those with FindLastActiveWithProfile for now. by [email protected] · 13 years ago
  68. 8c00088 Cleaning Up Extensions When Local Content Removed by [email protected] · 13 years ago
  69. 90e800c Unrevert r141537: Add extensions::StateStore and use that instead of by [email protected] · 13 years ago
  70. ff2758f5 Revert r141537: Add extensions::StateStore and use that instead of by [email protected] · 13 years ago
  71. f9d3218 Add extensions::StateStore and use that instead of ExtensionPrefs for by [email protected] · 13 years ago
  72. 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
  73. c82da8c4 Refactoring ExtensionInstallUI to abstract the Browser references. by [email protected] · 13 years ago
  74. 6518715 Refactor the various ways to control what users can do to extensions. by [email protected] · 13 years ago
  75. 2404a2827 Implement serial API for Windows. by [email protected] · 13 years ago
  76. 3451724 Pull browser action click logic into ToolbarModelController, so that the upcoming by [email protected] · 13 years ago
  77. da5f195 Remove virtual keyboard support: by [email protected] · 13 years ago
  78. 1c321ee Move Extension into extensions namespace by [email protected] · 13 years ago
  79. 89019d6 Reland 137540 - Disable off-store extension installs by default. Also get rid of ExtensionService::IsDownloadFromGallery." by [email protected] · 13 years ago
  80. 9535043 Revert 137540 - Disable off-store extension installs by default. Also get rid of ExtensionService::IsDownloadFromGallery. by [email protected] · 13 years ago
  81. e2d720aa Move content settings extension API to content_settings dir. by [email protected] · 13 years ago
  82. 15397b4 Hack to restrict runtime API to dev channel rather than experimental. by [email protected] · 13 years ago
  83. 587b631 Disable off-store extension installs by default. Also get rid of ExtensionService::IsDownloadFromGallery. by [email protected] · 13 years ago
  84. d874814 Moves methods for finding browsers to browser_finder. by [email protected] · 13 years ago
  85. 8a4cf84 Add managedModePrivate.onChange event by [email protected] · 13 years ago
  86. 92ba7b01 Move cookies extension API to api/cookies dir. by [email protected] · 13 years ago
  87. d6abf3560 Added browser_action_pinned extension preference and modified BrowserActionContainer to show extensions based on it. by [email protected] · 13 years ago
  88. 895a1e5 [Sync] Move chrome/browser/sync/api to sync/api by [email protected] · 13 years ago
  89. f121003b Instead of marking all default apps as bookmark apps, allow it to be specified per-app. by [email protected] · 13 years ago
  90. 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
  91. caf2d44 Sync shouldn't install external extensions that user removed by [email protected] · 13 years ago
  92. 605fb810 Make platform apps get isolated storage by default. by [email protected] · 13 years ago
  93. fcb58a86 Revert order of EXTENSION_LOADED and EXTENSION_INSTALLED notifications back to by [email protected] · 13 years ago
  94. dff1e04 Fixed uninitialized use in ExtensionService, introduced in http://crrev.com/134251 by [email protected] · 13 years ago
  95. 94fde23 Fix crasher in ExtensionService::UpdateExtension. by [email protected] · 13 years ago
  96. 614d18c2 Revert 134062 (broke sync_integration_tests) - Cleaning Up Extensions When Local Content Removed by [email protected] · 13 years ago
  97. 02c3d2eb Cleaning Up Extensions When Local Content Removed by [email protected] · 13 years ago
  98. ef92e17 Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it. by [email protected] · 13 years ago
  99. 5d36e05 Make the Datatypes using new syncapi upload unrecoverable errors to breakpad. by [email protected] · 13 years ago
  100. d9709150 Have UIs call BrowserActionExecuted through ExtensionToolbarModel. by [email protected] · 13 years ago