summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_function.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in extensions/dcheng2014-08-251-1/+1
* Change the default implementation of ExtensionFunction::HasPermission to usekalman@chromium.org2014-08-071-2/+3
* Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.kalman@chromium.org2014-07-281-1/+1
* Blobs: Catching browser-process created Blobs in extension code.tommycli@chromium.org2014-06-021-7/+28
* Add ErrorUtils::FormatErrorMessage() syntax to ExtensionFunction::Error().kalman@chromium.org2014-05-291-0/+26
* Make ExtensionFunction::ArgumentList (PKA MultipleArguments) take a scoped_ptrkalman@chromium.org2014-05-201-21/+29
* Improve error message when ExtensionFunction::NoArguments, SingleArgument, andkalman@chromium.org2014-05-151-9/+23
* Re-land "Pass RenderFrameHost to WebContentObservers' message handlers"mnaganov@chromium.org2014-05-101-0/+10
* Remove the redundancy of both EXTENSION_FUNCTION_VALIDATE andkalman@chromium.org2014-05-091-2/+25
* Revert 268939 "Pass RenderFrameHost to WebContentObservers' mess..."rlp@chromium.org2014-05-081-10/+0
* Pass RenderFrameHost to WebContentObservers' message handlersmnaganov@chromium.org2014-05-071-0/+10
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-031-26/+21
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-301-4/+6
* Introduce ExtensionFunction::RunImplTypesafe and SendResponseTypesafe,kalman@chromium.org2014-04-241-2/+125
* Record extension function call histograms for synchronous functions too.yoz@chromium.org2014-04-111-3/+0
* extensions: Remove ChromeRenderMessageFilter dependency.derat@chromium.org2014-04-011-1/+1
* Move ExtensionFunctionDispatcher to extensions/browser.derat@chromium.org2014-03-151-1/+1
* Remove the last c/b/e/extension_service.h includes from src/extensionsjamescook@chromium.org2014-03-141-1/+0
* Move extension_messages.h to extensions/common.derat@chromium.org2014-03-131-1/+1
* Extensions: Send the tab id to platform apps.thestig@chromium.org2014-02-061-4/+9
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-2/+2
* Make PepperWebPlugin not use RenderView.jam@chromium.org2013-12-201-14/+38
* extensions: Fix the UMA names for Extensions.FunctionCalls.sadrul@chromium.org2013-12-111-3/+2
* Move ExtensionFunction to the extensions component.benwells@chromium.org2013-11-131-0/+243