summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/isolated_app_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Disable IsolatedAppTest.CookieIsolation for WINkochi@chromium.org2013-08-061-1/+8
* Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.yoz@chromium.org2013-07-311-2/+3
* Fix build.phajdan.jr@chromium.org2013-06-261-2/+2
* GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1phajdan.jr@chromium.org2013-06-261-16/+80
* Use a direct include of strings headers in chrome/browser/extensions/, part 4.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* DISABLE_ing flaky IsolatedAppTest.IsolatedAppProcessModel.mad@chromium.org2013-06-071-1/+9
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* Disable IsolatedAppTest.SubresourceCookieIsolation on win dbg because of time...kkania@chromium.org2013-02-071-1/+9
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-1/+1
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-111-42/+58
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-59/+45
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-34/+35
* The new cross-process client-redirect logic is replacing the current navigati...irobert@chromium.org2012-12-131-1/+32
* Remove TabContents from extensions.avi@chromium.org2012-12-111-1/+0
* Fix Cross-Process Redirect Navigationirobert@chromium.org2012-11-151-0/+31
* Revert 167800 - Fix Cross-Process Redirect Navigationcreis@chromium.org2012-11-151-34/+0
* Fix Cross-Process Redirect Navigationirobert@chromium.org2012-11-151-0/+34
* Webview tag creation should be using storage partitions.nasko@chromium.org2012-11-081-1/+6
* Remove ExtensionService::GetInstalledAppForRenderer and SetInstalledAppForRen...irobert@chromium.org2012-10-021-3/+10
* Disable IsolatedAppTest.NoCookieIsolationWithoutApp due to flakiness.eroman@chromium.org2012-08-291-1/+2
* Ensure that isolated apps use the right cookies for media requests.creis@chromium.org2012-08-211-8/+69
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-33/+98
* 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-1/+1
* Reorder CookieIsolation so that the intentional Crash occurs after tab Execut...ajwong@chromium.org2012-07-131-28/+29
* Support partitioning of storage contexts based on render_id.ajwong@chromium.org2012-07-121-2/+79
* 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