Ddalecurtis@google.comSwitch to using WebKit's test expecation parser.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Set svn:executable bit only on scripts that are executable. Removes the svn:executable bit on non-executable python files. R=scherkus@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/10176003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133493 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable CNS to serve files from different port. Add --local-server-port option that allows CNS to serve files from different server port. This allows us to serve files from an available local Apache port. BUG=140594 Review URL: https://chromiumcodereview.appspot.com/10824173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150944 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch to using WebKit's test expecation parser. Switches the TestExpecations file parser from our hand rolled parsing code over to using WebKit's parsing libraries directly. Fixes LayoutTestAnalyzer to work with the new TestExpecations file format. Requires WebKit/Tools/Scripts/ in PYTHONPATH. BUG=none TEST=unit tests, local runs. Review URL: https://codereview.chromium.org/10986008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158848 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch to using avcodec_decode_audio4, avcodec_alloc_context3. Allows us to remove another patch from FFmpeg relating to using deprecated features! We're now using the latest and greatest! FFmpeg side changes here, https://gerrit.chromium.org/gerrit/24823 BUG=112673 TEST=ffmpeg_regression_tests, webaudio tests. Review URL: https://chromiumcodereview.appspot.com/10540067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141524 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Combine audio decoding and video decoding onto a single thread. Our use of multithreaded video decoding results in a video decoding thread that is idle most of the time. Instead of being idle it can be doing real work like decoding audio. The end result is one less thread created per media element. BUG=61293 TBR=brettw Review URL: https://chromiumcodereview.appspot.com/10915091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155179 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Combine audio decoding and video decoding onto a single thread. Our use of multithreaded video decoding results in a video decoding thread that is idle most of the time. Instead of being idle it can be doing real work like decoding audio. The end result is one less thread created per media element. BUG=61293 TBR=brettw Review URL: https://chromiumcodereview.appspot.com/10915091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155179 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Re-organizing all tools under /src/media to be consistent with the rest of the repository. TEST=n/a BUG=n/a Review URL: http://codereview.chromium.org/431046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33089 0039d316-1c4b-4281-b951-d872f2087c98 | 16 年前 | |
Remove VideoDecoder::natural_size() & added VideoFrame::natural_size(). BUG=122913 Review URL: https://chromiumcodereview.appspot.com/10824141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149728 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use enum instead of string in MessageLoopFactory::GetMessageLoop* This reinforces that only certain thread/message_loop can be created, which also makes thread/message_loop access easier and more reliable. Also use scoped_refptr<MessageLoopProxy> instead of raw MessageLoop pointer in various places. BUG=none TEST=media_unittest, content_unittest and normal <video> playback. Review URL: https://chromiumcodereview.appspot.com/10855051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151204 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. Internal-only site: http://go/videostack/engineering/dead-code-elimination Review URL: https://chromiumcodereview.appspot.com/10837118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150129 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove a bunch of dead fields found by Scythe. Review URL: https://chromiumcodereview.appspot.com/10825108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149251 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |