skia-flutter-autoroll
f38aeb493e
Roll src/third_party/skia f50063625a0c..ad653d8378d7 (3 commits) ( flutter/engine#17697 )
2020-04-14 02:40:02 -07:00
skia-flutter-autoroll
7953062741
Roll src/third_party/skia 4f17b60208fa..f50063625a0c (1 commits) ( flutter/engine#17696 )
2020-04-13 23:45:02 -07:00
skia-flutter-autoroll
2c930b5842
Roll src/third_party/dart 2aecf30d2b2e..4aa896464a48 (26 commits) ( flutter/engine#17694 )
2020-04-13 21:20:01 -07:00
Robert Ancell
971f86d844
Move Linux shell docstrings to headers ( flutter/engine#17410 )
...
Update docstrings for typos and grammar style specified in the style guide.
2020-04-14 15:41:23 +12:00
skia-flutter-autoroll
ee266812bc
Roll src/third_party/skia f3953d04a0b8..4f17b60208fa (9 commits) ( flutter/engine#17693 )
2020-04-13 20:35:02 -07:00
skia-flutter-autoroll
0cadf02834
Roll fuchsia/sdk/core/mac-amd64 from G7eYf... to 8JtFK... ( flutter/engine#17689 )
2020-04-13 17:50:01 -07:00
Alexander Aprelev
d58d893dec
In tests run dart code on ui(rather than on platform) thread. ( flutter/engine#17686 )
2020-04-13 16:50:11 -07:00
skia-flutter-autoroll
5386ac8b70
Roll src/third_party/skia d468a1619a2f..f3953d04a0b8 (11 commits) ( flutter/engine#17685 )
2020-04-13 16:50:08 -07:00
George Wright
3e1e1b342d
Use VK_LAYER_KHRONOS_validation only on Fuchsia ( flutter/engine#17683 )
2020-04-13 16:45:03 -07:00
Ferhat
1e6e25c4da
[web] Fix compositing order when adding paragraph tags ( flutter/engine#17645 )
...
* Add test and dartfmt
* Update golden locks
* Addressed review comments
* Fix lint error (unused widthConstraint)
* Add maxDiffRatePercent for text diff on mac/linux
2020-04-13 13:30:52 -07:00
gaaclarke
3849b114d4
Made it so unit tests can be written against all ios engine code. ( flutter/engine#17624 )
2020-04-13 12:34:54 -07:00
George Wright
05390d1871
Enable required extension
2020-04-13 12:14:06 -07:00
skia-flutter-autoroll
7e7bf38117
Roll src/third_party/dart c9710e5059ad..2aecf30d2b2e (1 commits) ( flutter/engine#17680 )
2020-04-13 11:15:03 -07:00
Nurhan Turgut
29c24b8a47
Run integration tests on ci ( flutter/engine#17598 )
...
* changing felt script to fetch flutter
* changing the clone_flutter.sh code
* running integration tests with felt on cirrus. fetch framework in CI (not in local).
* only run cirrus tests on chrome. fix a comma in the flutter command path
* adding comments to public flags
* use local engine parameter for flutter pub get
* change flutter executable used for flutter drive command
* fix a cleanup issue. address comments. add toolException. enable web in flutter
* address reviwer comments. fix issue with local-engine
* address reviwer comments. fix issue with local-engine
* using engine/flutter/.dart_tools as clone directory. enabling clone script for local usage
* clean flutter repo with felt clean. add a flag to skip cloning the repo. always clone the repo even for local development, unless this flag is set
* fixing typos. updating readme for the new flag.
* fix directory error
* addressing reviewer comments
2020-04-13 09:54:54 -07:00
skia-flutter-autoroll
998038836a
Roll src/third_party/skia 4b4efe4d6f1f..d468a1619a2f (1 commits) ( flutter/engine#17677 )
2020-04-13 07:00:02 -07:00
skia-flutter-autoroll
7d9ab8a4ac
Roll src/third_party/skia 32c61af49cdb..4b4efe4d6f1f (3 commits) ( flutter/engine#17675 )
2020-04-13 02:50:01 -07:00
skia-flutter-autoroll
35a082b905
Roll src/third_party/dart 8ef508ba3667..c9710e5059ad (1 commits) ( flutter/engine#17673 )
2020-04-12 23:45:01 -07:00
skia-flutter-autoroll
bdb620ad59
Roll src/third_party/skia 6dfc55454671..32c61af49cdb (1 commits) ( flutter/engine#17672 )
2020-04-12 23:10:01 -07:00
skia-flutter-autoroll
b5ffefdb17
Roll fuchsia/sdk/core/mac-amd64 from yCVt4... to G7eYf... ( flutter/engine#17671 )
2020-04-12 18:05:01 -07:00
skia-flutter-autoroll
c038280ee2
Roll src/third_party/dart 23a8788f6a9c..8ef508ba3667 (2 commits) ( flutter/engine#17668 )
2020-04-12 14:30:02 -07:00
skia-flutter-autoroll
b84d8be1f4
Roll fuchsia/sdk/core/mac-amd64 from zCKPv... to yCVt4... ( flutter/engine#17661 )
2020-04-12 02:10:02 -07:00
skia-flutter-autoroll
b870c8826b
Roll src/third_party/skia 459ecee2cbdc..6dfc55454671 (2 commits) ( flutter/engine#17663 )
2020-04-12 01:45:02 -07:00
skia-flutter-autoroll
1a7d3e5996
Roll src/third_party/dart 89b0f6726123..23a8788f6a9c (1 commits) ( flutter/engine#17659 )
2020-04-12 00:55:02 -07:00
stuartmorgan
9db5c3fb62
Fix C++ MethodChannel reply type ( flutter/engine#17607 )
...
Makes InvokeMethod's reply a high-level response object, rather than
binary data, matching the abstraction level of the class (and the other
languages' implementations).
In support of that:
- Adds the logic to the codecs to decode response envelopes, which had
never been implemented.
- Adds a convience implementation of MethodResult that forwards to
lambdas, so that one-off invocation handlers are easier to write.
Also simplified BinaryMessenger's API so that subclasses only need to
implement one version of Send, rather than two almost-identical versions.
Fixes https://github.com/flutter/flutter/issues/53223
2020-04-11 19:06:37 -07:00
Jason Simmons
2105db78eb
Update editing state in InputConnectionAdaptor.setSelection ( flutter/engine#17652 )
...
The BaseInputConnection superclass does not call endBatchEdit
in setSelection and therefore does not implicitly cause
InputConnectionAdaptor to send a state update.
Some input modes such as numeric keypads will not function without
these updates.
2020-04-11 17:29:50 -07:00
skia-flutter-autoroll
7e803b1be0
Roll src/third_party/dart 9e2c8ef0009b..89b0f6726123 (8 commits) ( flutter/engine#17658 )
2020-04-11 15:50:02 -07:00
skia-flutter-autoroll
96ae70db30
Roll src/third_party/skia daf94c56bcb3..459ecee2cbdc (1 commits) ( flutter/engine#17655 )
2020-04-11 12:00:02 -07:00
Mehmet Fidanboylu
2a925e4636
Add support for setting allow http flag in Dart VM ( flutter/engine#17653 )
2020-04-11 11:55:05 -07:00
stuartmorgan
f8d35c125d
Always build GTK shell ( flutter/engine#17634 )
2020-04-11 11:50:03 -07:00
skia-flutter-autoroll
72231a3dce
Roll fuchsia/sdk/core/mac-amd64 from teyLc... to zCKPv... ( flutter/engine#17651 )
2020-04-10 19:35:05 -07:00
skia-flutter-autoroll
2ef4b9e97f
Roll src/third_party/dart 9a51d7003dd5..9e2c8ef0009b (20 commits) ( flutter/engine#17648 )
2020-04-10 16:55:05 -07:00
Gary Qian
8e18094f12
Implement Hashcode for TextEditingValue in InputConnectionAdaptor ( flutter/engine#17643 )
2020-04-10 16:00:01 -07:00
skia-flutter-autoroll
c2acb0782b
Roll src/third_party/skia 801ba0d6064f..daf94c56bcb3 (4 commits) ( flutter/engine#17644 )
2020-04-10 15:30:02 -07:00
Mouad Debbar
9189386f95
[web] Combine duplicate platform message spy implementations ( flutter/engine#17615 )
2020-04-10 13:30:41 -07:00
Chris Yang
8500bd4156
Reland "Improve iOS PlatformViews to better handle thread merging. #16935 " ( flutter/engine#17609 )
2020-04-10 13:25:02 -07:00
skia-flutter-autoroll
b0bcdadb79
Roll src/third_party/skia 96bfeff55c58..801ba0d6064f (8 commits) ( flutter/engine#17639 )
2020-04-10 13:15:04 -07:00
Chris Bracken
c6ad79ea8a
Roll fuchsia/sdk/core/linux-amd64 from VzWN4... to LnaL2... ( flutter/engine#17640 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2020-04-10 12:41:20 -07:00
godofredoc
6b8717e6ad
Remove duplicated cirrus tasks. ( flutter/engine#17625 )
...
Some cirrus tasks are also running on LUCI. We are removing duplicated
tasks to free up cirrus capacity.
https://github.com/flutter/flutter/issues/54412
2020-04-10 10:42:41 -07:00
skia-flutter-autoroll
3de91deb3f
Roll src/third_party/skia f7255d72f8da..96bfeff55c58 (4 commits) ( flutter/engine#17638 )
2020-04-10 09:55:04 -07:00
Chris Bracken
ab779dada5
Eliminate fx_log_init call ( flutter/engine#17622 )
...
fx_log_init was already a no-op, and was eliminated in the latest
Fuchsia SDK.
See: https://fuchsia.googlesource.com/fuchsia/+/47e568475f535c00f53c86e19ff4d8736a7b261f
2020-04-10 09:02:52 -07:00
skia-flutter-autoroll
3cccfe1977
Roll src/third_party/skia 05e2350de5a9..f7255d72f8da (1 commits) ( flutter/engine#17633 )
2020-04-10 08:00:03 -07:00
skia-flutter-autoroll
9ed880a7e8
Roll fuchsia/sdk/core/mac-amd64 from REQ-c... to teyLc... ( flutter/engine#17631 )
2020-04-10 03:15:03 -07:00
skia-flutter-autoroll
aac4b47520
Roll src/third_party/dart 9f65693f5772..9a51d7003dd5 (2 commits) ( flutter/engine#17630 )
2020-04-10 02:55:03 -07:00
skia-flutter-autoroll
b5b16f2244
Roll src/third_party/skia 48d345fd83fd..05e2350de5a9 (3 commits) ( flutter/engine#17629 )
2020-04-10 01:10:03 -07:00
liyuqian
6c93145ef5
Read SkSLs from asset ( flutter/engine#17601 )
...
Fixes https://github.com/flutter/flutter/issues/53117
Test added:
- ShellTest.CanLoadSkSLsFromAsset
2020-04-10 00:16:33 -07:00
skia-flutter-autoroll
a2ed53dc2e
Roll src/third_party/skia 854ac61e90a4..48d345fd83fd (1 commits) ( flutter/engine#17627 )
2020-04-09 23:15:02 -07:00
stuartmorgan
fabec016ad
Use a sysroot when building Linux host ( flutter/engine#17573 )
...
Rolls buildroot to enable sysroot for Linux host builds by default.
Part of flutter/flutter#53176
2020-04-09 22:35:02 -07:00
Ferhat
08e7546e0a
Fix Path hit test code for high dpi devices ( flutter/engine#17608 )
2020-04-09 22:18:42 -07:00
Francisco Magdaleno
c38e7106c0
[windows] Sends complete key data to framework ( flutter/engine#17577 )
2020-04-09 20:55:02 -07:00
skia-flutter-autoroll
efff943c47
Roll src/third_party/skia 8561fc23c927..854ac61e90a4 (36 commits) ( flutter/engine#17620 )
2020-04-09 20:45:04 -07:00