13858 Commits

Author SHA1 Message Date
Ahmed Ashour
6949cee7a7 Fix typo in tests names (flutter/engine#26852)
Fixes https://github.com/flutter/flutter/issues/84927
2021-06-24 13:11:53 -07:00
godofredoc
c08f5d8a25 Builder configuration for windows_host_engine. (flutter/engine#26946) 2021-06-24 13:11:01 -07:00
Viren Khatri
43e192d3d1 [docs] Add Gradient.sweep and TileMode.decal images (flutter/engine#26848)
Added missing Gradient.sweep images to TileMode and missing TileMode.decal images to Gradient.

Fixes flutter/flutter#84837
2021-06-24 13:10:09 -07:00
Ben Hagen
e6966a545d Remove invalid texture error message (flutter/engine#26816)
This unifies the behaviour with other embedders.

Fixes flutter/flutter#84855
2021-06-24 13:08:37 -07:00
Rafal Walczyna
6024e186a2 Initialize EventChannel state (flutter/engine#26761)
OnCancel was firing randomly on event channel registering
because of uninitialized is_listening_ variable.

This PR fixes: flutter/flutter#84632
2021-06-24 13:07:56 -07:00
Robert Ancell
3fa5f09847 Re-enable non-smooth scrolling. (flutter/engine#26549)
Since 0561c75b4d events are now handled in a GtkEventBox and the duplicate
scroll events no longer occur.

Fixes https://github.com/flutter/flutter/issues/73823
2021-06-24 13:06:05 -07:00
skia-flutter-autoroll
edefd0add8 Roll Skia from 3722d3195be5 to bd7ed7434a65 (4 revisions) (flutter/engine#26943) 2021-06-24 13:01:01 -07:00
Dan Field
225eefb97f font-subset builds its own zip bundle and adds a README (flutter/engine#26927) 2021-06-24 12:36:55 -07:00
Chase Latta
6c40a784a2 Make fuchsia python scripts work with python3 (flutter/engine#26924) 2021-06-24 12:11:02 -07:00
Darren Chan
7a203330e1 Emit viewRefFocused events in the flutter runner. (flutter/engine#26791)
Fulfill HostView.getCurrentFocusState and HostView.getNextFocusState platform message requests to deliver focus-related events to dart code.

Consolidate focus functionality (including requestFocus handling) to a new "FocusDelegate" class.

See https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.ui.views/view_ref_focused.fidl for details about focus state transitions and their meanings.

See https://fxbug.dev/77481.
2021-06-24 14:48:10 -04:00
skia-flutter-autoroll
41bb96425a Roll Skia from c5a65cb22d36 to 3722d3195be5 (1 revision) (flutter/engine#26940) 2021-06-24 11:36:01 -07:00
Kate Lovett
ea1ff8ab3b [Engine] Support for Android Fullscreen Modes (flutter/engine#25785) 2021-06-24 10:56:01 -07:00
skia-flutter-autoroll
2a6abe950b Roll Skia from ecee7cc6fe88 to c5a65cb22d36 (1 revision) (flutter/engine#26937) 2021-06-24 10:01:02 -07:00
skia-flutter-autoroll
4bf8facf67 Roll Skia from 2bf88911b930 to ecee7cc6fe88 (1 revision) (flutter/engine#26936) 2021-06-24 08:36:01 -07:00
skia-flutter-autoroll
4c2d394e67 Roll Skia from 8c3036c14570 to 2bf88911b930 (4 revisions) (flutter/engine#26933) 2021-06-24 02:11:01 -07:00
skia-flutter-autoroll
e24ce3cb4c Roll Skia from 83420eb81773 to 8c3036c14570 (1 revision) (flutter/engine#26930) 2021-06-23 23:16:02 -07:00
skia-flutter-autoroll
9cefcd803e Roll Skia from aa938cea3385 to 83420eb81773 (1 revision) (flutter/engine#26929) 2021-06-23 21:36:01 -07:00
skia-flutter-autoroll
1319f31d16 Roll Skia from 9a2d3d1e19e7 to aa938cea3385 (1 revision) (flutter/engine#26926) 2021-06-23 20:16:02 -07:00
skia-flutter-autoroll
6b93f119b5 Roll Skia from b1e8f85fb802 to 9a2d3d1e19e7 (1 revision) (flutter/engine#26923) 2021-06-23 17:41:01 -07:00
skia-flutter-autoroll
1ea6586f26 Roll Skia from d1d0a9f1f334 to b1e8f85fb802 (1 revision) (flutter/engine#26920) 2021-06-23 16:16:02 -07:00
Jason Simmons
8f6b21db2b Symbolize crash backtraces using the Abseil debugging library (flutter/engine#26916) 2021-06-23 15:41:01 -07:00
skia-flutter-autoroll
8bb5ef3b71 Roll Skia from 80c83a1225d9 to d1d0a9f1f334 (19 revisions) (flutter/engine#26918) 2021-06-23 14:51:01 -07:00
Zachary Anderson
d4b386da55 Make clang_tidy test more hermetic (flutter/engine#26910) 2021-06-23 14:48:11 -07:00
chunhtai
9cca57abef Reland ios accessibility scrolling support (flutter/engine#26860) 2021-06-23 13:36:16 -07:00
Zachary Anderson
6ec4ac1011 Fix tools/luci/build.py script (flutter/engine#26895) 2021-06-23 09:34:22 -07:00
Martin Kustermann
fde57f1f1d Remove usages of --no-causal-async-stacks (flutter/engine#26877)
Passing the --causal-async-stacks flag to the VM will cause it to error
on VM startup. The VM will remove the flag entirely, but before doing so
we'll have to remove usages of the negated version of the flag, namely
--no-causal-async-stacks.
2021-06-23 14:30:26 +02:00
Dan Field
42ef4abc81 fix javadoc (flutter/engine#26892) 2021-06-22 23:01:01 -07:00
Zachary Anderson
39f533c8b8 Make ci/lint.dart more idiomatic and move to tools/clang_tidy (flutter/engine#26722) 2021-06-22 20:36:01 -07:00
skia-flutter-autoroll
0c22542504 Roll Skia from e2c4e7e62dad to 80c83a1225d9 (1 revision) (flutter/engine#26893) 2021-06-22 19:06:02 -07:00
Zachary Anderson
46d0947985 Add a python script for doing prod rebuilds (flutter/engine#26889) 2021-06-22 18:09:16 -07:00
skia-flutter-autoroll
859b088750 Roll Skia from 343588ddf0e2 to e2c4e7e62dad (1 revision) (flutter/engine#26891) 2021-06-22 17:41:01 -07:00
skia-flutter-autoroll
242e99e4d4 Roll Skia from 79e706ad238f to 343588ddf0e2 (11 revisions) (flutter/engine#26884) 2021-06-22 16:16:03 -07:00
Dan Field
383b728733 Const finder NNBD (flutter/engine#26883) 2021-06-22 16:11:01 -07:00
keyonghan
2b4b08f865 increase verification timeout (flutter/engine#26886) 2021-06-22 15:18:30 -07:00
skia-flutter-autoroll
46512eb6db Roll Skia from 9f73b04b437d to 79e706ad238f (3 revisions) (flutter/engine#26876) 2021-06-22 08:51:01 -07:00
skia-flutter-autoroll
95af0db5a8 Roll Skia from 64751750f474 to 9f73b04b437d (10 revisions) (flutter/engine#26871) 2021-06-21 19:01:02 -07:00
keyonghan
f3c526788b update gcloud credentials (flutter/engine#26868) 2021-06-21 16:32:15 -07:00
chunhtai
2a526b317d Revert "Issues/80711 reland (#26813)" (flutter/engine#26859)
This reverts commit d03313b7b3f97d2083e3977d9e62974687760a33.
2021-06-21 10:21:04 -07:00
skia-flutter-autoroll
616fd2a662 Roll Skia from 9a4824b47c03 to 64751750f474 (1 revision) (flutter/engine#26851)
https://skia.googlesource.com/skia.git/+log/9a4824b47c03..64751750f474

2021-06-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from b86e45f8ca87 to cea106a1c2ad (8 revisions)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC tdenniston@google.com 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/+doc/master/autoroll/README.md
2021-06-21 08:15:06 -07:00
Zachary Anderson
23cb015a33 Add pre-push git hook (flutter/engine#26699) 2021-06-20 16:12:53 -07:00
Dan Field
01bf2ce3d7 Android lint to NNBD (flutter/engine#26826) 2021-06-20 06:58:17 -07:00
Matej Knopp
fddf12de3f Rasterizer: Add missing context switches (flutter/engine#26847)
Fixes https://github.com/flutter/flutter/issues/84930
2021-06-20 13:45:28 +02:00
skia-flutter-autoroll
c791d114f1 Roll Skia from efe9df37e08d to 9a4824b47c03 (1 revision) (flutter/engine#26846) 2021-06-20 01:29:01 -07:00
skia-flutter-autoroll
6782ee53b4 Roll Skia from 685e09b31a97 to efe9df37e08d (1 revision) (flutter/engine#26844) 2021-06-19 18:09:02 -07:00
skia-flutter-autoroll
126ec280ee Roll Skia from 2421b9901b29 to 685e09b31a97 (1 revision) (flutter/engine#26841) 2021-06-19 13:34:01 -07:00
skia-flutter-autoroll
6b1f2675fd Roll Skia from fe83ab67063c to 2421b9901b29 (1 revision) (flutter/engine#26839) 2021-06-19 12:09:01 -07:00
Dan Field
e6a9345f19 Remove outdated annotations from fixtures (flutter/engine#26828) 2021-06-19 10:09:02 -07:00
skia-flutter-autoroll
e783d8ea5f Roll Skia from 5a479e187db4 to fe83ab67063c (2 revisions) (flutter/engine#26838) 2021-06-19 09:44:01 -07:00
godofredoc
68417a2806 Remove autoninja calls from the analyze script. (flutter/engine#26831) 2021-06-18 20:29:01 -07:00
skia-flutter-autoroll
4eda3fe0a4 Roll Skia from 7bf6bc0d0604 to 5a479e187db4 (1 revision) (flutter/engine#26829) 2021-06-18 18:09:01 -07:00