Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Issue 12095097: Introduces optimization level 1/2 (Closed)

Created:
7 years, 10 months ago by oshima
Modified:
7 years, 10 months ago
Reviewers:
msw
CC:
chromium-reviews
Visibility:
Public.

Description

Introduces optimization level 1/2 default (=1) does less optimization but runs fast -o (=2) does more optimization but slow. -n just run pngcrush and skip other optimizations default produces good enough results and runs a lot faster, fast enough so that we can now ask people to run. Changed to show the results for changed files only NOTRY=true BUG=150046 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180254

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : remove garbage #

Patch Set 4 : #

Total comments: 19

Patch Set 5 : #

Total comments: 6

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -31 lines) Patch
M build/sanitize-png-files.sh View 1 2 3 4 5 16 chunks +89 lines, -31 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
oshima
7 years, 10 months ago (2013-02-01 01:35:57 UTC) #1
msw
Thanks for working on this and putting up with my comments/nits! https://codereview.chromium.org/12095097/diff/11001/build/sanitize-png-files.sh File build/sanitize-png-files.sh (right): ...
7 years, 10 months ago (2013-02-01 20:17:19 UTC) #2
oshima
https://codereview.chromium.org/12095097/diff/11001/build/sanitize-png-files.sh File build/sanitize-png-files.sh (right): https://codereview.chromium.org/12095097/diff/11001/build/sanitize-png-files.sh#newcode30 build/sanitize-png-files.sh:30: # The file larger than this file size (in ...
7 years, 10 months ago (2013-02-01 23:55:25 UTC) #3
msw
LGTM with nits; thanks! https://codereview.chromium.org/12095097/diff/11001/build/sanitize-png-files.sh File build/sanitize-png-files.sh (right): https://codereview.chromium.org/12095097/diff/11001/build/sanitize-png-files.sh#newcode66 build/sanitize-png-files.sh:66: for j in $(seq 0 ...
7 years, 10 months ago (2013-02-02 01:58:01 UTC) #4
oshima
https://codereview.chromium.org/12095097/diff/17017/build/sanitize-png-files.sh File build/sanitize-png-files.sh (right): https://codereview.chromium.org/12095097/diff/17017/build/sanitize-png-files.sh#newcode313 build/sanitize-png-files.sh:313: -o<optimize_level> Specify optimization level: On 2013/02/02 01:58:02, msw wrote: ...
7 years, 10 months ago (2013-02-02 07:57:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/12095097/42002
7 years, 10 months ago (2013-02-02 07:58:17 UTC) #6
commit-bot: I haz the power
7 years, 10 months ago (2013-02-02 08:26:59 UTC) #7
Message was sent while issue was closed.
Change committed as 180254

Powered by Google App Engine
This is Rietveld 408576698