summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_close_browsertest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
| | | | | | | | | TBR=owners BUG=98716 Review URL: http://codereview.chromium.org/8437002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108270 0039d316-1c4b-4281-b951-d872f2087c98
* Fix warning prompting on closing a window that will cancel downloads.rdsmith@chromium.org2011-10-241-0/+551
| | | | | | | | | | | | | | | | | | | Handles two cases: Last window close (-> shuts download browser), and last incognito window in an incognito profile (-> cancels downloads on that profile). Note that this doesn't cover the macintosh, which goes through different code (http://crbug.com/88419) and the warning for incognito close is not ideal (http://crbug.com/88421). This CL includes some modularization to make resolving those issues easier. BUG=61257 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105662 Review URL: http://codereview.chromium.org/7466033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106958 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Fix warning prompting on closing a window that will cancel downloads."sail@chromium.org2011-10-171-546/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 340c91ba33fcdb81885b353635c16b9ff91d1f37. Revert "Disable BrowserCloseTest.DownloadsCloseCheck_3. It fails on ASAN Tests (2) and Linux x64." This reverts commit 06b7c55aadc63d0d23cd4248203d6f9c80895210. Revert "touchui: Fix browser_tests compile." This reverts commit dc0f37f22f819d92c36534199922b606891c1c4a. Revert "Disable BrowserCloseTest.DownloadsCloseCheck_1 on Mac." This reverts commit 353f4150ab6ec68a7c9d9e9d9afecbf2e110de52. BUG=100566 TEST= TBR=rdsmith Review URL: http://codereview.chromium.org/8316016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105887 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BrowserCloseTest.DownloadsCloseCheck_1 on Mac.nkostylev@chromium.org2011-10-171-1/+8
| | | | | | | | | | BUG=100566 TEST=BrowserCloseTest.DownloadsCloseCheck_1 TBR=rdsmith Review URL: http://codereview.chromium.org/8318010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105813 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: Fix browser_tests compile.sadrul@chromium.org2011-10-171-1/+6
| | | | | | | | | BUG=none TEST=browser_tests compiles with touchui=1 chromeos=1 Review URL: http://codereview.chromium.org/8317005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105810 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BrowserCloseTest.DownloadsCloseCheck_3. It fails on ASAN Tests (2) ↵nsylvain@chromium.org2011-10-161-1/+2
| | | | | | | | | | and Linux x64. TBR=rdsmith BUG=100517 Review URL: http://codereview.chromium.org/8312010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105744 0039d316-1c4b-4281-b951-d872f2087c98
* Fix warning prompting on closing a window that will cancel downloads.rdsmith@chromium.org2011-10-151-0/+533
Handles two cases: Last window close (-> shuts download browser), and last incognito window in an incognito profile (-> cancels downloads on that profile). Note that this doesn't cover the macintosh, which goes through different code (http://crbug.com/88419) and the warning for incognito close is not ideal (http://crbug.com/88421). This CL includes some modularization to make resolving those issues easier. BUG=61257 Review URL: http://codereview.chromium.org/7466033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105662 0039d316-1c4b-4281-b951-d872f2087c98