summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function.cc
Commit message (Expand)AuthorAgeFilesLines
* Finish implementation of chrome.experimental.alarms API, with niftympcomplete@chromium.org2012-04-101-1/+1
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+2
* Change the way lazy background pages shutdown.mpcomplete@chromium.org2012-02-271-0/+2
* Use chrome.windows.WINDOW_ID_CURRENT constant consistently in extension APIs.jstritar@chromium.org2012-01-131-1/+5
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-2/+3
* Move RenderViewHostObserver to content/public/browser/ and put it into the co...tfarina@chromium.org2011-11-251-1/+1
* Delete the temporary file when generating MHTML with the extension API.jcivelli@chromium.org2011-11-221-3/+23
* Refactor to allow same code to test both sync and async functions.miket@chromium.org2011-11-221-15/+12
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+2
* Fix for management API related to escalated permissions disabled extensionsasargent@chromium.org2011-11-161-1/+8
* Revert 110264 - Fix for management API related to escalated permissions disab...dpolukhin@chromium.org2011-11-161-8/+1
* Fix for management API related to escalated permissions disabled extensionsasargent@chromium.org2011-11-161-1/+8
* Trigger warning if extensions call webRequest.handlerBehaviorChanged too freq...battre@chromium.org2011-11-031-0/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-5/+5
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Reland r103624 - Add ExtensionFunctionTest base class and a testaa@chromium.org2011-10-011-1/+5
* Revert 103536 - Add ExtensionFunctionTest base class and a test foraa@chromium.org2011-09-301-5/+1
* Add ExtensionFunctionTest base class and a test foraa@chromium.org2011-09-301-1/+5
* Take two at splitting result codes between content and chrome.dpranke@chromium.org2011-07-191-1/+2
* Revert r92730, r92731, r92732 ... will land again once I ensure the win build...dpranke@chromium.org2011-07-151-2/+1
* This change will split the result codes between content and chrome.dpranke@chromium.org2011-07-151-1/+2
* Get rid of the ProfileId. It was added for ceee. I reverted the original chan...jam@chromium.org2011-07-131-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Handle extension webrequest API on the IO thread. This speeds up blocking eventmpcomplete@chromium.org2011-06-091-22/+69
* Fix clang compile error.mpcomplete@chromium.org2011-05-261-0/+9
* Split UI-specific bits off ExtensionFunction into a separate class.mpcomplete@chromium.org2011-05-261-38/+52
* Re-land r84928: Move EFD to ExtensionTabHelper.aa@chromium.org2011-05-131-5/+51
* Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"aa@chromium.org2011-05-121-51/+5
* Re-land r84928: Move ExtensionFunctionDispatcher toaa@chromium.org2011-05-111-5/+51
* Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""aa@chromium.org2011-05-111-51/+5
* Revert "Looks like this introduced leaks in sync ui tests. Sigh."aa@chromium.org2011-05-111-5/+51
* Looks like this introduced leaks in sync ui tests. Sigh.aa@chromium.org2011-05-111-51/+5
* Move ExtensionFunctionDispatcher to ExtensionTabHelper. Thisaa@chromium.org2011-05-111-5/+51
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-1/+1
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-2/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-1/+1
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-051-1/+2
* Coverity: Fix a collection of uninitialized member variables, mostly in exten...finnur@chromium.org2010-07-231-1/+4
* Move implementation from header to source.erg@chromium.org2010-07-151-0/+37
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-5/+3
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+8
* Move GetExtension() from ExtensionFunctionDispatcher to ExtensionFunction.rafaelw@chromium.org2010-04-081-10/+0
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-081-1/+8
* Add ExtensionsQuotaService to limit abusive amounts of requeststim@chromium.org2009-12-041-1/+1