summaryrefslogtreecommitdiffstats
path: root/base/task.h
Commit message (Expand)AuthorAgeFilesLines
* 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