summaryrefslogtreecommitdiffstats
path: root/chrome/browser/unload_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+2
* Add base namespace to some instances of string16.brettw@chromium.org2013-12-061-2/+2
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-1/+1
* Create content::WebContentsDestroyedWatcher, use it in many tests.avi@chromium.org2013-10-171-13/+9
* Disable ClosingLastTabFinishesUnload and WindowCloseFinishesUnload on Mac/Linuxenne@chromium.org2013-10-101-14/+4
* Disable ClosingLastTabFinishesUnload and WindowCloseFinishesUnload which fail...avi@chromium.org2013-09-301-7/+13
* Disable flaky FastUnloadTest.WindowCloseFinishesUnload on Windows.mef@chromium.org2013-08-261-4/+8
* Disable FastUnloadTest.UnloadHidden for all of Windows.creis@chromium.org2013-08-231-4/+7
* Disable FastUnloadTest.UnloadHidden on Vista.yoz@chromium.org2013-08-161-2/+2
* Also disable FastUnloadTest.WindowCloseFinishesUnloadgab@chromium.org2013-08-021-0/+5
* Disable flaky FastUnloadTests on Win7+.gab@chromium.org2013-08-021-0/+15
* Update include paths in chrome/browser/ for base/process changes.rsesek@chromium.org2013-07-241-1/+0
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* This CL is basically the same as https://codereview.chromium.org/11016023/ + ...jeremy@chromium.org2013-07-021-0/+209
* Revert Fast tab closure and dependent CLjeremy@chromium.org2013-06-211-205/+0
* Eliminate SwapOut message parameters, keeping state in RVHM instead.creis@chromium.org2013-06-141-4/+3
* Changes to closing contents with beforeunload/unload handlers:jeremy@chromium.org2013-06-101-0/+205
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-071-1/+1
* Revert r203922, "Quickly close tabs/window with long-running unload handlers."avi@chromium.org2013-06-051-205/+0
* Changes to closing contents with beforeunload/unload handlers:jeremy@chromium.org2013-06-041-0/+205
* Speculative Revert 195108 "Changes to closing contents with beforeunload/unl..."nkostylev@chromium.org2013-04-191-187/+0
* Changes to closing contents with beforeunload/unload handlers:slamm@chromium.org2013-04-191-0/+187
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+2
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-4/+6
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-301-2/+2
* Test suite that monitors the disposition of JS-created windows based on whatericu@chromium.org2012-10-241-1/+2
* Disable flaky UnloadTests that are timing out on linux asan.zea@chromium.org2012-09-191-5/+8
* Disabled UnloadTest.CrossSiteInfiniteBeforeUnloadSync because it flakes too o...pastarmovj@chromium.org2012-08-011-1/+1
* Move input event simulation functions from ui_test_utils.h to browser_test_ut...jam@chromium.org2012-07-201-1/+1
* Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r...jam@chromium.org2012-07-201-1/+2
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-7/+7
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-3/+4
* Move browser commands into a separate file.ben@chromium.org2012-06-251-6/+7
* TabContentsWrapper -> TabContents, part 33.avi@chromium.org2012-06-111-3/+3
* browser: Rename js_modal_dialog.* to javascript_app_modal_dialog.*tfarina@chromium.org2012-05-241-1/+1
* Convert the autofill interactive browser test to a normal browser_test. I add...jam@chromium.org2012-05-041-2/+1
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-2/+2
* Fix flakiness in unload browser test, take two. I was able to repro this on m...jam@chromium.org2012-04-131-15/+13
* Disable UnloadTest.BrowserCloseBeforeUnloadCancel due to flakiness.eroman@chromium.org2012-04-131-1/+2
* Fix flakiness in unload browser test. The problem is that the sudden terminat...jam@chromium.org2012-04-131-0/+10
* Convert the unload ui_tests to browser_tests.jam@chromium.org2012-04-111-0/+399