summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_webui_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-2/+2
* Use FrameMatchingPredicate() to find RenderFrameHosts in ExtensionWebUITest.alexmos2014-12-151-15/+3
* Cleanup: remove unused switch from extension_webui_apitest.cc.kalman2014-12-041-3/+0
* First stage of launch for embedded options pages. With this patch, extensionskalman2014-10-181-11/+0
* Don't try to create extensionoptions for extensions that don't exist.kalman2014-10-171-1/+27
* replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/mostynb2014-10-041-1/+1
* Move extension_test_message_listener to extensions.lfg2014-09-191-1/+1
* Revert "Embedded Extension Options: remove flags and trunk channel restrictions"Ken Rockot2014-09-151-0/+10
* Embedded Extension Options: remove flags and trunk channel restrictionsericzeng2014-09-121-10/+0
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-261-1/+1
* Handle closing web contents in ExtensionOptionsGuestericzeng@chromium.org2014-08-221-0/+18
* Allow links inside <extensionoptions> to be opened in new tabsericzeng@chromium.org2014-08-211-3/+3
* Delay creation of the WebUIMojo bindings until the document is ready. Thekalman@chromium.org2014-08-191-14/+39
* Implement support for <extensionoptions> embedding in WebUIericzeng@chromium.org2014-08-131-0/+31
* Allow restricting WebUI-enabled extension APIs to URL patterns.kalman@chromium.org2014-07-301-20/+49
* Allow extension APIs to be called from WebUI. The only API currentlykalman@chromium.org2014-07-241-0/+143