skia-flutter-autoroll
8b724f63b1
Roll Fuchsia Linux SDK from uNU00yZsG... to eH__OFZVQ... ( flutter/engine#30141 )
2021-12-04 21:39:02 -08:00
Jim Graham
ae31d5a5d8
Revert "[web] consolidate JS interop code ( #30007 )" ( flutter/engine#30137 )
...
This reverts commit 01a91d484e .
2021-12-04 18:54:31 -08:00
skia-flutter-autoroll
8f7af6bd8d
Roll Dart SDK from a3a9d7af0cc2 to 68bd3305228d (2 revisions) ( flutter/engine#30138 )
2021-12-04 18:54:01 -08:00
Mouad Debbar
5b1f788998
Update general_golden_test.dart ( flutter/engine#30134 )
2021-12-04 16:34:02 -08:00
Alexander Belokon
1c2fed029f
[web] Fixing text foreground paint / stroke for HTML web-renderer ( flutter/engine#29888 )
2021-12-04 06:09:01 -08:00
skia-flutter-autoroll
6eb100c29e
Roll Fuchsia Linux SDK from gc6NLk09G... to uNU00yZsG... ( flutter/engine#30129 )
2021-12-04 03:29:01 -08:00
skia-flutter-autoroll
3e359646df
Roll Fuchsia Mac SDK from a5YFHsF2a... to Ki-0yFVTa... ( flutter/engine#30128 )
2021-12-03 22:49:02 -08:00
skia-flutter-autoroll
d66ef46042
Roll Dart SDK from a31c331ed648 to a3a9d7af0cc2 (1 revision) ( flutter/engine#30127 )
2021-12-03 21:14:01 -08:00
skia-flutter-autoroll
f3a2444644
Roll Skia from 94f726ae62f0 to 40ba900d2e94 (1 revision) ( flutter/engine#30124 )
2021-12-03 18:39:01 -08:00
Emmanuel Garcia
0849c0ecd7
Fix cast in FlutterView ( flutter/engine#30106 )
2021-12-03 15:54:01 -08:00
Yegor
01a91d484e
[web] consolidate JS interop code ( flutter/engine#30007 )
...
* Consolidate and check JavaScript access
* Remove all `ignore: implicit_dynamic_function`
* Add `js_access_test.dart` that validates JS access
* Make `engine.dart` an exports-only library
* Fix `sdk_rewriter_test.dart` and `ci/analyze.sh` (they skipped some tests)
2021-12-03 15:46:03 -08:00
skia-flutter-autoroll
28d20a282c
Roll Dart SDK from ba5e72e4b2d7 to a31c331ed648 (5 revisions) ( flutter/engine#30121 )
2021-12-03 15:14:02 -08:00
skia-flutter-autoroll
d943eadb6b
Roll Skia from 29af7d59714b to 94f726ae62f0 (2 revisions) ( flutter/engine#30120 )
2021-12-03 14:59:01 -08:00
skia-flutter-autoroll
aef07412a5
Roll Fuchsia Linux SDK from RyloAtJNT... to gc6NLk09G... ( flutter/engine#30118 )
2021-12-03 14:09:01 -08:00
skia-flutter-autoroll
d08c749312
Roll Skia from 672062da97da to 29af7d59714b (4 revisions) ( flutter/engine#30117 )
2021-12-03 13:39:02 -08:00
skia-flutter-autoroll
8ce1dc3e4a
Roll Skia from f278a8058eaa to 672062da97da (8 revisions) ( flutter/engine#30115 )
2021-12-03 12:19:01 -08:00
Jenn Magder
cb6cd0a3e8
Update IosUnitTests to use iPhone 11 simulator ( flutter/engine#30090 )
2021-12-03 10:49:02 -08:00
Siva
315f7b888f
Revert "Enable compressed pointers on iOS for 64 bit architectures." ( flutter/engine#30096 )
2021-12-03 08:25:10 -08:00
skia-flutter-autoroll
2b6c350352
Roll Fuchsia Mac SDK from MaLRScmfU... to a5YFHsF2a... ( flutter/engine#30108 )
2021-12-03 03:14:01 -08:00
skia-flutter-autoroll
848d1fd293
Roll Fuchsia Linux SDK from NJK-w4N99... to RyloAtJNT... ( flutter/engine#30105 )
2021-12-03 00:49:01 -08:00
Gary Qian
23f9f49662
Fix platform env variable not registering with sdk_manager ( flutter/engine#30107 )
2021-12-03 00:37:17 -08:00
godofredoc
f4e2e010c8
Fail loudly with verbose logs when failing to download dart sdk. ( flutter/engine#30093 )
...
* Fail loudly with verbose logs when failing to download dart sdk.
Bug: https://github.com/flutter/flutter/issues/94492
* Add jazzy property to mac builders.
2021-12-02 23:38:55 -08:00
godofredoc
060f0b9f39
Revert "[ci.yaml] Remove default properties ( #29694 )" ( flutter/engine#30100 )
...
This reverts commit 20c7e5f75c .
Co-authored-by: keyonghan <54558023+keyonghan@users.noreply.github.com >
2021-12-02 22:39:42 -08:00
Chris Bracken
93f6d81c75
Accessibility: emit FOCUS_CHANGED events ( flutter/engine#30091 )
...
When calling Unserialize on an AXTreeUpdate, check whether the focus_id
has changed. If so, emit a FOCUS_CHANGED event from the event generator.
This allows the platform-specific FlutterPlatformNodeDelegate
implementations to handle focus changes originating from the framework,
and trigger the appropriate operating system focus-changed
notifications.
Issue: https://github.com/flutter/flutter/issues/77838
2021-12-02 18:14:15 -08:00
Emmanuel Garcia
cc8debdc54
Close image reader when the resource is unreachable ( flutter/engine#30089 )
2021-12-02 16:29:01 -08:00
Tong Mu
5d28d76321
[Windows keyboard] Remove redundant parameter FlutterWindowsView ( flutter/engine#30086 )
2021-12-02 15:39:01 -08:00
skia-flutter-autoroll
66d1eb9d2d
Roll Skia from 2756b0ee0250 to f278a8058eaa (2 revisions) ( flutter/engine#30084 )
2021-12-02 14:24:01 -08:00
MasahideMori-SimpleAppli
e9167f3e38
[Proposal] Improve Canvas Documentation ( flutter/engine#30069 )
...
For clarity, the text has been improved over when it was suggested.
Fixes https://github.com/flutter/flutter/issues/93190
2021-12-02 13:29:42 -08:00
ColdPaleLight
299cf0138d
Migrate sk_cf_obj to sk_cfp ( flutter/engine#30029 )
2021-12-02 13:29:01 -08:00
陈昱
30c4de0797
Make fragment leftover from an attach/detach race slightly safer ( flutter/engine#29908 )
2021-12-02 13:19:01 -08:00
skia-flutter-autoroll
d2614e6185
Roll Dart SDK from 9f61c2487bbd to ba5e72e4b2d7 (16 revisions) ( flutter/engine#30075 )
...
https://dart.googlesource.com/sdk.git/+log/9f61c2487bbd..ba5e72e4b2d7
2021-12-02 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-72.0.dev
2021-12-02 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-71.0.dev
2021-12-02 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-70.0.dev
2021-12-01 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-69.0.dev
2021-12-01 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-68.0.dev
2021-12-01 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-67.0.dev
2021-12-01 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-66.0.dev
2021-12-01 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-65.0.dev
2021-11-30 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-64.0.dev
2021-11-30 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-63.0.dev
2021-11-30 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-62.0.dev
2021-11-30 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-61.0.dev
2021-11-30 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-60.0.dev
2021-11-30 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-59.0.dev
2021-11-29 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-58.0.dev
2021-11-29 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.16.0-57.0.dev
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com ,jimgraham@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose
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/+doc/main/autoroll/README.md
2021-12-02 13:15:45 -08:00
Casey Hillers
20c7e5f75c
[ci.yaml] Remove default properties ( flutter/engine#29694 )
2021-12-02 13:14:03 -08:00
Brandon DeRosier
69231a7915
Move swiftshader forward a couple of weeks (Nov 20 2019 -> Dec 5 2019) to add missing implementations in SubzeroReactor.cpp. ( flutter/engine#30068 )
...
Corresponding buildroot PR: https://github.com/flutter/buildroot/pull/529
Needed for https://github.com/flutter/engine/pull/29391 .
2021-12-02 12:59:26 -08:00
Greg Spencer
aa6e038da6
Remove todos ( flutter/engine#30002 )
2021-12-02 12:49:18 -08:00
skia-flutter-autoroll
5a73fda906
Roll Fuchsia Mac SDK from XankF6weU... to MaLRScmfU... ( flutter/engine#30076 )
2021-12-02 12:39:01 -08:00
David Worsham
c1e33b58a5
fuchsia: Add a SoftwareSurfaceProducer for debug ( flutter/engine#29657 )
2021-12-02 12:09:51 -08:00
skia-flutter-autoroll
7a53b18378
Roll Skia from 9d74c28e823a to 2756b0ee0250 (5 revisions) ( flutter/engine#30078 )
2021-12-02 11:44:01 -08:00
Emircan Uysaler
d7a828ff3d
[fuchsia] Change Touch response to YES ( flutter/engine#30041 )
2021-12-02 11:38:30 -08:00
Siva
b473bbbb42
Enable compressed pointers on iOS builds ( flutter/engine#30077 )
2021-12-02 11:24:02 -08:00
skia-flutter-autoroll
5607460722
Roll Skia from 6dc45289aec0 to 9d74c28e823a (2 revisions) ( flutter/engine#30074 )
2021-12-02 10:24:01 -08:00
skia-flutter-autoroll
f022cb573c
Roll Skia from c4712cc704e8 to 6dc45289aec0 (2 revisions) ( flutter/engine#30073 )
2021-12-02 09:04:02 -08:00
skia-flutter-autoroll
405f811a8b
Roll Fuchsia Linux SDK from Fi9OzLVMX... to NJK-w4N99... ( flutter/engine#30065 )
2021-12-02 00:44:01 -08:00
skia-flutter-autoroll
39ea55f694
Roll Skia from 2a42471c92f3 to c4712cc704e8 (3 revisions) ( flutter/engine#30064 )
2021-12-02 00:39:01 -08:00
skia-flutter-autoroll
a5d5f60571
Roll Skia from d3399178196e to 2a42471c92f3 (7 revisions) ( flutter/engine#30061 )
2021-12-01 21:59:01 -08:00
skia-flutter-autoroll
4330178dc8
Roll Fuchsia Mac SDK from 9DWt0M7vg... to XankF6weU... ( flutter/engine#30057 )
2021-12-01 17:14:01 -08:00
Zachary Anderson
5e85b90cc5
Revert dart to 9f61c2487bbd ( flutter/engine#30056 )
...
* Revert "Roll Dart SDK from 3a963ff14181 to 8bb2e56ec900 (4 revisions) (#30045 )"
This reverts commit 08447177e1 .
* Revert "Roll Dart SDK from 9f61c2487bbd to 3a963ff14181 (7 revisions) (#30011 )"
This reverts commit a1f57468fc .
2021-12-01 16:52:00 -08:00
Jenn Magder
482453ff4d
Roll web_installers simulators package ( flutter/engine#30035 )
2021-12-01 16:09:02 -08:00
skia-flutter-autoroll
39149ec636
Roll Skia from fa183572bfd3 to d3399178196e (17 revisions) ( flutter/engine#30047 )
2021-12-01 12:44:03 -08:00
Chris Bracken
679e34a3e3
Eliminate hardcoded scale factor in a11y scroll ( flutter/engine#30013 )
...
When performing an accessibilty scroll, the default scroll distance is
kSmallScrollIncrement (40 pixels). This value is then multiplied by the
system scale factor, as set in the display settings drop-down in the Windows
system settings.
When we imported the AX tree from Chromium, we hard-coded the system
scale factor to 1.0 due to a fair amount of abstraction of the scale
factor lookup in their code. This fills it back in.
Issue: https://github.com/flutter/flutter/issues/78798
2021-12-01 12:32:32 -08:00
skia-flutter-autoroll
08447177e1
Roll Dart SDK from 3a963ff14181 to 8bb2e56ec900 (4 revisions) ( flutter/engine#30045 )
2021-12-01 12:29:01 -08:00