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

Issue 14021015: Move components/zip to third_party/zip (Closed)

Created:
7 years, 8 months ago by alecflett
Modified:
7 years, 7 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, tbarzic+watch_chromium.org, kkania, Aaron Boodman, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : re-add and fix unit tests #

Patch Set 5 : Move to third_party/zlib/google #

Patch Set 6 : Remove unnecessary README.chromium #

Total comments: 2

Patch Set 7 : Fix include/DEPS issues #

Patch Set 8 : Now with binary data pre-landed #

Patch Set 9 : Update unit_tests.isolate for new test data location #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -1889 lines) Patch
M build/android/pylib/gtest/test_runner.py View 1 2 3 4 5 6 7 8 2 chunks +1 line, -4 lines 0 comments Download
M chrome/DEPS View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/imageburner/burn_manager.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/component_updater/component_unpacker.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_creator.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/feedback/feedback_data.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/download_protection_service_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/unpacker.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/safe_browsing/zip_analyzer.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/webdriver_capabilities_parser_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/webdriver_util.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/unit_tests.isolate View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/components.gyp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M components/components_tests.gypi View 1 2 3 4 2 chunks +0 lines, -5 lines 0 comments Download
D components/test/data/zip/create_test_zip.sh View 1 2 3 1 chunk +0 lines, -15 lines 0 comments Download
D components/test/data/zip/evil.zip View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D components/test/data/zip/evil_via_absolute_file_name.zip View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D components/test/data/zip/evil_via_invalid_utf8.zip View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D components/test/data/zip/test.zip View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D components/test/data/zip/test/foo.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D components/test/data/zip/test/foo/bar.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D components/test/data/zip/test/foo/bar/.hidden View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D components/test/data/zip/test/foo/bar/baz.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D components/test/data/zip/test/foo/bar/quux.txt View 1 2 3 1 chunk +0 lines, -39 lines 0 comments Download
D components/test/data/zip/test_nocompress.zip View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D components/zip.gypi View 1 chunk +0 lines, -26 lines 0 comments Download
D components/zip/DEPS View 1 chunk +0 lines, -7 lines 0 comments Download
D components/zip/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D components/zip/zip.h View 1 chunk +0 lines, -44 lines 0 comments Download
D components/zip/zip.cc View 1 chunk +0 lines, -207 lines 0 comments Download
D components/zip/zip_internal.h View 1 chunk +0 lines, -62 lines 0 comments Download
D components/zip/zip_internal.cc View 1 chunk +0 lines, -316 lines 0 comments Download
D components/zip/zip_reader.h View 1 chunk +0 lines, -177 lines 0 comments Download
D components/zip/zip_reader.cc View 1 chunk +0 lines, -310 lines 0 comments Download
D components/zip/zip_reader_unittest.cc View 1 chunk +0 lines, -430 lines 0 comments Download
D components/zip/zip_unittest.cc View 1 chunk +0 lines, -206 lines 0 comments Download
A + third_party/zlib/google/DEPS View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/zlib/google/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/zlib/google/zip.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + third_party/zlib/google/zip.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/zlib/google/zip_internal.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + third_party/zlib/google/zip_internal.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + third_party/zlib/google/zip_reader.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + third_party/zlib/google/zip_reader.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/zlib/google/zip_reader_unittest.cc View 1 2 3 4 4 chunks +5 lines, -4 lines 0 comments Download
A + third_party/zlib/google/zip_unittest.cc View 1 2 3 4 8 chunks +10 lines, -9 lines 0 comments Download
M third_party/zlib/zlib.gyp View 1 2 3 4 1 chunk +20 lines, -1 line 0 comments Download

Messages

