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

Issue 514343002: XMPP implementation in JavaScript. (Closed)

Created:
6 years, 3 months ago by Sergey Ulanov
Modified:
6 years, 3 months ago
Reviewers:
Jamie, kelvinp
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

XMPP implementation in JavaScript. This adds XMPP implementation that will be used for signaling in the webapp instead of WCS. It depends on TLS support added in the TCP API in Chrome 38. BUG=274652 Committed: https://crrev.com/ea32100195dad534bee56d779efde4c085766acc Cr-Commit-Position: refs/heads/master@{#293068}

Patch Set 1 #

Total comments: 32

Patch Set 2 : #

Total comments: 50

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1471 lines, -3 lines) Patch
M remoting/remoting_webapp_files.gypi View 3 chunks +13 lines, -3 lines 0 comments Download
M remoting/webapp/base.js View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M remoting/webapp/js_proto/chrome_proto.js View 1 chunk +153 lines, -0 lines 0 comments Download
M remoting/webapp/js_proto/dom_proto.js View 1 2 3 chunks +15 lines, -0 lines 0 comments Download
M remoting/webapp/unittests/base_unittest.js View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A remoting/webapp/unittests/xmpp_connection_unittest.js View 1 2 1 chunk +93 lines, -0 lines 0 comments Download
A remoting/webapp/unittests/xmpp_login_handler_unittest.js View 1 2 1 chunk +142 lines, -0 lines 0 comments Download
A remoting/webapp/unittests/xmpp_stream_parser_unittest.js View 1 2 1 chunk +89 lines, -0 lines 0 comments Download
A remoting/webapp/xmpp_connection.js View 1 2 1 chunk +363 lines, -0 lines 0 comments Download
A remoting/webapp/xmpp_login_handler.js View 1 2 1 chunk +279 lines, -0 lines 0 comments Download
A remoting/webapp/xmpp_stream_parser.js View 1 2 1 chunk +258 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
Sergey Ulanov
sergeyu@chromium.org changed reviewers: + jamiewalch@chromium.org, kelvinp@chromium.org
6 years, 3 months ago (2014-08-28 20:01:07 UTC) #1
Sergey Ulanov
This new code is not hooked up yet. I'm planning to do it in a ...
6 years, 3 months ago (2014-08-28 20:01:07 UTC) #2
kelvinp
https://codereview.chromium.org/514343002/diff/20001/remoting/webapp/base.js File remoting/webapp/base.js (right): https://codereview.chromium.org/514343002/diff/20001/remoting/webapp/base.js#newcode390 remoting/webapp/base.js:390: * Converts UTF-8 string to ArrayBuffer. Nit: blank line ...
6 years, 3 months ago (2014-08-29 01:37:10 UTC) #3
Jamie
My review is still in-progress, but since I'm out tomorrow I wanted to send what ...
6 years, 3 months ago (2014-08-29 02:14:10 UTC) #4
Sergey Ulanov
https://codereview.chromium.org/514343002/diff/1/remoting/webapp/unittests/base_unittest.js File remoting/webapp/unittests/base_unittest.js (right): https://codereview.chromium.org/514343002/diff/1/remoting/webapp/unittests/base_unittest.js#newcode250 remoting/webapp/unittests/base_unittest.js:250: [0xE6, 0x8C, 0x82, 0xD0, 0x83, 209, 132]); On 2014/08/29 ...
6 years, 3 months ago (2014-08-29 23:40:31 UTC) #5
kelvinp
Thank you for making the changes. Looks mostly good. Still would like to talk to ...
6 years, 3 months ago (2014-09-02 17:06:18 UTC) #6
kelvinp
lgtm
6 years, 3 months ago (2014-09-02 22:56:21 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/514343002/40001
6 years, 3 months ago (2014-09-03 00:57:26 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_gpu_retina_triggered_tests on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-09-03 02:38:57 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001) as ae155e0340c94a0642f26d069e2d9555f4ae7a6a
6 years, 3 months ago (2014-09-03 04:51:28 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:23:27 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ea32100195dad534bee56d779efde4c085766acc
Cr-Commit-Position: refs/heads/master@{#293068}

Powered by Google App Engine
This is Rietveld 408576698