summaryrefslogtreecommitdiffstats
path: root/base/directory_watcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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