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

Issue 2059883003: DevFS initial implementation (Closed)

Created:
4 years, 6 months ago by Cutch
Modified:
4 years, 6 months 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

DevFS initial implementation. This cl implements an experimental filesystem maintained in the vm, called dart-devfs. This will allow service protocol users to read and write source files while the vm is running. This is needed for the reload support for flutter. R=turnidge@google.com Committed: https://github.com/dart-lang/sdk/commit/1a4c2005ccc03ead445b64f10ee39a06e43cc9e7

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+957 lines, -32 lines) Patch
M runtime/lib/vmservice.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/lib/vmservice_patch.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 chunk +4 lines, -1 line 0 comments Download
A runtime/observatory/tests/service/dev_fs_test.dart View 1 2 1 chunk +155 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
A runtime/vm/dev_fs.h View 1 1 chunk +55 lines, -0 lines 0 comments Download
A runtime/vm/dev_fs.cc View 1 2 1 chunk +370 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.h View 4 chunks +15 lines, -2 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 2 5 chunks +55 lines, -3 lines 0 comments Download
M runtime/vm/service.h View 2 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/service.cc View 11 chunks +220 lines, -14 lines 0 comments Download
M runtime/vm/service_isolate.h View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/service_isolate.cc View 4 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M sdk/lib/vmservice/message.dart View 1 2 2 chunks +47 lines, -11 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
turnidge
https://codereview.chromium.org/2059883003/diff/1/runtime/include/dart_tools_api.h File runtime/include/dart_tools_api.h (right): https://codereview.chromium.org/2059883003/diff/1/runtime/include/dart_tools_api.h#newcode912 runtime/include/dart_tools_api.h:912: DART_EXPORT bool Dart_IsDevFSUri(Dart_Handle uri); Consider dropping the embedding api ...
4 years, 6 months ago (2016-06-10 18:45:35 UTC) #2
turnidge
lgtm
4 years, 6 months ago (2016-06-10 18:53:15 UTC) #3
Cutch
4 years, 6 months ago (2016-06-10 19:33:56 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
1a4c2005ccc03ead445b64f10ee39a06e43cc9e7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698