Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize png files in content/ | oshima@chromium.org | 2013-11-05 | 1 | -0/+0 |
| | | | | | | | | | | | | | | ./tools/resources/optimize-png-files.sh -o2 -r10000 content/renderer/resources/ content/shell/resources/ content/public/android/ content/shell/resources/textAreaResizeCorner.png : 195 => 92 (103 bytes : 52 %) Processed 16 files (out of 16 files) in 00:10:59s Result : 57362 => 41571 bytes (15791 bytes : 27 %) BUG=313729 TBR=bulach@chromium.org, jochen@chromium.org Review URL: https://codereview.chromium.org/57383011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232871 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Draw Cast logo when video is playing remotely | johnme@chromium.org | 2013-10-21 | 1 | -0/+0 |
Paints a fixed VideoFrame showing a Cast logo, which replaces the local video frames in embedded <video> elements whenever a video is being played remotely. Requires corresponding patch to RemoteMediaPlayerBridge which overrides is_remote() to return true: https://gerrit-int.chromium.org/43862 BUG=284478 Review URL: https://codereview.chromium.org/23437023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229928 0039d316-1c4b-4281-b951-d872f2087c98 |