summaryrefslogtreecommitdiffstats
path: root/base/task.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-28/+6
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-6/+28
* Implement ScopedRunnableMethodFactory using WeakPtr.darin@chromium.org2009-09-251-82/+31
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-5/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+5
* Forgot to fix style issue from previous checkinjam@chromium.org2009-07-171-1/+1
* Add a CallbackWithReturnValue as a convenient method of calling callback func...jam@chromium.org2009-07-171-0/+37
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-3/+7
* This comment was out of date, so sample code like it wouldn't compile now.pkasting@chromium.org2009-02-211-1/+1
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-8/+3
* Adds the ability for save dialogs to take a default extension.sky@google.com2008-11-121-0/+14
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-071-0/+14
* Create a thread-safe observer list. Will be usedmbelshe@google.com2008-10-221-0/+14
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-77/+1
* Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to thedarin@google.com2008-08-301-10/+11
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-1/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-191-8/+8