- c697007 Make chrome.alarms API accept non-integers and too-short delays, and lower the minimum. by [email protected] · 13 years ago
- 91e51d61 Have ExtensionInstallPrompt take a WebContents 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
- 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
- 6add194 Fixed memory leak in extension_function. by [email protected] · 13 years ago
- 07ff5fd Added support for multiple parameters to Extension API callbacks. by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. 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
- 707f16c Remove message_loop_helpers.h and update the includes to point to the new location. by [email protected] · 13 years ago
- b44f8ad Rename IPC::Channel and IPC::Sender in src/chrome. by [email protected] · 13 years ago
- 31bdbfef Extension/Platform App window isolation by [email protected] · 13 years ago
- 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
- b51f3562 Remove Browser dependency in ExtensionFunctionDispatcher by [email protected] · 13 years ago
- 712627bf Only apply extension throttling quota to sync, not local. 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
- ca6df68 Finish implementation of chrome.experimental.alarms API, with nifty by [email protected] · 13 years ago
- 3629691 Fix Threading of ExtensionsQuotaService by [email protected] · 13 years ago
- eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
- 720ad131 Change the way lazy background pages shutdown. by [email protected] · 13 years ago
- 60aad9c Use chrome.windows.WINDOW_ID_CURRENT constant consistently in extension APIs. by [email protected] · 14 years ago
- cff06c57 Remove DeleteTask and convert remaining users. by [email protected] · 14 years ago
- 29571ef Move RenderViewHostObserver to content/public/browser/ and put it into the content namespace. by [email protected] · 14 years ago
- 0f7daaa Delete the temporary file when generating MHTML with the extension API. by [email protected] · 14 years ago
- bdfc03e Refactor to allow same code to test both sync and async functions. by [email protected] · 14 years ago
- 1cc91fe Add OVERRIDE to chrome/browser/extensions/. by [email protected] · 14 years ago
- 9e89338 Extension Settings API: throttle the API in the same way that the Bookmarks API by [email protected] · 14 years ago
- d8c8749b9 Fix for management API related to escalated permissions disabled extensions by [email protected] · 14 years ago
- d9fdd5f Revert 110264 - Fix for management API related to escalated permissions disabled extensions by [email protected] · 14 years ago
- fe0eca5c Fix for management API related to escalated permissions disabled extensions by [email protected] · 14 years ago
- fd50e7b Trigger warning if extensions call webRequest.handlerBehaviorChanged too frequently by [email protected] · 14 years ago
- 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
- c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
- 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
- 637bf32 Reland r103624 - Add ExtensionFunctionTest base class and a test by [email protected] · 14 years ago
- 7dc95e4 Revert 103536 - Add ExtensionFunctionTest base class and a test for by [email protected] · 14 years ago
- 28e2c80 Add ExtensionFunctionTest base class and a test for GetWindowFunction using it. by [email protected] · 14 years ago
- 1790275 Remove obsolete TODO and add a bunch of OVERRIDEs. by [email protected] · 14 years ago
- 6e64f17 Add some comments to IOThreadExtensionFunction explaining its intended use. by [email protected] · 14 years ago
- 67351452 Get rid of the ProfileId. It was added for ceee. I reverted the original change, since it led to Profile being used in content unnecessarily. I also removed the extensions usage of it and instead kept a void*. by [email protected] · 14 years ago
- f3a1c64 Move base/values.h into the base namespace. This includes a cros DEPS roll by [email protected] · 14 years ago
- 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
- c357acb4 Handle extension webrequest API on the IO thread. This speeds up blocking event by [email protected] · 14 years ago
- 8e22caf Another Clang compile fix. by [email protected] · 14 years ago
- 2ad65b3 Fix clang compile error. by [email protected] · 14 years ago
- a2aef2e Split UI-specific bits off ExtensionFunction into a separate class. by [email protected] · 14 years ago
- 55ce33071 Small cleanup to move ExtensionFunctionDispatcher to use WeakPtr instead of Peer. by [email protected] · 14 years ago
- c5dbef0 Re-land r84928: Move EFD to ExtensionTabHelper. by [email protected] · 14 years ago
- 16095bf Revert "Re-land r84928: Move ExtensionFunctionDispatcher to" by [email protected] · 14 years ago
- 4bae577 Re-land r84928: Move ExtensionFunctionDispatcher to ExtensionTabHelper. by [email protected] · 14 years ago
- 41999c7 Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh."" by [email protected] · 14 years ago
- 7600428c Revert "Looks like this introduced leaks in sync ui tests. Sigh." by [email protected] · 14 years ago
- 474a38f Looks like this introduced leaks in sync ui tests. Sigh. by [email protected] · 14 years ago
- 5168e766 Fix clang warning. by [email protected] · 14 years ago
- 52836b6 Move ExtensionFunctionDispatcher to ExtensionTabHelper. This by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 9adb969 Part 3 of immutable Extension refactor. by [email protected] · 15 years ago
- bc535ee5 Add support for a "split" incognito behavior for extensions. by [email protected] · 15 years ago
- 8b8e7c9 Initial version of chrome.experimental.sidebar extension API. by [email protected] · 15 years ago
- c02c853d7 FBTF: Remove unneeded headers from base/ (part 4) by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- 3a3d4747 Move implementation from header to source. by [email protected] · 15 years ago
- 9eaa18e Reland r50296 which removes some uses of CookieMonster on the UI thread. by [email protected] · 15 years ago
- 34d18e4 Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe. by [email protected] · 15 years ago
- e2d4bf0 Make CookieMonster NonThreadSafe. by [email protected] · 15 years ago
- 438c97d Update extension functions to always pass a list of arguments, even when one argument was passed. by [email protected] · 15 years ago
- 942690b13 Reduce header dependencies in chrome/ by [email protected] · 15 years ago
- a7664e1 Move GetExtension() from ExtensionFunctionDispatcher to ExtensionFunction. by [email protected] · 15 years ago
- 35213ce9 Support PNG and quality control in chrome.tabs.captureVisibleTab(). by [email protected] · 15 years ago
- bb64b51 Add calling frame's source_url to extension and dom ui requests. by [email protected] · 15 years ago
- 0ec9203 Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In particular remove GetExtensionHost() and GetExtensionDOMUI(). I'm going to add a new type of EFD::Delegate soon that is neither of these, and I don't think it makes sense to have the code assume that EFD::Delegate must be one of the two of them. by [email protected] · 15 years ago
- 2e3b520 Initial version of an experimental Extensions Context Menu API. by [email protected] · 15 years ago
- db7331a Allow users to enable extensions in incognito. Requires by [email protected] · 15 years ago
- d13950e Add ExtensionsQuotaService to limit abusive amounts of requests by [email protected] · 16 years ago
- 30294edf Fix memory leak in AsyncExtensionFunction. by [email protected] · 16 years ago
- 8de85a6 Revert "Revert r31175 r31176 r31187" by [email protected] · 16 years ago
- 08ffa6b Rever r31175 r31176 r31187 by [email protected] · 16 years ago
- 89afcea Sixth patch in making destructors of refcounted objects private. by [email protected] · 16 years ago
- 6f5366a Take 2 at browser_sync::ExtensionsActivityMonitor. by [email protected] · 16 years ago
- 76a188be Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API usage by [email protected] · 16 years ago
- 65d0b12 Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API usage by [email protected] · 16 years ago
- 61424c06 Small cleanup to extension function registration to avoid scattered definitions. by [email protected] · 16 years ago
- e4dad9fb Modify extension request IPC messages to pass a ListValue instead of a string. by [email protected] · 16 years ago
- c7ad50f Don't allow updating tabs to javascript URLs without host by [email protected] · 16 years ago
- 76a3db85 Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schema issues (http://code.google.com/p/chromium/issues/detail?id=17562 failed to update schema types from int to string). by [email protected] · 16 years ago
- 5c426692 Add getLanguage function to tab extension. by [email protected] · 16 years ago
- 32dda36 Make AsyncExtensionFunction possible. by [email protected] · 16 years ago
- 24f5713 Fix a crash in the extension system when sending response back to extension with no results. Also found an UMR causing DCHECKs to hit repeatedly (in AsyncExtensionFunction::SetArgs). by [email protected] · 16 years ago
- b83e460 First step to enable end-to-end testing of extensions through the by [email protected] · 16 years ago
- c661918 FormatErrorMessage() functions are now publicly available from ExtensionErrorUtils. by [email protected] · 16 years ago
- 022a7ed use EXTENSION_FUNCTION_VALIDATE in extension_tabs_module.cc by [email protected] · 16 years ago
- 6dfed10 Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate & TabContentsDelegate method(s) CreateExtensionFunctionDispatcher() so that the dispatcher could be created with (an optional) browser attached to it, while avoiding having render_host depend on browser.h by [email protected] · 16 years ago
- c2732ef Pass the ExtensionID to the ExtensionFunctionDispatcher. by [email protected] · 16 years ago
- 73404a37 A subset of the bookmarks API- missing events- missing unit tests- missing ability to change URL by [email protected] · 16 years ago
- 703e807a Add more of the server-side plumbing for extension APIs. Also by [email protected] · 16 years ago