Mikkel Nygaard Ravn
ce7202d73c
Fix compile error in runtime holder ( #4312 )
2017-11-02 13:31:30 +01:00
Adam Barth
58fc251900
Move flutter_*_runner to /system/bin ( #4286 )
...
Previously, these binaries were in /system/apps, which is going away. Also,
rename flutter_runner to flutter_jit_runner to match flutter_aot_runner.
2017-10-30 19:28:19 -07:00
mikejurka
93da8c8423
Migrate from VkExportDeviceMemoryMAGMA (deprecated). ( #4288 )
2017-10-27 13:34:39 -07:00
Alexander Aprelev
ef02c69652
Fix Fuchsia build - pass newly introduce parameter in Fuchsia flow ( #4274 )
2017-10-25 07:49:35 -07: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
Adam Barth
2528e533d6
Don't crash when we get unexpected pointer events. ( #4230 )
...
Just log them as errors
2017-10-17 13:25:09 -07:00
Erik Gilling
6b1878e096
Set ui, io, and gpu thread names. ( #4196 )
2017-10-13 23:02:14 -07:00
P.Y. Laligand
5fae5d52cf
Allow the project to be mapped to a location other than //flutter. ( #4203 )
...
This is for Fuchsia where we would like it to be located at //third_party/flutter.
2017-10-13 17:00:58 -07:00
Erik Gilling
3af233d63b
Revert "Set ui, io, and gpu thread names. ( #4182 )" ( #4193 )
...
This reverts commit fa46eca483 .
2017-10-10 13:57:22 -07:00
Erik Gilling
fa46eca483
Set ui, io, and gpu thread names. ( #4182 )
2017-10-10 13:48:41 -07:00
Adam Barth
160a98c2b2
Update paths to Fuchsia libraries ( #4147 )
...
These libraries are in Topaz now.
2017-09-27 13:45:49 -07:00
Craig Stout
e8a3108365
Update vulkan gn target
2017-09-26 16:32:59 -07:00
Craig Stout
9c518cb751
Update vulkan semaphore extension
...
Use fuchsia specific extension to avoid casting handles as fds.
2017-09-26 11:34:34 -07:00
Adam Barth
ccce4c3adb
Remove spurious error message ( #4135 )
...
It's not an error to be unable to connect to the context service.
2017-09-25 13:34:35 -07:00
P.Y. Laligand
d7da1255c9
Moved Maxwell to //peridot. ( #4137 )
2017-09-22 14:17:41 -07:00
P.Y. Laligand
fc3cb8fb3b
Adjust to new location of lib/tonic. ( #4132 )
2017-09-21 14:30:28 -07:00
Travis Martin
9d98d886ad
Report onscreen text to Fuchsia context engine. ( #4097 )
...
Add a class to track onscreen text via SemanticsNodes from the
accessibility layer, and report this text to the ContextEngine.
2017-09-21 12:41:13 -07:00
Adam Barth
2f50beabcb
Update paths for magma move ( #4126 )
2017-09-20 10:26:31 -07:00
George Kulakowski
550d0c6490
Rename Magenta to Zircon, along with associated abbreviations ( #4114 )
2017-09-14 22:49:46 -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
31d03de019
Rename mtl to fsl ( #4094 )
2017-09-11 17:56:02 -07:00
George Kulakowski
3aa7522c11
Rename ftl to fxl in Fuchsia specific code ( #4090 )
2017-09-11 15:58:48 -07:00
Adam Barth
2a13951fa9
Update paths for //application move ( #4085 )
2017-09-11 14:40:03 -07:00
Zachary Anderson
2abd7c87e7
[Fuchsia] Disable dart:io exit() ( #4080 )
2017-09-11 11:25:38 -07:00