summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_process_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-7/+7
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-11/+11
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-11/+11
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-11/+11
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-43/+43
* Make hosted apps launched via chrome.tabs.create with an URL redirect have th...mihaip@chromium.org2011-12-161-0/+43
* Convert app_launch_index and page_index from int to StringOrdinal.csharp@chromium.org2011-12-141-1/+3
* Enable BookmarkAppGetsNormalProcess test.creis@chromium.org2011-12-141-12/+15
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-5/+10
* Revert 113794 - Revert 113785 - Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-5/+0
* Revert 113785 - Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-0/+5
* Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-5/+0
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-031-3/+19
* Disable AppApiTest.AppProcessRedirectBack on auraoshima@chromium.org2011-12-011-1/+7
* Don't use process isolation for bookmark apps.creis@chromium.org2011-11-181-0/+70
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-18/+18
* Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...aa@chromium.org2011-11-091-30/+31
* Don't reload into an app process.creis@chromium.org2011-11-031-2/+2
* Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...creis@chromium.org2011-11-031-52/+0
* Ensure forced process swaps use the correct page_id and SiteInstance.creis@chromium.org2011-11-011-0/+52
* Fix flakiness in NewTab() calls of AppApiTest browser_test.creis@chromium.org2011-10-271-20/+39
* Revert 107368 - Fix flakiness in NewTab() calls of AppApiTest browser_test.creis@chromium.org2011-10-261-16/+20
* Fix flakiness in NewTab() calls of AppApiTest browser_test.creis@chromium.org2011-10-261-20/+16
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+5
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+5
* Revert 105033 Revert 105015 - Eliminate WaitForNavigation.gbillock@chromium.org2011-10-191-5/+13
* Revert "Eliminate WaitForNavigation."ajwong@chromium.org2011-10-121-13/+5