summaryrefslogtreecommitdiffstats
path: root/base/worker_pool_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Remove WorkerPoolMac, rename WorkerPoolLinux to WorkerPoolPosix and use that ...thakis@chromium.org2010-12-181-218/+0
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-2/+15
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-15/+2
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-2/+15
* [Mac] Use Linux WorkerPool code.shess@chromium.org2010-11-051-1/+18
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-181-4/+4
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-3/+3
* Annotate a benign race between task_.get() and task_.reset()glider@chromium.org2010-09-061-1/+5
* Throw something at the wall. See what sticks.mark@chromium.org2010-04-301-1/+27
* Ensure that an autorelease pool is available in worker_pool_mac'smark@chromium.org2010-03-171-0/+2
* [Mac] Histogram for long-term hung WorkerPool operations.shess@chromium.org2010-03-151-0/+65
* About box auto-update improvements.mark@chromium.org2009-10-261-13/+32
* WorkerPool implementation for Mac, using NSOperationQueuemmentovai@google.com2008-08-281-0/+72