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

Issue 252633006: Compact JS resource better by using rjsmin. (Closed)

Created:
6 years, 8 months ago by Daniel Bratell
Modified:
6 years, 7 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Compact JS resource better by using rjsmin. We have a jsminimizer (not very good but we have it) in blink so we should use it. BUG=359583 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172748

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -342 lines) Patch
A + Source/build/scripts/rjsmin.py View 7 chunks +26 lines, -31 lines 1 comment Download
M Source/devtools/scripts/concatenate_js_files.py View 1 chunk +9 lines, -1 line 0 comments Download
M Source/devtools/scripts/inline_js_imports.py View 1 chunk +8 lines, -1 line 0 comments Download
D Source/devtools/scripts/rjsmin.py View 1 chunk +0 lines, -300 lines 0 comments Download
M Source/web/scripts/make-file-arrays.py View 2 chunks +10 lines, -9 lines 1 comment Download

Messages

Total messages: 10 (0 generated)
Daniel Bratell
abarth, this is a followup from https://codereview.chromium.org/214003005/ where I posted an improved minimizer in make-file-arrays. ...
6 years, 8 months ago (2014-04-25 09:49:38 UTC) #1
abarth-chromium
Why not just move these resource to GRD? I'm not sure why we need a ...
6 years, 8 months ago (2014-04-25 16:13:31 UTC) #2
Daniel Bratell
On 2014/04/25 16:13:31, abarth wrote: > Why not just move these resource to GRD? I'm ...
6 years, 8 months ago (2014-04-25 17:05:07 UTC) #3
abarth-chromium
Ok. LGTM. I guess this CL is a step forward in that it at least ...
6 years, 8 months ago (2014-04-25 22:16:57 UTC) #4
pfeldman
To avoid the confusion: it does not replace home-grown minifier with the library, it just ...
6 years, 8 months ago (2014-04-26 05:02:19 UTC) #5
abarth-chromium
https://codereview.chromium.org/252633006/diff/1/Source/web/scripts/make-file-arrays.py File Source/web/scripts/make-file-arrays.py (left): https://codereview.chromium.org/252633006/diff/1/Source/web/scripts/make-file-arrays.py#oldcode70 Source/web/scripts/make-file-arrays.py:70: content = empty_line.sub('\n', content) It replaces this one, but ...
6 years, 8 months ago (2014-04-26 17:08:35 UTC) #6
Daniel Bratell
On 2014/04/26 17:08:35, abarth wrote: > https://codereview.chromium.org/252633006/diff/1/Source/web/scripts/make-file-arrays.py > File Source/web/scripts/make-file-arrays.py (left): > > https://codereview.chromium.org/252633006/diff/1/Source/web/scripts/make-file-arrays.py#oldcode70 > ...
6 years, 7 months ago (2014-04-28 09:53:14 UTC) #7
Daniel Bratell
The CQ bit was checked by bratell@opera.com
6 years, 7 months ago (2014-04-28 09:53:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bratell@opera.com/252633006/1
6 years, 7 months ago (2014-04-28 09:53:51 UTC) #9
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 11:05:37 UTC) #10
Message was sent while issue was closed.
Change committed as 172748

Powered by Google App Engine
This is Rietveld 408576698