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

Issue 292443006: New ZipReader::ExtractCurrentEntryToString API. (Closed)

Created:
6 years, 7 months ago by João Eiras
Modified:
6 years, 6 months ago
Reviewers:
satorux1, hshi1
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src
Visibility:
Public.

Description

New ZipReader::ExtractCurrentEntryToString API. New API which extract a zip entry into a memory buffer. BUG=359428 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278766

Patch Set 1 #

Total comments: 8

Patch Set 2 : review comments #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -1 line) Patch
M third_party/zlib/google/zip_reader.h View 2 chunks +16 lines, -1 line 0 comments Download
M third_party/zlib/google/zip_reader.cc View 1 1 chunk +52 lines, -0 lines 0 comments Download
M third_party/zlib/google/zip_reader_unittest.cc View 1 2 2 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
João Eiras
Hi again. Another chunk. For reference, original review https://codereview.chromium.org/179963002/
6 years, 7 months ago (2014-05-16 11:47:31 UTC) #1
satorux1
sorry for the belated response! https://codereview.chromium.org/292443006/diff/1/third_party/zlib/google/zip_reader.cc File third_party/zlib/google/zip_reader.cc (right): https://codereview.chromium.org/292443006/diff/1/third_party/zlib/google/zip_reader.cc#newcode355 third_party/zlib/google/zip_reader.cc:355: output->clear(); i think we ...
6 years, 7 months ago (2014-05-23 23:45:47 UTC) #2
João Eiras
https://codereview.chromium.org/292443006/diff/1/third_party/zlib/google/zip_reader.cc File third_party/zlib/google/zip_reader.cc (right): https://codereview.chromium.org/292443006/diff/1/third_party/zlib/google/zip_reader.cc#newcode355 third_party/zlib/google/zip_reader.cc:355: output->clear(); On 2014/05/23 23:45:47, satorux1 wrote: > i think ...
6 years, 6 months ago (2014-06-02 16:41:07 UTC) #3
satorux1
https://codereview.chromium.org/292443006/diff/1/third_party/zlib/google/zip_reader.cc File third_party/zlib/google/zip_reader.cc (right): https://codereview.chromium.org/292443006/diff/1/third_party/zlib/google/zip_reader.cc#newcode355 third_party/zlib/google/zip_reader.cc:355: output->clear(); On 2014/06/02 16:41:07, João Eiras wrote: > On ...
6 years, 6 months ago (2014-06-03 08:17:40 UTC) #4
João Eiras
https://codereview.chromium.org/292443006/diff/20001/third_party/zlib/google/zip_reader_unittest.cc File third_party/zlib/google/zip_reader_unittest.cc (right): https://codereview.chromium.org/292443006/diff/20001/third_party/zlib/google/zip_reader_unittest.cc#newcode553 third_party/zlib/google/zip_reader_unittest.cc:553: base::StringPrintf(FILE_PATH_LITERAL("%d.txt"), static_cast<int>(i))); On 2014/06/03 08:17:40, satorux1 wrote: > This ...
6 years, 6 months ago (2014-06-03 14:39:01 UTC) #5
satorux1
https://codereview.chromium.org/292443006/diff/20001/third_party/zlib/google/zip_reader_unittest.cc File third_party/zlib/google/zip_reader_unittest.cc (right): https://codereview.chromium.org/292443006/diff/20001/third_party/zlib/google/zip_reader_unittest.cc#newcode553 third_party/zlib/google/zip_reader_unittest.cc:553: base::StringPrintf(FILE_PATH_LITERAL("%d.txt"), static_cast<int>(i))); On 2014/06/03 14:39:02, João Eiras wrote: > ...
6 years, 6 months ago (2014-06-03 21:30:15 UTC) #6
João Eiras
https://codereview.chromium.org/292443006/diff/20001/third_party/zlib/google/zip_reader_unittest.cc File third_party/zlib/google/zip_reader_unittest.cc (right): https://codereview.chromium.org/292443006/diff/20001/third_party/zlib/google/zip_reader_unittest.cc#newcode553 third_party/zlib/google/zip_reader_unittest.cc:553: base::StringPrintf(FILE_PATH_LITERAL("%d.txt"), static_cast<int>(i))); On 2014/06/03 21:30:15, satorux1 wrote: > On ...
6 years, 6 months ago (2014-06-19 14:00:43 UTC) #7
satorux1
LGTM
6 years, 6 months ago (2014-06-20 08:14:15 UTC) #8
João Eiras
The CQ bit was checked by joaoe@opera.com
6 years, 6 months ago (2014-06-20 08:29:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaoe@opera.com/292443006/50001
6 years, 6 months ago (2014-06-20 08:32:44 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 6 months ago (2014-06-20 14:11:14 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 14:43:55 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/19802)
6 years, 6 months ago (2014-06-20 14:43:56 UTC) #13
João Eiras
The CQ bit was checked by joaoe@opera.com
6 years, 6 months ago (2014-06-20 16:04:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaoe@opera.com/292443006/50001
6 years, 6 months ago (2014-06-20 16:07:57 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 6 months ago (2014-06-20 17:02:57 UTC) #16
commit-bot: I haz the power
6 years, 6 months ago (2014-06-20 18:12:17 UTC) #17
Message was sent while issue was closed.
Change committed as 278766

Powered by Google App Engine
This is Rietveld 408576698