summaryrefslogtreecommitdiffstats
path: root/base/directory_watcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [GTTF] Make DirectoryWatcher tests faster by about 15 seconds.phajdan.jr@chromium.org2009-11-091-4/+10
* Fix a whole bunch of style nits.erg@google.com2009-10-131-2/+8
* Fix few trivial Coverity issues, mainly PASS_BY_VALUE.phajdan.jr@chromium.org2009-07-061-1/+4
* Add support for almost-recursive watches in Linux DirectoryWatcherphajdan.jr@chromium.org2009-05-141-21/+28
* Make Windows DirectoryWatcher also notify on directory operations (creation, ...phajdan.jr@chromium.org2009-05-081-3/+1
* Fix hang in DirectoryWatcherTest.WatchCreatedDirectory on Windows.phajdan.jr@chromium.org2009-05-051-2/+4
* Add more tests for recursive DirectoryWatcher watches.phajdan.jr@chromium.org2009-05-051-30/+114
* Add DirectoryWatcher implementation for Mac.phajdan.jr@chromium.org2009-04-301-69/+109
* Disable DirectoryWatcherTest.SubDirNonRecursive on Windows versionsphajdan.jr@chromium.org2009-03-241-0/+10
* Enable non-recursive watches for Windows DirectoryWatcher.phajdan.jr@chromium.org2009-03-241-50/+37
* Port DirectoryWatcher to Linux using inotify.phajdan.jr@chromium.org2009-03-181-45/+150
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Add user script support to extensions.aa@chromium.org2009-01-251-17/+2
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-3/+2
* Don't DCHECK if a watched directory doesn't exist.aa@chromium.org2009-01-071-0/+9
* Reverting 7537. DirectoryWatcherTest.SubDir was passing on my XP box, but fai...phajdan.jr@chromium.org2009-01-031-22/+15
* Re-enable DirectoryWatcherTest.SubDir on Vistaphajdan.jr@chromium.org2009-01-031-15/+22
* Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jrmark@chromium.org2008-12-081-3/+15
* Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failuremark@chromium.org2008-12-031-2/+2
* Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jrmark@chromium.org2008-12-031-2/+2
* Add a DirectoryWatcher class, allowing objects to be notified wheneverevanm@google.com2008-10-171-0/+174