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

Issue 207563002: Move pub's web socket API over to use JSON RPC 2.0. (Closed)

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

Description

Move pub's web socket API over to use JSON RPC 2.0. R=rnystrom@google.com BUG=17492 Committed: https://code.google.com/p/dart/source/detail?r=34269

Patch Set 1 #

Total comments: 22

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -858 lines) Patch
M sdk/lib/_internal/pub/lib/src/barback/barback_server.dart View 2 chunks +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/pub/lib/src/barback/old_web_socket_api.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart View 1 10 chunks +48 lines, -204 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/utils.dart View 1 2 chunks +82 lines, -32 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/bad_commands_test.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/error_responds_with_id_test.dart View 1 chunk +0 lines, -31 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_errors_test.dart View 1 3 chunks +11 lines, -29 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_multiple_test.dart View 1 1 chunk +13 lines, -19 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_responds_with_id_test.dart View 1 chunk +0 lines, -34 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_test.dart View 1 1 chunk +36 lines, -39 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_with_line_test.dart View 1 1 chunk +6 lines, -9 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/serve_directory_already_served_test.dart View 1 1 chunk +1 line, -4 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/serve_directory_arg_errors_test.dart View 1 2 chunks +12 lines, -34 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/serve_directory_responds_with_id_test.dart View 1 chunk +0 lines, -35 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/serve_directory_test.dart View 1 1 chunk +3 lines, -5 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_arg_errors_test.dart View 1 2 chunks +12 lines, -34 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_not_served_test.dart View 1 1 chunk +2 lines, -7 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_responds_with_id_test.dart View 1 chunk +0 lines, -32 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_subdirectory_still_watched_test.dart View 1 1 chunk +1 line, -4 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_superdirectory_still_watched_test.dart View 1 1 chunk +1 line, -4 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_test.dart View 1 1 chunk +1 line, -4 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/url_to_asset_id_errors_test.dart View 1 chunk +0 lines, -77 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/url_to_asset_id_responds_with_id_test.dart View 1 chunk +0 lines, -32 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/url_to_asset_id_test.dart View 1 chunk +0 lines, -101 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/url_to_asset_id_with_line_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
6 years, 9 months ago (2014-03-21 02:26:34 UTC) #1
Bob Nystrom
Bunch of suggestions then LGTM. https://codereview.chromium.org/207563002/diff/1/sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart File sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart (right): https://codereview.chromium.org/207563002/diff/1/sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart#newcode56 sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart:56: /// The method name ...
6 years, 9 months ago (2014-03-21 17:42:25 UTC) #2
nweiz
https://codereview.chromium.org/207563002/diff/1/sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart File sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart (right): https://codereview.chromium.org/207563002/diff/1/sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart#newcode56 sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart:56: /// The method name is "urlToAssetId" and it takes ...
6 years, 9 months ago (2014-03-21 20:27:38 UTC) #3
nweiz
6 years, 9 months ago (2014-03-21 20:28:05 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r34269 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698