summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small cleanup to move ExtensionFunctionDispatcher to use WeakPtr instead of P...mpcomplete@chromium.org2011-05-241-5/+6
* Re-land r84928: Move EFD to ExtensionTabHelper.aa@chromium.org2011-05-131-3/+41
* Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"aa@chromium.org2011-05-121-41/+3
* Re-land r84928: Move ExtensionFunctionDispatcher toaa@chromium.org2011-05-111-3/+41
* Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""aa@chromium.org2011-05-111-39/+3
* Revert "Looks like this introduced leaks in sync ui tests. Sigh."aa@chromium.org2011-05-111-3/+39
* Looks like this introduced leaks in sync ui tests. Sigh.aa@chromium.org2011-05-111-41/+3
* Fix clang warning.aa@chromium.org2011-05-111-3/+3
* Move ExtensionFunctionDispatcher to ExtensionTabHelper. Thisaa@chromium.org2011-05-111-3/+41
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-1/+1
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-1/+4
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-191-0/+6
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-1/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Move implementation from header to source.erg@chromium.org2010-07-151-17/+10
* Reland r50296 which removes some uses of CookieMonster on the UI thread.willchan@chromium.org2010-06-291-5/+2
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-2/+5
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-5/+2
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-10/+3
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-7/+1