- aab2310 Move QuotaService from ExtensionService to ExtensionSystem by [email protected] · 11 years ago
- 59b0e60 Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. by [email protected] · 11 years ago
- 1d5cf414 Clean up extension_util.h. by [email protected] · 11 years ago
- 061a3c2 Cleanup: Move a couple argument DeepCopy() calls closer to their use site in ExtensionFunctionDispatcher. by [email protected] · 11 years ago
- fafdc84 Convert extensions::ProcessMap to BrowserContextKeyedService by [email protected] · 11 years ago
- e6e30ac Move the guts of user_metrics to a new static lib in //base/metrics. by [email protected] · 11 years ago
- 023b3d1 Update some uses of Value in chrome/browser to use the base:: namespace. by [email protected] · 11 years ago
- 6dd625e Make PepperWebPlugin not use RenderView. by [email protected] · 11 years ago
- 713a6e8 Add a BLESSED_WEB_PAGE extension JS context type to describe the context in by [email protected] · 12 years ago
- 289c44b Move c/c/e/extension_set to top-level extensions/ by [email protected] · 12 years ago
- 8637602 Convert ExtensionFunctionDispatcher from Profile to BrowserContext by [email protected] · 12 years ago
- 96e6a103 Convert ExtensionHost from Profile to BrowserContext by [email protected] · 12 years ago
- 50de9aa2 Moved ProcessMap to extensions/ by [email protected] · 12 years ago
- 98b6d94 Reland: Move ExtensionProcessManager to src/extensions, part 4 by [email protected] · 12 years ago
- 38427a1 Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/ by [email protected] · 12 years ago
- 069b0203a Revert 233956 "Move ExtensionProcessManager to src/extensions, p..." by [email protected] · 12 years ago
- 423f1fb Move ExtensionProcessManager to src/extensions, part 4 by [email protected] · 12 years ago
- d6ec84a Moved extension_api to src/extensions/common by [email protected] · 12 years ago
- 21a4008 Remove Profile dependency from ExtensionFunction by [email protected] · 12 years ago
- ab2a7e3c Replace the RenderViewHostObserver in ExtensionFunctionDispatcher with a WebContentsObserver. This is part of the effort to remove RenderViewHostObserver. by [email protected] · 12 years ago
- a7ff4b7 Moved some functions off ExtensionService into a new file extension_util. by [email protected] · 12 years ago
- ecc854a Remove activity logging of blocked API calls by [email protected] · 12 years ago
- c32e223b Update the Activity Log Private API with simpler format by [email protected] · 12 years ago
- b5b26b7 Use extension API features instead of kNonPermissionModulesNames. by [email protected] · 12 years ago
- 05602fa3 Extension activity log database refactoring (step 4) by [email protected] · 12 years ago
- 6d792d5 Extension activity log database refactoring (step 3) by [email protected] · 12 years ago
- d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
- d0fcff7 reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child by [email protected] · 12 years ago
- 34404b6 Revert 212927 "Move webkitplatformsupport_impl and related from ..." by [email protected] · 12 years ago
- 756fbde6 Move webkitplatformsupport_impl and related from glue to child by [email protected] · 12 years ago
- be9915fb Remove ExtensionURLInfo, make security decisions in render process by [email protected] · 12 years ago
- 950be55 Lazily allocate peer handles in the BrowserMessageFilter to reduce excessive by [email protected] · 12 years ago
- 1ce88e8 Allow extension popups and panels to contain WebModalDialogs such as DownloadDangerPrompt. by [email protected] · 12 years ago
- aeca23f Convert most of extensions and some other random stuff to using the base namespace for Values. by [email protected] · 12 years ago
- 2255a933 Update Blink include paths by [email protected] · 12 years ago
- 44295a1 <webview> WebRequest API tied to webview instance ID instead of guest instance ID by [email protected] · 12 years ago
- e5a440c Remove Activity Log usage of Extension objects by [email protected] · 12 years ago
- eb81c80b Revert 203950 "Remove Activity Log usage of Extension objects" by [email protected] · 12 years ago
- 120a7d8 Remove Activity Log usage of Extension objects by [email protected] · 12 years ago
- e8dad9b Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*" by [email protected] · 12 years ago
- dc24976f Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- e78b292f Revert 203618 "Remove Activity Log usage of Extension objects" by [email protected] · 12 years ago
- 46d44e0 Remove Activity Log usage of Extension objects by [email protected] · 12 years ago
- d4d43676 Revert 203218 "Remove Activity Log usage of Extension objects" by [email protected] · 12 years ago
- 75ad240 Remove Activity Log usage of Extension objects by [email protected] · 12 years ago
- 78216e1 Added logging for blocked API calls by [email protected] · 12 years ago
- 17263b2 Refactoring Activity Log code to prepare for API, summarization work by [email protected] · 12 years ago
- 35548ab Support extension API requests going directly from Pepper plugin processes to the browser process. by [email protected] · 12 years ago
- 42681ec8 Check iter == factories_.end() in ExtensionFunctionRegistry by [email protected] · 12 years ago
- 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
- 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
- e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
- f3354211 Tighten restrictions on hosted apps calling extension APIs by [email protected] · 12 years ago
- c02087b51 chrome: Kill the base::Passed(foo.Pass()) meme. by [email protected] · 12 years ago
- 7363376 Centralizes and standardizes the decision about whether to log by [email protected] · 12 years ago
- 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
- 9948505 Revert 177235 by [email protected] · 12 years ago
- 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
- 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
- efb4b08 Fix use-after-free crash in ExtensionFunctionDispatcher::Dispatch. by [email protected] · 13 years ago
- d2fe22ff Move set_include_incognito call to constructor by [email protected] · 13 years ago
- 85231d7 Make all quota-exceeding messages in the storage API explain what the failure by [email protected] · 13 years ago
- b1912d59 Move small c/b/extensions classes into extensions namespace no.1 by [email protected] · 13 years ago
- 3d0e226 Make ActiveTabPermissionManager also grant the tabs permission for by [email protected] · 13 years ago
- 44f4b13 Move ExtensionWindowController and related into extensions namespace by [email protected] · 13 years ago
- 74e21e7 Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses directly, rather by [email protected] · 13 years ago
- 21776be Cleanup: make ExtensionRequestSender manage its IPC responses directly, rather by [email protected] · 13 years ago
- b44f8ad Rename IPC::Channel and IPC::Sender in src/chrome. by [email protected] · 13 years ago
- 6280b588 Converted the rest of chrome except for extensions and favicons to user ImageSkia by [email protected] · 13 years ago
- 9938b170 Revert 140531 - Converted the rest of chrome except for extensions and favicons to user ImageSkia by [email protected] · 13 years ago
- 1dde363 Converted the rest of chrome except for extensions and favicons to user ImageSkia by [email protected] · 13 years ago
- 1c321ee Move Extension into extensions namespace by [email protected] · 13 years ago
- d72d3a6 Pull shell window stuff out of ExtensionHost and put in ShellWindow by [email protected] · 13 years ago
- b51f3562 Remove Browser dependency in ExtensionFunctionDispatcher by [email protected] · 13 years ago
- 5734e88 Segfault for self uninstall extension by [email protected] · 13 years ago
- 602542d Use Value objects instead of JSON strings in extension API response IPCs. by [email protected] · 13 years ago
- 5bc248a Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."" by [email protected] · 13 years ago
- 1508fee Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI." by [email protected] · 13 years ago
- 310311c Reland r130462: Implement FeatureProvider for ExtensionAPI." by [email protected] · 13 years ago
- 1721140 Revert 130462 - Implement FeatureProvider for ExtensionAPI. by [email protected] · 13 years ago
- 470f9502 Implement FeatureProvider for ExtensionAPI. by [email protected] · 13 years ago
- 3629691 Fix Threading of ExtensionsQuotaService by [email protected] · 13 years ago
- ae33d32 Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes. by [email protected] · 13 years ago
- e28a937 Add getters to chrome.browserAction and chrome.pageAction by [email protected] · 13 years ago
- 2b33dcd0 Refactor folders in chrome/browser/extensions/api by [email protected] · 13 years ago
- a26da2a Refactor browserAction API and pageAction API by [email protected] · 13 years ago
- 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
- 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
- c454fe67 Move Proxy Settings API from chrome/browser/extensions to chrome/browser/eextensions/api/proxy by [email protected] · 13 years ago
- 6fe1e43 gdata: Add a private extension API to get gdata files. by [email protected] · 13 years ago
- 9a0df42 Revert 125432 - gdata: Add a private extension API to get gdata files. by [email protected] · 13 years ago
- 03c5c1b3 gdata: Add a private extension API to get gdata files. by [email protected] · 13 years ago
- eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
- 6c942820 gdata: Add a private extension API to check file locations. by [email protected] · 13 years ago
- dcac1fec Initial Managed Mode extension API, supporting querying the setting and a stub for enabling the mode. by [email protected] · 13 years ago
- 9c1662b Move RenderWidgetHost and RenderViewHost interfaces to their own files. by [email protected] · 13 years ago
- 594126ba [File Manager] Show thumbnails for GData files by [email protected] · 13 years ago
- 9f76c1e Extract minimal RenderViewHost interface for embedders, leaving by [email protected] · 13 years ago
- ab813c43 Add getFontList() to Font Settings Extension API. by [email protected] · 13 years ago
- bce9459 Better fullscreen handling for Chrome OS Video Player by [email protected] · 13 years ago