Zachary Anderson
5f9c8522dd
Roll Dart to 3ee0a4284203ebc6991c78054583a7c02dc8faf9 ( #4378 )
2017-11-21 12:16:34 -08:00
Zachary Anderson
0e564957ac
Roll Dart back to 4dd4fd745e588eef64b8d85811d847ab72633cb7 ( #4370 )
2017-11-16 09:24:13 -08:00
Zachary Anderson
7033e104e3
Roll Dart forward ( #4363 )
2017-11-15 13:17:10 -08:00
Alexander Aprelev
ec19da1c80
Initialize service isolate from kernel file, rather than from embedded sources. ( #4263 )
...
* Read core platform kernel file during Dart initialization.
Currently service isolate is initialized from the source code parsed by VM.
This CL changes it so service isolate created during Dart initialization
is created from the kernel platform.dill file if it is present in the application
bundle. Then this platform kernel file is kept in dart_init module and reused
for application sciprt isolates.
* Reformat and merge
* Use accessor method
* Avoid passing running_from_kernel param. Add TODO for cleanup. Rename param.
2017-10-24 19:37:24 -07:00
P.Y. Laligand
6fcb45991d
Move //dart to //third_party/dart. ( #4245 )
2017-10-19 01:20:38 -07:00
Michael Goderbauer
08961f8ec5
Format all c-like sources with clang-format ( #4088 )
...
* format
* license script adaptions
* updated licenses
* review comments
2017-09-12 15:36:20 -07:00
George Kulakowski
3aa7522c11
Rename ftl to fxl in Fuchsia specific code ( #4090 )
2017-09-11 15:58:48 -07:00
Ryan Macnak
dd634d349d
Revert "Allow SIGQUIT to toggle the vm-service server a la command line Dart. ( #3857 )" ( #3859 )
...
This reverts commit d67b614a29fe9dc112ddc0b60b6eb685c1f55eb1.
Fuchsia TO-370
2017-07-10 15:57:26 -07:00
Ryan Macnak
d67b614a29
Allow SIGQUIT to toggle the vm-service server a la command line Dart. ( #3857 )
...
Fixes flutter/flutter#9128
2017-07-10 13:08:00 -07:00
Jason Simmons
e54b0e286b
Roll Dart ( #3194 )
...
Update DartServiceIsolate/FlutterView because VMServiceIO_NotifyServerState
now provides a URI for the observatory
2016-11-01 17:11:56 -07:00
Adam Barth
63e71803de
Unlink from mojo ( #3187 )
...
After this patch, we no longer link with Mojo. We still use some gn definitions
from //mojo to create Dart packages.
2016-10-28 15:01:07 -07:00
Adam Barth
3230826927
Move embedded resources to //flutter/runtime ( #2921 )
...
This data is actually used in //flutter/runtime, so it makes more sense to
generate it and include it in the build from there.
2016-08-12 16:54:00 -07:00
Adam Barth
4cab94e949
Invert the relationship between lib/ui and sky/engine ( #2920 )
...
Now lib/ui depends on sky/engine rather than the reverse.
2016-08-12 16:12:07 -07:00