| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Report an error when an invalid url is received.
Checks also the scheme against, ftp, http, https and file.
Review URL: http://codereview.chromium.org/131061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18754 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
SimpleDataSource might be stopped before StartTask is called,
so handle this case.
Review URL: http://codereview.chromium.org/125278
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18668 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=http://crbug.com/13907
TEST=some media layout tests might start passing
Review URL: http://codereview.chromium.org/125229
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18652 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since we are not using the YUV->RGB code to perform
fast flipping and mirroring. Use FastPaint to handle
flipping and mirroring was wrong. There's no plan
to support fast flipping and mirroring in the short
future so fall back to SlowPaint for this case.
Review URL: http://codereview.chromium.org/126093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18403 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=hclam
Review URL: http://codereview.chromium.org/126030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18243 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a bug in video rendering code. The formula to find
projected clip dimension in the video frame was wrong,
leading to scale factor in the canvas being omitted.
LayoutTests/media/video-zoom.html
LayoutTests/media/video-layer-crash.html
Review URL: http://codereview.chromium.org/123013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18204 0039d316-1c4b-4281-b951-d872f2087c98
|
|
This is a work in progress draft.
Summary of changes:
1. Moved code shared by chrome and test_shell to webkie/glue:
WebMediaPlayerImpl
SimpleDataSource
VideoRendererImpl
2. Since WebMediaPlayerImpl is shared, chrome specific renderers
are enabled by passing the FilterFactoryCollection into
WebMediaPlayerImpl, this is done in RenderView. And
WebMediaPlayerImpl provides some default renderer filters,
which are used by the test shell and also chrome.
Review URL: http://codereview.chromium.org/119229
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18182 0039d316-1c4b-4281-b951-d872f2087c98
|