Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a direct include of the message_loop header in media/. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use base::MessageLoop in media code. | xhwang@chromium.org | 2013-04-22 | 1 | -1/+1 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/. | dcheng@chromium.org | 2013-04-07 | 1 | -4/+4 |
* | Add missing return statement in media::BindToLoop() when using scoped_ptr_mal... | scherkus@chromium.org | 2012-11-27 | 1 | -0/+31 |
* | Teach BindToLoop to create callbacks that accept scoped parameters. | fischman@chromium.org | 2012-10-24 | 1 | -1/+41 |
* | media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy. | fischman@chromium.org | 2012-08-18 | 1 | -0/+98 |