dart-sdk/runtime
Siva Annamalai dcaf392d34 Revert "[3.0 alpha][VM/Service] Update VM Service spec to v4.0"
This reverts commit c21f7c847c.

Reason for revert: Appears to cause issues when flutter app is launched with VSCode or Android Studio, please see https://github.com/flutter/flutter/issues/117526

Original change's description:
> [3.0 alpha][VM/Service] Update VM Service spec to v4.0
>
> This CL updates the VM Service spec to version 4.0 in order to add
> support for records. Some deprecated procedures and properties will also
> be removed in v4.0.
>
> As described in service.md's changelog, this CL:
> Adds `Record` and `RecordType` `InstanceKind`s, adds a deprecation
> notice to the `decl` property of `BoundField`, adds `name` property to
> `BoundField`, adds a deprecation notice to the `parentListIndex`
> property of `InboundReference`, changes the type of the `parentField`
> property of `InboundReference` from `@Field` to `@Field|string|int`,
> adds a deprecation notice to the `parentListIndex` property of
> `RetainingObject`, changes the type of the `parentField` property of
> `RetainingObject` from `string` to `string|int`, removes the deprecated
> `setExceptionPauseMode` procedure, removes the deprecated `timeSpan`
> property from `CpuSamples`, and removes the deprecated `timeSpan`
> property from `CpuSamplesEvent.
>
> TEST=CI
>
> Issue: https://github.com/dart-lang/sdk/issues/49725
> Change-Id: I7bf61c1ba11a0c7fd95a10c9c02c14282062b802
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/268521
> Commit-Queue: Derek Xu <derekx@google.com>
> Reviewed-by: Ben Konyi <bkonyi@google.com>

# Not skipping CQ checks because original CL landed > 1 day ago.

Issue: https://github.com/dart-lang/sdk/issues/49725
Change-Id: Ieb2a09653192e165ea8cf68965647e346e3a318b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277181
Reviewed-by: Derek Xu <derekx@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Auto-Submit: Siva Annamalai <asiva@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
2022-12-22 20:19:00 +00:00
..
bin [vm/reload] Ensure FileModifiedCallback can handle uris on Windows. 2022-12-21 23:11:30 +00:00
docs [vm] Runtime type check in await 2022-12-07 22:46:22 +00:00
include [vm] Add Dart_SetDwarfStackTraceFootnoteCallback 2022-12-15 13:45:10 +00:00
lib [vm/isolate] Avoid isolate scan when exiting known isolate. 2022-12-21 18:07:58 +00:00
observatory Revert "[3.0 alpha][VM/Service] Update VM Service spec to v4.0" 2022-12-22 20:19:00 +00:00
observatory_2 Revert "[3.0 alpha][VM/Service] Update VM Service spec to v4.0" 2022-12-22 20:19:00 +00:00
platform [vm, compiler] More consistently support large load/store offsets. 2022-12-14 22:17:35 +00:00
tests [vm] Packed representation of record shape 2022-12-20 20:11:48 +00:00
third_party [build] Switch builds to the ninja in DEPS 2022-09-27 11:24:03 +00:00
tools [dartfuzz] Regenerate API and types tables 2022-12-20 23:09:58 +00:00
vm Revert "[3.0 alpha][VM/Service] Update VM Service spec to v4.0" 2022-12-22 20:19:00 +00:00
.clang-tidy
.gitignore
BUILD.gn [vm/ffi] FfiNative process lookup 2022-10-25 10:57:07 +00:00
codereview.settings
configs.gni [vm/ffi] FfiNative process lookup 2022-10-25 10:57:07 +00:00
CPPLINT.cfg
OWNERS
PRESUBMIT.py
runtime_args.gni