Alexander Aprelev
3ea0eef6f8
Follow up PR that updates lib licenses hash ( #4106 )
2017-09-14 08:50:37 -07:00
Alexander Aprelev
1b367b06f1
Provide callback to free fetched bytes when reading kernel binary. ( #4095 )
2017-09-14 08:01:25 -07:00
Michael Goderbauer
3df8c88f89
More clarification about license script ( #4104 )
2017-09-13 15:41:03 -07:00
xster
2d530daeca
account for pixel scale when checking against existing buffer storage size ( #4103 )
2017-09-13 14:05:45 -07:00
Michael Goderbauer
f808426ef4
Clarify licenses/README.md ( #4102 )
2017-09-13 14:04:34 -07:00
Michael Goderbauer
c99b2559df
Make Travis happy again ( #4101 )
2017-09-13 12:42:37 -07:00
Ian McKellar
05751f7be9
Support cleaner Dart isolate shutdown handling. ( #4096 )
...
If an isolate shuts down (for example if an app calls
Isolate.current.kill()), the UIDartState* on DartController will refer
to a freed object. This wires through notification that the is shutting
down through to the DartController so it can clean up appropriately.
2017-09-13 10:29:21 -07:00
Carlo Bernaschina
57a1445a45
Add --trace-skia parameter to flutter run ( #4100 )
...
Skia tracing is extremely useful for internal debug, but reduces the
amount of space available in the Dart Timeline buffers.
Disable skia tracing by default and expose them via the --trace-skia
flag.
2017-09-13 10:18:45 -07:00
Michael Goderbauer
ff0a9a8d96
Enforce clang-format for c-like sources on Travis ( #4089 )
...
* Enforce clang-format for c-like sources on Travis
* Edit CONTRIBUTING,md
* review feedback:
* ++
* ++
* ++
2017-09-12 15:42:37 -07:00
Michael Goderbauer
08961f8ec5
Format all c-like sources with clang-format ( #4088 )
...
* format
* license script adaptions
* updated licenses
* review comments
2017-09-12 15:36:20 -07:00
Jason Simmons
7fd7ecdcc3
Update licenses for Garnet/FXL renaming ( #4093 )
2017-09-12 09:51:33 -07:00
George Kulakowski
31d03de019
Rename mtl to fsl ( #4094 )
2017-09-11 17:56:02 -07:00
Michael Goderbauer
952798cc1b
More renaming of FTL->FXL ( #4092 )
2017-09-11 17:29:48 -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
George Kulakowski
3b2b2f96a1
Update DEPS to reflect garnet changes ( #4087 )
2017-09-11 15:45:04 -07:00
Jason Simmons
19590d2e42
Enable the Skia subpixel text flag in libtxt ( #4086 )
...
This flag was set in the Blink renderer (see FontPlatformData::setupPaint)
2017-09-11 15:06:47 -07:00
Michael Goderbauer
afcc1d1e1f
a11y improvements for iOS ( #4079 )
...
* Various iOS a11y fixes
* undo
* review comments
* review comments
2017-09-11 14:44:17 -07:00
Adam Barth
2a13951fa9
Update paths for //application move ( #4085 )
2017-09-11 14:40:03 -07:00
Jason Simmons
a44146f13b
Log instead of asserting when sending a reply message to a defunct engine ( #4084 )
...
Fixes https://github.com/flutter/flutter/issues/12037
2017-09-11 14:05:14 -07:00
Zachary Anderson
2abd7c87e7
[Fuchsia] Disable dart:io exit() ( #4080 )
2017-09-11 11:25:38 -07:00
Petr Hosek
51f12604f7
Add missing virtual destructors to virtual classes ( #4083 )
...
These were previously undetected because Wdelete-non-virtual-dtor
didn't work with std::unique_ptr, but that's no longer the case.
2017-09-09 14:01:31 -07:00
Ian McKellar
0558644e66
Remove package:lib.fidl.dart/core.dart ( #4082 )
2017-09-08 16:24:48 -07:00
Adam Barth
457f92ba48
Update paths for Mozart move ( #4081 )
2017-09-08 15:24:16 -07:00
Alexander Aprelev
64ac5e8ead
Pass ownership of the kernel bytes to the Dart_LoadKernel. ( #4078 )
...
This is follow-up to c7faf2dc6b , which made Dart_LoadKernel responsible for the bytes.
2017-09-08 14:33:50 -07:00
Alexander Aprelev
be87a63f2d
Use MemoryByteStore for incremental compilation ( #4077 )
2017-09-08 13:06:34 -07:00
Jeff Brown
7c7c7883e7
Port to Magenta tracing system. ( #4076 )
2017-09-08 12:37:40 -07:00
Carlo Bernaschina
3a5bf56733
Roll Dart to 7b56ef96e2cc77150738366566357912c442ff5b ( #4075 )
...
* Roll Dart to 7b56ef96e2cc77150738366566357912c442ff5b
* Updated license
2017-09-07 19:30:11 -07:00
Ian Hickson
2d7c30033d
Pass TextDirection to ParagraphBuilder. ( #4001 ) ( #4019 )
2017-09-07 15:37:25 -07:00
Michael Goderbauer
81e3f8b86f
refactor accessibility channel to use StandardMessageCodec ( #4073 )
2017-09-07 15:24:47 -07:00
Jason Simmons
fcb9147b70
Change the libtxt default text color to white in order to match RenderStyle::initialColor ( #4074 )
2017-09-07 14:17:29 -07:00
Michael Goderbauer
ccf68cdcb6
Tell Android which SemanticsNodes are focusable ( #4067 )
...
A node is considered focusable if it contains information that is interesing to the user. A node that doesn't add any semantic information of its own should not be focusable. It's expected that such a node has children, who have smeantics information and are therefore focusable.
Fixes https://github.com/flutter/flutter/issues/11179
2017-09-06 16:56:23 -07:00
Jason Simmons
83ce8c40b1
Set the is_official_build flag that disables GR_TEST_UTILS in Skia ( #4072 )
...
Fixes https://github.com/flutter/flutter/issues/11952
2017-09-06 15:55:29 -07:00
Ian McKellar
0047b71aaf
Updates for the dart:fidl.internal rename and split. ( #4070 )
...
Now it references dart:zircon and dart:fuchsia.
2017-09-06 15:33:43 -07:00
Alexander Aprelev
5aabbe131a
Return generated kernel filename on incremental compilation results. ( #4069 )
2017-09-06 15:13:25 -07:00
Michael Goderbauer
883f81c844
Revert "Roll skia to afb0bd4." ( #4071 )
...
* Revert "Update buildroot to pull in clang_arm64 toolchain definitions. (#4065 )"
This reverts commit dd4f1f298e271b0ee24b8e2c2122b4b64d517756.
* Revert "Update paths for icu_data move (#4068 )"
This reverts commit 9bde942a59c7d46157cce8952a485b83da46c04d.
* Revert "Adapt semantics event handling to framework changes (#4066 )"
This reverts commit ceb6d05c2fb3bd5c31a25d4b08be9fd97b55a446.
* Revert "Roll skia to afb0bd4. (#4064 )"
This reverts commit befe2da61b376d2759bc95919fcda8b64bac0a4d.
2017-09-06 14:59:42 -07:00
Chinmay Garde
dd4f1f298e
Update buildroot to pull in clang_arm64 toolchain definitions. ( #4065 )
2017-09-05 21:55:23 -07:00
Adam Barth
9bde942a59
Update paths for icu_data move ( #4068 )
2017-09-05 17:00:25 -07:00
Michael Goderbauer
ceb6d05c2f
Adapt semantics event handling to framework changes ( #4066 )
2017-09-05 16:31:24 -07:00
Chinmay Garde
befe2da61b
Roll skia to afb0bd4. ( #4064 )
2017-09-05 15:28:37 -07:00
Chinmay Garde
7f5bbe186b
[GN] Add a --ios-cpu flag to build an iOS armv7 capable Flutter engine. ( #4063 )
2017-09-05 14:46:39 -07:00
Chinmay Garde
be634bc41b
Allow disabling LTO in optimized builds. ( #4057 )
2017-09-05 13:00:27 -07:00
freiling
1c99b3f470
[content handler] pipeline surface submission to mozart ( #3915 )
...
This change basically moves the singaling of the surface acquire event into the gpu driver, eliminating the VkQueueWaitIdle on surface submission
This change depends on https://skia-review.googlesource.com/c/25641/ so do not submit until Flutter has rolled Skia past that point
2017-09-05 12:39:18 -07:00
Ian McKellar
79332e5c42
Support the ApplicationController::Wait interface. ( #4061 )
...
This only operates correctly when the application is killed using the
Kill() method. Flutter applications on Fuchsia currently don't have any
way to shut themselves down, see:
https://github.com/flutter/flutter/issues/11934
2017-09-05 12:21:41 -07:00
Alexander Aprelev
0765df75dc
Roll dart dep ( #4059 )
...
* Roll dart dep
* Roll dartdoc dep
* Update license hash, ignore changes to file list
2017-09-05 11:56:21 -07:00
Chinmay Garde
354aeb9f3a
Fix iOS simulator builds. ( #4062 )
2017-09-05 11:53:49 -07:00
Alexander Aprelev
c2f762606f
Use BinaryPrinter instead of KernelSerializer to accommodate IKG ( #4058 )
...
* Use BinaryPrinter instead of KernelSerializer to accomodate IKG
* Close sink opened with openWrite
2017-09-05 10:14:59 -07:00
P.Y. Laligand
277abef91f
Removed reference to lib.widgets. ( #4050 )
2017-09-01 19:26:06 -07:00
Josh Gargus
321e68e8bf
Rename Mozart SceneManager to "Scenic". ( #4056 )
2017-09-01 17:40:27 -07:00
Michael Goderbauer
d60d630ec6
Wire up basic a11y channel for a11y events ( #4054 )
2017-09-01 16:40:04 -07:00