| Commit message (Expand) | Author | Age | Files | Lines |
* | enable MSE and legacy EME by default on Android | qinmin@chromium.org | 2013-07-26 | 1 | -2/+0 |
* | Update include paths in content/browser for base/process changes. | rsesek@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Added a placeholder new media-internals page under a flag. | tyoverby@chromium.org | 2013-07-20 | 1 | -0/+9 |
* | Creates a WebRTCIdentityService instance per peer connection and passes it to... | jiayl@chromium.org | 2013-07-20 | 1 | -5/+6 |
* | Use a direct include of the message_loop header in content/, part 2. | avi@chromium.org | 2013-07-18 | 3 | -3/+3 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Add EME config change browser tests. | shadi@chromium.org | 2013-07-11 | 1 | -1/+17 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 2 | -2/+2 |
* | Use SequencedWorkerPoolOwner in WebRTCIdentityStoreTest to avoid Memcheck err... | jiayl@chromium.org | 2013-07-02 | 1 | -9/+11 |
* | Generates the DTLS identity in browser process and returns it to the renderer... | jiayl@chromium.org | 2013-07-01 | 3 | -0/+358 |
* | Add EME browser tests that load media using src= | shadi@chromium.org | 2013-07-01 | 1 | -34/+76 |
* | Use a direct include of time headers in content/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Enable MSE config change browser test with dimension/duration checks disabled. | shadi@chromium.org | 2013-06-26 | 1 | -1/+2 |
* | Made media::MediaLogEvent use base::TimeTicks instead of base::Time. | tyoverby@chromium.org | 2013-06-26 | 1 | -1/+6 |
* | Remove content/browser dependency on webkit/renderer. | ddorwin@chromium.org | 2013-06-25 | 2 | -9/+15 |
* | Split --use-fake-device-for-media-stream into two switches. | phoglund@chromium.org | 2013-06-24 | 2 | -2/+6 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 2 | -5/+4 |
* | Make content use base namespace for Values. | brettw@chromium.org | 2013-06-14 | 4 | -67/+67 |
* | Use a direct include of strings headers in content/browser/, part 2. | avi@chromium.org | 2013-06-11 | 3 | -4/+4 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 4 | -4/+4 |
* | Stop running media layout tests as browser tests | jochen@chromium.org | 2013-06-07 | 2 | -91/+0 |
* | Enable MediaSourceTest.* content_browsertests on Android. | scherkus@chromium.org | 2013-06-06 | 1 | -1/+12 |
* | Disable failing webrtc tests on ARM linux. | sbc@chromium.org | 2013-06-06 | 1 | -1/+8 |
* | Tests in media_browsertest.cc, encrypted_media_browsertest.cc, and media_sour... | shadi@chromium.org | 2013-06-06 | 4 | -145/+112 |
* | Disable MediaSourceTest.ConfigChangeVideo test due to flakiness. | shadi@chromium.org | 2013-06-04 | 1 | -1/+1 |
* | Fix video duration flakiness in config change MSE browser test. | shadi@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Move webkit/media/ into webkit/renderer/media | jamesr@chromium.org | 2013-05-30 | 2 | -1/+7 |
* | Made sure empty-call-then-add-one-stream test doesn't do simultaneous negotia... | phoglund@chromium.org | 2013-05-29 | 1 | -4/+2 |
* | Revert "Revert 202112 "GTTF: Convert most tests in content to use Embedd..."" | phajdan.jr@chromium.org | 2013-05-28 | 2 | -19/+19 |
* | Revert 202112 "GTTF: Convert most tests in content to use Embedd..." | xiyuan@chromium.org | 2013-05-25 | 2 | -19/+19 |
* | GTTF: Convert most tests in content to use EmbeddedTestServer. | phajdan.jr@chromium.org | 2013-05-24 | 2 | -19/+19 |
* | Disable ConfigChangeVideo test. | dalecurtis@google.com | 2013-05-24 | 1 | -1/+1 |
* | Conditionally build support for Pepper-based CDMs. | ddorwin@chromium.org | 2013-05-23 | 1 | -25/+25 |
* | Add content browser tests for Media Source Extensions. | shadi@chromium.org | 2013-05-15 | 2 | -16/+99 |
* | Adds a button in the "Create Dump" section to dump the page to a file. | jiayl@chromium.org | 2013-05-15 | 1 | -11/+116 |
* | Fixes the issue in stats graph to not abort when a non-numerical value is seen. | jiayl@chromium.org | 2013-05-15 | 1 | -7/+13 |
* | Disable failing webrtc tests on ARM linux | sbc@chromium.org | 2013-05-14 | 1 | -3/+14 |
* | Refactor how audio and video tracks are added to the pc in order to avoid fla... | perkj@chromium.org | 2013-05-13 | 1 | -3/+1 |
* | Disable failing ARM linux tests. | sbc@chromium.org | 2013-05-10 | 2 | -3/+33 |
* | Fixes a memory leak when running webrtc-internals for a long time, by using a... | jiayl@chromium.org | 2013-05-09 | 1 | -1/+1 |
* | Reland: Remove reference counting from media::Pipeline. | scherkus@chromium.org | 2013-05-09 | 1 | -0/+8 |
* | Fix the way we get ssrc from an ssrc report for the coming changes in getStat... | jiayl@chromium.org | 2013-05-08 | 1 | -1/+20 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move SpawnedTestServer to its own subdirectory. | phajdan.jr@chromium.org | 2013-05-07 | 2 | -2/+2 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 3 | -5/+4 |
* | Limit the rate to send media log events over IPC. | changbin.shao@intel.com | 2013-05-04 | 2 | -11/+14 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 2 | -2/+2 |
* | Temporarily disable canPlayType() and tests for component CDM. | ddorwin@chromium.org | 2013-05-03 | 1 | -1/+4 |
* | Add the UI for recording RTP packets from webrtc-internals | jiayl@chromium.org | 2013-05-02 | 5 | -33/+84 |