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

Issue 197533007: Change "assetIdToUrls" to "pathToUrls" in the pub websocket API. (Closed)

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

Description

Change "assetIdToUrls" to "pathToUrls" in the pub websocket API. This also changes the argument from a URI-formatted path to a native OS path. BUG=17146 R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=34045

Patch Set 1 #

Total comments: 4

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -361 lines) Patch
M sdk/lib/_internal/pub/lib/src/barback/web_socket_api.dart View 1 7 chunks +20 lines, -14 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/asset_id_to_urls_errors_test.dart View 1 chunk +0 lines, -109 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/asset_id_to_urls_multiple_test.dart View 1 chunk +0 lines, -56 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/asset_id_to_urls_responds_with_id_test.dart View 1 chunk +0 lines, -32 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/asset_id_to_urls_test.dart View 1 chunk +0 lines, -69 lines 0 comments Download
D sdk/lib/_internal/pub/test/serve/web_socket/asset_id_to_urls_with_line_test.dart View 1 chunk +0 lines, -37 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_errors_test.dart View 4 chunks +31 lines, -22 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_multiple_test.dart View 3 chunks +5 lines, -5 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_responds_with_id_test.dart View 2 chunks +5 lines, -3 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_test.dart View 3 chunks +13 lines, -11 lines 0 comments Download
A + sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_with_line_test.dart View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
6 years, 9 months ago (2014-03-18 00:47:50 UTC) #1
Bob Nystrom
Couple nits, but LGTM. Are you sure the best way to handle non-entrypoint asset paths ...
6 years, 9 months ago (2014-03-18 17:10:02 UTC) #2
nweiz
> Are you sure the best way to handle non-entrypoint asset paths is by using ...
6 years, 9 months ago (2014-03-18 18:20:52 UTC) #3
nweiz
6 years, 9 months ago (2014-03-18 18:22:21 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r34045 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698