| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a crash by null-pointer-dereference. | leiyi.jp | 2016-03-04 | 1 | -1/+1 |
* | Switch to standard integer types in extensions/browser/. | avi | 2015-12-23 | 1 | -0/+1 |
* | Convert Pass()→std::move() in //extensions | dcheng | 2015-12-18 | 1 | -6/+6 |
* | Don't send extension functions names to every renderer. | kalman | 2015-09-02 | 1 | -5/+0 |
* | [Extensions OOPI] Convert extension functions to use RenderFrameHosts | rdevlin.cronin | 2015-06-12 | 1 | -24/+20 |
* | [Extensions] Clean up the handling of ExtensionHostMsg_Request | rdevlin.cronin | 2015-06-10 | 1 | -6/+20 |
* | Forward accessibility events to the automation extension process. | dmazzoni | 2015-06-10 | 1 | -0/+1 |
* | ExtensionFunctionDispatcher should use base::Process::Current() if single pro... | yoichio | 2015-05-08 | 1 | -2/+5 |
* | Remove uses of KillProcess. | rvargas | 2015-04-01 | 1 | -8/+12 |
* | [Extensions] Record the extension function names which send a bad message. | kalman | 2015-03-03 | 1 | -21/+24 |
* | Wrap extension function dispatch in a scoped profile block. | reillyg | 2015-02-11 | 1 | -0/+7 |
* | Split ExtensionMessageFilter up into a UI thread part and an IO thread part. | bauerb | 2015-02-10 | 1 | -3/+3 |
* | Possible fix for ExtensionFunctionDispatcher::DispatchWithCallbackInternal. | reillyg | 2014-12-13 | 1 | -1/+4 |
* | Extract ProcessManager from ExtensionSystem. | reillyg | 2014-10-28 | 1 | -3/+2 |
* | Fix webrequest api for webview in webui | guohui | 2014-10-23 | 1 | -4/+11 |
* | Standardize usage of virtual/override/final in extensions/ | dcheng | 2014-10-21 | 1 | -4/+2 |
* | replace OVERRIDE and FINAL with override and final in extensions/ | mostynb | 2014-10-03 | 1 | -1/+1 |
* | extensions: Speculative fix for crash on IO thread. | derat | 2014-08-24 | 1 | -0/+2 |
* | Refactor guest view availability to be API based not permission based. | kalman@chromium.org | 2014-08-08 | 1 | -1/+1 |
* | Change the default implementation of ExtensionFunction::HasPermission to use | kalman@chromium.org | 2014-08-07 | 1 | -69/+2 |
* | Allow restricting WebUI-enabled extension APIs to URL patterns. | kalman@chromium.org | 2014-07-30 | 1 | -1/+1 |
* | Revert of Fix the handling of user gestures for external protocol handler dia... | meacer@chromium.org | 2014-07-29 | 1 | -0/+2 |
* | Allow extension APIs to be called from WebUI. The only API currently | kalman@chromium.org | 2014-07-24 | 1 | -35/+54 |
* | Remove GetContexts() from the public interface of extensions::Feature. It was | kalman@chromium.org | 2014-07-10 | 1 | -1/+1 |
* | Drive extension functions from ExtensionFunction::Run. The | kalman@chromium.org | 2014-05-03 | 1 | -2/+2 |
* | Record extension function call histograms for synchronous functions too. | yoz@chromium.org | 2014-04-11 | 1 | -0/+5 |
* | Relanding user gesture fix for external protocol handlers after revert. | meacer@chromium.org | 2014-04-03 | 1 | -2/+0 |
* | Revert of Fix the handling of user gestures for external protocol handler dia... | rlarocque@chromium.org | 2014-04-02 | 1 | -0/+2 |
* | Fix the handling of user gestures for external protocol handler dialogs. | meacer@chromium.org | 2014-04-02 | 1 | -2/+0 |
* | extensions: Remove ChromeRenderMessageFilter dependency. | derat@chromium.org | 2014-04-01 | 1 | -37/+32 |
* | Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens... | jyasskin@chromium.org | 2014-03-29 | 1 | -1/+1 |
* | Move ExtensionFunctionDispatcher to extensions/browser. | derat@chromium.org | 2014-03-15 | 1 | -0/+519 |