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

Issue 11195029: Remove ZLib codec support from chromoting host and client. (Closed)

Created:
8 years, 2 months ago by Sergey Ulanov
Modified:
8 years, 2 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Remove ZLib codec support from chromoting host and client. We were not using ZLIB codec anyway, so there is no reason to keep it around. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162635

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -1444 lines) Patch
D remoting/base/compressor.h View 1 chunk +0 lines, -60 lines 0 comments Download
D remoting/base/compressor_verbatim.h View 1 chunk +0 lines, -33 lines 0 comments Download
D remoting/base/compressor_verbatim.cc View 1 chunk +0 lines, -32 lines 0 comments Download
D remoting/base/compressor_zlib.h View 1 chunk +0 lines, -38 lines 0 comments Download
D remoting/base/compressor_zlib.cc View 1 chunk +0 lines, -84 lines 0 comments Download
D remoting/base/compressor_zlib_unittest.cc View 1 chunk +0 lines, -70 lines 0 comments Download
D remoting/base/decompressor.h View 1 chunk +0 lines, -44 lines 0 comments Download
D remoting/base/decompressor_verbatim.h View 1 chunk +0 lines, -29 lines 0 comments Download
D remoting/base/decompressor_verbatim.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D remoting/base/decompressor_zlib.h View 1 chunk +0 lines, -35 lines 0 comments Download
D remoting/base/decompressor_zlib.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D remoting/base/decompressor_zlib_unittest.cc View 1 chunk +0 lines, -142 lines 0 comments Download
M remoting/client/rectangle_update_decoder.cc View 2 chunks +2 lines, -4 lines 0 comments Download
D remoting/codec/video_decoder_row_based.h View 1 chunk +0 lines, -84 lines 0 comments Download
D remoting/codec/video_decoder_row_based.cc View 1 chunk +0 lines, -226 lines 0 comments Download
A + remoting/codec/video_decoder_verbatim.h View 1 5 chunks +10 lines, -19 lines 0 comments Download
A + remoting/codec/video_decoder_verbatim.cc View 8 chunks +18 lines, -38 lines 0 comments Download
D remoting/codec/video_encode_decode_unittest.cc View 1 chunk +0 lines, -38 lines 0 comments Download
D remoting/codec/video_encoder_row_based.h View 1 chunk +0 lines, -73 lines 0 comments Download
D remoting/codec/video_encoder_row_based.cc View 1 chunk +0 lines, -178 lines 0 comments Download
D remoting/codec/video_encoder_row_based_unittest.cc View 1 chunk +0 lines, -24 lines 0 comments Download
A remoting/codec/video_encoder_verbatim.h View 1 1 chunk +56 lines, -0 lines 0 comments Download
A + remoting/codec/video_encoder_verbatim.cc View 1 6 chunks +33 lines, -73 lines 0 comments Download
A remoting/codec/video_encoder_verbatim_unittest.cc View 1 chunk +37 lines, -0 lines 0 comments Download
M remoting/host/client_session.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M remoting/remoting.gyp View 5 chunks +5 lines, -19 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sergey Ulanov
8 years, 2 months ago (2012-10-17 21:41:40 UTC) #1
Wez
lgtm http://codereview.chromium.org/11195029/diff/1/remoting/codec/video_decoder_verbatim.h File remoting/codec/video_decoder_verbatim.h (right): http://codereview.chromium.org/11195029/diff/1/remoting/codec/video_decoder_verbatim.h#newcode14 remoting/codec/video_decoder_verbatim.h:14: class VideoDecoderVerbatim : public VideoDecoder { nit: Add ...
8 years, 2 months ago (2012-10-17 22:25:16 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/11195029/diff/1/remoting/codec/video_decoder_verbatim.h File remoting/codec/video_decoder_verbatim.h (right): http://codereview.chromium.org/11195029/diff/1/remoting/codec/video_decoder_verbatim.h#newcode14 remoting/codec/video_decoder_verbatim.h:14: class VideoDecoderVerbatim : public VideoDecoder { On 2012/10/17 22:25:16, ...
8 years, 2 months ago (2012-10-18 01:09:52 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/11195029/6001
8 years, 2 months ago (2012-10-18 01:10:47 UTC) #4
commit-bot: I haz the power
8 years, 2 months ago (2012-10-18 03:26:54 UTC) #5
Change committed as 162635

Powered by Google App Engine
This is Rietveld 408576698