| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable IsolatedAppTest.CookieIsolation for WIN | kochi@chromium.org | 2013-08-06 | 1 | -1/+8 |
* | Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc. | yoz@chromium.org | 2013-07-31 | 1 | -2/+3 |
* | Fix build. | phajdan.jr@chromium.org | 2013-06-26 | 1 | -2/+2 |
* | GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 | phajdan.jr@chromium.org | 2013-06-26 | 1 | -16/+80 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 4. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | DISABLE_ing flaky IsolatedAppTest.IsolatedAppProcessModel. | mad@chromium.org | 2013-06-07 | 1 | -1/+9 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | Disable IsolatedAppTest.SubresourceCookieIsolation on win dbg because of time... | kkania@chromium.org | 2013-02-07 | 1 | -1/+9 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit... | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-11 | 1 | -42/+58 |
* | Simplify ExecuteJavaScript* functions. | darin@chromium.org | 2013-01-04 | 1 | -59/+45 |
* | Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc} | darin@chromium.org | 2013-01-02 | 1 | -34/+35 |
* | The new cross-process client-redirect logic is replacing the current navigati... | irobert@chromium.org | 2012-12-13 | 1 | -1/+32 |
* | Remove TabContents from extensions. | avi@chromium.org | 2012-12-11 | 1 | -1/+0 |
* | Fix Cross-Process Redirect Navigation | irobert@chromium.org | 2012-11-15 | 1 | -0/+31 |
* | Revert 167800 - Fix Cross-Process Redirect Navigation | creis@chromium.org | 2012-11-15 | 1 | -34/+0 |
* | Fix Cross-Process Redirect Navigation | irobert@chromium.org | 2012-11-15 | 1 | -0/+34 |
* | Webview tag creation should be using storage partitions. | nasko@chromium.org | 2012-11-08 | 1 | -1/+6 |
* | Remove ExtensionService::GetInstalledAppForRenderer and SetInstalledAppForRen... | irobert@chromium.org | 2012-10-02 | 1 | -3/+10 |
* | Disable IsolatedAppTest.NoCookieIsolationWithoutApp due to flakiness. | eroman@chromium.org | 2012-08-29 | 1 | -1/+2 |
* | Ensure that isolated apps use the right cookies for media requests. | creis@chromium.org | 2012-08-21 | 1 | -8/+69 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -33/+98 |
* | Move ui_test_utils::CrashTab to browser_test_utils so that it can be reused b... | jam@chromium.org | 2012-07-26 | 1 | -1/+1 |
* | Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h... | jam@chromium.org | 2012-07-24 | 1 | -8/+9 |
* | Create content\public\test\test_utils.h to hold common test classes that are ... | jam@chromium.org | 2012-07-20 | 1 | -1/+1 |
* | Reorder CookieIsolation so that the intentional Crash occurs after tab Execut... | ajwong@chromium.org | 2012-07-13 | 1 | -28/+29 |
* | Support partitioning of storage contexts based on render_id. | ajwong@chromium.org | 2012-07-12 | 1 | -2/+79 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -21/+22 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -2/+3 |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 1 | -3/+2 |
* | Tighten the hosted app process model workaround to only apply to popups. | creis@chromium.org | 2012-05-25 | 1 | -0/+55 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -2/+2 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Fix bug where a large number of extensions can starve the browser for rendere... | nasko@chromium.org | 2012-02-22 | 1 | -132/+0 |
* | Adding a command line flag to specify renderer process limit | nasko@chromium.org | 2012-02-13 | 1 | -2/+2 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -1/+1 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -1/+2 |
* | Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. | jam@chromium.org | 2012-01-04 | 1 | -25/+28 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -1/+1 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -1/+2 |
* | Update process sharing rules for hosted and isolated apps. | creis@chromium.org | 2011-12-05 | 1 | -17/+83 |