Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(708)

Issue 23491004: Implement test-echo extension message and reply. (Closed)

Created:
7 years, 3 months ago by Jamie
Modified:
7 years, 3 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Implement test-echo extension message and reply. TEST=Run the following command in the JS console once connected: remoting.clientSession.plugin.sendExtensionMessage('test-echo', <thing to be echoed>) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220802

Patch Set 1 #

Patch Set 2 : Use operator== #

Total comments: 6

Patch Set 3 : Limit the size of the host reply. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -3 lines) Patch
M remoting/host/client_session.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M remoting/webapp/client_plugin_async.js View 1 chunk +13 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Jamie
ptal https://codereview.chromium.org/23491004/diff/3001/remoting/webapp/client_plugin_async.js File remoting/webapp/client_plugin_async.js (right): https://codereview.chromium.org/23491004/diff/3001/remoting/webapp/client_plugin_async.js#newcode324 remoting/webapp/client_plugin_async.js:324: console.log('Got echo reply: ' + message.data['data']); We'll want ...
7 years, 3 months ago (2013-08-29 21:41:12 UTC) #1
Wez
https://codereview.chromium.org/23491004/diff/3001/remoting/host/client_session.cc File remoting/host/client_session.cc (right): https://codereview.chromium.org/23491004/diff/3001/remoting/host/client_session.cc#newcode193 remoting/host/client_session.cc:193: if (message.type() == "test-echo") { This makes it possible ...
7 years, 3 months ago (2013-08-30 01:18:10 UTC) #2
Jamie
https://codereview.chromium.org/23491004/diff/3001/remoting/host/client_session.cc File remoting/host/client_session.cc (right): https://codereview.chromium.org/23491004/diff/3001/remoting/host/client_session.cc#newcode193 remoting/host/client_session.cc:193: if (message.type() == "test-echo") { On 2013/08/30 01:18:11, Wez ...
7 years, 3 months ago (2013-08-30 02:14:04 UTC) #3
Jamie
https://codereview.chromium.org/23491004/diff/3001/remoting/host/client_session.cc File remoting/host/client_session.cc (right): https://codereview.chromium.org/23491004/diff/3001/remoting/host/client_session.cc#newcode193 remoting/host/client_session.cc:193: if (message.type() == "test-echo") { On 2013/08/30 02:14:05, Jamie ...
7 years, 3 months ago (2013-08-30 02:15:44 UTC) #4
Wez
On 2013/08/30 02:15:44, Jamie wrote: > https://codereview.chromium.org/23491004/diff/3001/remoting/host/client_session.cc > File remoting/host/client_session.cc (right): > > https://codereview.chromium.org/23491004/diff/3001/remoting/host/client_session.cc#newcode193 > ...
7 years, 3 months ago (2013-08-31 02:06:20 UTC) #5
Jamie
ptal
7 years, 3 months ago (2013-08-31 02:24:48 UTC) #6
Wez
lgtm
7 years, 3 months ago (2013-08-31 02:46:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/23491004/12001
7 years, 3 months ago (2013-08-31 03:19:27 UTC) #8
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=74604
7 years, 3 months ago (2013-08-31 11:55:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/23491004/12001
7 years, 3 months ago (2013-09-01 15:45:05 UTC) #10
commit-bot: I haz the power
7 years, 3 months ago (2013-09-02 05:27:03 UTC) #11
Message was sent while issue was closed.
Change committed as 220802

Powered by Google App Engine
This is Rietveld 408576698