summaryrefslogtreecommitdiffstats
path: root/chrome/browser/crash_recovery_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in chrome/browser/Daniel Cheng2014-10-211-1/+1
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-161-1/+1
* replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]*mostynb2014-10-131-1/+1
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-2/+2
* Do not generate crash dumps in CrashRecoveryBrowserTest.thestig@chromium.org2014-05-221-4/+12
* Disable several failing tests after the browser test harness improvements in ...jam@chromium.org2014-03-181-0/+5
* Add a browser test for double-reload of navigation errors after a crash.davidben@chromium.org2014-03-121-18/+27
* Override cache policy when changing a reload to a back/forward navigation.davidben@chromium.org2014-01-091-0/+61
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-4/+4
* content: Move more constants from url_constants.h into content namespace.tfarina@chromium.org2013-03-021-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-4/+6
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-281-3/+5
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Undisable CrashRecoveryBrowserTest.LoadInNewTab, should be OK now.phajdan.jr@chromium.org2012-11-151-9/+1
* disable CrashRecoveryBrowserTest.LoadInNewTab on linuxtim@chromium.org2012-08-221-1/+8
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-3/+3
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-2/+3
* Move browser commands into a separate file.ben@chromium.org2012-06-251-2/+3
* TabContentsWrapper -> TabContents, part 33.avi@chromium.org2012-06-111-6/+4
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-1/+1
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+3
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-4/+4
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-1/+1
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-1/+0
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-2/+6
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-2/+2
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-3/+6
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-2/+2
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Revert 96617gbillock@chromium.org2011-08-171-10/+15
* Revert 96593 - Fix up various browser tests not to use WaitForNavigation.gbillock@chromium.org2011-08-121-15/+10
* Fix up various browser tests not to use WaitForNavigation.gbillock@chromium.org2011-08-121-10/+15
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-2/+2
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-081-1/+1
* Revert 88142 to fix sync_integration_tests offline.msw@chromium.org2011-06-071-1/+1
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-071-1/+1
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-2/+2
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-1/+1
* Re-enable CrashRecoveryBrowserTest.* with additional loggingphajdan.jr@chromium.org2011-01-181-2/+8
* Disable CrashRecoveryBrowserTest.Reload, flakily times outphajdan.jr@chromium.org2011-01-141-9/+2
* Cleanup: Remove unneeded includes of tab_contents.h.thestig@chromium.org2010-12-091-1/+0
* Cleanup: Include browser.h -> ui/browser.h [Part 1].jhawkins@chromium.org2010-11-161-1/+1
* Enable CrashRecoveryBrowserTest.Reload back.mnaganov@chromium.org2010-10-291-3/+3