summaryrefslogtreecommitdiffstats
path: root/base/task.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate task.hwillchan@chromium.org2011-10-101-0/+25
* Add ScopedClosureRunner.sergeyu@chromium.org2011-10-041-0/+14
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-2/+1
* Cleanup code used to diagnose and fix bug 81449.apatrick@chromium.org2011-08-191-8/+0
* Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread.ajwong@chromium.org2011-08-181-0/+11
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-4/+4
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-261-0/+38
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-0/+20
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-271-20/+0
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-0/+20
* Store information about invoked RunnableFunction on stack to aid debugging of...apatrick@chromium.org2011-05-241-0/+15
* Revert 85359 because it did not reveal the site where the crashing task was p...apatrick@chromium.org2011-05-161-6/+0
* Added release build assert on attempt to create a RunnableFunction for a func...apatrick@chromium.org2011-05-141-0/+6
* Remove cancel from RunnableFunctions.dmaclach@chromium.org2011-05-101-32/+19
* Revert 84060 - Remove cancel from RunnableFunctions.dmaclach@chromium.org2011-05-041-19/+32
* Remove cancel from RunnableFunctions.dmaclach@chromium.org2011-05-041-32/+19
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-3/+4
* Intergration of the client-side phishing detection.noelutz@google.com2011-02-171-0/+15
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-1/+0
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-3/+3
* Clear obj_ before releasing the callee in RunnableMethod.cbentzel@chromium.org2010-12-161-4/+4
* Take 3: Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h."willchan@chromium.org2010-12-151-6/+9
* Revert 69243 - Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h.willchan@chromium.org2010-12-151-9/+6
* Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h.willchan@chromium.org2010-12-151-6/+9
* Revert 69237 - Fix raw_scoped_refptr_mismatch_checker.h.phajdan.jr@chromium.org2010-12-151-9/+6
* Fix raw_scoped_refptr_mismatch_checker.h.willchan@chromium.org2010-12-151-6/+9
* This is another try to commit OOM priority management.gspencer@chromium.org2010-11-241-1/+1
* Revert 67175 - This change implements OOM priority management for ChromeOSviettrungluu@chromium.org2010-11-231-1/+1
* This change implements OOM priority management for ChromeOSgspencer@chromium.org2010-11-231-1/+1
* Revert 65010 - Adding OOM priority management for renderers on ChromeOS.gspencer@chromium.org2010-11-041-1/+1
* Adding OOM priority management for renderers on ChromeOS.gspencer@chromium.org2010-11-041-1/+1
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-221-4/+4
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-221-4/+4
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-221-4/+4
* Various style fixes (indenting, captitalization, adding some comments).levin@chromium.org2010-09-161-13/+16
* FBTF: Header cleanup in renderer_host.jhawkins@chromium.org2010-08-161-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Download code cleanup:phajdan.jr@chromium.org2010-07-201-0/+32
* Move implementation from header to source.erg@chromium.org2010-07-151-2/+5
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-0/+27
* Change the ScopedRunnableMethodFactory to use CancelableTasks so thatmbelshe@chromium.org2010-03-111-8/+14
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-242/+0
* Misc. tidy up of various comments found whilst learning the codebase.joth@chromium.org2010-02-171-1/+1
* Fix up some style guide violations wrt aligning function arguments.willchan@chromium.org2010-02-121-1/+2
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-091-1/+1
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-1/+5
* Tries to catch callbacks expecting scoped_refptr<T> and getting T* using temp...jamesr@chromium.org2009-12-021-1/+11
* Fix race conditions where an object's constructor uses PostTask on itself. T...jam@chromium.org2009-11-171-0/+7
* Reverting 27389.darin@chromium.org2009-09-301-6/+28