|
Implements a Zip() utility function. Refactor existing
Unzip-relatedness into shared locations.
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+539 lines, -565 lines) |
Patch |
 |
M |
chrome/browser/extensions/extensions_service.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/common.vcproj
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_unpacker.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/unzip.h
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/common/unzip.cc
|
View
|
|
1 chunk |
+0 lines, -200 lines |
0 comments
|
Download
|
 |
M |
chrome/common/unzip_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -93 lines |
0 comments
|
Download
|
 |
A |
chrome/common/zip.h
|
View
|
|
1 chunk |
+23 lines, -0 lines |
1 comment
|
Download
|
 |
A |
chrome/common/zip.cc
|
View
|
|
1 chunk |
+293 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/zip_unittest.cc
|
View
|
|
1 chunk |
+131 lines, -0 lines |
1 comment
|
Download
|
 |
M |
chrome/test/data/unzip/test.zip
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/unzip/test/foo.txt
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/unzip/test/foo/bar.txt
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/unzip/test/foo/bar/baz.txt
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/unzip/test/foo/bar/quux.txt
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/unzip/test_nocompress.zip
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/zip/test.zip
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/zip/test/foo.txt
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/zip/test/foo/bar.txt
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/zip/test/foo/bar/baz.txt
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/zip/test/foo/bar/quux.txt
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/zip/test_nocompress.zip
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
chrome/test/unit/unittests.vcproj
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/memory_watcher/memory_watcher.vcproj
|
View
|
|
1 chunk |
+41 lines, -202 lines |
1 comment
|
Download
|
Total messages: 2 (0 generated)
|