skia-flutter-autoroll
306dff70f7
Roll src/third_party/dart 860dca93ea42..fbe9f6115d2f (9 commits) ( flutter/engine#16885 )
2020-03-02 06:24:02 -08:00
skia-flutter-autoroll
bdb9ca315e
Roll src/third_party/skia 367dbff98555..986680240f81 (1 commits) ( flutter/engine#16884 )
2020-03-02 05:09:02 -08:00
skia-flutter-autoroll
6ee49ddeec
Roll fuchsia/sdk/core/linux-amd64 from 22R78... to 9NHsJ... ( flutter/engine#16882 )
2020-03-02 00:14:01 -08:00
skia-flutter-autoroll
f09ed990dd
Roll src/third_party/skia 6729496a037f..367dbff98555 (1 commits) ( flutter/engine#16880 )
2020-03-01 23:34:02 -08:00
skia-flutter-autoroll
efdd7087ca
Roll src/third_party/skia d6205322cdc5..6729496a037f (1 commits) ( flutter/engine#16879 )
2020-03-01 22:04:01 -08:00
skia-flutter-autoroll
b855f387ae
Roll src/third_party/skia 231f1bf56556..d6205322cdc5 (1 commits) ( flutter/engine#16878 )
2020-03-01 18:49:02 -08:00
skia-flutter-autoroll
bc32767516
Roll src/third_party/skia 666707336e07..231f1bf56556 (1 commits) ( flutter/engine#16876 )
2020-03-01 14:56:01 -08:00
skia-flutter-autoroll
41956e128e
Roll fuchsia/sdk/core/linux-amd64 from F_Ihm... to 22R78... ( flutter/engine#16875 )
2020-03-01 10:46:02 -08:00
skia-flutter-autoroll
decbfe2040
Roll src/third_party/skia ecbb0fb2d5bc..666707336e07 (1 commits) ( flutter/engine#16873 )
2020-02-29 23:41:01 -08:00
skia-flutter-autoroll
b6c4aee4eb
Roll fuchsia/sdk/core/linux-amd64 from bgFop... to F_Ihm... ( flutter/engine#16871 )
2020-02-29 21:11:02 -08:00
skia-flutter-autoroll
95400d3019
Roll src/third_party/skia 71a20b2685c6..ecbb0fb2d5bc (1 commits) ( flutter/engine#16869 )
2020-02-29 18:06:01 -08:00
skia-flutter-autoroll
d68c2a2ff2
Roll src/third_party/skia 59b160f99106..71a20b2685c6 (1 commits) ( flutter/engine#16867 )
2020-02-28 23:26:03 -08:00
skia-flutter-autoroll
b3653bc5f8
Roll src/third_party/skia 5d1c3e2ead61..59b160f99106 (2 commits) ( flutter/engine#16866 )
2020-02-28 21:51:02 -08:00
skia-flutter-autoroll
b10b56ee8d
Roll src/third_party/skia e1ae9c4bcf2e..5d1c3e2ead61 (2 commits) ( flutter/engine#16865 )
2020-02-28 20:16:02 -08:00
skia-flutter-autoroll
988a64c3a7
Roll src/third_party/skia 54cb21430ccb..e1ae9c4bcf2e (4 commits) ( flutter/engine#16863 )
2020-02-28 18:46:02 -08:00
skia-flutter-autoroll
d4924d8930
Roll src/third_party/skia 262796edeba6..54cb21430ccb (23 commits) ( flutter/engine#16861 )
2020-02-28 17:16:03 -08:00
Nurhan Turgut
66a4482816
script for fetching correct flutter version ( flutter/engine#16818 )
...
* script for fetching correct flutter version
* change cirrus yml for the script location
* change location of the script. Add it to tools
* cirrus still does not see the script. repeat path change from the previous step
* Looks like script worked correctly. do not change directory.
* change directory back to build root after scriot is run
* script runs ok. Still not able to find the bin directory. go all the way back
* still can't see the bin directory. carry the script content to cirrus.yml to debug better
* get the last commit id of the right repository
* content of the script worked in cirrus. call the script from tools
* cannot find the script under tools
* print the current path in the script to see why cirrus cannot see bin directory
* move to flutter path before running update packages
* tests run now. remove print outs
* error if the ENGINE_PATH is not set. exit the script
* addressing reviewer comments
* engine branch name on cirrus logs doesn't make sense
* fix typo
* change the directory of branch calculation
* remove extra logs
* addressing PR comments. Testing CIRRUS_CI env variable
* adding CIRRUS_CI check
2020-02-28 12:51:58 -08:00
Sebastian Jeltsch
ac4e9832c9
Try rasterizing images and layers only once, even when their rasterization fails. Further enforce the same access threshold on layers as on Pictures. Previously layers would always be cached. The latter is a semantic change. ( flutter/engine#16545 )
...
If Rasterization fails, i.e. image.is_valid() is false, the cache might try rasterizing the image again on the next frame. Not only is this wasteful put might also prevent other pictures to be cached within the current frame budget.
2020-02-28 12:13:22 -08:00
skia-flutter-autoroll
d490953c00
Roll src/third_party/skia 03d9e8af0d25..262796edeba6 (11 commits) ( flutter/engine#16857 )
2020-02-28 12:11:03 -08:00
skia-flutter-autoroll
e6cbb8cba0
Roll src/third_party/dart dda5bcee00d3..4dad6d77ba50 (6 commits) ( flutter/engine#16856 )
2020-02-28 11:31:04 -08:00
skia-flutter-autoroll
e7dd645d09
Roll fuchsia/sdk/core/linux-amd64 from RYDur... to bgFop... ( flutter/engine#16855 )
2020-02-28 11:26:06 -08:00
Edman P. Anjos
519eae37a0
Add support for software text editing controls ( flutter/engine#15560 )
...
* Add support for software text editing controls
Includes selection, copy, cut, paste, as well as partial support for up
and down movement.
Text editing controls can be accessed in GBoard by:
top-left arrow > three dots menu > text editing
Partial fix for flutter/flutter#9419 and flutter/flutter#37371 .
* Introduce InputConnectionAdaptor tests
Run with:
testing/run_tests.py --type=java --java-filter=io.flutter.plugin.editing.InputConnectionAdaptorTest
* Fix BUILD.gn comment on run_tests.py --java-filter flag
2020-02-28 20:18:04 +01:00
Dan Field
18f7355d00
shake out Paint.toString ( flutter/engine#16850 )
2020-02-28 10:41:55 -08:00
skia-flutter-autoroll
8edf25e976
Roll src/third_party/skia 55f681faf391..03d9e8af0d25 (6 commits) ( flutter/engine#16854 )
2020-02-28 10:36:05 -08:00
Dan Field
4a2a7fbaa3
Avoid using Dart_New for semantics ( flutter/engine#16849 )
2020-02-28 10:31:03 -08:00
Jason Simmons
e8ed088cac
[SkParagraph] Set the skia_use_icu GN flag required to build SkParagraph ( flutter/engine#16840 )
...
This flag is disabled by default on iOS targets.
2020-02-28 09:33:00 -08:00
skia-flutter-autoroll
f63907deac
Roll src/third_party/skia bde9fcce155f..55f681faf391 (2 commits) ( flutter/engine#16853 )
2020-02-28 08:41:02 -08:00
skia-flutter-autoroll
0852300d4a
Roll src/third_party/skia 0a3900fb33dc..bde9fcce155f (1 commits) ( flutter/engine#16852 )
2020-02-28 07:11:02 -08:00
skia-flutter-autoroll
f3287f7f8d
Roll src/third_party/dart c790e0c4017d..dda5bcee00d3 (5 commits) ( flutter/engine#16851 )
2020-02-28 05:56:03 -08:00
skia-flutter-autoroll
14ed2328ae
Roll src/third_party/skia 52037e8ecce6..0a3900fb33dc (2 commits) ( flutter/engine#16847 )
2020-02-28 00:21:03 -08:00
Dan Field
81efbea9a8
remove usage of Dart_New for paragraph/libtxt ( flutter/engine#16837 )
2020-02-28 00:15:40 -08:00
skia-flutter-autoroll
5ad713ed0d
Roll src/third_party/skia 23d978da38f9..52037e8ecce6 (2 commits) ( flutter/engine#16846 )
2020-02-27 22:46:02 -08:00
skia-flutter-autoroll
5ad7a20c5c
Roll fuchsia/sdk/core/linux-amd64 from P70YB... to RYDur... ( flutter/engine#16844 )
2020-02-27 21:26:02 -08:00
skia-flutter-autoroll
9d55c563cf
Roll src/third_party/skia d8c604b855b8..23d978da38f9 (2 commits) ( flutter/engine#16843 )
2020-02-27 21:11:02 -08:00
skia-flutter-autoroll
eab1aeead8
Roll src/third_party/skia 0e29459cda65..d8c604b855b8 (1 commits) ( flutter/engine#16842 )
2020-02-27 19:36:02 -08:00
skia-flutter-autoroll
78ce4c9902
Roll src/third_party/dart 501af5ac3b02..f5669caec7c3 (18 commits) ( flutter/engine#16841 )
2020-02-27 19:21:03 -08:00
skia-flutter-autoroll
4de8d8e54b
Roll src/third_party/skia 2536b7f974b6..0e29459cda65 (1 commits) ( flutter/engine#16839 )
2020-02-27 17:51:03 -08:00
skia-flutter-autoroll
f561ffc7fd
Roll src/third_party/skia f106bc27a4a3..2536b7f974b6 (9 commits) ( flutter/engine#16836 )
2020-02-27 16:16:02 -08:00
skia-flutter-autoroll
dfeca46386
Roll src/third_party/skia 4c690b442f89..f106bc27a4a3 (3 commits) ( flutter/engine#16835 )
2020-02-27 14:41:02 -08:00
skia-flutter-autoroll
eb6e81ea21
Roll src/third_party/dart 9c05fde96b62..501af5ac3b02 (53 commits) ( flutter/engine#16833 )
2020-02-27 13:46:03 -08:00
skia-flutter-autoroll
444e48292d
Roll src/third_party/skia 7b3999edcb18..4c690b442f89 (6 commits) ( flutter/engine#16832 )
2020-02-27 13:01:03 -08:00
Jason Simmons
6739aaff60
[libtxt] Fix the flag used to check validity of the strikeout position in Skia font metrics ( flutter/engine#15981 )
2020-02-27 11:36:54 -08:00
skia-flutter-autoroll
6ce66c50eb
Roll src/third_party/skia 93afe641d0be..7b3999edcb18 (2 commits) ( flutter/engine#16830 )
2020-02-27 11:31:03 -08:00
Kaushik Iska
8aa555d1ec
Revert "fuchsia: remove use of replace_as_executable ( #16690 )" ( flutter/engine#16829 )
...
This reverts commit 94c31a6e2ac9c81fb1d155407745948214de5051.
2020-02-27 10:13:26 -08:00
skia-flutter-autoroll
d9399b6675
Roll src/third_party/skia dc2a97774bb6..93afe641d0be (22 commits) ( flutter/engine#16828 )
2020-02-27 09:56:02 -08:00
Ben Konyi
780e60193d
Enable HTTP and socket profiling dart:io service extensions for Flutter ( flutter/engine#16800 )
2020-02-27 08:29:58 -08:00
skia-flutter-autoroll
bc3be99bb8
Roll src/third_party/skia 7f5e3c7e43c7..dc2a97774bb6 (1 commits) ( flutter/engine#16815 )
2020-02-27 08:26:03 -08:00
skia-flutter-autoroll
00c93ffb1e
Roll fuchsia/sdk/core/linux-amd64 from 94el1... to P70YB... ( flutter/engine#16825 )
...
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-02-27 07:54:39 -08:00
Ferhat
df9e5782b0
Fix stale physicalSize on resize event ( flutter/engine#16822 )
2020-02-26 15:54:10 -08:00
Kaushik Iska
67a36c5e5d
Roll fuchsia/sdk/core/linux-amd64 from QU3ft... to 94el1... ( flutter/engine#16821 )
2020-02-26 15:44:59 -08:00