summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_process_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove old popup blocker.jochen@chromium.org2013-08-191-11/+2
* Silently install blacklisted extensions from auto-install locations (sync,kalman@chromium.org2013-07-311-0/+1
* Disable Ash browser tests by detecting command-line switch rather than OS ver...gab@chromium.org2013-07-311-5/+3
* Make BlockedAppApiTest.OpenAppFromIframe pass with and without new popup blockerjochen@chromium.org2013-07-251-8/+17
* Disable failing Ash browser_tests (on win8: browser_tests.exe --ash-browserte...gab@chromium.org2013-07-221-0/+10
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1phajdan.jr@chromium.org2013-06-261-16/+17
* Disabled AppApiTest.AppProcess on Mac and Linuxsergeyu@chromium.org2013-06-171-6/+1
* Disable AppApiTest.AppProcessInstances on Windowshashimoto@chromium.org2013-06-101-1/+7
* content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from contentphajdan.jr@chromium.org2013-06-051-2/+4
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* Remove "using base::MessageLoop" from message_loop.h.xhwang@google.com2013-06-011-2/+2
* Avoids the extension check in ShouldFork for server-redirects.creis@chromium.org2013-05-301-4/+45
* Avoid DidStopLoading messages from the old renderer process during a transfer.creis@chromium.org2013-05-291-4/+4
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-2/+2
* Enabling the app tests and adding logging to help diagnosing flaky execution.nasko@chromium.org2013-05-151-16/+48
* Disable AppApiTest.NavigateIntoAppProcess on Windowscsharp@chromium.org2013-05-081-1/+7
* Disable AppApiTest.BookmarkAppGetsNormalProcess on Windowscsharp@chromium.org2013-05-071-1/+7
* Disable AppApiTest.ReloadIntoAppProcess on Win and Maccsharp@chromium.org2013-05-071-1/+10
* Fetch extension icon for extension/app crashed notifications.dewittj@chromium.org2013-04-271-0/+2
* convert NOTIFICATION_RENDER_VIEW_HOST_CREATED usage to callbacksphajdan.jr@chromium.org2013-04-091-14/+23
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of c...phajdan.jr@chromium.org2013-03-181-1/+0
* Split ReloadIntoAppProcessTest into three shorter tests.wez@chromium.org2013-03-021-12/+53
* Remove kDefaultHostDesktopType from browser_finder.cc.gab@chromium.org2013-02-281-3/+6
* Change --load-extension flag so the extensions don't persist across restart.mpcomplete@chromium.org2013-02-271-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-2/+2
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-1/+1
* Disable AppApiTest.AppProcess which times out a lot on windows.pkotwicz@chromium.org2013-01-291-1/+7
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-111-54/+82
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-16/+10
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-10/+14
* Add bug number to disabled AppApiTest.AppProcessBackgroundInstances test.dgrogan@chromium.org2012-12-131-0/+1
* Disable AppApiTest.AppProcessBackgroundInstances on windowsdgrogan@chromium.org2012-12-131-1/+7
* Remove TabContents from extensions.avi@chromium.org2012-12-111-1/+0
* Remove GetExtensionService calls and replace with PKSF calls through the Exte...mirandac@chromium.org2012-11-301-13/+15
* First couple of steps of improving the extension/app update process.mek@chromium.org2012-11-071-1/+2
* browser: Start moving browser_finder.h into chrome namespace.tfarina@chromium.org2012-10-281-3/+3
* Disable BlockedAppApiTest.OpenAppFromIframe for ChromeOSfalken@chromium.org2012-10-121-8/+8
* Fix bug in disabling sync for default appsgrv@chromium.org2012-10-041-1/+1
* Disable BlockedAppApiTest.OpenAppFromIframe for ChromeOSjochen@chromium.org2012-10-021-1/+7
* Grant popup blocker bypass based upon extension context type.tsepez@chromium.org2012-09-261-2/+40
* Enforce the 'requirements' field in manifests.eaugusti@chromium.org2012-09-111-1/+2
* Revert 155861 - Enforce the 'requirements' field in manifests.khorimoto@chromium.org2012-09-101-2/+1
* Enforce the 'requirements' field in manifests.eaugusti@chromium.org2012-09-101-1/+2
* [Sync] Generalize StringOrdinal to handle ordinal_in_parent fieldakalin@chromium.org2012-09-071-2/+2
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-1/+1
* Move ui_test_utils::CrashTab to browser_test_utils so that it can be reused b...jam@chromium.org2012-07-261-1/+1
* Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...jam@chromium.org2012-07-241-8/+9
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-10/+10