Filip Filmar
fe70fc74a0
[fuchsia] Use dart::ComponentContext() ( #17876 )
...
This functionality is added in issue #41523 . Allows runners to request
the singleton instance of `sys::ComponentContext`, while it remains also
accessible to component-specific code that does not have direct access
to top-level objects.
Fixes #41523
2020-04-30 13:27:57 -07:00
George Wright
f5de1acf94
Revert "Migrate flutter_runner from flutter_runner::{Thread,Loop} to fml::{Thread,MessageLoop} ( #15118 )" ( #16277 )
...
This reverts commit 41e8ed071454cfd9ae02e34198250dea0edab9c4.
2020-01-30 17:19:13 -08:00
George Wright
41e8ed0714
Migrate flutter_runner from flutter_runner::{Thread,Loop} to fml::{Thread,MessageLoop} ( #15118 )
2020-01-23 18:54:49 -08:00
George Wright
69bc783016
Revert "Migrate flutter_runner from flutter_runner::{Thread,Loop} to fml::{Thread,MessageLoop} ( #15118 )" ( #15903 )
...
This reverts commit a50f1ef56a05999bfa97a777cca14fd7a00e8454.
2020-01-22 20:35:41 -08:00
George Wright
a50f1ef56a
Migrate flutter_runner from flutter_runner::{Thread,Loop} to fml::{Thread,MessageLoop} ( #15118 )
2020-01-07 19:24:45 -08:00
Filip Filmar
29998f07fa
Configures ICU to load the timezone data ( #13952 )
...
The timezone data in Fuchsia is at a fixed path. This will have the
flutter runner attempt to load it and log, but not fail if loading
does not work out.
Added two tests
(1) Shows that the specific TZ data version loaded takes effect after
initialization
(2) Shows that when TZ data files are absent the initialization
continues.
2019-12-05 17:32:55 -08:00
Kaushik Iska
6fcd795b4c
[flutter_runner] Refactor thread_application pair to ActiveApplication ( #12573 )
2019-09-27 13:38:25 -07:00
Kaushik Iska
725dc259cd
[flutter_runner] Move from runner context to component context ( #12346 )
...
* [flutter_runner] Move from runner context to component context
* remove the file references
2019-09-18 17:45:46 -07:00
Chris Bracken
37a283765c
Migrate Fuchsia runners to SDK tracing API ( #10478 )
...
Migrates the Fuchsia Flutter and Dart runners off the internal tracing
APIs and onto the public SDK.
2019-08-06 11:26:34 -07:00
Chinmay Garde
21ad7f051c
Move the Fuchsia Flutter Runner to //flutter/shell/platform/fuchsia/flutter ( #8939 )
...
This makes room for the Dart runner at //flutter/shell/platform/fuchsia/dart.
2019-05-12 14:29:34 -07:00