summaryrefslogtreecommitdiffstats
path: root/base/task.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use RecycleOrDelete since it is not ready for prime-time.darin@google.com2008-07-301-1/+0
* Add base to the repository.initial.commit2008-07-261-0/+725