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

Issue 8351084: Remove old Authentication code that we don't use or need. (Closed)

Created:
9 years, 1 month ago by Sergey Ulanov
Modified:
9 years, 1 month ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, Paweł Hajdan Jr., dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Remove old Authentication code that we don't use or need. Also removed some auth-related protobufs that we don't currenly use. BUG=None TEST=IT2Me still works. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108759

Patch Set 1 #

Patch Set 2 : - #

Total comments: 24

Patch Set 3 : - #

Patch Set 4 : - #

Patch Set 5 : - #

Total comments: 18

Patch Set 6 : - #

Patch Set 7 : - #

Patch Set 8 : - #

Patch Set 9 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -476 lines) Patch
M remoting/client/chromoting_client.h View 1 chunk +0 lines, -4 lines 0 comments Download
M remoting/client/chromoting_client.cc View 1 2 2 chunks +2 lines, -24 lines 0 comments Download
M remoting/client/chromoting_view.h View 1 chunk +0 lines, -5 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.h View 1 chunk +0 lines, -4 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 2 3 4 5 6 7 2 chunks +0 lines, -19 lines 0 comments Download
M remoting/client/plugin/chromoting_scriptable_object.h View 4 chunks +0 lines, -21 lines 0 comments Download
M remoting/client/plugin/chromoting_scriptable_object.cc View 7 chunks +1 line, -47 lines 0 comments Download
M remoting/client/plugin/pepper_view.h View 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_view.cc View 1 2 2 chunks +3 lines, -15 lines 0 comments Download
M remoting/client/plugin/pepper_view_proxy.h View 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_view_proxy.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M remoting/host/chromoting_host.h View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 4 8 chunks +8 lines, -35 lines 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 1 2 3 12 chunks +15 lines, -44 lines 0 comments Download
M remoting/host/client_session.h View 1 2 3 4 chunks +4 lines, -19 lines 0 comments Download
M remoting/host/client_session.cc View 1 2 3 3 chunks +3 lines, -34 lines 0 comments Download
M remoting/host/client_session_unittest.cc View 1 2 3 5 chunks +8 lines, -29 lines 0 comments Download
M remoting/host/host_mock_objects.h View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M remoting/host/self_access_verifier.cc View 1 2 chunks +0 lines, -15 lines 0 comments Download
D remoting/proto/auth.proto View 1 chunk +0 lines, -63 lines 0 comments Download
M remoting/proto/chromotocol.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/proto/control.proto View 1 2 3 4 5 6 1 chunk +12 lines, -1 line 0 comments Download
M remoting/proto/internal.proto View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M remoting/protocol/client_control_sender.h View 1 chunk +0 lines, -3 lines 0 comments Download
M remoting/protocol/client_control_sender.cc View 1 2 1 chunk +6 lines, -7 lines 0 comments Download
M remoting/protocol/client_message_dispatcher.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M remoting/protocol/client_stub.h View 1 2 3 1 chunk +2 lines, -5 lines 0 comments Download
M remoting/protocol/connection_to_host.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/protocol/connection_to_host.cc View 1 2 3 chunks +3 lines, -10 lines 0 comments Download
M remoting/protocol/content_description.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M remoting/protocol/host_control_sender.h View 1 chunk +0 lines, -3 lines 0 comments Download
M remoting/protocol/host_control_sender.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M remoting/protocol/host_message_dispatcher.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M remoting/protocol/host_stub.h View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 2 3 4 5 6 7 8 2 chunks +1 line, -10 lines 0 comments Download
M remoting/webapp/me2mom/client_session.js View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Sergey Ulanov
9 years, 1 month ago (2011-11-02 22:51:43 UTC) #1
Wez
http://codereview.chromium.org/8351084/diff/2001/remoting/client/plugin/pepper_view.cc File remoting/client/plugin/pepper_view.cc (right): http://codereview.chromium.org/8351084/diff/2001/remoting/client/plugin/pepper_view.cc#newcode239 remoting/client/plugin/pepper_view.cc:239: case protocol::ConnectionToHost::CONNECTED: Is there any point in keeping this ...
9 years, 1 month ago (2011-11-03 00:25:02 UTC) #2
Sergey Ulanov
Addressed all comments. Also fixed backward-compatibility issue with older clients. http://codereview.chromium.org/8351084/diff/2001/remoting/client/plugin/pepper_view.cc File remoting/client/plugin/pepper_view.cc (right): http://codereview.chromium.org/8351084/diff/2001/remoting/client/plugin/pepper_view.cc#newcode239 ...
9 years, 1 month ago (2011-11-03 01:21:12 UTC) #3
Wez
http://codereview.chromium.org/8351084/diff/2001/remoting/host/chromoting_host.cc File remoting/host/chromoting_host.cc (right): http://codereview.chromium.org/8351084/diff/2001/remoting/host/chromoting_host.cc#newcode383 remoting/host/chromoting_host.cc:383: if (client->authenticated()) { Why remove the conditional? http://codereview.chromium.org/8351084/diff/2001/remoting/host/chromoting_host.cc#newcode523 remoting/host/chromoting_host.cc:523: ...
9 years, 1 month ago (2011-11-03 18:14:36 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/8351084/diff/7002/remoting/host/chromoting_host.cc File remoting/host/chromoting_host.cc (right): http://codereview.chromium.org/8351084/diff/7002/remoting/host/chromoting_host.cc#newcode149 remoting/host/chromoting_host.cc:149: context_->main_message_loop()->PostTask( On 2011/11/03 18:14:37, Wez wrote: > In future ...
9 years, 1 month ago (2011-11-03 19:11:54 UTC) #5
Wez
lgtm http://codereview.chromium.org/8351084/diff/7002/remoting/proto/control.proto File remoting/proto/control.proto (right): http://codereview.chromium.org/8351084/diff/7002/remoting/proto/control.proto#newcode19 remoting/proto/control.proto:19: // version (Chrome 17 is released). On 2011/11/03 ...
9 years, 1 month ago (2011-11-03 20:39:38 UTC) #6
Sergey Ulanov
On 2011/11/03 20:39:38, Wez wrote: > lgtm > > http://codereview.chromium.org/8351084/diff/7002/remoting/proto/control.proto > File remoting/proto/control.proto (right): > ...
9 years, 1 month ago (2011-11-04 22:01:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8351084/22001
9 years, 1 month ago (2011-11-04 22:01:59 UTC) #8
commit-bot: I haz the power
Try job failure for 8351084-22001 (retry) on mac_rel for step "compile" (clobber build). It's a ...
9 years, 1 month ago (2011-11-04 22:55:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8351084/26001
9 years, 1 month ago (2011-11-04 22:58:43 UTC) #10
commit-bot: I haz the power
Try job failure for 8351084-26001 (retry) on mac_rel for step "compile" (clobber build). It's a ...
9 years, 1 month ago (2011-11-04 23:47:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8351084/22038
9 years, 1 month ago (2011-11-04 23:51:42 UTC) #12
commit-bot: I haz the power
9 years, 1 month ago (2011-11-05 01:19:32 UTC) #13
Change committed as 108759

Powered by Google App Engine
This is Rietveld 408576698