Total messages: 40 (0 generated)
alecflett
And here is the patch. it has a few open issues, so I wanted to ...
7 years, 8 months ago (2013-04-26 22:07:54 UTC) #1
Jói
LGTM with nits For #1, I would say includes should be third_party/zip/... #2 the way ...
7 years, 8 months ago (2013-04-26 22:57:27 UTC) #2
Jói
Forgot to say: I'm going to be away on vacation and local holidays for the ...
7 years, 8 months ago (2013-04-26 22:58:51 UTC) #3
alecflett
The resubmit checks gave specific instructions, not sure if this format is simply required for ...
7 years, 8 months ago (2013-04-26 23:31:31 UTC) #4
jam
for the unittest, just make chrome's unit_tests target include the file from third_party https://codereview.chromium.org/14021015/diff/1/chrome/common/DEPS File ...
7 years, 7 months ago (2013-04-29 16:22:51 UTC) #5
alecflett
All comments addressed, ready to go. https://chromiumcodereview.appspot.com/14021015/diff/1/chrome/common/DEPS File chrome/common/DEPS (right): https://chromiumcodereview.appspot.com/14021015/diff/1/chrome/common/DEPS#newcode34 chrome/common/DEPS:34: "+third_party/zip", On 2013/04/29 ...
7 years, 7 months ago (2013-04-29 17:13:19 UTC) #6
jam
I don't see unit_test target changes?
7 years, 7 months ago (2013-04-29 19:43:00 UTC) #7
alecflett
On 2013/04/29 19:43:00, jam wrote: > I don't see unit_test target changes? Sorry, I completely ...
7 years, 7 months ago (2013-04-29 22:15:55 UTC) #8
jam
sorry I just noticed that this is a new directory in third_party. i had assumed ...
7 years, 7 months ago (2013-04-29 23:27:47 UTC) #9
alecflett
On 2013/04/29 23:27:47, jam wrote: > sorry I just noticed that this is a new ...
7 years, 7 months ago (2013-04-29 23:46:56 UTC) #10
jam
apologies for the back and forth, I realize this has taken a while. ok here ...
7 years, 7 months ago (2013-04-30 15:08:19 UTC) #11
alecflett
I'll go with zlib/google/
7 years, 7 months ago (2013-04-30 15:11:36 UTC) #12
alecflett
ok, now it is in third_party/zlib/google I also removed README.chromium, now that we're already in ...
7 years, 7 months ago (2013-05-01 19:53:40 UTC) #13
jam
lgtm https://codereview.chromium.org/14021015/diff/29001/third_party/zlib/google/DEPS File third_party/zlib/google/DEPS (right): https://codereview.chromium.org/14021015/diff/29001/third_party/zlib/google/DEPS#newcode3 third_party/zlib/google/DEPS:3: "+third_party/zlib/contrib/minizip", nit: are you sure you need this? ...
7 years, 7 months ago (2013-05-01 22:01:08 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/35001
7 years, 7 months ago (2013-05-01 22:06:45 UTC) #15
commit-bot: I haz the power
Can't process patch for file third_party/zlib/google/test/data/test_nocompress.zip. Binary file support is temporarilly disabled due to a ...
7 years, 7 months ago (2013-05-01 22:06:47 UTC) #16
alecflett
oops, need an owners review for zlib. gavinp or agl?
7 years, 7 months ago (2013-05-01 23:36:56 UTC) #17
gavinp
lgtm
7 years, 7 months ago (2013-05-02 07:57:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/35001
7 years, 7 months ago (2013-05-02 08:00:52 UTC) #19
commit-bot: I haz the power
Can't process patch for file third_party/zlib/google/test/data/test_nocompress.zip. Binary file support is temporarilly disabled due to a ...
7 years, 7 months ago (2013-05-02 08:00:57 UTC) #20
agl
not LGTM. What's a third_party/zlib/google directory? Is that like a double negative? Is the code ...
7 years, 7 months ago (2013-05-02 14:46:11 UTC) #21
agl
gavinp points out jam's comment on this matter above. Still seems odd, but LGTM.
7 years, 7 months ago (2013-05-02 15:03:55 UTC) #22
alecflett
Committed patchset #7 manually as r197964 (presubmit successful).
7 years, 7 months ago (2013-05-02 20:15:07 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/44001
7 years, 7 months ago (2013-05-02 22:17:46 UTC) #24
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, googleurl_unittests, media_unittests, ...
7 years, 7 months ago (2013-05-02 22:47:25 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/44001
7 years, 7 months ago (2013-05-02 23:33:42 UTC) #26
commit-bot: I haz the power
Retried try job too often on ios_rel_device for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_rel_device&number=46463
7 years, 7 months ago (2013-05-03 00:01:54 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/44001
7 years, 7 months ago (2013-05-03 00:43:33 UTC) #28
commit-bot: I haz the power
Retried try job too often on ios_rel_device for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_rel_device&number=46497
7 years, 7 months ago (2013-05-03 01:13:44 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/44001
7 years, 7 months ago (2013-05-03 03:57:12 UTC) #30
commit-bot: I haz the power
Retried try job too often on ios_rel_device for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_rel_device&number=46555
7 years, 7 months ago (2013-05-03 04:11:11 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/44001
7 years, 7 months ago (2013-05-03 05:44:53 UTC) #32
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=123633
7 years, 7 months ago (2013-05-03 06:14:43 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/44001
7 years, 7 months ago (2013-05-03 16:57:18 UTC) #34
commit-bot: I haz the power
Retried try job too often on ios_rel_device for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_rel_device&number=46703
7 years, 7 months ago (2013-05-03 17:12:13 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/93002
7 years, 7 months ago (2013-05-03 17:37:18 UTC) #36
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, googleurl_unittests, media_unittests, ...
7 years, 7 months ago (2013-05-03 18:15:38 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14021015/93002
7 years, 7 months ago (2013-05-03 21:31:29 UTC) #38
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 7 months ago (2013-05-03 21:44:44 UTC) #39
alecflett
7 years, 7 months ago (2013-05-03 23:03:17 UTC) #40
Message was sent while issue was closed.
Committed patchset #9 manually as r198222 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698