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

Issue 300223011: - Add possibility to redirect messages if they were not delivered. (Closed)

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

Description

- Add possibility to redirect messages if they were not delivered. - Prepare OOB handling for more than service messages. - Do not use growable arrays when growing is not necessary. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=36772

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -164 lines) Patch
M runtime/vm/isolate.cc View 11 chunks +59 lines, -44 lines 0 comments Download
M runtime/vm/json_stream.h View 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/message.h View 1 2 chunks +21 lines, -1 line 0 comments Download
M runtime/vm/message.cc View 2 chunks +17 lines, -1 line 0 comments Download
M runtime/vm/message_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/port.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/service.cc View 3 chunks +24 lines, -21 lines 0 comments Download
M runtime/vm/service/message.dart View 2 chunks +16 lines, -6 lines 0 comments Download
M runtime/vm/service_test.cc View 66 chunks +103 lines, -85 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ivan Posva
https://codereview.chromium.org/300223011/diff/1/runtime/vm/message.h File runtime/vm/message.h (right): https://codereview.chromium.org/300223011/diff/1/runtime/vm/message.h#newcode45 runtime/vm/message.h:45: Dart_Port delivery_failure_port = kIllegalPort) The setting of this value ...
6 years, 6 months ago (2014-05-28 21:02:31 UTC) #1
Cutch
lgtm with comment https://codereview.chromium.org/300223011/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/300223011/diff/1/runtime/vm/isolate.cc#newcode178 runtime/vm/isolate.cc:178: UNREACHABLE(); Should the RedirectToDeliveryFailurePort get a ...
6 years, 6 months ago (2014-05-28 21:29:02 UTC) #2
Cutch
lgtm with comment https://codereview.chromium.org/300223011/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/300223011/diff/1/runtime/vm/isolate.cc#newcode178 runtime/vm/isolate.cc:178: UNREACHABLE(); Should the RedirectToDeliveryFailurePort get a ...
6 years, 6 months ago (2014-05-28 21:29:02 UTC) #3
Ivan Posva
Thanks. -Ivan https://codereview.chromium.org/300223011/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/300223011/diff/1/runtime/vm/isolate.cc#newcode178 runtime/vm/isolate.cc:178: UNREACHABLE(); On 2014/05/28 21:29:03, Cutch wrote: > ...
6 years, 6 months ago (2014-05-28 21:39:42 UTC) #4
Ivan Posva
6 years, 6 months ago (2014-05-28 21:58:45 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r36772 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698