Commit Graph

8861 Commits

Author SHA1 Message Date
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 dd4f1f298e.

* Revert "Update paths for icu_data move (#4068)"

This reverts commit 9bde942a59.

* Revert "Adapt semantics event handling to framework changes (#4066)"

This reverts commit ceb6d05c2f.

* Revert "Roll skia to afb0bd4. (#4064)"

This reverts commit befe2da61b.
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