| Commit message (Expand) | Author | Age | Files | Lines |
* | Set up the infrastructure for Extension event metrics. | kalman | 2015-06-24 | 1 | -2/+2 |
* | Use FrameMatchingPredicate() to find RenderFrameHosts in ExtensionWebUITest. | alexmos | 2014-12-15 | 1 | -15/+3 |
* | Cleanup: remove unused switch from extension_webui_apitest.cc. | kalman | 2014-12-04 | 1 | -3/+0 |
* | First stage of launch for embedded options pages. With this patch, extensions | kalman | 2014-10-18 | 1 | -11/+0 |
* | Don't try to create extensionoptions for extensions that don't exist. | kalman | 2014-10-17 | 1 | -1/+27 |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ | mostynb | 2014-10-04 | 1 | -1/+1 |
* | Move extension_test_message_listener to extensions. | lfg | 2014-09-19 | 1 | -1/+1 |
* | Revert "Embedded Extension Options: remove flags and trunk channel restrictions" | Ken Rockot | 2014-09-15 | 1 | -0/+10 |
* | Embedded Extension Options: remove flags and trunk channel restrictions | ericzeng | 2014-09-12 | 1 | -10/+0 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 1 | -1/+1 |
* | Handle closing web contents in ExtensionOptionsGuest | ericzeng@chromium.org | 2014-08-22 | 1 | -0/+18 |
* | Allow links inside <extensionoptions> to be opened in new tabs | ericzeng@chromium.org | 2014-08-21 | 1 | -3/+3 |
* | Delay creation of the WebUIMojo bindings until the document is ready. The | kalman@chromium.org | 2014-08-19 | 1 | -14/+39 |
* | Implement support for <extensionoptions> embedding in WebUI | ericzeng@chromium.org | 2014-08-13 | 1 | -0/+31 |
* | Allow restricting WebUI-enabled extension APIs to URL patterns. | kalman@chromium.org | 2014-07-30 | 1 | -20/+49 |
* | Allow extension APIs to be called from WebUI. The only API currently | kalman@chromium.org | 2014-07-24 | 1 | -0/+143 |