| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 1 | -4/+4 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 1 | -4/+4 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 1 | -4/+4 |
* | Various style fixes (indenting, captitalization, adding some comments). | levin@chromium.org | 2010-09-16 | 1 | -13/+16 |
* | FBTF: Header cleanup in renderer_host. | jhawkins@chromium.org | 2010-08-16 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Download code cleanup: | phajdan.jr@chromium.org | 2010-07-20 | 1 | -0/+32 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -2/+5 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 1 | -0/+27 |
* | Change the ScopedRunnableMethodFactory to use CancelableTasks so that | mbelshe@chromium.org | 2010-03-11 | 1 | -8/+14 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -242/+0 |
* | Misc. tidy up of various comments found whilst learning the codebase. | joth@chromium.org | 2010-02-17 | 1 | -1/+1 |
* | Fix up some style guide violations wrt aligning function arguments. | willchan@chromium.org | 2010-02-12 | 1 | -1/+2 |
* | Trigger the blocked cookie notification UI. | darin@chromium.org | 2010-02-09 | 1 | -1/+1 |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -1/+5 |
* | Tries to catch callbacks expecting scoped_refptr<T> and getting T* using temp... | jamesr@chromium.org | 2009-12-02 | 1 | -1/+11 |
* | Fix race conditions where an object's constructor uses PostTask on itself. T... | jam@chromium.org | 2009-11-17 | 1 | -0/+7 |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 1 | -6/+28 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 1 | -28/+6 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 1 | -6/+28 |
* | Implement ScopedRunnableMethodFactory using WeakPtr. | darin@chromium.org | 2009-09-25 | 1 | -82/+31 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -5/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+5 |
* | Forgot to fix style issue from previous checkin | jam@chromium.org | 2009-07-17 | 1 | -1/+1 |
* | Add a CallbackWithReturnValue as a convenient method of calling callback func... | jam@chromium.org | 2009-07-17 | 1 | -0/+37 |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 1 | -1/+0 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -3/+7 |
* | This comment was out of date, so sample code like it wouldn't compile now. | pkasting@chromium.org | 2009-02-21 | 1 | -1/+1 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -8/+3 |
* | Adds the ability for save dialogs to take a default extension. | sky@google.com | 2008-11-12 | 1 | -0/+14 |
* | Adds import/export of bookmarks to bookmarks.html file. | sky@google.com | 2008-11-07 | 1 | -0/+14 |
* | Create a thread-safe observer list. Will be used | mbelshe@google.com | 2008-10-22 | 1 | -0/+14 |
* | Eliminate the TimerManager by pulling its priority queue into MessageLoop. T... | darin@google.com | 2008-09-07 | 1 | -77/+1 |
* | Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the | darin@google.com | 2008-08-30 | 1 | -10/+11 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 1 | -1/+5 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Define MessagePumpDefault and use it to implement MessageLoop on non-Windows | darin@google.com | 2008-08-19 | 1 | -8/+8 |
* | Do not use RecycleOrDelete since it is not ready for prime-time. | darin@google.com | 2008-07-30 | 1 | -1/+0 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+725 |