summaryrefslogtreecommitdiffstats
path: root/base/files/file_path_watcher.h
Commit message (Expand)AuthorAgeFilesLines
* Use FSEvents for recursive file watch on Macvandebo@chromium.org2014-06-111-1/+4
* Revert 274735 "Use FSEvents for recursive file watch on Mac"dconnelly@chromium.org2014-06-041-1/+1
* Use FSEvents for recursive file watch on Macvandebo@chromium.org2014-06-041-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Stop casting uintptr_t* to int*.avi@chromium.org2013-04-021-3/+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-29/+1
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-051-3/+8
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Added a base::Callback interface to FilePathWatcher.joaodasilva@chromium.org2012-06-041-0/+17
* Removed file_path_watcher_mac.cc, which isn't used anymore.joaodasilva@chromium.org2012-06-041-1/+1
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-04-251-3/+5
* [base] Make FilePathWatcher::Watch virtual so that it can be mocked.szym@chromium.org2012-02-241-3/+4
* base::Bind: Convert FilePathWatcher.jhawkins@chromium.org2011-11-231-31/+18
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-1/+1
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Base: More adjustments to BASE_API and project dependencies torvargas@google.com2011-04-211-1/+2
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-141-0/+128