summaryrefslogtreecommitdiffstats
path: root/base/bind_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* Support binding WeakPtr<> to methods with void return types.ajwong@chromium.org2011-05-161-1/+8
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-3/+5
* Add support for base::Closure in the MessageLoop, and reimplement the whole s...ajwong@chromium.org2011-04-201-1/+1
* MSVC warns when you try to use Base if T has a private destructor,ajwong@chromium.org2011-04-131-0/+9
* Callback support for unbound reference and array arguments.ajwong@chromium.org2011-03-241-38/+5
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-0/+287