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

Issue 1527793004: Provide list of service protocol extensions in isolate and emit an event when one is registered (Closed)

Created:
5 years ago by Cutch
Modified:
5 years ago
Reviewers:
turnidge
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Provide list of service protocol extensions in isolate and emit an event when one is registered. - Doc improvements. - Type annotation improvements. - Isolate includes list of currently registered extensions. - New event kind on isolate stream emitted whenever an extension is registered (IsolateServiceExtensionRegistered). Fixes https://dartbug.com/25208 Fixes https://dartbug.com/25257 R=turnidge@google.com Committed: https://github.com/dart-lang/sdk/commit/f3ee7723081256d42c8981578f22e0f1a1ff05b1

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -7 lines) Patch
M runtime/observatory/lib/src/service/object.dart View 1 2 3 5 chunks +12 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/developer_extension_test.dart View 1 2 3 3 chunks +13 lines, -1 line 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 2 chunks +19 lines, -0 lines 0 comments Download
M runtime/vm/service/service.md View 1 2 3 5 chunks +13 lines, -2 lines 0 comments Download
M runtime/vm/service_event.h View 1 2 3 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/service_event.cc View 1 2 5 chunks +9 lines, -0 lines 0 comments Download
M sdk/lib/developer/extension.dart View 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Cutch
5 years ago (2015-12-15 19:23:39 UTC) #3
turnidge
We should update service.md as well, right? https://codereview.chromium.org/1527793004/diff/1/runtime/observatory/lib/src/service/object.dart File runtime/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/1527793004/diff/1/runtime/observatory/lib/src/service/object.dart#newcode1444 runtime/observatory/lib/src/service/object.dart:1444: libraries.sort(ServiceObject.LexicalSortName); Is ...
5 years ago (2015-12-16 18:47:25 UTC) #5
Cutch
PTAL https://codereview.chromium.org/1527793004/diff/1/runtime/observatory/lib/src/service/object.dart File runtime/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/1527793004/diff/1/runtime/observatory/lib/src/service/object.dart#newcode1444 runtime/observatory/lib/src/service/object.dart:1444: libraries.sort(ServiceObject.LexicalSortName); On 2015/12/16 18:47:25, turnidge wrote: > Is ...
5 years ago (2015-12-16 21:19:56 UTC) #6
turnidge
lgtm https://codereview.chromium.org/1527793004/diff/20001/runtime/vm/service/service.md File runtime/vm/service/service.md (right): https://codereview.chromium.org/1527793004/diff/20001/runtime/vm/service/service.md#newcode1143 runtime/vm/service/service.md:1143: // The method name of the service extension ...
5 years ago (2015-12-16 21:26:05 UTC) #7
turnidge
lgtm
5 years ago (2015-12-16 21:26:08 UTC) #8
Cutch
lgtm
5 years ago (2015-12-16 21:32:32 UTC) #9
Cutch
5 years ago (2015-12-16 21:49:42 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
f3ee7723081256d42c8981578f22e0f1a1ff05b1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698