summaryrefslogtreecommitdiffstats
path: root/media/base/bind_to_loop_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-181-1/+1
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-4/+4
* Add missing return statement in media::BindToLoop() when using scoped_ptr_mal...scherkus@chromium.org2012-11-271-0/+31
* Teach BindToLoop to create callbacks that accept scoped parameters.fischman@chromium.org2012-10-241-1/+41
* media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.fischman@chromium.org2012-08-181-0/+98