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

Issue 12451004: Introduce ZLibInflater and ZLibDeflater to dart:io. (Closed)

Created:
7 years, 9 months ago by Anders Johnsen
Modified:
7 years, 9 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Introduce ZLibInflater and ZLibDeflater to dart:io. BUG= Committed: https://code.google.com/p/dart/source/detail?r=19551

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+531 lines, -2 lines) Patch
M runtime/bin/dartutils.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/bin/dartutils.cc View 1 chunk +5 lines, -0 lines 0 comments Download
A runtime/bin/filter.h View 1 1 chunk +75 lines, -0 lines 0 comments Download
A runtime/bin/filter.cc View 1 2 1 chunk +312 lines, -0 lines 0 comments Download
M runtime/bin/io_impl_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/io_natives.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M runtime/bin/io_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/io/iolib_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A tests/standalone/io/zlib_test.dart View 1 1 chunk +125 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
7 years, 9 months ago (2013-03-05 14:44:55 UTC) #1
Søren Gjesse
https://codereview.chromium.org/12451004/diff/1/runtime/bin/filter.cc File runtime/bin/filter.cc (right): https://codereview.chromium.org/12451004/diff/1/runtime/bin/filter.cc#newcode23 runtime/bin/filter.cc:23: || filter == NULL) { Shouldn't we call Dart_PropagateError ...
7 years, 9 months ago (2013-03-05 15:59:05 UTC) #2
Anders Johnsen
Thanks, improved quite a few areas. PTAL. https://codereview.chromium.org/12451004/diff/1/runtime/bin/filter.cc File runtime/bin/filter.cc (right): https://codereview.chromium.org/12451004/diff/1/runtime/bin/filter.cc#newcode23 runtime/bin/filter.cc:23: || filter ...
7 years, 9 months ago (2013-03-06 10:32:46 UTC) #3
Søren Gjesse
lgtm https://codereview.chromium.org/12451004/diff/6001/runtime/bin/filter.cc File runtime/bin/filter.cc (right): https://codereview.chromium.org/12451004/diff/6001/runtime/bin/filter.cc#newcode28 runtime/bin/filter.cc:28: "Failed to get destroyed filter")); You actually got ...
7 years, 9 months ago (2013-03-06 11:09:52 UTC) #4
Anders Johnsen
Landing. https://codereview.chromium.org/12451004/diff/6001/runtime/bin/filter.cc File runtime/bin/filter.cc (right): https://codereview.chromium.org/12451004/diff/6001/runtime/bin/filter.cc#newcode28 runtime/bin/filter.cc:28: "Failed to get destroyed filter")); On 2013/03/06 11:09:53, ...
7 years, 9 months ago (2013-03-06 11:37:24 UTC) #5
Anders Johnsen
7 years, 9 months ago (2013-03-06 11:38:55 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r19551 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698