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

Issue 170943003: Allow for embedder provided service request handlers (Closed)

Created:
6 years, 10 months ago by Cutch
Modified:
6 years, 10 months ago
Reviewers:
turnidge
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Allow for embedder provided service request handlers BUG= R=turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=32769

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+399 lines, -6 lines) Patch
M runtime/bin/vmservice_impl.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/include/dart_api.h View 1 2 1 chunk +74 lines, -0 lines 0 comments Download
M runtime/platform/json.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/platform/json.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/service.h View 1 2 2 chunks +20 lines, -1 line 0 comments Download
M runtime/vm/service.cc View 1 2 3 5 chunks +162 lines, -5 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 1 chunk +102 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Cutch
6 years, 10 months ago (2014-02-18 21:14:28 UTC) #1
turnidge
https://codereview.chromium.org/170943003/diff/20001/runtime/bin/vmservice_impl.cc File runtime/bin/vmservice_impl.cc (right): https://codereview.chromium.org/170943003/diff/20001/runtime/bin/vmservice_impl.cc#newcode99 runtime/bin/vmservice_impl.cc:99: return strdup("{\"type\": \"EmbedderString\",\"value\":\"Standalone\"}"); Maybe Embedder or EmbedderId instead of ...
6 years, 10 months ago (2014-02-18 21:27:04 UTC) #2
Cutch
https://codereview.chromium.org/170943003/diff/20001/runtime/bin/vmservice_impl.cc File runtime/bin/vmservice_impl.cc (right): https://codereview.chromium.org/170943003/diff/20001/runtime/bin/vmservice_impl.cc#newcode99 runtime/bin/vmservice_impl.cc:99: return strdup("{\"type\": \"EmbedderString\",\"value\":\"Standalone\"}"); On 2014/02/18 21:27:05, turnidge wrote: > ...
6 years, 10 months ago (2014-02-18 22:18:51 UTC) #3
turnidge
lgtm after addressing removing comments... https://codereview.chromium.org/170943003/diff/80001/runtime/bin/vmservice_impl.cc File runtime/bin/vmservice_impl.cc (right): https://codereview.chromium.org/170943003/diff/80001/runtime/bin/vmservice_impl.cc#newcode102 runtime/bin/vmservice_impl.cc:102: tb.AddString("{\"type\": \"Embedder\",\"value\":\"Standalone\"}"); Shouldn't this ...
6 years, 10 months ago (2014-02-18 22:25:12 UTC) #4
turnidge
um, "remaining" instead of "removing"
6 years, 10 months ago (2014-02-18 22:25:30 UTC) #5
Cutch
https://codereview.chromium.org/170943003/diff/80001/runtime/bin/vmservice_impl.cc File runtime/bin/vmservice_impl.cc (right): https://codereview.chromium.org/170943003/diff/80001/runtime/bin/vmservice_impl.cc#newcode102 runtime/bin/vmservice_impl.cc:102: tb.AddString("{\"type\": \"Embedder\",\"value\":\"Standalone\"}"); On 2014/02/18 22:25:12, turnidge wrote: > Shouldn't ...
6 years, 10 months ago (2014-02-18 22:34:10 UTC) #6
Cutch
6 years, 10 months ago (2014-02-18 22:38:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r32769 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698