| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial work for cross-process video rendering using layers. | scherkus@chromium.org | 2010-02-26 | 3 | -19/+64 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 4 | -6/+10 |
* | Revert two changes that accidentally got in my last checkin. | brettw@chromium.org | 2010-01-12 | 2 | -19/+0 |
* | Working rudimentary audio in Pepper. | brettw@chromium.org | 2010-01-12 | 2 | -0/+19 |
* | Add a CreateBridge method to the ChildThread. | jcampan@chromium.org | 2009-12-19 | 1 | -13/+15 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 2 | -5/+10 |
* | Use an explicit boolean has_new_first_party_for_cookies instead | wtc@chromium.org | 2009-11-18 | 4 | -2/+8 |
* | Propagate the "first party for cookies" from WebKit to the network stack | wtc@chromium.org | 2009-11-13 | 4 | -4/+10 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Third patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 2 | -2/+8 |
* | Make GetURLForDebugging return a const GURL. | tony@chromium.org | 2009-10-28 | 4 | -5/+5 |
* | Fixed valgrind breakage by r29848 | hclam@chromium.org | 2009-10-23 | 1 | -9/+3 |
* | Allow <video> to read from a data URI. Data URI is now handled | hclam@chromium.org | 2009-10-23 | 5 | -62/+131 |
* | Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED when | wtc@chromium.org | 2009-10-17 | 1 | -0/+1 |
* | Report stalled event correctly for <video> | hclam@chromium.org | 2009-10-16 | 3 | -150/+298 |
* | Coverity: initialize read_attempts_ in BufferedDataSource constructor. | mattm@chromium.org | 2009-10-06 | 1 | -0/+1 |
* | Enable <video> using cache | hclam@chromium.org | 2009-09-30 | 3 | -176/+189 |
* | Revert r27587 that broke the tree | hclam@chromium.org | 2009-09-30 | 3 | -141/+178 |
* | Revert r27589 that broke the tree | hclam@chromium.org | 2009-09-30 | 1 | -6/+4 |
* | <video> use cache if --enable-byte-range-support is present | hclam@chromium.org | 2009-09-30 | 1 | -4/+6 |
* | Change how <video> fetch a resource to make it friendly to sparse caching | hclam@chromium.org | 2009-09-30 | 3 | -178/+141 |
* | Allow <audio> to work in extension | hclam@chromium.org | 2009-09-21 | 1 | -16/+26 |
* | Enable compiler -Werror and -Wall on our webkit code for mac and linux. | tony@chromium.org | 2009-09-21 | 2 | -3/+1 |
* | Remove whiltelist checks for protocol for <audio> and <video> | hclam@chromium.org | 2009-09-18 | 1 | -21/+0 |
* | Correct network state and ready state reporting. | ajwong@chromium.org | 2009-08-21 | 4 | -24/+49 |
* | Retrofit the pre-existing appache message dispatching with the new WebKit API... | michaeln@google.com | 2009-08-21 | 4 | -7/+5 |
* | Reverting r24002 due to test_shell_tests redness | ajwong@chromium.org | 2009-08-21 | 3 | -38/+11 |
* | Correct network state and ready state reporting. | ajwong@chromium.org | 2009-08-21 | 3 | -11/+38 |
* | Refcounting BufferedResourceLoader | hclam@chromium.org | 2009-08-13 | 3 | -74/+88 |
* | Fix a crash in BufferedDataSource | hclam@chromium.org | 2009-07-31 | 2 | -2/+19 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 4 | -4/+15 |
* | Fix build bustage due to r21999 | hclam@chromium.org | 2009-07-29 | 1 | -1/+1 |
* | BufferedDataSource to support server without range request support | hclam@chromium.org | 2009-07-29 | 5 | -159/+318 |
* | Retry requests that has timed out in BufferedDataSource | hclam@google.com | 2009-07-29 | 3 | -1/+134 |
* | Changes to provide asynchronous read in data source: | hclam@chromium.org | 2009-07-22 | 8 | -22/+1949 |
* | Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_... | ajwong@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names. | scherkus@chromium.org | 2009-07-17 | 1 | -2/+2 |
* | Adding callback support to media filter Initialize() and Seek(). | scherkus@chromium.org | 2009-07-16 | 2 | -12/+21 |
* | Made MediaFilter::host_ and MediaFilter::message_loop_ private. | scherkus@chromium.org | 2009-07-09 | 1 | -5/+5 |
* | Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private." | scherkus@chromium.org | 2009-07-09 | 1 | -5/+5 |
* | Made MediaFilter::host_ and MediaFilter::message_loop_ private. | scherkus@chromium.org | 2009-07-09 | 1 | -5/+5 |
* | Refactoring to introduce refcount to WebMediaPlayerImpl | hclam@chromium.org | 2009-07-07 | 2 | -14/+15 |
* | Micro-refactor: added VideoRendererBase::OnStop(). | scherkus@chromium.org | 2009-06-26 | 2 | -8/+8 |
* | Logic in MediaResourceLoaderBridgeFactory was wrong | hclam@chromium.org | 2009-06-26 | 1 | -2/+2 |
* | Refactorying to create the ResourceLoaderBridge through a factory class for <... | hclam@chromium.org | 2009-06-25 | 5 | -30/+213 |
* | Renamed media::VideoThread to the more appropriate media::VideoRendererBase. | scherkus@chromium.org | 2009-06-22 | 2 | -6/+6 |
* | Reject invalid URLs in SimpleDataSource | hclam@chromium.org | 2009-06-18 | 1 | -1/+18 |
* | Fixing a bug in SimpleDataSource | hclam@chromium.org | 2009-06-17 | 1 | -0/+5 |
* | Cancel SimpleDataSource's request when stopped to prevent asserting. | scherkus@chromium.org | 2009-06-17 | 2 | -22/+79 |
* | Fixing a bug that <video> is not rendered if clipped/mirrored | hclam@chromium.org | 2009-06-15 | 1 | -4/+13 |