engine-flutter-autoroll
5c874c15b4
Roll Flutter Engine from 73da593bac54 to 8f2fa3ceb8a0 (2 revisions) ( #136220 )
...
73da593bac...8f2fa3ceb8
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from 26d70e6999f6 to bd77f099b4f9 (3 revisions) (flutter/engine#46685 )
2023-10-09 flar@google.com [Impeller] Run DisplayList render tests. (flutter/engine#46422 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 22:05:42 +00:00
Casey Hillers
d9634155ab
[conductor] Remove PublishChannel and use MPA command ( #135884 )
...
Move more of the playbook into conductor. The MPA command inputs are prone to human error.
2023-10-09 21:13:55 +00:00
engine-flutter-autoroll
e141d0a4de
Roll Flutter Engine from 0966f62d7101 to 73da593bac54 (1 revision) ( #136216 )
...
0966f62d71...73da593bac
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from ef4c093143d2 to 26d70e6999f6 (1 revision) (flutter/engine#46684 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 20:41:10 +00:00
droidbg
67170b1254
[leak-tracking] Add leak tracking in test/painting #1 ( #136167 )
2023-10-09 13:10:07 -07:00
droidbg
3df6078bc4
[leak-tracking] Cover testwidgets with leak tracking in test/gestures ( #136166 )
2023-10-09 13:09:24 -07:00
engine-flutter-autoroll
a1e10ee49e
Roll Flutter Engine from 81e5bf29dee4 to 0966f62d7101 (1 revision) ( #136215 )
...
81e5bf29de...0966f62d71
2023-10-09 zhangzhijian.123@bytedance.com [Impeller] Optionally support SamplerAddressMode::kDecal on the OpenGLES backend (flutter/engine#46650 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 19:47:10 +00:00
engine-flutter-autoroll
dda74f5ab6
Roll Flutter Engine from 22ce5c6a45e2 to 81e5bf29dee4 (3 revisions) ( #136211 )
...
22ce5c6a45...81e5bf29de
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from 4135182b6a56 to ef4c093143d2 (2 revisions) (flutter/engine#46680 )
2023-10-09 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from 0ObCmDD14Cel45cU-... to 3JmrIr49bTV2DIWsW... (flutter/engine#46679 )
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from c5541e2bd213 to 4135182b6a56 (1 revision) (flutter/engine#46677 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from 0ObCmDD14Cel to 3JmrIr49bTV2
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 19:03:17 +00:00
Hassan
e127f7191b
[web] Fix page up
page down
home
end
shortcut behavior on web ( #135454 )
...
We delegate page up / page down actions to the browser. However, we don't let the browser scroll the underlying `<textarea>` - the framework handles scrolling, so page up/down don't end up doing anything. Since the framework handles scrolling for text inputs and textareas, we should let it also handle the actions for `page up`, `page down`, `home`, `end`, and their modifiers.
fixes https://github.com/flutter/flutter/issues/121867
2023-10-09 17:50:54 +00:00
Greg Spencer
a5e3e78591
Update MediaQuery
documentation to highlight asynchronous nature of size ( #135719 )
...
## Description
This updates the documentation for `MediaQuery` and `Overlay` to include the following:
- That `MediaQueryData.size` is set asynchronously, and doesn't necessarily reflect the size of the current frame.
- That the specific `MediaQuery.sizeOf` and related methods are preferred over the more generic `MediaQuery.of`.
- That the size of the `Overlay` isn't necessarily the size returned by `MediaQueryData.size`
As well as adding some symbol links, and fixing some error in documentation.
## Tests
- Documentation only
2023-10-09 16:55:09 +00:00
chunhtai
ff73448f33
Reland "Adds a parent scope TraversalEdgeBehavior and fixes modal rou… ( #134554 )
...
…… (#134550 )"
fixes https://github.com/flutter/flutter/issues/112567
This reverts commit 5900c4baa751aff8f05e820287a02b60cdd62dfa.
The internal test needs migration. cl/564746935
This is the same of original pr, no new change
## Pre-launch Checklist
- [ ] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [ ] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [ ] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [ ] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-new channel
on [Discord].
<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
2023-10-09 09:10:23 -07:00
engine-flutter-autoroll
51f1a464f5
Roll Flutter Engine from 429a242b0db6 to 22ce5c6a45e2 (1 revision) ( #136205 )
...
429a242b0d...22ce5c6a45
2023-10-09 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from nN0l08yRbt0zE3R7a... to YDaOfbTjc-WMEZXZx... (flutter/engine#46675 )
Also rolling transitive DEPS:
fuchsia/sdk/core/mac-amd64 from nN0l08yRbt0z to YDaOfbTjc-WM
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 15:59:25 +00:00
engine-flutter-autoroll
44f936f3e0
Roll Packages from e578a16580c7 to 7de08ecd1cba (4 revisions) ( #136202 )
...
e578a16580...7de08ecd1c
2023-10-09 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 2.21.9 to 2.22.0 (flutter/packages#5092 )
2023-10-09 nbosch@google.com Add a `skip` to an empty test group (flutter/packages#5080 )
2023-10-07 engine-flutter-autoroll@skia.org Roll Flutter from ad200896cbe1 to 5207a309e8d8 (20 revisions) (flutter/packages#5086 )
2023-10-06 engine-flutter-autoroll@skia.org Roll Flutter from fe0275f9d5a7 to ad200896cbe1 (10 revisions) (flutter/packages#5084 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC flutter-ecosystem@google.com ,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 15:53:02 +00:00
engine-flutter-autoroll
44540105eb
Roll Flutter Engine from 664f5e833871 to 429a242b0db6 (2 revisions) ( #136201 )
...
664f5e8338...429a242b0d
2023-10-09 skia-flutter-autoroll@skia.org Roll Dart SDK from a88ed8cafd27 to a6e43b0b9e0c (1 revision) (flutter/engine#46674 )
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from 3b83cd44d9ee to c5541e2bd213 (2 revisions) (flutter/engine#46673 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 15:11:56 +00:00
droidbg
f52fe4f7e5
[leak-tracking] Add leak tracking in test/painting #2 ( #136169 )
2023-10-09 07:22:29 -07:00
engine-flutter-autoroll
6dce1425e0
Roll Flutter Engine from 2886353ee612 to 664f5e833871 (1 revision) ( #136195 )
...
2886353ee6...664f5e8338
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from 871c976c0ecc to 3b83cd44d9ee (1 revision) (flutter/engine#46669 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 13:10:25 +00:00
Taha Tesser
e5d45753f7
Fix flutter drive
instructions in Macrobenchmark
README ( #135990 )
...
fixes [Macrobenchmark `README.md` is out-of-date](https://github.com/flutter/flutter/issues/132703 )
2023-10-09 10:57:11 +00:00
Taha Tesser
9ab091f92b
Update CircleAvatar
& DataTable
tests for Material 3 ( #135901 )
...
Updated unit tests for `CircleAvatar` & `DataTable` to have M2 and M3 versions.
More info in #127064
2023-10-09 10:05:28 +00:00
engine-flutter-autoroll
c899ce3edd
Roll Flutter Engine from 69ffbd18ab5e to 2886353ee612 (1 revision) ( #136187 )
...
69ffbd18ab...2886353ee6
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from 9fd74b688561 to 871c976c0ecc (1 revision) (flutter/engine#46666 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 09:11:08 +00:00
engine-flutter-autoroll
b6d8b4cd30
Roll Flutter Engine from 53da096c0c38 to 69ffbd18ab5e (2 revisions) ( #136186 )
...
53da096c0c...69ffbd18ab
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from c844143823fb to 9fd74b688561 (1 revision) (flutter/engine#46665 )
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from 0507cc73ca2a to c844143823fb (1 revision) (flutter/engine#46664 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 08:26:26 +00:00
engine-flutter-autoroll
6ddeec2a6a
Roll Flutter Engine from e58a9b3c54b6 to 53da096c0c38 (2 revisions) ( #136182 )
...
e58a9b3c54...53da096c0c
2023-10-09 skia-flutter-autoroll@skia.org Roll Skia from fedfbe6383f0 to 0507cc73ca2a (1 revision) (flutter/engine#46663 )
2023-10-09 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from TTQty3yF7hRg2UFT8... to 0ObCmDD14Cel45cU-... (flutter/engine#46662 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from TTQty3yF7hRg to 0ObCmDD14Cel
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 06:48:25 +00:00
Bruno Leroux
a6d712497d
Update BottomSheet test for M3 + fix an issue in elevation resolution ( #136071 )
...
This PR updates unit tests from bottom sheet tests for M3 migration.
More info in https://github.com/flutter/flutter/issues/127064
It also contains in bottom_sheet.dart where a default value took precedence over a theme attribute.
2023-10-09 06:31:49 +00:00
engine-flutter-autoroll
e27dc0a3f5
Roll Flutter Engine from 7b8f5d4297c6 to e58a9b3c54b6 (1 revision) ( #136175 )
...
7b8f5d4297...e58a9b3c54
2023-10-09 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from gaFsjQCR8UjK8EX-b... to nN0l08yRbt0zE3R7a... (flutter/engine#46661 )
Also rolling transitive DEPS:
fuchsia/sdk/core/mac-amd64 from gaFsjQCR8UjK to nN0l08yRbt0z
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 02:51:26 +00:00
engine-flutter-autoroll
ef5b2092c8
Roll Flutter Engine from d5485d67b9f9 to 7b8f5d4297c6 (1 revision) ( #136168 )
...
d5485d67b9...7b8f5d4297
2023-10-08 skia-flutter-autoroll@skia.org Roll Skia from ac67f4882568 to fedfbe6383f0 (1 revision) (flutter/engine#46660 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-09 00:26:27 +00:00
engine-flutter-autoroll
10a128de30
Roll Flutter Engine from 34ffdf06ca93 to d5485d67b9f9 (1 revision) ( #136158 )
...
34ffdf06ca...d5485d67b9
2023-10-08 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from 8ri3ggb_SASX6KpNn... to TTQty3yF7hRg2UFT8... (flutter/engine#46659 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from 8ri3ggb_SASX to TTQty3yF7hRg
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-08 17:30:13 +00:00
engine-flutter-autoroll
f9ee41e755
Roll Flutter Engine from 0785e3c69f7c to 34ffdf06ca93 (1 revision) ( #136156 )
...
0785e3c69f...34ffdf06ca
2023-10-08 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from qf94AgyANg4i0Supy... to gaFsjQCR8UjK8EX-b... (flutter/engine#46658 )
Also rolling transitive DEPS:
fuchsia/sdk/core/mac-amd64 from qf94AgyANg4i to gaFsjQCR8UjK
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-08 14:34:33 +00:00
engine-flutter-autoroll
901077bf0e
Roll Flutter Engine from 03c8c7724873 to 0785e3c69f7c (2 revisions) ( #136150 )
...
03c8c77248...0785e3c69f
2023-10-08 skia-flutter-autoroll@skia.org Roll Skia from a04f2cfaf4d4 to ac67f4882568 (1 revision) (flutter/engine#46657 )
2023-10-08 skia-flutter-autoroll@skia.org Roll Skia from 3d77b5de5984 to a04f2cfaf4d4 (1 revision) (flutter/engine#46656 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-08 12:21:22 +00:00
engine-flutter-autoroll
edf6625d97
Roll Flutter Engine from eb88bb5b5c4b to 03c8c7724873 (1 revision) ( #136147 )
...
eb88bb5b5c...03c8c77248
2023-10-08 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from nX88TgPdoM6PK1wBq... to 8ri3ggb_SASX6KpNn... (flutter/engine#46655 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from nX88TgPdoM6P to 8ri3ggb_SASX
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-08 04:33:40 +00:00
engine-flutter-autoroll
0fef7a5e75
Roll Flutter Engine from 46b05f69187d to eb88bb5b5c4b (1 revision) ( #136145 )
...
46b05f6918...eb88bb5b5c
2023-10-08 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from NRLsjEUCmIz2f1Wox... to qf94AgyANg4i0Supy... (flutter/engine#46654 )
Also rolling transitive DEPS:
fuchsia/sdk/core/mac-amd64 from NRLsjEUCmIz2 to qf94AgyANg4i
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-08 01:35:26 +00:00
engine-flutter-autoroll
a672b016a3
Roll Flutter Engine from a18c52768bbc to 46b05f69187d (1 revision) ( #136142 )
...
a18c52768b...46b05f6918
2023-10-07 skia-flutter-autoroll@skia.org Roll Skia from 99d9d571f4dd to 3d77b5de5984 (1 revision) (flutter/engine#46653 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-07 23:02:24 +00:00
engine-flutter-autoroll
7008520d38
Roll Flutter Engine from 8711c1fd2191 to a18c52768bbc (6 revisions) ( #136141 )
...
8711c1fd21...a18c52768b
2023-10-07 jonahwilliams@google.com [Impeller] Add IMPELLER_DEBUG around group. (flutter/engine#46642 )
2023-10-07 skia-flutter-autoroll@skia.org Roll Skia from 6ce883877068 to 99d9d571f4dd (1 revision) (flutter/engine#46652 )
2023-10-07 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from a-BbzDtY3w8UXYgbK... to nX88TgPdoM6PK1wBq... (flutter/engine#46651 )
2023-10-07 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from GXgrnmetc14RPdheo... to NRLsjEUCmIz2f1Wox... (flutter/engine#46649 )
2023-10-07 skia-flutter-autoroll@skia.org Roll Skia from 15de5cc6a095 to 6ce883877068 (1 revision) (flutter/engine#46648 )
2023-10-07 skia-flutter-autoroll@skia.org Roll Dart SDK from 7ba556c43d35 to a88ed8cafd27 (1 revision) (flutter/engine#46647 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from a-BbzDtY3w8U to nX88TgPdoM6P
fuchsia/sdk/core/mac-amd64 from GXgrnmetc14R to NRLsjEUCmIz2
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-07 22:14:22 +00:00
Polina Cherkasova
74f8b4f777
Allow leaks around tap down/up, while flackiness is not fixed. ( #136133 )
2023-10-07 11:22:53 -07:00
engine-flutter-autoroll
5207a309e8
Roll Flutter Engine from 40024059b09e to 8711c1fd2191 (1 revision) ( #136110 )
...
40024059b0...8711c1fd21
2023-10-07 skia-flutter-autoroll@skia.org Roll Dart SDK from 46bad70d0f7e to 7ba556c43d35 (1 revision) (flutter/engine#46645 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-07 06:51:32 +00:00
engine-flutter-autoroll
2e90a247a9
Roll Flutter Engine from eaac056b63a4 to 40024059b09e (1 revision) ( #136108 )
...
eaac056b63...40024059b0
2023-10-07 skia-flutter-autoroll@skia.org Roll Skia from 2f67f1f18562 to 15de5cc6a095 (1 revision) (flutter/engine#46644 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-07 05:02:18 +00:00
engine-flutter-autoroll
50f1afe5ee
Roll Flutter Engine from f71778651333 to eaac056b63a4 (1 revision) ( #136107 )
...
f717786513...eaac056b63
2023-10-07 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from K7K76tME-CSGhYlFm... to a-BbzDtY3w8UXYgbK... (flutter/engine#46641 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from K7K76tME-CSG to a-BbzDtY3w8U
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-07 03:18:11 +00:00
Chris Bobbe
a88a2503ae
bottom_sheet: Clarify doc about behavior when useSafeArea is false ( #134793 )
...
As discussed at https://github.com/flutter/flutter/pull/122225#issuecomment-1690729628 , this is a docs change meant to help people in the absence of a fix for #121752 , which is being closed as WONTFIX.
2023-10-07 02:45:24 +00:00
engine-flutter-autoroll
77779d3603
Roll Flutter Engine from 356ab2a54862 to f71778651333 (1 revision) ( #136106 )
...
356ab2a548...f717786513
2023-10-07 skia-flutter-autoroll@skia.org Roll Dart SDK from 368fd3846df0 to 46bad70d0f7e (7 revisions) (flutter/engine#46639 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-07 02:30:25 +00:00
engine-flutter-autoroll
8b9d52bb3d
Roll Flutter Engine from 1f79667fb860 to 356ab2a54862 (1 revision) ( #136104 )
...
1f79667fb8...356ab2a548
2023-10-06 skia-flutter-autoroll@skia.org Roll Skia from d86da2a029d8 to 2f67f1f18562 (36 revisions) (flutter/engine#46636 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-07 01:45:12 +00:00
Mateus Felipe C. C. Pinto
dcd24ef0fa
Simplify assertion in AsyncSnapshot
( #135899 )
...
Simplify assertion in `AsyncSnapshot`.
Fixes #135731 .
2023-10-07 00:58:05 +00:00
engine-flutter-autoroll
90ea6eef7e
Roll Flutter Engine from b28032c157ee to 1f79667fb860 (1 revision) ( #136103 )
...
b28032c157...1f79667fb8
2023-10-06 skia-flutter-autoroll@skia.org Roll Fuchsia Mac SDK from 14dOVccxXOO5RPJJB... to GXgrnmetc14RPdheo... (flutter/engine#46634 )
Also rolling transitive DEPS:
fuchsia/sdk/core/mac-amd64 from 14dOVccxXOO5 to GXgrnmetc14R
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-07 00:47:36 +00:00
engine-flutter-autoroll
e3ef94bcfb
Roll Flutter Engine from 7bf93bb919d9 to b28032c157ee (1 revision) ( #136101 )
...
7bf93bb919...b28032c157
2023-10-06 skia-flutter-autoroll@skia.org Roll Skia from 0f2af25f15ee to d86da2a029d8 (7 revisions) (flutter/engine#46587 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-06 23:59:59 +00:00
engine-flutter-autoroll
58b47f923b
Roll Flutter Engine from eb5d5c66a83e to 7bf93bb919d9 (2 revisions) ( #136098 )
...
eb5d5c66a8...7bf93bb919
2023-10-06 aam@google.com [fuchsia] Remove hardcoded fuchsia-imported packages 2.12 sdk version (flutter/engine#46629 )
2023-10-06 kjlubick@users.noreply.github.com Add Base64::EncodedSize to tidy up allocations (flutter/engine#46624 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-06 23:05:53 +00:00
Loïc Sharma
39b9d8fd6d
[Windows] Add first Arm64 plugin tests ( #135512 )
...
Part of: https://github.com/flutter/flutter/issues/129806
Test runs kicked off using `led`:
* â
[plugin_test_windows](277ffb2c7b/+/build.proto
)
* â ï¸ [plugin_test](c9daccd5b3/+/build.proto
) - This test fails as no existing Windows Arm64 builder install the `android_sdk` and `open_jdk` dependencies
I will add `plugin_dependencies_test` and `gradle_plugin_bundle_test` in a follow-up pull request. These tests also depend on `android_sdk` and `open_jdk`, I'll be able to test them manually using the new `plugin_test` builder added by this pull request.
/cc @pbo-linaro
2023-10-06 22:28:08 +00:00
engine-flutter-autoroll
e1308e1fd4
Roll Flutter Engine from 1bb228dfedfa to eb5d5c66a83e (2 revisions) ( #136094 )
...
1bb228dfed...eb5d5c66a8
2023-10-06 jonahwilliams@google.com [Impeller] Ensure known geometry has simple bounds computation. (flutter/engine#46623 )
2023-10-06 jonahwilliams@google.com [Impeller] Refactor CapabilitiesGLES into a Capabilties. (flutter/engine#46621 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-06 22:16:48 +00:00
dependabot[bot]
bc31514434
Bump github/codeql-action from 2.21.6 to 2.22.0 ( #136095 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.6 to 2.22.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md ">github/codeql-action's changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a href="https://github.com/github/codeql-action/releases ">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>2.22.0 - 06 Oct 2023</h2>
<ul>
<li>The CodeQL Action now requires CodeQL version 2.10.5 or later. For more information, see the corresponding changelog entry for CodeQL Action version 2.21.8. <a href="https://redirect.github.com/github/codeql-action/pull/1907 ">#1907</a></li>
<li>The CodeQL Action no longer runs ML-powered queries. For more information, including details on our investment in AI-powered security technology, see <a href="https://github.blog/changelog/2023-09-29-codeql-code-scanning-deprecates-ml-powered-alerts/ ">"CodeQL code scanning deprecates ML-powered alerts."</a> <a href="https://redirect.github.com/github/codeql-action/pull/1910 ">#1910</a></li>
<li>Fix a bug which prevented tracing of projects using Go 1.21 and above on Linux. <a href="https://redirect.github.com/github/codeql-action/pull/1909 ">#1909</a></li>
</ul>
<h2>2.21.9 - 27 Sep 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.14.6. <a href="https://redirect.github.com/github/codeql-action/pull/1897 ">#1897</a></li>
<li>We are rolling out a feature in October 2023 that will improve the success rate of C/C++ autobuild. <a href="https://redirect.github.com/github/codeql-action/pull/1889 ">#1889</a></li>
<li>We are rolling out a feature in October 2023 that will provide specific file coverage information for C and C++, Java and Kotlin, and JavaScript and TypeScript. Currently file coverage information for each of these pairs of languages is grouped together. <a href="https://redirect.github.com/github/codeql-action/pull/1903 ">#1903</a></li>
<li>Add a warning to help customers avoid inadvertently analyzing the same CodeQL language in multiple matrix jobs. <a href="https://redirect.github.com/github/codeql-action/pull/1901 ">#1901</a></li>
</ul>
<h2>2.21.8 - 19 Sep 2023</h2>
<ul>
<li>Add a deprecation warning for customers using CodeQL version 2.10.4 and earlier. These versions of CodeQL were discontinued on 12 September 2023 alongside GitHub Enterprise Server 3.6, and will be unsupported by the next minor release of the CodeQL Action. <a href="https://redirect.github.com/github/codeql-action/pull/1884 ">#1884</a>
<ul>
<li>If you are using one of these versions, please update to CodeQL CLI version 2.10.5 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.</li>
<li>Alternatively, if you want to continue using a version of the CodeQL CLI between 2.9.5 and 2.10.4, you can replace <code>github/codeql-action/*@v2</code> by <code>github/codeql-action/*@v2.21.7</code> in your code scanning workflow to ensure you continue using this version of the CodeQL Action.</li>
</ul>
</li>
<li>Enable the following language aliases when using CodeQL 2.14.4 and later: <code>c-cpp</code> for C/C++ analysis, <code>java-kotlin</code> for Java/Kotlin analysis, and <code>javascript-typescript</code> for JavaScript/TypeScript analysis. <a href="https://redirect.github.com/github/codeql-action/pull/1883 ">#1883</a></li>
</ul>
<h2>2.21.7 - 14 Sep 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.14.5. <a href="https://redirect.github.com/github/codeql-action/pull/1882 ">#1882</a></li>
</ul>
<h2>2.21.6 - 13 Sep 2023</h2>
<ul>
<li>Better error message when there is a failure to determine the merge base of the code to analysis. <a href="https://redirect.github.com/github/codeql-action/pull/1860 ">#1860</a></li>
<li>Improve the calculation of default amount of RAM used for query execution on GitHub Enterprise Server. This now reduces in proportion to the runner's total memory to better account for system memory usage, helping to avoid out-of-memory failures on larger runners. This feature is already available to GitHub.com users. <a href="https://redirect.github.com/github/codeql-action/pull/1866 ">#1866</a></li>
<li>Enable improved file coverage information for GitHub Enterprise Server users. This feature is already available to GitHub.com users. <a href="https://redirect.github.com/github/codeql-action/pull/1867 ">#1867</a></li>
<li>Update default CodeQL bundle version to 2.14.4. <a href="https://redirect.github.com/github/codeql-action/pull/1873 ">#1873</a></li>
</ul>
<h2>2.21.5 - 28 Aug 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.14.3. <a href="https://redirect.github.com/github/codeql-action/pull/1845 ">#1845</a></li>
<li>Fixed a bug in CodeQL Action 2.21.3 onwards that affected beta support for <a href="https://projectlombok.org/ ">Project Lombok</a> when analyzing Java. The environment variable <code>CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS</code> will now be respected if it was manually configured in the workflow. <a href="https://redirect.github.com/github/codeql-action/pull/1844 ">#1844</a></li>
<li>Enable support for Kotlin 1.9.20 when running with CodeQL CLI v2.13.4 through v2.14.3. <a href="https://redirect.github.com/github/codeql-action/pull/1853 ">#1853</a></li>
</ul>
<h2>2.21.4 - 14 Aug 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.14.2. <a href="https://redirect.github.com/github/codeql-action/pull/1831 ">#1831</a></li>
<li>Log a warning if the amount of available disk space runs low during a code scanning run. <a href="https://redirect.github.com/github/codeql-action/pull/1825 ">#1825</a></li>
<li>When downloading CodeQL bundle version 2.13.4 and later, cache these bundles in the Actions tool cache using a simpler version number. <a href="https://redirect.github.com/github/codeql-action/pull/1832 ">#1832</a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2cb752a87e
"><code>2cb752a</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1924 ">#1924</a> from github/update-v2.22.0-3f7850a17</li>
<li><a href="e50f53baa1
"><code>e50f53b</code></a> Add changelog note for tracing Go 1.21</li>
<li><a href="0a65c007f6
"><code>0a65c00</code></a> Update changelog for v2.22.0</li>
<li><a href="3f7850a179
"><code>3f7850a</code></a> Improve downloading log message (<a href="https://redirect.github.com/github/codeql-action/issues/1920 ">#1920</a>)</li>
<li><a href="27235304e0
"><code>2723530</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1923 ">#1923</a> from github/henrymercer/fix-resolve-environment-aliases</li>
<li><a href="8f0e8b0890
"><code>8f0e8b0</code></a> Tweak language parsing to improve clarity</li>
<li><a href="f243294ab7
"><code>f243294</code></a> Extend PR check to test <code>resolve-environment</code> works with language alias</li>
<li><a href="1ea6a10947
"><code>1ea6a10</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1909 ">#1909</a> from github/mbg/go-1.21-workaround</li>
<li><a href="e26ed57a22
"><code>e26ed57</code></a> Defer language aliasing to CLI when appropriate</li>
<li><a href="0ac7669167
"><code>0ac7669</code></a> Fix using <code>resolve-environment</code> Action with language aliases</li>
<li>Additional commits viewable in <a href="701f152f28...2cb752a87e
">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2023-10-06 22:15:19 +00:00
LongCatIsLooong
ebe72d3f32
Call markNeedsPaint
when adding overlayChild to Overlay
( #135941 )
...
Fixes https://github.com/flutter/flutter/issues/134656
`_skipMarkNeesLayout` was meant to only skip `markNeedsLayout` calls. Re-painting is still needed when a child gets added/removed from the `Overlay`.
2023-10-06 22:12:20 +00:00
Zachary Anderson
68d47e55d4
Revert "Marks Linux_samsung_a02 new_gallery__transition_perf to be unflaky" ( #136097 )
...
Reverts flutter/flutter#135566
2023-10-06 15:10:49 -07:00
Flutter GitHub Bot
420ec92e72
Marks Linux_samsung_a02 new_gallery__transition_perf to be unflaky ( #135566 )
...
<!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Linux_samsung_a02 new_gallery__transition_perf"
}
-->
The test has been passing for [50 consecutive runs](https://data.corp.google.com/sites/flutter_infra_metrics_datasite/flutter_check_test_flakiness_status_dashboard/?p=BUILDER_NAME:%22Linux_samsung_a02%20new_gallery__transition_perf%22 ).
This test can be marked as unflaky.
2023-10-06 20:27:15 +00:00
engine-flutter-autoroll
4779e499f0
Roll Flutter Engine from 59b6b94e1a51 to 1bb228dfedfa (1 revision) ( #136082 )
...
59b6b94e1a...1bb228dfed
2023-10-06 bdero@google.com [Impeller] Track clip coverage per-pass when not collapsing. (flutter/engine#46597 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC chinmaygarde@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: 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
2023-10-06 19:55:34 +00:00
Polina Cherkasova
f0970365ca
RenderEditable should dispose created layers. ( #135942 )
2023-10-06 12:30:20 -06:00
Flutter GitHub Bot
8796955e98
Marks Windows module_custom_host_app_name_test to be unflaky ( #135961 )
...
<!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Windows module_custom_host_app_name_test"
}
-->
The issue https://github.com/flutter/flutter/issues/134644 has been
closed, and the test has been passing for [50 consecutive
runs](https://data.corp.google.com/sites/flutter_infra_metrics_datasite/flutter_check_test_flakiness_status_dashboard/?p=BUILDER_NAME:%22Windows%20module_custom_host_app_name_test%22 ).
This test can be marked as unflaky.
2023-10-06 11:19:14 -07:00