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

Issue 10860033: Allow input & clipboard filters to be disabled without NULLing target stub. (Closed)

Created:
8 years, 4 months ago by Wez
Modified:
8 years, 4 months ago
Reviewers:
simonmorris
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, dcheng, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Allow input & clipboard filters to be disabled without NULLing target stub. This CL also: * Adds unit tests for InputFilter and CLipboardFilter. * Updates ClientSession to enabled/disable filters for authentication. BUG=118511 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152418

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address review comments and fix clipboard pipeline initialization. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -35 lines) Patch
M remoting/host/client_session.h View 1 4 chunks +5 lines, -6 lines 0 comments Download
M remoting/host/client_session.cc View 1 5 chunks +22 lines, -15 lines 0 comments Download
M remoting/protocol/clipboard_echo_filter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/clipboard_filter.h View 1 1 chunk +9 lines, -2 lines 0 comments Download
M remoting/protocol/clipboard_filter.cc View 2 chunks +6 lines, -2 lines 0 comments Download
A remoting/protocol/clipboard_filter_unittest.cc View 1 chunk +60 lines, -0 lines 0 comments Download
M remoting/protocol/input_filter.h View 1 1 chunk +12 lines, -4 lines 0 comments Download
M remoting/protocol/input_filter.cc View 1 chunk +5 lines, -4 lines 0 comments Download
A remoting/protocol/input_filter_unittest.cc View 1 chunk +82 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Wez
PTAL
8 years, 4 months ago (2012-08-18 22:19:38 UTC) #1
simonmorris
lgtm with optional suggestions http://codereview.chromium.org/10860033/diff/1/remoting/host/client_session.cc File remoting/host/client_session.cc (right): http://codereview.chromium.org/10860033/diff/1/remoting/host/client_session.cc#newcode48 remoting/host/client_session.cc:48: // |auth_input_filter|'s state reflects whether ...
8 years, 4 months ago (2012-08-20 16:37:18 UTC) #2
Wez
FYI http://codereview.chromium.org/10860033/diff/1/remoting/host/client_session.cc File remoting/host/client_session.cc (right): http://codereview.chromium.org/10860033/diff/1/remoting/host/client_session.cc#newcode48 remoting/host/client_session.cc:48: // |auth_input_filter|'s state reflects whether the session is ...
8 years, 4 months ago (2012-08-20 19:58:20 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/10860033/13
8 years, 4 months ago (2012-08-20 19:58:30 UTC) #4
commit-bot: I haz the power
8 years, 4 months ago (2012-08-20 22:52:42 UTC) #5
Change committed as 152418

Powered by Google App Engine
This is Rietveld 408576698