summaryrefslogtreecommitdiffstats
path: root/chrome/browser/fast_shutdown_browsertest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
| | | | | | | | TBR=brettw Review URL: https://codereview.chromium.org/18640003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211261 0039d316-1c4b-4281-b951-d872f2087c98
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
| | | | | | TBR=sky git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184344 0039d316-1c4b-4281-b951-d872f2087c98
* Replace most BrowserList::empty() and BrowserList::size() calls by ↵gab@chromium.org2013-02-131-2/+2
| | | | | | | | | | | | | | | multi-desktop aware calls. Introducing chrome::GetTotalBrowserCount() in browser_finder.cc which counts browsers across all desktops and profiles (this is the desired count for most BrowserList::empty() and BrowserList::size() consumers). Otherwise calling a specific BrowserListImpl's size() when appropriate. BUG=129187 Review URL: https://chromiumcodereview.appspot.com/12212120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182178 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of native-desktop-only BrowserList:: iterator methods in tests.gab@chromium.org2013-02-121-4/+5
| | | | | | | | | | | | | | This is the last CL to get rid of BrowserList::const_iterator, BrowserList::begin(), and BrowserList::end() entirely (hopefully -- i.e., I can now build chrome, browser_tests, and unit_tests without these 3 methods -- there are 3 other CLs in the pipeline in parallel, I will land a CL to remove those methods for good once ToT no longer requires them)! Various browser tests were already making explicit assumptions about native-desktop, hardcoding that some more in some places. Otherwise just replacing all the iterators by BrowserIterator (which in theory is multi-desktop, but in browser tests only the native desktop's list will have browsers for now). Further changes can be made independently later if multi-desktop browser tests are desired. BUG=129187 Review URL: https://chromiumcodereview.appspot.com/12210067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181878 0039d316-1c4b-4281-b951-d872f2087c98
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
| | | | | | | | | | | Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 Review URL: https://codereview.chromium.org/12212048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181164 0039d316-1c4b-4281-b951-d872f2087c98
* Remove TabContents from TabStripModel.avi@chromium.org2012-12-131-4/+2
| | | | | | | | | | BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/11547010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172960 0039d316-1c4b-4281-b951-d872f2087c98
* Remove tabstrip wrappers in browser_tabstrip.avi@chromium.org2012-11-201-2/+2
| | | | | | | | | | BUG=none TEST=no functional change Review URL: https://chromiumcodereview.appspot.com/11411035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168648 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SlowTermination test because it's flaky.sergeyu@chromium.org2012-10-311-1/+1
| | | | | | | | | BUG=89173 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/11341052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165088 0039d316-1c4b-4281-b951-d872f2087c98
* tesjam@chromium.org2012-08-281-3/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153748 0039d316-1c4b-4281-b951-d872f2087c98
* Rewrite the cookies pyauto test as browser tests.jam@chromium.org2012-08-271-44/+6
| | | | | | | | | | | I didn't port testCookiesFile since cookies aren't supposed to work on file urls by default (see crbug.com/535). I removed all the duplicate code for getting cookies in browser tests and moved them to browser_test_utils.h. BUG=143637 Review URL: https://chromiumcodereview.appspot.com/10875045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153484 0039d316-1c4b-4281-b951-d872f2087c98
* Move plugin_browsertests.cc from browser_tests to content_browsertests.jam@chromium.org2012-07-231-1/+1
| | | | | | | BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10806056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147983 0039d316-1c4b-4281-b951-d872f2087c98
* Create content\public\test\test_utils.h to hold common test classes that are ↵jam@chromium.org2012-07-201-6/+6
| | | | | | | | | used by unit and browser tests. unit tests shouldn't be including ui_test_utils.h. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10807047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147602 0039d316-1c4b-4281-b951-d872f2087c98
* Move browser commands into a separate file.ben@chromium.org2012-06-251-2/+3
| | | | | | | | http://crbug.com/133576 TEST=none Review URL: https://chromiumcodereview.appspot.com/10657016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144028 0039d316-1c4b-4281-b951-d872f2087c98
* Convert FastShutdown to a browser_test and enable it in the process.jam@chromium.org2012-04-061-0/+115
| | | | | | | | BUG=121574,89173 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=131034 Review URL: https://chromiumcodereview.appspot.com/9949028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131180 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 131034 - Convert FastShutdown to a browser_test and enable it in the ↵dbeam@chromium.org2012-04-061-113/+0
| | | | | | | | | | | | process. BUG=121574,89173 Review URL: https://chromiumcodereview.appspot.com/9949028 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10008040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131103 0039d316-1c4b-4281-b951-d872f2087c98
* Convert FastShutdown to a browser_test and enable it in the process.jam@chromium.org2012-04-051-0/+113
BUG=121574,89173 Review URL: https://chromiumcodereview.appspot.com/9949028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131034 0039d316-1c4b-4281-b951-d872f2087c98