| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate task.h | willchan@chromium.org | 2011-10-10 | 1 | -0/+25 |
* | Add ScopedClosureRunner. | sergeyu@chromium.org | 2011-10-04 | 1 | -0/+14 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -2/+1 |
* | Cleanup code used to diagnose and fix bug 81449. | apatrick@chromium.org | 2011-08-19 | 1 | -8/+0 |
* | Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. | ajwong@chromium.org | 2011-08-18 | 1 | -0/+11 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -4/+4 |
* | Support Closure in ALL the loops! | ajwong@chromium.org | 2011-07-26 | 1 | -0/+38 |
* | Move media library AutoTaskRunner to base and rename ScopedTaskRunner. | wez@chromium.org | 2011-05-27 | 1 | -0/+20 |
* | 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ... | wez@chromium.org | 2011-05-27 | 1 | -20/+0 |
* | Move media library AutoTaskRunner to base and rename ScopedTaskRunner. | wez@chromium.org | 2011-05-27 | 1 | -0/+20 |
* | Store information about invoked RunnableFunction on stack to aid debugging of... | apatrick@chromium.org | 2011-05-24 | 1 | -0/+15 |
* | Revert 85359 because it did not reveal the site where the crashing task was p... | apatrick@chromium.org | 2011-05-16 | 1 | -6/+0 |
* | Added release build assert on attempt to create a RunnableFunction for a func... | apatrick@chromium.org | 2011-05-14 | 1 | -0/+6 |
* | Remove cancel from RunnableFunctions. | dmaclach@chromium.org | 2011-05-10 | 1 | -32/+19 |
* | Revert 84060 - Remove cancel from RunnableFunctions. | dmaclach@chromium.org | 2011-05-04 | 1 | -19/+32 |
* | Remove cancel from RunnableFunctions. | dmaclach@chromium.org | 2011-05-04 | 1 | -32/+19 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-24 | 1 | -3/+4 |
* | Intergration of the client-side phishing detection. | noelutz@google.com | 2011-02-17 | 1 | -0/+15 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 1 | -1/+0 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -3/+3 |
* | Clear obj_ before releasing the callee in RunnableMethod. | cbentzel@chromium.org | 2010-12-16 | 1 | -4/+4 |
* | Take 3: Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h." | willchan@chromium.org | 2010-12-15 | 1 | -6/+9 |
* | Revert 69243 - Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h. | willchan@chromium.org | 2010-12-15 | 1 | -9/+6 |
* | Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h. | willchan@chromium.org | 2010-12-15 | 1 | -6/+9 |
* | Revert 69237 - Fix raw_scoped_refptr_mismatch_checker.h. | phajdan.jr@chromium.org | 2010-12-15 | 1 | -9/+6 |
* | Fix raw_scoped_refptr_mismatch_checker.h. | willchan@chromium.org | 2010-12-15 | 1 | -6/+9 |
* | This is another try to commit OOM priority management. | gspencer@chromium.org | 2010-11-24 | 1 | -1/+1 |
* | Revert 67175 - This change implements OOM priority management for ChromeOS | viettrungluu@chromium.org | 2010-11-23 | 1 | -1/+1 |
* | This change implements OOM priority management for ChromeOS | gspencer@chromium.org | 2010-11-23 | 1 | -1/+1 |
* | Revert 65010 - Adding OOM priority management for renderers on ChromeOS. | gspencer@chromium.org | 2010-11-04 | 1 | -1/+1 |
* | Adding OOM priority management for renderers on ChromeOS. | gspencer@chromium.org | 2010-11-04 | 1 | -1/+1 |
* | 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 |