1. aab2310 Move QuotaService from ExtensionService to ExtensionSystem by [email protected] · 11 years ago
  2. 59b0e60 Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. by [email protected] · 11 years ago
  3. 1d5cf414 Clean up extension_util.h. by [email protected] · 11 years ago
  4. 061a3c2 Cleanup: Move a couple argument DeepCopy() calls closer to their use site in ExtensionFunctionDispatcher. by [email protected] · 11 years ago
  5. fafdc84 Convert extensions::ProcessMap to BrowserContextKeyedService by [email protected] · 11 years ago
  6. e6e30ac Move the guts of user_metrics to a new static lib in //base/metrics. by [email protected] · 11 years ago
  7. 023b3d1 Update some uses of Value in chrome/browser to use the base:: namespace. by [email protected] · 11 years ago
  8. 6dd625e Make PepperWebPlugin not use RenderView. by [email protected] · 11 years ago
  9. 713a6e8 Add a BLESSED_WEB_PAGE extension JS context type to describe the context in by [email protected] · 12 years ago
  10. 289c44b Move c/c/e/extension_set to top-level extensions/ by [email protected] · 12 years ago
  11. 8637602 Convert ExtensionFunctionDispatcher from Profile to BrowserContext by [email protected] · 12 years ago
  12. 96e6a103 Convert ExtensionHost from Profile to BrowserContext by [email protected] · 12 years ago
  13. 50de9aa2 Moved ProcessMap to extensions/ by [email protected] · 12 years ago
  14. 98b6d94 Reland: Move ExtensionProcessManager to src/extensions, part 4 by [email protected] · 12 years ago
  15. 38427a1 Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/ by [email protected] · 12 years ago
  16. 069b0203a Revert 233956 "Move ExtensionProcessManager to src/extensions, p..." by [email protected] · 12 years ago
  17. 423f1fb Move ExtensionProcessManager to src/extensions, part 4 by [email protected] · 12 years ago
  18. d6ec84a Moved extension_api to src/extensions/common by [email protected] · 12 years ago
  19. 21a4008 Remove Profile dependency from ExtensionFunction by [email protected] · 12 years ago
  20. ab2a7e3c Replace the RenderViewHostObserver in ExtensionFunctionDispatcher with a WebContentsObserver. This is part of the effort to remove RenderViewHostObserver. by [email protected] · 12 years ago
  21. a7ff4b7 Moved some functions off ExtensionService into a new file extension_util. by [email protected] · 12 years ago
  22. ecc854a Remove activity logging of blocked API calls by [email protected] · 12 years ago
  23. c32e223b Update the Activity Log Private API with simpler format by [email protected] · 12 years ago
  24. b5b26b7 Use extension API features instead of kNonPermissionModulesNames. by [email protected] · 12 years ago
  25. 05602fa3 Extension activity log database refactoring (step 4) by [email protected] · 12 years ago
  26. 6d792d5 Extension activity log database refactoring (step 3) by [email protected] · 12 years ago
  27. d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
  28. d0fcff7 reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child by [email protected] · 12 years ago
  29. 34404b6 Revert 212927 "Move webkitplatformsupport_impl and related from ..." by [email protected] · 12 years ago
  30. 756fbde6 Move webkitplatformsupport_impl and related from glue to child by [email protected] · 12 years ago
  31. be9915fb Remove ExtensionURLInfo, make security decisions in render process by [email protected] · 12 years ago
  32. 950be55 Lazily allocate peer handles in the BrowserMessageFilter to reduce excessive by [email protected] · 12 years ago
  33. 1ce88e8 Allow extension popups and panels to contain WebModalDialogs such as DownloadDangerPrompt. by [email protected] · 12 years ago
  34. aeca23f Convert most of extensions and some other random stuff to using the base namespace for Values. by [email protected] · 12 years ago
  35. 2255a933 Update Blink include paths by [email protected] · 12 years ago
  36. 44295a1 <webview> WebRequest API tied to webview instance ID instead of guest instance ID by [email protected] · 12 years ago
  37. e5a440c Remove Activity Log usage of Extension objects by [email protected] · 12 years ago
  38. eb81c80b Revert 203950 "Remove Activity Log usage of Extension objects" by [email protected] · 12 years ago
  39. 120a7d8 Remove Activity Log usage of Extension objects by [email protected] · 12 years ago
  40. e8dad9b Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*" by [email protected] · 12 years ago
  41. dc24976f Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  42. e78b292f Revert 203618 "Remove Activity Log usage of Extension objects" by [email protected] · 12 years ago
  43. 46d44e0 Remove Activity Log usage of Extension objects by [email protected] · 12 years ago
  44. d4d43676 Revert 203218 "Remove Activity Log usage of Extension objects" by [email protected] · 12 years ago
  45. 75ad240 Remove Activity Log usage of Extension objects by [email protected] · 12 years ago
  46. 78216e1 Added logging for blocked API calls by [email protected] · 12 years ago
  47. 17263b2 Refactoring Activity Log code to prepare for API, summarization work by [email protected] · 12 years ago
  48. 35548ab Support extension API requests going directly from Pepper plugin processes to the browser process. by [email protected] · 12 years ago
  49. 42681ec8 Check iter == factories_.end() in ExtensionFunctionRegistry by [email protected] · 12 years ago
  50. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  51. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  52. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  53. f3354211 Tighten restrictions on hosted apps calling extension APIs by [email protected] · 12 years ago
  54. c02087b51 chrome: Kill the base::Passed(foo.Pass()) meme. by [email protected] · 12 years ago
  55. 7363376 Centralizes and standardizes the decision about whether to log by [email protected] · 12 years ago
  56. 4b64d71 Saves activity log calls into a database. Database interaction is loosely modeled after how history and bookmarks are saved, although I am not currently archiving the log after 3mo. by [email protected] · 12 years ago
  57. 9948505 Revert 177235 by [email protected] · 12 years ago
  58. e967576 Saves activity log calls into a database. Database interaction is loosely modeled after how history and bookmarks are saved, although I am not currently archiving the log after 3mo. by [email protected] · 12 years ago
  59. be93bba0 Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls through the ExtensionSystem. Extension services were made into ProfileKeyedServices a while ago; this replaces all the deprecated calls that ran directly through the Profile object. by [email protected] · 13 years ago
  60. efb4b08 Fix use-after-free crash in ExtensionFunctionDispatcher::Dispatch. by [email protected] · 13 years ago
  61. d2fe22ff Move set_include_incognito call to constructor by [email protected] · 13 years ago
  62. 85231d7 Make all quota-exceeding messages in the storage API explain what the failure by [email protected] · 13 years ago
  63. b1912d59 Move small c/b/extensions classes into extensions namespace no.1 by [email protected] · 13 years ago
  64. 3d0e226 Make ActiveTabPermissionManager also grant the tabs permission for by [email protected] · 13 years ago
  65. 44f4b13 Move ExtensionWindowController and related into extensions namespace by [email protected] · 13 years ago
  66. 74e21e7 Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses directly, rather by [email protected] · 13 years ago
  67. 21776be Cleanup: make ExtensionRequestSender manage its IPC responses directly, rather by [email protected] · 13 years ago
  68. b44f8ad Rename IPC::Channel and IPC::Sender in src/chrome. by [email protected] · 13 years ago
  69. 6280b588 Converted the rest of chrome except for extensions and favicons to user ImageSkia by [email protected] · 13 years ago
  70. 9938b170 Revert 140531 - Converted the rest of chrome except for extensions and favicons to user ImageSkia by [email protected] · 13 years ago
  71. 1dde363 Converted the rest of chrome except for extensions and favicons to user ImageSkia by [email protected] · 13 years ago
  72. 1c321ee Move Extension into extensions namespace by [email protected] · 13 years ago
  73. d72d3a6 Pull shell window stuff out of ExtensionHost and put in ShellWindow by [email protected] · 13 years ago
  74. b51f3562 Remove Browser dependency in ExtensionFunctionDispatcher by [email protected] · 13 years ago
  75. 5734e88 Segfault for self uninstall extension by [email protected] · 13 years ago
  76. 602542d Use Value objects instead of JSON strings in extension API response IPCs. by [email protected] · 13 years ago
  77. 5bc248a Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."" by [email protected] · 13 years ago
  78. 1508fee Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI." by [email protected] · 13 years ago
  79. 310311c Reland r130462: Implement FeatureProvider for ExtensionAPI." by [email protected] · 13 years ago
  80. 1721140 Revert 130462 - Implement FeatureProvider for ExtensionAPI. by [email protected] · 13 years ago
  81. 470f9502 Implement FeatureProvider for ExtensionAPI. by [email protected] · 13 years ago
  82. 3629691 Fix Threading of ExtensionsQuotaService by [email protected] · 13 years ago
  83. ae33d32 Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes. by [email protected] · 13 years ago
  84. e28a937 Add getters to chrome.browserAction and chrome.pageAction by [email protected] · 13 years ago
  85. 2b33dcd0 Refactor folders in chrome/browser/extensions/api by [email protected] · 13 years ago
  86. a26da2a Refactor browserAction API and pageAction API by [email protected] · 13 years ago
  87. 1a702f6f Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. This allows us to generate an additional code block that takes an ExtensionFunctionRegistry and asks it to register generated API functions. by [email protected] · 13 years ago
  88. 1cf2bc43 Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. This allows us to generate an additional code block that takes an ExtensionFunctionRegistry and asks it to register generated API functions. by [email protected] · 13 years ago
  89. c454fe67 Move Proxy Settings API from chrome/browser/extensions to chrome/browser/eextensions/api/proxy by [email protected] · 13 years ago
  90. 6fe1e43 gdata: Add a private extension API to get gdata files. by [email protected] · 13 years ago
  91. 9a0df42 Revert 125432 - gdata: Add a private extension API to get gdata files. by [email protected] · 13 years ago
  92. 03c5c1b3 gdata: Add a private extension API to get gdata files. by [email protected] · 13 years ago
  93. eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
  94. 6c942820 gdata: Add a private extension API to check file locations. by [email protected] · 13 years ago
  95. dcac1fec Initial Managed Mode extension API, supporting querying the setting and a stub for enabling the mode. by [email protected] · 13 years ago
  96. 9c1662b Move RenderWidgetHost and RenderViewHost interfaces to their own files. by [email protected] · 13 years ago
  97. 594126ba [File Manager] Show thumbnails for GData files by [email protected] · 13 years ago
  98. 9f76c1e Extract minimal RenderViewHost interface for embedders, leaving by [email protected] · 13 years ago
  99. ab813c43 Add getFontList() to Font Settings Extension API. by [email protected] · 13 years ago
  100. bce9459 Better fullscreen handling for Chrome OS Video Player by [email protected] · 13 years ago