| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix few trivial Coverity issues, mainly PASS_BY_VALUE. | phajdan.jr@chromium.org | 2009-07-06 | 1 | -1/+4 |
* | Add support for almost-recursive watches in Linux DirectoryWatcher | phajdan.jr@chromium.org | 2009-05-14 | 1 | -21/+28 |
* | Make Windows DirectoryWatcher also notify on directory operations (creation, ... | phajdan.jr@chromium.org | 2009-05-08 | 1 | -3/+1 |
* | Fix hang in DirectoryWatcherTest.WatchCreatedDirectory on Windows. | phajdan.jr@chromium.org | 2009-05-05 | 1 | -2/+4 |
* | Add more tests for recursive DirectoryWatcher watches. | phajdan.jr@chromium.org | 2009-05-05 | 1 | -30/+114 |
* | Add DirectoryWatcher implementation for Mac. | phajdan.jr@chromium.org | 2009-04-30 | 1 | -69/+109 |
* | Disable DirectoryWatcherTest.SubDirNonRecursive on Windows versions | phajdan.jr@chromium.org | 2009-03-24 | 1 | -0/+10 |
* | Enable non-recursive watches for Windows DirectoryWatcher. | phajdan.jr@chromium.org | 2009-03-24 | 1 | -50/+37 |
* | Port DirectoryWatcher to Linux using inotify. | phajdan.jr@chromium.org | 2009-03-18 | 1 | -45/+150 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 1 | -1/+0 |
* | Add user script support to extensions. | aa@chromium.org | 2009-01-25 | 1 | -17/+2 |
* | Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII(""). | deanm@chromium.org | 2009-01-22 | 1 | -3/+2 |
* | Don't DCHECK if a watched directory doesn't exist. | aa@chromium.org | 2009-01-07 | 1 | -0/+9 |
* | Reverting 7537. DirectoryWatcherTest.SubDir was passing on my XP box, but fai... | phajdan.jr@chromium.org | 2009-01-03 | 1 | -22/+15 |
* | Re-enable DirectoryWatcherTest.SubDir on Vista | phajdan.jr@chromium.org | 2009-01-03 | 1 | -15/+22 |
* | Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr | mark@chromium.org | 2008-12-08 | 1 | -3/+15 |
* | Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failure | mark@chromium.org | 2008-12-03 | 1 | -2/+2 |
* | Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr | mark@chromium.org | 2008-12-03 | 1 | -2/+2 |
* | Add a DirectoryWatcher class, allowing objects to be notified whenever | evanm@google.com | 2008-10-17 | 1 | -0/+174 |