Commit Graph

7998 Commits

Author SHA1 Message Date
Michael Goderbauer d2d152f201 Fix a11y scroll direction (#3841)
See also https://github.com/flutter/engine/pull/3701
2017-06-29 15:56:17 -07:00
Alexander Aprelev 8ad1576f27 Roll dart and buildroot deps. (#3842)
* Roll dart and buildroot deps since they have to be updated together to get and use prebuilt dart sdk in correct location.

* Update license
2017-06-29 14:27:44 -07:00
Jason Simmons e556332932 Report size estimates to Dart for Image/Picture/Paragraph objects (#3840)
Fixes https://github.com/flutter/flutter/issues/11007
2017-06-29 14:14:33 -07:00
Jason Simmons 2d8875c2bc Roll Tonic (#3838) 2017-06-29 09:53:56 -07:00
Michael Goderbauer 6ae7e99321 Roll buildroot to 10383548a4063ad75855527a745e324125cf2210 (#3839) 2017-06-28 16:45:42 -07:00
Jason Simmons 1009e9c097 Remove warning about a deprecated accessibility API (#3837) 2017-06-28 12:47:15 -07:00
Alexander Aprelev 42b23effaf Fix target name for flutter_patched_sdk so it doesn't conflict with patched_sdk target name, doesn't confuse ninja with depfile defined as .d (#3834) 2017-06-27 17:19:20 -07:00
freiling 7412b7e126 [Content Handler] Fix VulkanRasterizer file watcher foo (#3835) 2017-06-27 17:12:59 -07:00
freiling 098102fc48 [Content Handler] Improve VulkanRasterizer tracing (#3832) 2017-06-27 13:38:33 -07:00
Brian Osman 2d9155e174 Reland "Run Flutter on iOS and Android with color correct Skia (#3826)
* Revert "Revert "Reland "Run Flutter on iOS and Android with color correct Skia" (#3818)" (#3823)"

This reverts commit db8d8a9979.

* Fix test code to match internal API change
2017-06-27 13:30:10 -04:00
Alexander Aprelev 009d470d50 Generate flutter-flavoured dart patched sdk and platform.dill (#3814)
* Build Flutter patched-sdk with kernel artifacts

* Switch to new dart_host_toolchain argument mechanism to let dart patch_sdk know of host_toolchain.

* Update dart dependency

* Updated licenses

* Rename dart dependencies tag so they have just 'dart_'-prefixed dart's names.

* Fix indentation and line breaks for newly added deps.

* Add toolchain for windows host

* Update dart revision

* Licenses

* Update licenses

* Revert changes to licenses_third_party
2017-06-27 02:44:04 +00:00
Yegor 38b3e89ea8 upgrade buildroot to pick up analyzer fixes (#3830) 2017-06-26 16:43:22 -07:00
Yegor 926c9a581f preserve Window callback zones (#3817)
* preserve Window callback zones

Run Window callbacks in the zone they are registered in. This is consistent with how other native API work, such as `scheduleMicrotask`, `Timer`, and `dart:io`. This also enables the developers to use the `Zone` API to capture and log unhandled Dart errors.

* refactor wrapping

* new line

* fewer if checks; group getters/setters/fields

* inline _invokeOnPointerDataPacket
2017-06-26 15:08:43 -07:00
Adam Barth e07861a567 Update Dart to 3c543bb210711dd6761d592a863fd6f32e1f1279 (#3827) 2017-06-26 15:06:55 -07:00
Jason Simmons cbbdd8849e Convert Fuchsia event timestamps to microseconds (#3828)
Fixes https://github.com/flutter/flutter/issues/10569
2017-06-26 14:56:42 -07:00
Brian Osman c920002508 Roll Skia (#3820)
* Roll Skia

* Update licenses
2017-06-26 09:20:28 -04:00
Michael Goderbauer 9190c675ef Add Windows support to CONTRIBUTING.md (#3825) 2017-06-23 17:58:57 -07:00
freiling ce5c71488b Revert "[content handler] tune VulkanSurfaceProducer allocation and recycling heuristics" (#3824)
This reverts commit fc70e6eb1e02ab1e6764b45690e4639bfd104cc1.
2017-06-23 17:50:38 -07:00
Brian Osman db8d8a9979 Revert "Reland "Run Flutter on iOS and Android with color correct Skia" (#3818)" (#3823)
This reverts commit 2650f529a1.
2017-06-23 20:28:24 -04:00
Brian Osman 2650f529a1 Reland "Run Flutter on iOS and Android with color correct Skia" (#3818)
* Revert "Revert "Run Flutter on iOS and Android with color correct Skia (#3743)" (#3775)"

This reverts commit cfe70e07d3.

* Enable sRGB on IO thread, too

* Add 4444 as a fallback rendering mode

* Use bare ptr to SkColorSpace (not sk_sp) in PrerollContext
2017-06-23 20:21:29 -04:00
freiling 674b8f1171 Vulkan on Fuchsia performance tuning (#3822)
* increase Vulkan GrContext resource cache limits to match android

* [content handler] tune VulkanSurfaceProducer allocation and recycling heuristics
2017-06-23 16:02:23 -07:00
P.Y. Laligand 8a2d337446 Improve the names of Flutter processes. (#3819) 2017-06-23 13:13:16 -07:00
Ian Hickson ca7836108b Roll tonic to pick up my crash fixes (#3816) 2017-06-23 12:32:44 -07:00
Adam Barth 026f76d793 Depend on //lib/mtl rather than a subtarget (#3821)
This will make it easier to change mtl into a shared library.
2017-06-23 11:09:29 -07:00
Ian Hickson 6cf34cb5b3 Throw exceptions rather than crashing when Canvas API is misused. (#3811)
This attempts to make the Canvas API and some related features more
likely to throw a Dart exception than crash when exposed to bad input.

Depends on rolling tonic to
https://fuchsia-review.googlesource.com/c/35742/ which this patch does
not yet do, but I wanted to put it up for review to see if it was even
a reasonable approach.
2017-06-22 17:06:59 -07:00