| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove scoped_array from Chromium. | dcheng@chromium.org | 2013-04-17 | 1 | -9/+0 |
* | Revert 194649 "Remove scoped_array from Chromium." | dcheng@chromium.org | 2013-04-17 | 1 | -0/+9 |
* | Remove scoped_array from Chromium. | dcheng@chromium.org | 2013-04-17 | 1 | -9/+0 |
* | Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de... | ajwong@chromium.org | 2012-12-20 | 1 | -6/+6 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Permit .Pass()ing scoped_ptr_malloc<>'s that have custom FreeProcs. | rsleevi@chromium.org | 2012-05-09 | 1 | -6/+6 |
* | When using PostTaskAndReplyWithResults, if the ResultType is a passed type (e... | rsleevi@chromium.org | 2012-05-03 | 1 | -0/+5 |
* | Fix ScopedVector<T> passing via base::Bind() | willchan@chromium.org | 2012-03-23 | 1 | -3/+17 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-22 | 1 | -0/+59 |
* | Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t... | jeremya@chromium.org | 2011-12-21 | 1 | -59/+0 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-21 | 1 | -0/+59 |
* | Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj... | ajwong@chromium.org | 2011-12-20 | 1 | -25/+5 |
* | Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob... | sail@chromium.org | 2011-12-14 | 1 | -5/+25 |
* | Remove BindStateHolder and have Bind() return a Callback<> object directly. | ajwong@chromium.org | 2011-12-14 | 1 | -25/+5 |
* | Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco... | ajwong@chromium.org | 2011-12-13 | 1 | -59/+0 |
* | Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant... | ajwong@chromium.org | 2011-12-13 | 1 | -0/+59 |
* | Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped... | ajwong@chromium.org | 2011-12-13 | 1 | -59/+0 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-10 | 1 | -0/+59 |
* | Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s... | sergeyu@chromium.org | 2011-12-09 | 1 | -59/+0 |
* | Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and... | ajwong@chromium.org | 2011-12-09 | 1 | -0/+59 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -19/+19 |
* | base::Bind: Convert CloudPrintProxyService. | jhawkins@chromium.org | 2011-10-25 | 1 | -4/+5 |
* | Make Callback.Equals() only work when comparing against the same type. | ajwong@chromium.org | 2011-09-10 | 1 | -1/+1 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-04-04 | 1 | -0/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-24 | 1 | -1/+2 |
* | Callback support for unbound reference and array arguments. | ajwong@chromium.org | 2011-03-24 | 1 | -0/+46 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 1 | -0/+86 |
* | Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal... | ajwong@chromium.org | 2011-02-18 | 1 | -86/+0 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 1 | -0/+86 |