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

Issue 691053006: Add a Client 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: 15

Patch Set 2 : Add tests #

Patch Set 3 : Code review changes #

Total comments: 2

Patch Set 4 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+601 lines, -49 lines) Patch
M pkg/json_rpc_2/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/json_rpc_2/lib/error_code.dart View 1 2 3 1 chunk +15 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
A pkg/json_rpc_2/lib/src/client.dart View 1 2 1 chunk +198 lines, -0 lines 0 comments Download
M pkg/json_rpc_2/lib/src/exception.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/json_rpc_2/lib/src/server.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/json_rpc_2/lib/src/utils.dart View 1 chunk +22 lines, -0 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/client/client_test.dart View 1 1 chunk +239 lines, -0 lines 0 comments Download
A + pkg/json_rpc_2/test/client/stream_test.dart View 1 2 chunks +46 lines, -48 lines 0 comments Download
A pkg/json_rpc_2/test/client/utils.dart View 1 1 chunk +65 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
nweiz
6 years, 1 month ago (2014-10-31 01:03:53 UTC) #1
Bob Nystrom
https://codereview.chromium.org/691053006/diff/1/pkg/json_rpc_2/lib/error_code.dart File pkg/json_rpc_2/lib/error_code.dart (right): https://codereview.chromium.org/691053006/diff/1/pkg/json_rpc_2/lib/error_code.dart#newcode38 pkg/json_rpc_2/lib/error_code.dart:38: String name(int errorCode) { Doc comment. https://codereview.chromium.org/691053006/diff/1/pkg/json_rpc_2/lib/error_code.dart#newcode45 pkg/json_rpc_2/lib/error_code.dart:45: default: ...
6 years, 1 month ago (2014-11-03 18:43:55 UTC) #2
nweiz
Code review changes
6 years, 1 month ago (2014-11-04 02:22:29 UTC) #3
nweiz
https://codereview.chromium.org/691053006/diff/1/pkg/json_rpc_2/lib/error_code.dart File pkg/json_rpc_2/lib/error_code.dart (right): https://codereview.chromium.org/691053006/diff/1/pkg/json_rpc_2/lib/error_code.dart#newcode38 pkg/json_rpc_2/lib/error_code.dart:38: String name(int errorCode) { On 2014/11/03 18:43:55, Bob Nystrom ...
6 years, 1 month ago (2014-11-04 02:22:46 UTC) #4
Bob Nystrom
LGTM! https://codereview.chromium.org/691053006/diff/1/pkg/json_rpc_2/lib/error_code.dart File pkg/json_rpc_2/lib/error_code.dart (right): https://codereview.chromium.org/691053006/diff/1/pkg/json_rpc_2/lib/error_code.dart#newcode45 pkg/json_rpc_2/lib/error_code.dart:45: default: return null; On 2014/11/04 02:22:45, nweiz wrote: ...
6 years, 1 month ago (2014-11-04 20:28:16 UTC) #5
nweiz
Code review changes
6 years, 1 month ago (2014-11-05 23:23:18 UTC) #6
nweiz
https://codereview.chromium.org/691053006/diff/40001/pkg/json_rpc_2/lib/error_code.dart File pkg/json_rpc_2/lib/error_code.dart (right): https://codereview.chromium.org/691053006/diff/40001/pkg/json_rpc_2/lib/error_code.dart#newcode41 pkg/json_rpc_2/lib/error_code.dart:41: /// If [errorCode] isn't specified, returns null. On 2014/11/04 ...
6 years, 1 month ago (2014-11-05 23:23:39 UTC) #7
nweiz
6 years, 1 month ago (2014-11-05 23:37:49 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 41535 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698