summaryrefslogtreecommitdiffstats
path: root/base/files/file_path_watcher_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Move logging.h's definitions of operator<< into namespace std.jyasskin@chromium.org2014-07-081-1/+0
* Use FSEvents for recursive file watch on Macvandebo@chromium.org2014-06-111-0/+1
* Revert 274735 "Use FSEvents for recursive file watch on Mac"dconnelly@chromium.org2014-06-041-1/+0
* Use FSEvents for recursive file watch on Macvandebo@chromium.org2014-06-041-0/+1
* Fix file path notification filtering on Windows.vandebo@chromium.org2014-05-191-9/+18
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-2/+3
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-15/+14
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Use a direct include of time headers in base/, part 1.avi@chromium.org2013-06-281-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Remove the base::files:: namespace.darin@chromium.org2013-01-151-2/+0
* Eliminate FilePathWatcher::Delegate.darin@chromium.org2013-01-151-16/+15
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-051-10/+22
* base::Bind: Convert FilePathWatcher.jhawkins@chromium.org2011-11-231-1/+3
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-3/+3
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-3/+3
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-3/+3
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-141-0/+281