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

Issue 707063002: Add a Peer class to json_rpc_2. (Closed)

Created:
6 years, 1 month ago by nweiz
Modified:
6 years, 1 month ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+345 lines, -7 lines) Patch
M pkg/json_rpc_2/CHANGELOG.md View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/json_rpc_2/lib/json_rpc_2.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/json_rpc_2/lib/src/client.dart View 1 chunk +0 lines, -3 lines 0 comments Download
A pkg/json_rpc_2/lib/src/peer.dart View 1 1 chunk +136 lines, -0 lines 0 comments Download
M pkg/json_rpc_2/lib/src/server.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/json_rpc_2/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
A pkg/json_rpc_2/test/peer_test.dart View 1 1 chunk +205 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
6 years, 1 month ago (2014-11-07 00:10:17 UTC) #1
Bob Nystrom
https://codereview.chromium.org/707063002/diff/1/pkg/json_rpc_2/lib/src/peer.dart File pkg/json_rpc_2/lib/src/peer.dart (right): https://codereview.chromium.org/707063002/diff/1/pkg/json_rpc_2/lib/src/peer.dart#newcode32 pkg/json_rpc_2/lib/src/peer.dart:32: /// A stream controller that forwards incomping messages to ...
6 years, 1 month ago (2014-11-07 17:41:51 UTC) #2
nweiz
Code review changes
6 years, 1 month ago (2014-11-10 21:45:04 UTC) #3
nweiz
https://codereview.chromium.org/707063002/diff/1/pkg/json_rpc_2/lib/src/peer.dart File pkg/json_rpc_2/lib/src/peer.dart (right): https://codereview.chromium.org/707063002/diff/1/pkg/json_rpc_2/lib/src/peer.dart#newcode32 pkg/json_rpc_2/lib/src/peer.dart:32: /// A stream controller that forwards incomping messages to ...
6 years, 1 month ago (2014-11-10 21:45:31 UTC) #4
Bob Nystrom
lgtm
6 years, 1 month ago (2014-11-10 21:49:20 UTC) #5
nweiz
6 years, 1 month ago (2014-11-11 23:10:47 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 41680 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698