summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_function_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash by null-pointer-dereference.leiyi.jp2016-03-041-1/+1
* Switch to standard integer types in extensions/browser/.avi2015-12-231-0/+1
* Convert Pass()→std::move() in //extensionsdcheng2015-12-181-6/+6
* Don't send extension functions names to every renderer.kalman2015-09-021-5/+0
* [Extensions OOPI] Convert extension functions to use RenderFrameHostsrdevlin.cronin2015-06-121-24/+20
* [Extensions] Clean up the handling of ExtensionHostMsg_Requestrdevlin.cronin2015-06-101-6/+20
* Forward accessibility events to the automation extension process.dmazzoni2015-06-101-0/+1
* ExtensionFunctionDispatcher should use base::Process::Current() if single pro...yoichio2015-05-081-2/+5
* Remove uses of KillProcess.rvargas2015-04-011-8/+12
* [Extensions] Record the extension function names which send a bad message.kalman2015-03-031-21/+24
* Wrap extension function dispatch in a scoped profile block.reillyg2015-02-111-0/+7
* Split ExtensionMessageFilter up into a UI thread part and an IO thread part.bauerb2015-02-101-3/+3
* Possible fix for ExtensionFunctionDispatcher::DispatchWithCallbackInternal.reillyg2014-12-131-1/+4
* Extract ProcessManager from ExtensionSystem.reillyg2014-10-281-3/+2
* Fix webrequest api for webview in webuiguohui2014-10-231-4/+11
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-4/+2
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-1/+1
* extensions: Speculative fix for crash on IO thread.derat2014-08-241-0/+2
* Refactor guest view availability to be API based not permission based.kalman@chromium.org2014-08-081-1/+1
* Change the default implementation of ExtensionFunction::HasPermission to usekalman@chromium.org2014-08-071-69/+2
* Allow restricting WebUI-enabled extension APIs to URL patterns.kalman@chromium.org2014-07-301-1/+1
* Revert of Fix the handling of user gestures for external protocol handler dia...meacer@chromium.org2014-07-291-0/+2
* Allow extension APIs to be called from WebUI. The only API currentlykalman@chromium.org2014-07-241-35/+54
* Remove GetContexts() from the public interface of extensions::Feature. It waskalman@chromium.org2014-07-101-1/+1
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-031-2/+2
* Record extension function call histograms for synchronous functions too.yoz@chromium.org2014-04-111-0/+5
* Relanding user gesture fix for external protocol handlers after revert.meacer@chromium.org2014-04-031-2/+0
* Revert of Fix the handling of user gestures for external protocol handler dia...rlarocque@chromium.org2014-04-021-0/+2
* Fix the handling of user gestures for external protocol handler dialogs.meacer@chromium.org2014-04-021-2/+0
* extensions: Remove ChromeRenderMessageFilter dependency.derat@chromium.org2014-04-011-37/+32
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-291-1/+1
* Move ExtensionFunctionDispatcher to extensions/browser.derat@chromium.org2014-03-151-0/+519