summaryrefslogtreecommitdiffstats
path: root/media/base/container_names_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broke all bots 9_9 > Revert 239280 "Move more file_util functions to base namespace." > > dbus_unittests started fialing on Linux Tests (dbg)(2) and Linux Tests (dbg)(2)(32). > This CL is the only in the intersection of CLs in the first failing build on > the two builders, so giving a speculative revert a try (rlarocque already > tried a clobber, it didn't help). > > http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29/builds/41806 > http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29%2832%29/builds/8544 > > > > Move more file_util functions to base namespace. > > > > TBR=sky > > > > Review URL: https://codereview.chromium.org/109043002 > > TBR=brettw@chromium.org > > Review URL: https://codereview.chromium.org/105823009 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/100923007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239401 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | dbus_unittests started fialing on Linux Tests (dbg)(2) and Linux Tests (dbg)(2)(32). This CL is the only in the intersection of CLs in the first failing build on the two builders, so giving a speculative revert a try (rlarocque already tried a clobber, it didn't help). http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29/builds/41806 http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29%2832%29/builds/8544 > Move more file_util functions to base namespace. > > TBR=sky > > Review URL: https://codereview.chromium.org/109043002 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/105823009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239400 0039d316-1c4b-4281-b951-d872f2087c98
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-1/+1
| | | | | | | | TBR=sky Review URL: https://codereview.chromium.org/109043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239280 0039d316-1c4b-4281-b951-d872f2087c98
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
| | | | | | | | | BUG= R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/102873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238722 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in media::container_names::CheckMov.jrummell@chromium.org2013-08-011-0/+8
| | | | | | | | | | CheckMov didn't check for negative sizes sufficiently. BUG=263073 Review URL: https://chromiumcodereview.appspot.com/21249003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214875 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compilation error due to type narrowing warningcaio.de.oliveira.filho@intel.com2013-06-051-1/+1
| | | | | | | | | | | | G++ 4.7.2 warns about narrowing from 'char' to 'uint8' (unsigned char) inside { } being ill-formed in C++. The fix here is to use an hexadecimal literal instead of a char literal. BUG=none Review URL: https://chromiumcodereview.appspot.com/16206016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204136 0039d316-1c4b-4281-b951-d872f2087c98
* Improve container detection testing by testing additional containers (new ↵jrummell@chromium.org2013-05-301-5/+60
| | | | | | | | | | containers added https://codereview.chromium.org/16034004/). Also put back original reference URLs in source. BUG=235108 Review URL: https://chromiumcodereview.appspot.com/15966005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203019 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA stats for audio/video containers.jrummell@chromium.org2013-05-251-0/+157
BUG=238108 Review URL: https://chromiumcodereview.appspot.com/14495010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202275 0039d316-1c4b-4281-b951-d872f2087c98