| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a misuse of pragma disable/default in a header file. | etienneb@chromium.org | 2013-07-31 | 1 | -1/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+42 |
* | Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. | ajwong@chromium.org | 2012-01-06 | 1 | -12/+0 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-22 | 1 | -31/+121 |
* | Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t... | jeremya@chromium.org | 2011-12-21 | 1 | -121/+31 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-21 | 1 | -31/+121 |
* | Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco... | ajwong@chromium.org | 2011-12-13 | 1 | -121/+31 |
* | Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant... | ajwong@chromium.org | 2011-12-13 | 1 | -31/+121 |
* | Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped... | ajwong@chromium.org | 2011-12-13 | 1 | -121/+31 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-10 | 1 | -31/+121 |
* | Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s... | sergeyu@chromium.org | 2011-12-09 | 1 | -121/+31 |
* | Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and... | ajwong@chromium.org | 2011-12-09 | 1 | -31/+121 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -25/+98 |
* | Add in an Owned() wrapper to base::Bind(). | ajwong@chromium.org | 2011-10-15 | 1 | -13/+75 |
* | Support scoped_refptr<> as the object for a method call in base::Bind(). Redu... | ajwong@chromium.org | 2011-10-07 | 1 | -0/+13 |
* | Add new helper that can adapt Callbacks with return values for Closures. | ajwong@chromium.org | 2011-09-28 | 1 | -3/+27 |
* | Support binding WeakPtr<> to methods with void return types. | ajwong@chromium.org | 2011-05-16 | 1 | -1/+8 |
* | Make the Pepper proxy support in-process font rendering. | brettw@chromium.org | 2011-05-10 | 1 | -3/+5 |
* | Add support for base::Closure in the MessageLoop, and reimplement the whole s... | ajwong@chromium.org | 2011-04-20 | 1 | -1/+1 |
* | MSVC warns when you try to use Base if T has a private destructor, | ajwong@chromium.org | 2011-04-13 | 1 | -0/+9 |
* | Callback support for unbound reference and array arguments. | ajwong@chromium.org | 2011-03-24 | 1 | -38/+5 |
* | Unified callback system based on tr1::function/tr1::bind and Google's interna... | ajwong@chromium.org | 2011-02-15 | 1 | -0/+287 |