Sarah Zakarias
9f5ad5fd1e
Read assets out of APK on Android ( flutter/engine#4742 )
2018-03-05 14:09:45 +01:00
Adam Barth
db4e089e22
Reduce logspam in DirectoryAssetBundle ( flutter/engine#4690 )
...
It's not an error to request an asset that doesn't exist. In fact, we
request kernel_blob.bin unconditionally at startup, which doesn't
typically exist.
2018-02-19 08:38:45 -08:00
Sarah Zakarias
a50c855b12
Run Fuchsia apps without flx ( flutter/engine#4550 )
2018-01-15 11:09:01 +01:00
Sarah Zakarias
2ac17ebc40
Revert "Run Fuchsia apps without flx" ( flutter/engine#4545 )
...
* Revert "include portable_unistd.h in directory_asset_bundle (#4542 )"
This reverts commit a41471bdd6692ec78c04d3bf6b0fc4601e622876.
* Revert "Run Fuchsia apps without flx (#4538 )"
This reverts commit 9bf76142c1b68565347a6c7a8d6eab56cba5256b.
2018-01-12 15:55:47 +01:00
Sarah Zakarias
57330c3bff
Revert "include portable_unistd.h in directory_asset_bundle ( #4542 )" ( flutter/engine#4544 )
...
This reverts commit a41471bdd6692ec78c04d3bf6b0fc4601e622876.
2018-01-12 15:53:02 +01:00
Sarah Zakarias
a41471bdd6
include portable_unistd.h in directory_asset_bundle ( flutter/engine#4542 )
2018-01-12 15:31:56 +01:00
Sarah Zakarias
9bf76142c1
Run Fuchsia apps without flx ( flutter/engine#4538 )
2018-01-12 13:31:54 +01:00
Sarah Zakarias
d8a79eacf9
Select fonts from asset directory instead of FLX ( flutter/engine#4464 )
2017-12-18 09:01:56 +01:00
Sarah Zakarias
5b8c89eaf0
Handle Flutter assets outside FLX ( flutter/engine#4343 )
2017-12-13 10:55:24 +01:00
Ben Konyi
31f0a6055c
Changes to assets/ build/ flow/ runtime/ and shell/ to allow for compilation on Windows ( flutter/engine#4407 )
...
Made changes to assets/ build/ flow/ runtime/ and shell/ to allow for
compilation on Windows.
2017-11-30 19:47:20 -05:00
P.Y. Laligand
235f07742a
Allow the project to be mapped to a location other than //flutter. ( flutter/engine#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
Michael Goderbauer
ac24af87f0
Format all c-like sources with clang-format ( flutter/engine#4088 )
...
* format
* license script adaptions
* updated licenses
* review comments
2017-09-12 15:36:20 -07:00
George Kulakowski
b2b9a646ca
Fix remaining ftl->fxl conversions ( flutter/engine#4091 )
...
* Fix remaining ftl->fxl conversions
The previous scripting pass at this did not account for objective c file endings
* Update tonic DEPS reference to the post-fxl version
2017-09-11 16:31:18 -07:00
George Kulakowski
fa539e618e
Rename ftl to fxl in Fuchsia specific code ( flutter/engine#4090 )
2017-09-11 15:58:48 -07:00
Adam Barth
2cf3cffd3f
Add //garnet ( flutter/engine#4043 )
...
This repository contains FTL now in the Fuchsia build.
2017-08-31 16:47:13 -07:00
mikejurka
09bae7f423
Fix Fuchsia build. ( flutter/engine#3683 )
2017-05-10 18:40:43 -07:00
Chinmay Garde
4626789ca2
Create a cache of unz_file_pos entries in ZipAssetStore for faster lookup. ( flutter/engine#3682 )
2017-05-10 17:11:08 -07:00
Adam Barth
414e5bcd60
Remove last mojom interface ( flutter/engine#3184 )
...
We no longer use mojom to transport messages. We still use the Mojo EDK
to spin the event loop, however.
2016-10-28 11:46:57 -07:00
Adam Barth
1073376143
Add assets plugin ( flutter/engine#3151 )
...
This plugin is implemented internally by the engine to integrate with the asset
system.
2016-10-19 16:57:32 -07:00
Jeff Brown
6b35710136
Update uses of mtl::MessageLoop::task_runner() accessor. ( flutter/engine#3097 )
2016-10-04 14:29:13 -07:00
Adam Barth
deee07150c
Introduce UnzipperProvider ( flutter/engine#3004 )
...
This patch abstracts where the content of the zip file is stored.
Currently, zip files are stored in the file system, but in Fuchsia,
we're going to store them in memory (at least for the time being).
Rather than represent a zip file as a path in the file system, we
instead use an UnzipperProvider, which can create zip::UniqueUnzipper
objects on demand.
2016-09-07 00:22:27 -07:00
Adam Barth
32e9cda6a1
Teach sky_snapshot how to build on Fuchsia ( flutter/engine#2907 )
...
Doesn't quite work yet, but close. Fuchsia is on a newer Dart and will need a
couple patches before this will fully work.
2016-08-10 16:56:41 -07:00
Adam Barth
16584a5a4e
Update paths to account for buildroot
2016-08-09 13:52:15 -07:00