summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/isolated_app_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-21/+22
* Move browser commands into a separate file.ben@chromium.org2012-06-251-2/+3
* TabContentsWrapper -> TabContents, part 12.avi@chromium.org2012-06-121-3/+2
* Tighten the hosted app process model workaround to only apply to popups.creis@chromium.org2012-05-251-0/+55
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+2
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Fix bug where a large number of extensions can starve the browser for rendere...nasko@chromium.org2012-02-221-132/+0
* Adding a command line flag to specify renderer process limitnasko@chromium.org2012-02-131-2/+2
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-1/+1
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-1/+2
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-25/+28
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+2
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-1/+2
* Update process sharing rules for hosted and isolated apps.creis@chromium.org2011-12-051-17/+83
* Hide geolocation_messages.h from chrome. It was only used in a test. Instead ...jam@chromium.org2011-11-301-2/+2
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-8/+8
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-1/+1
* Reenable Isolated App Tests that should no longer be flaky as of r105029.ajwong@chromium.org2011-10-151-15/+2
* Assign urls to RenderProcessHosts by if they refer to isolated apps, or use t...ajwong@chromium.org2011-10-121-0/+244