summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_apitest.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-1/+1
* Standardize usage of virtual/override/final in chrome/browser/extensions/dcheng2014-10-211-3/+3
* replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/mostynb2014-10-041-3/+3
* Use extensions::ResultCatcher; delete ExtensionApiTest::ResultCatcher.yoz2014-09-091-41/+1
* Extract ResultCatcher from ExtensionApiTest. Use it in ShellApiTest, which is...yoz2014-09-051-0/+1
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-1/+1
* Allow FTP requests by Chromium extensionsrob@robwu.nl2014-03-131-0/+8
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-1/+1
* Reinstate alwaysOnTopWindows permissiontmdiep@chromium.org2013-12-061-0/+5
* Fix PrerenderBrowserTestWithExtensions.WebNavigation test.davidben@chromium.org2013-10-291-0/+5
* Cleanup: Use std::string in ExtensionApiTest.thestig@chromium.org2013-09-241-12/+15
* GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1phajdan.jr@chromium.org2013-06-261-1/+1
* Begin to merge dup code for embedder in webview tests.lazyboy@chromium.org2013-06-131-0/+5
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-031-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+3
* Revert 170660benwells@chromium.org2012-12-041-7/+1
* Keep browser process alive while there are platform apps with background page...benwells@chromium.org2012-12-011-1/+7
* Revert r165772: Keep browser process alive while there are platform apps with...davidjames@google.com2012-11-081-7/+1
* Keep browser process alive while there are platform apps with background page...benwells@chromium.org2012-11-021-1/+7
* PlatformAppApiTest class should not enable experimental APIs by defaultasargent@chromium.org2012-10-151-10/+0
* WebSocket test server migration on ExtensionApiTest.WebSocket (fourth trial)toyoshim@chromium.org2012-10-131-5/+1
* Revert 161572 - WebSocket test server migration on ExtensionApiTest.WebSocket...mrossetti@chromium.org2012-10-121-1/+5
* WebSocket test server migration on ExtensionApiTest.WebSocket (third trial)toyoshim@chromium.org2012-10-121-5/+1
* Revert 161542 - WebSocket test server migration on ExtensionApiTest.WebSocket...kochi@chromium.org2012-10-121-1/+5
* WebSocket test server migration on ExtensionApiTest.WebSocket (retry)toyoshim@chromium.org2012-10-121-5/+1
* Revert 161304 - WebSocket test server migration on ExtensionApiTest.WebSockettoyoshim@chromium.org2012-10-111-1/+5
* WebSocket test server migration on ExtensionApiTest.WebSockettoyoshim@chromium.org2012-10-111-5/+1
* Disallow packing or loading unpacked manifest v1 extensions.aa@chromium.org2012-09-021-4/+11
* Check for warnings when loading extensions in browser tests.mihaip@chromium.org2012-08-101-1/+8
* Move TestWebSocketServer from ui_test_utils.h to browser_test_utils.h since i...jam@chromium.org2012-07-241-4/+5
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Fix extension event name for managedModePrivate.onChange (whoops).bauerb@chromium.org2012-06-041-1/+2
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-4/+7
* Switch platform apps from a declarative launch container to handling an onLau...asargent@chromium.org2012-04-231-2/+2
* Make sure app bundles can be installed from incognito windows.jstritar@chromium.org2012-04-061-0/+1
* Eliminate VerifyPermissions. Propagate --enable-platform-apps to utility proc...miket@chromium.org2012-03-291-8/+1
* Expand usage of platform-apps flag and permission features.miket@chromium.org2012-03-251-0/+17
* Revert 128610 - Expand usage of platform-apps flag and permission features.nduca@google.com2012-03-241-17/+0
* Expand usage of platform-apps flag and permission features.miket@chromium.org2012-03-231-0/+17
* Fix crash in AppNotifyChannelSetup when incognito profiles are used.jstritar@chromium.org2012-03-231-22/+24
* Revert 128355 - Expand usage of platform-apps flag and permission features.gman@chromium.org2012-03-231-17/+0
* Expand usage of platform-apps flag and permission features.miket@chromium.org2012-03-231-0/+17
* Enable ExtensionApiTest.WebSocket with using a random port for WebSocket servertoyoshim@chromium.org2012-03-201-0/+13
* Check file permissions before doing filesystemoperations for external filesys...tbarzic@chromium.org2012-03-011-0/+4
* Disable modal JavaScript dialogs for platform apps.jstritar@chromium.org2012-01-241-3/+12
* Correctly report new navigation targets in incognito profilesjochen@chromium.org2012-01-021-1/+9
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+5
* Remove obsolete TODO and add a bunch of OVERRIDEs.mihaip@chromium.org2011-08-311-4/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Add tests for chrome.tabs.captureVisibleTab working for file:/// URLs.mihaip@chromium.org2011-06-161-0/+4