| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL handles the chromium subdir, but not google_chrome.
pngcrush v1.7.15 removes txt/xml/time chunks with switches:
-reduce -brute -rem iTXt -rem tEXt -rem zTXt -rem tIME
pngslim v1.0.1 runs a battery of compression operations.
The size difference reported uploading Patch Set 2 is:
Before: 1,293,629 bytes
After: 966,999 bytes
Delta: 326,630 bytes
Rietveld diff and try job patches fail, local build is fine.
BUG=76282
TEST=same images, less bytes.
Review URL: http://codereview.chromium.org/7782022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100218 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following lossless PNG crunchers were used:
- AdvPNG
- OptiPNG
- PNGCrush
- PNGOUT
Total savings: 1.001.550 bytes, i.e. almost 1 MB.
Patch from Mathias Bynens <mathias@qiwi.be>
BUG=chromium:92525
TEST=none
Review URL: http://codereview.chromium.org/7638001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96786 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is another revision of the new Chromium icons.
I also added 8bit images to the chromium.ico file. This should hopefully fix bug 75364.
Ran pngcrush with -brute and -reduce parameters.
BUG=75364
TEST=Did a visual inspection. Verified that things looked ok.
Review URL: http://codereview.chromium.org/6670018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77861 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Looked at icons. Verified that they still looked the same.
Review URL: http://codereview.chromium.org/6646031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77562 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change updates the app icons for chromium.
BUG=None
TEST=Ran on Mac and Linux. Verified that the app icon and the About dialog look ok. Windows build pending.
Review URL: http://codereview.chromium.org/6628068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77254 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Re-compresses all the image data, average savings 1%-4% in filesize.
- Removes the "Created with Adobe Whatever" string from all PNGs, shrinking
the files marginally even when the image data was already optimal.
This shaves more than 100k off of chrome.pak.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2806029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50754 0039d316-1c4b-4281-b951-d872f2087c98
|
|
- Google Chrome images are in internal repository now and get checked out into app\theme\google_chrome so delete them from app\theme
- Add Chromium images to app\theme\Chromium
- Modify html inlining script to pick up images from different places depending on environment variable (for now the default is google chrome which will change to chromium).
- Moving icon file to private repository as well so delete it from public repository. In its place add chromium icon.
- chromium\product_logo.png is a not actually a logo but just the blue icon in the same size as google_chrome\product_logo.png. This file makes about:version and new tab page look prettier (imo).
BUG=1296800
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1249 0039d316-1c4b-4281-b951-d872f2087c98
|