1. 3eeddd89 Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. by [email protected] · 12 years ago
  2. df235b3 Revert 193699 "Add LoginState class to src/chromeos/login" by [email protected] · 12 years ago
  3. 1d93c48 Add LoginState class to src/chromeos/login by [email protected] · 12 years ago
  4. 6ed2e0c Prevent loading of component extensions in kiosk mode. by [email protected] · 12 years ago
  5. 931d104 Re-Re-apply 192420: Move login switches to src/chromeos" by [email protected] · 12 years ago
  6. 82b67fc Revert 192504 "Re-apply 192420: Move login switches to src/chromeos" by [email protected] · 12 years ago
  7. 0ff8bf29 Re-apply 192420: Move login switches to src/chromeos by [email protected] · 12 years ago
  8. f1cb6fa Revert 192420 "Move login switches to src/chromeos" by [email protected] · 12 years ago
  9. 6a01f63 Move login switches to src/chromeos by [email protected] · 12 years ago
  10. f12a60ed Clear OTR-related extensions state in ExtensionSystem rather than OTRProfile. by [email protected] · 12 years ago
  11. 6ac9e31 Revert 184607 by [email protected] · 12 years ago
  12. e7ecb9f Remove socket_map_.size() == 0 CHECK. by [email protected] · 12 years ago
  13. 014eb20 Make chrome/browser/extensions use base::Clock instead of MockTimeProvider by [email protected] · 12 years ago
  14. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  15. 9d02fa1 Allow launching an app from the command line using --load-and-launch-app. by [email protected] · 12 years ago
  16. 3853a4c Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. by [email protected] · 13 years ago
  17. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 13 years ago
  18. f4ebe77 Move string tokenizer to base/strings. by [email protected] · 13 years ago
  19. 1d5e58b Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file. by [email protected] · 13 years ago
  20. 24ea7a1 Stop using content's internal URLDataManager methods from chrome. by [email protected] · 13 years ago
  21. e21bdfb Check prefs before allowing extension file access in the permissions API. by [email protected] · 13 years ago
  22. ae4c37e Do not load extension system in the Profile import process. by [email protected] · 13 years ago
  23. a690e29 Change Extension State Store loading semantics. by [email protected] · 13 years ago
  24. af3920f Move ShellWindowGeometryCache's data store to Preferences. by [email protected] · 13 years ago
  25. 98b67303 DevTools: remove support for enable-extension-timeline-api. by [email protected] · 13 years ago
  26. 2def34cd Move ExtensionSystemImpl::extension_warning_service_ to ExtensionSystemImpl::shared by [email protected] · 13 years ago
  27. bb12148 Prevented loading unneeded component extension at login screen. by [email protected] · 13 years ago
  28. 695b571 Reland 171079, as it wasn't the CL that caused the perf regression by [email protected] · 13 years ago
  29. b8b5a9f4 Revert 171079 - investigating perf regression. by [email protected] · 13 years ago
  30. f574c40 Make Blacklist::IsBlacklist asynchronous (it will need to be for safe by [email protected] · 13 years ago
  31. fdd679b Pull extension blacklist and policy logic out of ExtensionPrefs and into two by [email protected] · 13 years ago
  32. b4d3771d Improve error messaging of webRequest API in case of conflicts by [email protected] · 13 years ago
  33. 53603d2 Extension reporter should listen to switches::kNoErrorDialogs by [email protected] · 13 years ago
  34. c4dc5cc Reland 166821 - Lazy initialization for ProcessesEventRouter. by [email protected] · 13 years ago
  35. d81d3a19 Revert 166813 - Lazy initialization for ProcessesEventRouter. by [email protected] · 13 years ago
  36. 58c9095 Lazy initialization for ProcessesEventRouter. by [email protected] · 13 years ago
  37. 938da06 Native Messaging revert-revert by [email protected] · 13 years ago
  38. 61e3cbe Make ExtensionActionManager an independent ProfileKeyedService by [email protected] · 13 years ago
  39. 5ed5ec5 Remove Extension's accessors for ExtensionActions. by [email protected] · 13 years ago
  40. 0f34d908 Move ownership of ExtensionAction into ExtensionSystem. by [email protected] · 13 years ago
  41. 2d6186b Revert 156678 - Native messaging now uses the MessageService back-end. by [email protected] · 13 years ago
  42. 6a17121 Revert 158830 - Revert 156678 - Native messaging now uses the MessageService back-end. by [email protected] · 13 years ago
  43. 24b74f2 Revert 156678 - Native messaging now uses the MessageService back-end. by [email protected] · 13 years ago
  44. 79cb81bb Reset registered events and dispatch runtime.onInstalled to all extensions when by [email protected] · 13 years ago
  45. 1c84ebb Native messaging now uses the MessageService back-end. by [email protected] · 13 years ago
  46. 9827043 Enforce the 'requirements' field in manifests. by [email protected] · 13 years ago
  47. 73cc9f9 Revert 155861 - Enforce the 'requirements' field in manifests. by [email protected] · 13 years ago
  48. 90848a5e Enforce the 'requirements' field in manifests. by [email protected] · 13 years ago
  49. cb610dc First part of remembering platform app window geometry. by [email protected] · 13 years ago
  50. 47b89656 Plumb invalidations from Tango to the extensions code for the Push Messaging API. by [email protected] · 13 years ago
  51. 9b7cecf Move MessageService into it's own directory. by [email protected] · 13 years ago
  52. d57a089c Only set the channel from ExtensionSystem if there hasn't been one set already. by [email protected] · 13 years ago
  53. d9ede58 Move small c/b/extensions classes into extensions namespace no.2 by [email protected] · 13 years ago
  54. 9656bc5 Fix: create ExtensionInfoMap earlier. by [email protected] · 13 years ago
  55. d69d7b17 Properly propagate the current Chrome channel into the Feature system on the by [email protected] · 13 years ago
  56. 3dfa4c0 Refactor and fix declarative webRequest API permissions by [email protected] · 13 years ago
  57. 40404bc Moved ExtensionMessage* into extensions namespace by [email protected] · 13 years ago
  58. 5a38dfd Move ExtensionEventRouter and related into extensions namespace by [email protected] · 13 years ago
  59. 931186e0 Refactored away the abomination of poor object-oriented design that was APIResourceController. by [email protected] · 13 years ago
  60. bd30672 Move ExtensionSystem into extensions namespace by [email protected] · 13 years ago
  61. 4575961 Moved ExtensionPrefs and related into extensions namespace by [email protected] · 13 years ago
  62. d7fbc09 Persist declarative rules to the extension state store. by [email protected] · 13 years ago
  63. 64a82a5 Refactor chrome.alarms interface to support absolute alarm deadlines. by [email protected] · 13 years ago
  64. 90e800c Unrevert r141537: Add extensions::StateStore and use that instead of by [email protected] · 13 years ago
  65. ff2758f5 Revert r141537: Add extensions::StateStore and use that instead of by [email protected] · 13 years ago
  66. f9d3218 Add extensions::StateStore and use that instead of ExtensionPrefs for by [email protected] · 13 years ago
  67. 5115ccc Move all the feature related stuff into extensions/features by [email protected] · 13 years ago
  68. 6518715 Refactor the various ways to control what users can do to extensions. by [email protected] · 13 years ago
  69. 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
  70. 50c7863 Only read VersionInfo::Channel on the browser process. by [email protected] · 13 years ago
  71. ef92e17 Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it. by [email protected] · 13 years ago
  72. 8e7b2cf4 Disable loading of unpacked extensions when '*' is blacklisted, both via the UI and via the --load-extension switch. by [email protected] · 13 years ago
  73. aa72d27 Fix NULL pointer access by [email protected] · 13 years ago
  74. 3863d40 Fix memory leak caused by Rules Registries by [email protected] · 13 years ago
  75. ca6df68 Finish implementation of chrome.experimental.alarms API, with nifty by [email protected] · 13 years ago
  76. ef9bba1 Make ExtensionPrefValueMap a ProfileKeyedService. by [email protected] · 13 years ago
  77. 83055ea7 Move some of the new transient background page stuff into the extensions by [email protected] · 13 years ago
  78. b813ed7 Hook up WebRequestRulesRegistry into old WebRequest API by [email protected] · 13 years ago
  79. 749d59a Add ExtensionSytem::Get(Profile*) as a wrapper around by [email protected] · 13 years ago
  80. 31d8f5f2 Reland 125805 - Reland 124817 - A profile-keyed service for Extensions, ExtensionSystem. by [email protected] · 13 years ago
  81. e15be2b Revert "Reland 124817 - Take extensions out of Profile into a profile-keyed service, ExtensionSystem." by [email protected] · 13 years ago
  82. 6d8c599 Reland 124817 - Take extensions out of Profile into a profile-keyed service, ExtensionSystem. by [email protected] · 13 years ago
  83. 9cf1c2d4 Revert 124817 - Take extensions out of Profile into a profile-keyed service, ExtensionSystem. by [email protected] · 13 years ago
  84. ae57f865 Take extensions out of Profile into a profile-keyed service, ExtensionSystem. by [email protected] · 13 years ago