Chinmay Garde
f781f928d1
Test that the embedder can be launched and shut down correctly. ( #4281 )
2017-10-30 14:15:32 -07:00
Chinmay Garde
eabcf3aaa9
Avoid registering both the platform view and the rasterizer in the shell. ( #4293 )
...
Instead, the rasterizer can be accessed via the platform view.
2017-10-30 13:28:39 -07:00
Chinmay Garde
ede57ad1e7
Allow embedders to specify custom ICU data paths and command line args. ( #4290 )
2017-10-27 17:31:13 -07:00
Chinmay Garde
144dea37cd
Add a unittest stub for the embedder. ( #4276 )
2017-10-25 13:09:59 -07:00
Chinmay Garde
052a257974
Setup GN rules to package embedder dylib as a Mac framework where supported. ( #4270 )
2017-10-24 12:50:13 -07:00
P.Y. Laligand
6fcb45991d
Move //dart to //third_party/dart. ( #4245 )
2017-10-19 01:20:38 -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
P.Y. Laligand
fc3cb8fb3b
Adjust to new location of lib/tonic. ( #4132 )
2017-09-21 14:30:28 -07:00
Abhishek Amit
004d0bdf67
Add API to send platform messages into engine through embedder API ( #4112 )
2017-09-19 13:57:44 -07:00
Abhishek Amit
aa2437b9f5
Add support for running bundles to embedder API ( #4099 )
2017-09-19 13:12:51 -07:00
George Kulakowski
6502090278
Fix remaining ftl->fxl conversions ( #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
3aa7522c11
Rename ftl to fxl in Fuchsia specific code ( #4090 )
2017-09-11 15:58:48 -07:00
Adam Barth
73554a1c32
Add //garnet ( #4043 )
...
This repository contains FTL now in the Fuchsia build.
2017-08-31 16:47:13 -07:00
Chinmay Garde
def8061d49
Create a window toolkit agnostic Flutter engine API. ( #3987 )
...
* The Flutter engine will be shipped as a shared library.
* The engine is renderer and window toolkit agnostic.
* The simple public C API is described in embedder.h.
* ABI breaking changes will be indicated by changing the FLUTTER_ENGINE_VERSION.
* A simple GLFW based example of this API is available at https://gist.github.com/chinmaygarde/8abf44921f7d87f6da7bf026267c4792
2017-08-23 16:05:16 -07:00