|
|
Reland of: Compress .pak resources with new option: "type=GZIPPABLE_BINDATA"
Reason for reland:
No longer fails on chromeos host
Allows compression via gzip for rarely used .pak resources. These resources
will only be uncompressed into memory upon request of the resource. We are
compressing all "internals" pages, with a savings of 472KB.
First attempt:
https://codereview.chromium.org/1968993002
TBR=agrieve
BUG= 609219
Committed: https://crrev.com/c19426aba4e6aef9cb4fefc02d37969f9002ba5c
Cr-Commit-Position: refs/heads/master@{#398303}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+370 lines, -75 lines) |
Patch |
 |
M |
chrome/browser/browser_resources.grd
|
View
|
1
|
2 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/net_internals_resources.grd
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/password_manager_internals_resources.grd
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/translate_internals_resources.grd
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/webui_resource_browsertest.cc
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/resources/gcm_driver_resources.grdp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/resources/signin_resources.grdp
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_resources.grd
|
View
|
|
2 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/public/test/browser_test_utils.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/exception.py
|
View
|
1
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/data_pack_unittest.py
|
View
|
1
|
2 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/grit/grit/format/gzip_string.py
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/grit/grit/format/gzip_string_unittest.py
|
View
|
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/node/include.py
|
View
|
1
2
3
4
5
|
4 chunks |
+28 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/node/include_unittest.py
|
View
|
1
|
2 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/grit/grit/test_suite_all.py
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/grit/grit/testdata/test_text.txt
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/resource/resource_bundle.h
|
View
|
1
|
3 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/resource/resource_bundle.cc
|
View
|
1
|
5 chunks |
+79 lines, -25 lines |
0 comments
|
Download
|
 |
M |
ui/base/resource/resource_bundle_unittest.cc
|
View
|
1
|
2 chunks |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/ui_base.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 23 (13 generated)
|