Commit Graph

234 Commits

Author SHA1 Message Date
Chinmay Garde 33b412313e Fix sundry Fuchsia build issues after the tonic/fxl migration. (#5920) 2018-08-01 13:29:45 -07:00
Jonah Williams dcd2956f88 Initial support for more finely-grained a11y features on Window (#5901) 2018-07-31 18:18:19 -07:00
Chinmay Garde 9f8285ac6c Remove all dependencies on Garnet. (#5869) 2018-07-26 12:49:34 -07:00
Chinmay Garde 336c23f846 Remove //flutter/glue and use FML directly. (#5862) 2018-07-25 13:20:48 -07:00
Chinmay Garde 33a4aef1d1 Fix build break caused by https://github.com/flutter/engine/pull/5830 (#5831) 2018-07-23 13:25:17 -07:00
Ryan Macnak 244ebd660c Reapply "Fix Dart 2 reload when running from a snapshot instead of platform.dill." (#5830)
Without this flag, the VM will attempt to interpret a kernel file as source code.

Affects Fuchsia (FL-71) and code-push.
2018-07-23 12:28:17 -07:00
Jason Simmons 0bad812c72 Migrate to a standalone Tonic repository separated from Topaz (#5817) 2018-07-23 11:49:35 -07:00
Joshua Seaton 663b4925b8 [fml][fxl] Migrate AutoResetWaitableEvent to fml version. (#5808)
Thanks Jason for the speedy review
2018-07-20 10:12:38 -07:00
Stanislav Baranov 5d0e13a45b Fix starting isolate directly from CoreJIT snapshot. (#5798) 2018-07-19 08:55:04 -07:00
sjindel-google 09ff9493e0 Re-land removal of vmservice_io from release builds. (#5784) 2018-07-19 15:21:21 +02:00
Ryan Macnak e8d172cf30 Revert "Fix Dart 2 reload when running from a snapshot instead of platform.dill. (#5792)" (#5795)
This reverts commit 624cf7e25a.
2018-07-18 13:18:05 -07:00
Ryan Macnak 624cf7e25a Fix Dart 2 reload when running from a snapshot instead of platform.dill. (#5792)
Without this flag, the VM will attempt to interpret a kernel file as source code.

Affects Fuchsia (FL-71) and code-push.
2018-07-18 12:07:21 -07:00
Alexander Aprelev 1d126dab31 Enable sync-async (#5765) 2018-07-16 09:18:07 -07:00
Jonah Williams 2e57ecd38f Revert rollback of "add assistiveTechnologyEnabled to window" (#5750) 2018-07-16 09:04:20 -07:00
Jonah Williams 9af920ef22 Revert "Add assistiveTechnologyEnabled flag to window" (#5746)
Reverts flutter/engine#5740
2018-07-13 15:55:49 -07:00
Jonah Williams 9ece2752aa Add assistiveTechnologyEnabled flag to window (#5740) 2018-07-13 13:47:31 -07:00
Ben Konyi 672e587e74 Background Execution Implementation for iOS (#5539) 2018-07-13 10:55:24 -07:00
Jason Simmons 500f91bc49 Return a failure exit code in flutter_tester if an uncaught error occurs in a microtask (#5736) 2018-07-13 09:44:22 -07:00
Jonah Williams 48d6e1f891 Custom accessibility (local context) action support for iOS and Android. (#5597) 2018-07-11 10:27:50 -07:00
Chris Bracken fed2ea458e Revert "Remove vmservice_io.main from entry points. (#5625)" (#5711)
This caused failures in Flutter microbenchmarks.

See: flutter/flutter#19096 and flutter/flutter#19210

This reverts commit 4466d61a99.
2018-07-10 16:57:23 -07:00
sjindel-google 4466d61a99 Remove vmservice_io.main from entry points. (#5625) 2018-06-29 13:10:12 +02:00
Jason Simmons 0f8386b998 Add Dart entry points accessed from native code for decodeImageFromPixels (#5613) 2018-06-25 16:05:07 -07:00
Ryan Macnak ab1b0db966 No-copy kernel loading. (#5580)
Required by https://dart-review.googlesource.com/c/sdk/+/60202
2018-06-21 15:44:04 -07:00
Jason Simmons efd6663344 Maintain a FontCollection for each engine instance instead of a process-wide singleton (#5521) 2018-06-13 14:28:21 -07:00
Ben Konyi 8d8d91bfc3 IsolateNameServer reland (#5519)
* Reland "Added IsolateNameServer functionality (#5410)"

This reverts commit c3976b3c71.

* Fixed issue with isolate_name_server_test which caused test to timeout

* Disabled thread_annotations on Android as they aren't supported in the
NDK headers for std::mutex. Readded thread annotations to
IsolateNameServer.
2018-06-13 11:57:10 -07:00