| Commit message (Expand) | Author | Age | Files | Lines |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -5/+1 |
* | base::Bind: Remove NewRunnableFunction. | jhawkins@chromium.org | 2012-01-01 | 1 | -2/+2 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-22 | 1 | -28/+28 |
* | Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t... | jeremya@chromium.org | 2011-12-21 | 1 | -28/+28 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-21 | 1 | -28/+28 |
* | Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj... | ajwong@chromium.org | 2011-12-20 | 1 | -105/+93 |
* | Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob... | sail@chromium.org | 2011-12-14 | 1 | -93/+105 |
* | Remove BindStateHolder and have Bind() return a Callback<> object directly. | ajwong@chromium.org | 2011-12-14 | 1 | -105/+93 |
* | Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco... | ajwong@chromium.org | 2011-12-13 | 1 | -28/+28 |
* | Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant... | ajwong@chromium.org | 2011-12-13 | 1 | -28/+28 |
* | Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped... | ajwong@chromium.org | 2011-12-13 | 1 | -28/+28 |
* | base::Bind: Make use of partial currying to get rid of a helper class. | jhawkins@chromium.org | 2011-12-13 | 1 | -3/+3 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-10 | 1 | -28/+28 |
* | Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s... | sergeyu@chromium.org | 2011-12-09 | 1 | -28/+28 |
* | Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and... | ajwong@chromium.org | 2011-12-09 | 1 | -28/+28 |
* | Make callback.h include callback_forward.h and add comments about forward dec... | erikwright@chromium.org | 2011-12-07 | 1 | -0/+7 |
* | Increase Bind/Callback Arity from 6 -> 7. | ajwong@chromium.org | 2011-11-28 | 1 | -2/+62 |
* | Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven." | ajwong@chromium.org | 2011-11-24 | 1 | -342/+1 |
* | Increase Bind/Callback Arity from 6 -> 11: These go to eleven. | ajwong@chromium.org | 2011-11-23 | 1 | -1/+342 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -126/+154 |
* | base::Bind: More converts, mostly in WebUI. | jhawkins@chromium.org | 2011-10-04 | 1 | -1/+1 |
* | Make Callback.Equals() only work when comparing against the same type. | ajwong@chromium.org | 2011-09-10 | 1 | -0/+28 |
* | Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. | ajwong@chromium.org | 2011-06-26 | 1 | -0/+22 |
* | Add in example for prebinding. | ajwong@chromium.org | 2011-05-18 | 1 | -0/+10 |
* | Support binding WeakPtr<> to methods with void return types. | ajwong@chromium.org | 2011-05-16 | 1 | -1/+1 |
* | iwyu: Include callback_old.h where appropriate, final. | jhawkins@chromium.org | 2011-05-11 | 1 | -1/+0 |
* | Improve comment. | thakis@chromium.org | 2011-04-19 | 1 | -1/+1 |
* | Tooltips for power, network, clock buttons in status area: update on locale c... | dilmah@chromium.org | 2011-04-14 | 1 | -2/+2 |
* | Callback support for unbound reference and array arguments. | ajwong@chromium.org | 2011-03-24 | 1 | -43/+57 |
* | Callbacks: Replumb the type-inference. | ajwong@chromium.org | 2011-02-19 | 1 | -7/+8 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 1 | -44/+1 |
* | Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal... | ajwong@chromium.org | 2011-02-18 | 1 | -1/+44 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 1 | -44/+1 |
* | Emptiness, Reset, and Comparison API for Callbacks. | ajwong@chromium.org | 2011-02-18 | 1 | -80/+122 |
* | Unified callback system based on tr1::function/tr1::bind and Google's interna... | ajwong@chromium.org | 2011-02-15 | 1 | -206/+434 |
* | Take 3: Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h." | willchan@chromium.org | 2010-12-15 | 1 | -2/+3 |
* | Revert 69243 - Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h. | willchan@chromium.org | 2010-12-15 | 1 | -3/+2 |
* | Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h. | willchan@chromium.org | 2010-12-15 | 1 | -2/+3 |
* | Revert 69237 - Fix raw_scoped_refptr_mismatch_checker.h. | phajdan.jr@chromium.org | 2010-12-15 | 1 | -3/+2 |
* | Fix raw_scoped_refptr_mismatch_checker.h. | willchan@chromium.org | 2010-12-15 | 1 | -2/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Revert 49985 - doh | thakis@chromium.org | 2010-06-16 | 1 | -1/+1 |
* | doh | thakis@chromium.org | 2010-06-16 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+252 |