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

Issue 10867039: Moved video stub implementation to RectangleUpdateDecoder. (Closed)

Created:
8 years, 3 months ago by kxing
Modified:
8 years, 3 months ago
Reviewers:
Sergey Ulanov, 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, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Moved video stub implementation to RectangleUpdateDecoder. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153305

Patch Set 1 #

Patch Set 2 : Added DCHECK #

Total comments: 32

Patch Set 3 : Addressed comments #

Total comments: 4

Patch Set 4 : Addressed comment #

Total comments: 2

Patch Set 5 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -175 lines) Patch
M remoting/client/chromoting_client.h View 3 chunks +1 line, -38 lines 0 comments Download
M remoting/client/chromoting_client.cc View 7 chunks +4 lines, -106 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/client/rectangle_update_decoder.h View 1 2 3 4 7 chunks +63 lines, -10 lines 0 comments Download
M remoting/client/rectangle_update_decoder.cc View 1 2 3 4 9 chunks +135 lines, -19 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
kxing
Could someone PTAL? I'll rename ChromotingStats to ChromotingVideoStats in a separate CL.
8 years, 3 months ago (2012-08-23 19:55:12 UTC) #1
Wez
http://codereview.chromium.org/10867039/diff/2001/remoting/client/chromoting_client.cc File remoting/client/chromoting_client.cc (right): http://codereview.chromium.org/10867039/diff/2001/remoting/client/chromoting_client.cc#newcode74 remoting/client/chromoting_client.cc:74: weak_ptr_, shutdown_task)); nit: Not related to this CL as ...
8 years, 3 months ago (2012-08-23 22:10:47 UTC) #2
Sergey Ulanov
I think there are some opportunities to simplify this code. Particularly we no longer need ...
8 years, 3 months ago (2012-08-23 22:22:08 UTC) #3
kxing
Could someone PTAL again? http://codereview.chromium.org/10867039/diff/2001/remoting/client/chromoting_client.cc File remoting/client/chromoting_client.cc (right): http://codereview.chromium.org/10867039/diff/2001/remoting/client/chromoting_client.cc#newcode74 remoting/client/chromoting_client.cc:74: weak_ptr_, shutdown_task)); On 2012/08/23 22:10:48, ...
8 years, 3 months ago (2012-08-24 17:05:22 UTC) #4
Sergey Ulanov
lgtm http://codereview.chromium.org/10867039/diff/7001/remoting/client/rectangle_update_decoder.h File remoting/client/rectangle_update_decoder.h (right): http://codereview.chromium.org/10867039/diff/7001/remoting/client/rectangle_update_decoder.h#newcode10 remoting/client/rectangle_update_decoder.h:10: #include "base/callback.h" Don't need this include - you ...
8 years, 3 months ago (2012-08-24 18:44:12 UTC) #5
Sergey Ulanov
http://codereview.chromium.org/10867039/diff/7001/remoting/client/rectangle_update_decoder.h File remoting/client/rectangle_update_decoder.h (right): http://codereview.chromium.org/10867039/diff/7001/remoting/client/rectangle_update_decoder.h#newcode130 remoting/client/rectangle_update_decoder.h:130: // processed. Please add TODO(sergeyu) to simplify this code ...
8 years, 3 months ago (2012-08-24 18:45:40 UTC) #6
kxing
I'll commit this soon, unless someone objects. http://codereview.chromium.org/10867039/diff/7001/remoting/client/rectangle_update_decoder.h File remoting/client/rectangle_update_decoder.h (right): http://codereview.chromium.org/10867039/diff/7001/remoting/client/rectangle_update_decoder.h#newcode10 remoting/client/rectangle_update_decoder.h:10: #include "base/callback.h" ...
8 years, 3 months ago (2012-08-24 19:35:50 UTC) #7
Wez
LGTM w/ one nit, and many thanks for taking care of this clean-up! :) http://codereview.chromium.org/10867039/diff/4002/remoting/client/rectangle_update_decoder.h ...
8 years, 3 months ago (2012-08-24 19:43:30 UTC) #8
kxing
I'll commit this. http://codereview.chromium.org/10867039/diff/4002/remoting/client/rectangle_update_decoder.h File remoting/client/rectangle_update_decoder.h (right): http://codereview.chromium.org/10867039/diff/4002/remoting/client/rectangle_update_decoder.h#newcode142 remoting/client/rectangle_update_decoder.h:142: int64 last_sequence_number_; On 2012/08/24 19:43:30, Wez ...
8 years, 3 months ago (2012-08-24 19:54:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kxing@chromium.org/10867039/11001
8 years, 3 months ago (2012-08-24 19:54:59 UTC) #10
commit-bot: I haz the power
8 years, 3 months ago (2012-08-24 21:55:13 UTC) #11
Change committed as 153305

Powered by Google App Engine
This is Rietveld 408576698