summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_process_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-47/+49
* Move browser commands into a separate file.ben@chromium.org2012-06-251-8/+9
* TabContentsWrapper -> TabContents, part 12.avi@chromium.org2012-06-121-13/+8
* Move more test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-021-5/+5
* Tighten the hosted app process model workaround to only apply to popups.creis@chromium.org2012-05-251-20/+9
* Fix flakiness by removing GetLastActive from extension browser tests.creis@chromium.org2012-05-231-166/+50
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-0/+1
* Label some AppApiTest tests as flaky on Winsteveblock@chromium.org2012-05-181-6/+36
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-3/+4
* Disable AppApiTest.ReloadIntoAppProcess under AddressSanitizerglider@chromium.org2012-05-021-1/+8
* Change a few EXPECT_TRUE to ASSERT_TRUE so it fails instead of crashing.nsylvain@chromium.org2012-04-301-2/+2
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-3/+4
* Disable AppApiTest.ReloadAppAfterCrash on Mac and Linux due to flaky timeouts.mpcomplete@chromium.org2012-03-161-1/+7
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-11/+11
* Allow apps with background pages to request process-per-app-instance.creis@chromium.org2012-03-021-89/+95
* Fixing the proper reload type in the navigation controller when reloading cro...nasko@chromium.org2012-02-091-8/+1
* Marking `AppApiTest.ReloadIntoAppProcess` flaky.mkwst@chromium.org2012-02-031-1/+8
* Reloading page after installing app should bring it into correct process.nasko@chromium.org2012-02-011-3/+2
* Allow running AppApiTest.AppProcessRedirectBack in aura.mukai@chromium.org2012-01-251-2/+1
* Cleanup extension permissions module.jstritar@chromium.org2012-01-061-1/+2
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-7/+7
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-49/+49
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-6/+7
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-5/+7
* Disable flaky on Win WebKit debug AppApiTest.AppProcessRedirectBackmnaganov@chromium.org2011-12-301-1/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-4/+4