| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|