summaryrefslogtreecommitdiffstats
path: root/chrome/browser/file_watcher_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add more sync calls to try to make the FileWatcher test nottony@chromium.org2010-03-171-2/+2
| | | | | | | | | | flaky on OSX. BUG=38188 Review URL: http://codereview.chromium.org/1045004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41819 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable FileWatcher tests on mac, but mark them as flaky.tony@chromium.org2010-03-161-9/+22
| | | | | | Review URL: http://codereview.chromium.org/1021002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41690 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FileWatcher unittests on mac, they're flakey.tony@chromium.org2010-03-151-0/+4
| | | | | | | | TBR=phajdan.jr Review URL: http://codereview.chromium.org/957001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41568 0039d316-1c4b-4281-b951-d872f2087c98
* Move FileWatcher from src/base/ to src/chrome/browser/ and switchtony@chromium.org2010-03-151-0/+242
it from using MessageLoop to post tasks to using ChromeThread::PostTask, which is safer. Review URL: http://codereview.chromium.org/864001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41560 0039d316-1c4b-4281-b951-d872f2087c98