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

Issue 958703003: Remove dependency on XMPP implementation in WebRTC (Closed)

Created:
5 years, 10 months ago by Sergey Ulanov
Modified:
5 years, 9 months ago
Reviewers:
rmsousa, weitao
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove dependency on XMPP implementation in WebRTC Now XMPP is implemented directly in remoting/signaling instead of relying on WebRTC. The new code is mostly just a translation of the XMPP implementation we use in the webapp from JavaScript to C++ and uses the same layout and class names, except that the main class is called XmppSignalStrategy instead of XmppConnection. BUG=459756, 443806, 417336 Committed: https://crrev.com/76d9000d15c864bb96db8adea06441689517aa00 Cr-Commit-Position: refs/heads/master@{#319712}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1615 lines, -220 lines) Patch
M remoting/remoting.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M remoting/remoting_nacl.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M remoting/remoting_srcs.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/remoting_test.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/signaling/signal_strategy.h View 1 chunk +1 line, -0 lines 0 comments Download
A remoting/signaling/xmpp_login_handler.h View 1 2 3 4 5 1 chunk +142 lines, -0 lines 0 comments Download
A remoting/signaling/xmpp_login_handler.cc View 1 2 3 4 5 6 1 chunk +241 lines, -0 lines 0 comments Download
A remoting/signaling/xmpp_login_handler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +223 lines, -0 lines 0 comments Download
M remoting/signaling/xmpp_signal_strategy.h View 1 2 chunks +6 lines, -49 lines 0 comments Download
M remoting/signaling/xmpp_signal_strategy.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +416 lines, -171 lines 0 comments Download
A remoting/signaling/xmpp_signal_strategy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +268 lines, -0 lines 0 comments Download
A remoting/signaling/xmpp_stream_parser.h View 1 chunk +44 lines, -0 lines 0 comments Download
A remoting/signaling/xmpp_stream_parser.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +171 lines, -0 lines 0 comments Download
A remoting/signaling/xmpp_stream_parser_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +94 lines, -0 lines 0 comments Download

Messages

Total messages: 58 (32 generated)
Sergey Ulanov
5 years, 10 months ago (2015-02-25 22:29:16 UTC) #3
Sergey Ulanov
ping
5 years, 9 months ago (2015-02-28 05:29:34 UTC) #4
rmsousa
lgtm https://codereview.chromium.org/958703003/diff/20001/remoting/signaling/xmpp_login_handler.cc File remoting/signaling/xmpp_login_handler.cc (right): https://codereview.chromium.org/958703003/diff/20001/remoting/signaling/xmpp_login_handler.cc#newcode45 remoting/signaling/xmpp_login_handler.cc:45: auth_mechanism_((auth_service == "oauth2") ? "X-OAUTH2" nit: if this ...
5 years, 9 months ago (2015-02-28 06:33:29 UTC) #5
weitao
Drive-by nit. https://codereview.chromium.org/958703003/diff/20001/remoting/signaling/xmpp_login_handler.h File remoting/signaling/xmpp_login_handler.h (right): https://codereview.chromium.org/958703003/diff/20001/remoting/signaling/xmpp_login_handler.h#newcode17 remoting/signaling/xmpp_login_handler.h:17: // XmppLoginHandler handles authentication handshake for XmppConnection. ...
5 years, 9 months ago (2015-02-28 07:23:49 UTC) #7
Sergey Ulanov
https://codereview.chromium.org/958703003/diff/20001/remoting/signaling/xmpp_login_handler.cc File remoting/signaling/xmpp_login_handler.cc (right): https://codereview.chromium.org/958703003/diff/20001/remoting/signaling/xmpp_login_handler.cc#newcode45 remoting/signaling/xmpp_login_handler.cc:45: auth_mechanism_((auth_service == "oauth2") ? "X-OAUTH2" On 2015/02/28 06:33:29, rmsousa ...
5 years, 9 months ago (2015-03-02 18:11:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/60001
5 years, 9 months ago (2015-03-02 18:14:08 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/13575)
5 years, 9 months ago (2015-03-02 18:43:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/80001
5 years, 9 months ago (2015-03-02 21:38:24 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/29126)
5 years, 9 months ago (2015-03-02 22:50:07 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/100001
5 years, 9 months ago (2015-03-03 18:49:33 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/60298)
5 years, 9 months ago (2015-03-03 21:39:16 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/120001
5 years, 9 months ago (2015-03-03 23:52:27 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/60429)
5 years, 9 months ago (2015-03-04 02:23:00 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/140001
5 years, 9 months ago (2015-03-04 18:29:59 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/60753)
5 years, 9 months ago (2015-03-04 21:18:44 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/160001
5 years, 9 months ago (2015-03-04 21:59:03 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/42084)
5 years, 9 months ago (2015-03-05 02:58:08 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/180001
5 years, 9 months ago (2015-03-06 00:53:36 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/30575)
5 years, 9 months ago (2015-03-06 01:56:39 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/200001
5 years, 9 months ago (2015-03-06 05:26:54 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/42750)
5 years, 9 months ago (2015-03-06 09:14:02 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/220001
5 years, 9 months ago (2015-03-09 17:58:44 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/65902)
5 years, 9 months ago (2015-03-09 18:06:11 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958703003/240001
5 years, 9 months ago (2015-03-09 18:23:16 UTC) #56
commit-bot: I haz the power
Committed patchset #12 (id:240001)
5 years, 9 months ago (2015-03-09 19:42:20 UTC) #57
commit-bot: I haz the power
5 years, 9 months ago (2015-03-09 19:43:00 UTC) #58
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/76d9000d15c864bb96db8adea06441689517aa00
Cr-Commit-Position: refs/heads/master@{#319712}

Powered by Google App Engine
This is Rietveld 408576698