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

Issue 5382008: Refactor ZLib and Verbatim encoders. (Closed)

Created:
10 years ago by Sergey Ulanov
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Sergey Ulanov, dmac, awong, garykac, Paweł Hajdan Jr.
Visibility:
Public.

Description

Refactor ZLib and Verbatim encoders. Added EncoderRowBased that implements encoding for both ZLib and Verbatim. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68394

Patch Set 1 #

Total comments: 14

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -272 lines) Patch
M remoting/base/compressor.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
A remoting/base/compressor_verbatim.h View 1 chunk +28 lines, -0 lines 0 comments Download
A remoting/base/compressor_verbatim.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M remoting/base/compressor_zlib.h View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/base/compressor_zlib.cc View 2 chunks +11 lines, -4 lines 0 comments Download
A remoting/base/encoder_row_based.h View 1 1 chunk +67 lines, -0 lines 0 comments Download
A + remoting/base/encoder_row_based.cc View 3 chunks +51 lines, -37 lines 0 comments Download
A + remoting/base/encoder_row_based_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
D remoting/base/encoder_verbatim.h View 1 1 chunk +0 lines, -50 lines 0 comments Download
D remoting/base/encoder_verbatim.cc View 1 chunk +0 lines, -102 lines 0 comments Download
D remoting/base/encoder_verbatim_unittest.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M remoting/base/encoder_vp8.cc View 1 chunk +2 lines, -1 line 0 comments Download
D remoting/base/encoder_zlib.h View 1 chunk +0 lines, -52 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M remoting/jingle_glue/jingle_client.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/protocol/mock_objects.h View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/remoting.gyp View 3 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sergey Ulanov
10 years ago (2010-11-30 23:06:52 UTC) #1
Alpha Left Google
http://codereview.chromium.org/5382008/diff/1/remoting/base/compressor.h File remoting/base/compressor.h (right): http://codereview.chromium.org/5382008/diff/1/remoting/base/compressor.h#newcode53 remoting/base/compressor.h:53: virtual void Reset() = 0; Add comments for this ...
10 years ago (2010-12-02 19:39:54 UTC) #2
garykac
2 nits + 1 question about commented-out code http://codereview.chromium.org/5382008/diff/1/remoting/base/encoder_row_based.h File remoting/base/encoder_row_based.h (right): http://codereview.chromium.org/5382008/diff/1/remoting/base/encoder_row_based.h#newcode39 remoting/base/encoder_row_based.h:39: // ...
10 years ago (2010-12-02 19:51:31 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/5382008/diff/1/remoting/base/compressor.h File remoting/base/compressor.h (right): http://codereview.chromium.org/5382008/diff/1/remoting/base/compressor.h#newcode53 remoting/base/compressor.h:53: virtual void Reset() = 0; On 2010/12/02 19:39:55, Alpha ...
10 years ago (2010-12-03 00:17:21 UTC) #4
Alpha Left Google
10 years ago (2010-12-06 22:14:56 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698