Adam Barth
ced9a91c3a
Switch Flutter to //lib/fidl ( #3206 )
2016-11-07 15:51:42 -08:00
Adam Barth
2ff316e780
Enable tracing on Fuchsia ( #3116 )
2016-10-12 10:25:35 -07:00
Adam Barth
dec24015d7
Add new platform message transport on Android ( #3105 )
...
This transport uses the Dart and JNI APIs directly instead of indirecting
through Mojo.
2016-10-07 12:05:43 -07:00
Adam Barth
687e89e310
Revert "Wire up mojo tracing ( #3047 )"
...
This patch depends on another patch that hasn't landed yet.
This reverts commit 960da66f34fb7bd219c0cb8d313b25c8c54c1034.
2016-09-21 12:29:11 -07:00
Thomas Voß
960da66f34
Wire up mojo tracing ( #3047 )
...
* Wire up to mojo::tracing::* infrastructure.
* Initialize tracing as early as possible.
* Make dependency specific to fuchsia.
2016-09-21 12:18:27 -07:00
Adam Barth
62053fc957
Wire up font service on Fuchsia ( #3015 )
2016-09-11 13:34:31 -07:00
Adam Barth
d7f807c960
Factor runtime initialization into InitRuntime ( #3009 )
...
This makes the code easier to share between Fuchsia and stand-alone
Flutter.
2016-09-07 22:19:50 -07:00
Adam Barth
317db364a6
Actually use threads on Fuchsia ( #2934 )
...
We can actually use multiple threads now that they work properly.
2016-08-16 15:15:30 -07:00
Adam Barth
9878b58878
Get spinning square working on Fuchsia ( #2926 )
...
After this patch, we're able to run spinning_square on Fuchsia. I've
left some TODO comments about some shortcuts I've taken that we'll need
to improve in the future.
2016-08-14 16:24:40 -07:00
Adam Barth
2c5a71e721
//flutter/content_handler code complete ( #2925 )
...
This patch should contain all the code we need to run Flutter on
Fuchsia's software framebuffer (without text). I haven't actually tried
running the code, so I'm sure it doesn't work yet.
2016-08-13 16:38:39 -07:00
Adam Barth
0a439f3f88
Add //flutter/content_handler ( #2923 )
...
We're now producing a flutter_content_handler binary for Fuchsia that
builds and links.
2016-08-12 22:41:54 -07:00