summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-2/+0
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+2
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-2/+19
* Make chrome.alarms API accept non-integers and too-short delays, and lower th...jyasskin@chromium.org2013-01-101-0/+5
* Have ExtensionInstallPrompt take a WebContentssail@chromium.org2012-10-211-0/+5
* Make all quota-exceeding messages in the storage API explain what the failurekalman@chromium.org2012-08-311-1/+1
* Make ActiveTabPermissionManager also grant the tabs permission forkalman@chromium.org2012-08-021-0/+13
* Move ExtensionWindowController and related into extensions namespacerdevlin.cronin@chromium.org2012-07-171-4/+7
* Fixed memory leak in extension_function.mtytel@chromium.org2012-07-131-1/+1
* Added support for multiple parameters to Extension API callbacks.mtytel@chromium.org2012-07-121-5/+8
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses...cmp@chromium.org2012-07-091-1/+6
* Cleanup: make ExtensionRequestSender manage its IPC responses directly, ratherkalman@chromium.org2012-07-091-6/+1
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Rename IPC::Channel and IPC::Sender in src/chrome.brettw@chromium.org2012-06-151-1/+1
* Extension/Platform App window isolationmihaip@chromium.org2012-05-221-1/+6
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-3/+5
* Remove Browser dependency in ExtensionFunctionDispatcherstevenjb@chromium.org2012-05-051-0/+6
* Only apply extension throttling quota to sync, not local.kalman@chromium.org2012-04-301-0/+9
* Use Value objects instead of JSON strings in extension API response IPCs.asargent@chromium.org2012-04-201-6/+2
* Finish implementation of chrome.experimental.alarms API, with niftympcomplete@chromium.org2012-04-101-1/+2
* Fix Threading of ExtensionsQuotaServicebattre@chromium.org2012-03-201-1/+3
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-6/+11
* Change the way lazy background pages shutdown.mpcomplete@chromium.org2012-02-271-1/+1
* Use chrome.windows.WINDOW_ID_CURRENT constant consistently in extension APIs.jstritar@chromium.org2012-01-131-10/+13
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-2/+3
* Move RenderViewHostObserver to content/public/browser/ and put it into the co...tfarina@chromium.org2011-11-251-2/+2
* Delete the temporary file when generating MHTML with the extension API.jcivelli@chromium.org2011-11-221-7/+23
* Refactor to allow same code to test both sync and async functions.miket@chromium.org2011-11-221-14/+12
* Add OVERRIDE to chrome/browser/extensions/.avi@chromium.org2011-11-211-4/+4
* Extension Settings API: throttle the API in the same way that the Bookmarks APIkalman@chromium.org2011-11-201-1/+1
* Fix for management API related to escalated permissions disabled extensionsasargent@chromium.org2011-11-161-1/+15
* Revert 110264 - Fix for management API related to escalated permissions disab...dpolukhin@chromium.org2011-11-161-15/+1
* Fix for management API related to escalated permissions disabled extensionsasargent@chromium.org2011-11-161-1/+15
* Trigger warning if extensions call webRequest.handlerBehaviorChanged too freq...battre@chromium.org2011-11-031-0/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-2/+4
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+6
* Reland r103624 - Add ExtensionFunctionTest base class and a testaa@chromium.org2011-10-011-3/+6
* Revert 103536 - Add ExtensionFunctionTest base class and a test foraa@chromium.org2011-09-301-6/+3
* Add ExtensionFunctionTest base class and a test foraa@chromium.org2011-09-301-3/+6
* Remove obsolete TODO and add a bunch of OVERRIDEs.mihaip@chromium.org2011-08-311-1/+2
* Add some comments to IOThreadExtensionFunction explaining its intended use.mpcomplete@chromium.org2011-08-171-1/+6
* Get rid of the ProfileId. It was added for ceee. I reverted the original chan...jam@chromium.org2011-07-131-5/+5
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-4/+7
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Handle extension webrequest API on the IO thread. This speeds up blocking eventmpcomplete@chromium.org2011-06-091-5/+65
* Another Clang compile fix.mpcomplete@chromium.org2011-05-271-1/+1
* Fix clang compile error.mpcomplete@chromium.org2011-05-261-6/+2
* Split UI-specific bits off ExtensionFunction into a separate class.mpcomplete@chromium.org2011-05-261-122/+151