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

Issue 1415253008: Dart: Merge message pipe query and read into one native call (Closed)

Created:
5 years, 1 month ago by zra
Modified:
5 years, 1 month ago
Reviewers:
Cutch
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, yzshen+mojopublicwatch_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Dart: Merge message pipe query and read into one native call The native call uses a persistent message buffer per isolate. This is a relanding of: https://codereview.chromium.org/1405103002/ and https://codereview.chromium.org/1410053002/ without using isolate data. R=johnmccutchan@google.com Committed: https://chromium.googlesource.com/external/mojo/+/321bf1a63aceaa4df0d478bbb56ad826f7aaca58

Patch Set 1 #

Patch Set 2 : add cast #

Total comments: 8

Patch Set 3 : Address comments #

Patch Set 4 : Format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -87 lines) Patch
M mojo/public/dart/mojo/lib/src/codec.dart View 1 2 3 14 chunks +75 lines, -53 lines 0 comments Download
M mojo/public/dart/mojo/lib/src/message.dart View 4 chunks +11 lines, -7 lines 0 comments Download
M mojo/public/dart/mojo/lib/src/message_pipe.dart View 1 2 2 chunks +49 lines, -0 lines 0 comments Download
M mojo/public/dart/mojo/lib/src/proxy.dart View 1 2 3 1 chunk +4 lines, -13 lines 0 comments Download
M mojo/public/dart/mojo/lib/src/stub.dart View 1 2 3 1 chunk +8 lines, -13 lines 0 comments Download
M mojo/public/dart/mojo/sdk_ext/src/natives.dart View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/public/platform/dart/mojo_natives.cc View 1 2 3 2 chunks +122 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/generators/dart_templates/struct_definition.tmpl View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
zra
5 years, 1 month ago (2015-11-05 20:18:10 UTC) #3
Cutch
LGTM with one suggestion and three requests https://codereview.chromium.org/1415253008/diff/20001/mojo/public/dart/mojo/lib/src/message_pipe.dart File mojo/public/dart/mojo/lib/src/message_pipe.dart (right): https://codereview.chromium.org/1415253008/diff/20001/mojo/public/dart/mojo/lib/src/message_pipe.dart#newcode45 mojo/public/dart/mojo/lib/src/message_pipe.dart:45: _status = ...
5 years, 1 month ago (2015-11-06 21:59:15 UTC) #4
zra
https://codereview.chromium.org/1415253008/diff/20001/mojo/public/dart/mojo/lib/src/message_pipe.dart File mojo/public/dart/mojo/lib/src/message_pipe.dart (right): https://codereview.chromium.org/1415253008/diff/20001/mojo/public/dart/mojo/lib/src/message_pipe.dart#newcode45 mojo/public/dart/mojo/lib/src/message_pipe.dart:45: _status = new MojoResult(_result[0]); On 2015/11/06 21:59:15, Cutch wrote: ...
5 years, 1 month ago (2015-11-06 23:35:42 UTC) #5
zra
5 years, 1 month ago (2015-11-06 23:59:10 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
321bf1a63aceaa4df0d478bbb56ad826f7aaca58 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698