Michael Goderbauer
63f917c36d
Bump meta to 1.14.0 ( #146925 )
...
Not sure why the auto-roller hasn't picked this up...
2024-04-17 15:25:51 -07:00
Ian Hickson
3fadf9e2fb
Make goldenFileComparator a field instead of a trivial property ( #146800 )
...
Removes an unnecessary abstraction.
2024-04-17 21:55:55 +00:00
Ian Hickson
05747cfa65
Assert that the goldenFileComparator is a LocalFileComparator ( #146802 )
...
This is part 9 of a broken down version of the https://github.com/flutter/flutter/pull/140101 refactor.
This is an assumption already silently made by a bunch of casts in this file.
2024-04-17 21:55:54 +00:00
auto-submit[bot]
65d5d36759
Reverts "Try to be more consistent about deleting test apps in devicelab logic ( #146931 )" ( #146947 )
...
Reverts: flutter/flutter#146931
Initiated by: Hixie
Reason for reverting: more failures
Original PR Author: Hixie
Reviewed By: {reidbaker}
This change reverts the following previous change:
Fixes #137555 .
This is an updated version of https://github.com/flutter/flutter/pull/146856 , which was reverted in https://github.com/flutter/flutter/pull/146927 . The first commit is identical to the original PR, and subsequent commits are the fixes to address failures detected in devicelab post-commit.
2024-04-17 21:08:47 +00:00
Jesse
e660a93c63
Create web tests suite & runner_utils ( #146592 )
...
Move from `test.dart` into new `runner_utils.dart` file:
- shard calculation related methods + `shuffleSeed` logic
- env variable flag calculation
- runner wrapper methods `runDartTest` and `_runFromList`
Create web tests suite class containing:
- web long running tests
- runWebHtmlUnitTests
- runWebCanvasKitUnitTests
- runWebSkwasmUnitTests
- the associate helper methods with the above
2024-04-17 20:44:08 +00:00
engine-flutter-autoroll
808081e68c
Roll Flutter Engine from 376c86e3bbb6 to cc73c5c124c4 (3 revisions) ( #146940 )
...
376c86e3bb...cc73c5c124
2024-04-17 34871572+gmackall@users.noreply.github.com Replace LinkedLists that are used as a queue in android FlutterRenderer with ArrayDeques (flutter/engine#51494 )
2024-04-17 bdero@google.com [Impeller] Use booleans instead of counting backdrop reads. (flutter/engine#52181 )
2024-04-17 bungeman@chromium.org Update Skia's BUILD.gn (flutter/engine#52194 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 20:33:18 +00:00
Ian Hickson
fb7e8b0653
Try to be more consistent about deleting test apps in devicelab logic ( #146931 )
...
Fixes #137555 .
This is an updated version of https://github.com/flutter/flutter/pull/146856 , which was reverted in https://github.com/flutter/flutter/pull/146927 . The first commit is identical to the original PR, and subsequent commits are the fixes to address failures detected in devicelab post-commit.
2024-04-17 20:19:42 +00:00
engine-flutter-autoroll
72b4b2921d
Roll Flutter Engine from bc6382e35365 to 376c86e3bbb6 (2 revisions) ( #146937 )
...
bc6382e353...376c86e3bb
2024-04-17 alexmarkov@google.com Cleanup obsolete Dart VM flags (flutter/engine#52197 )
2024-04-17 skia-flutter-autoroll@skia.org Roll Skia from 4b3b84c0beeb to 2790777048d3 (3 revisions) (flutter/engine#52198 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 19:52:19 +00:00
Ian Hickson
1d904b641b
Remove now-redundant tests for isForEnvironment ( #146804 )
...
This is part 11 of a broken down version of the #140101 refactor.
These tests are redundant with the more comprehensive tests now in comparator_selection_test.dart.
2024-04-17 19:23:26 +00:00
flutter-pub-roller-bot
8f85c7c5b8
Roll pub packages ( #146929 )
...
This PR was generated by `flutter update-packages --force-upgrade`.
2024-04-17 19:22:32 +00:00
Polina Cherkasova
ae0a0dfc6b
Get rid of _NullElement. ( #146741 )
...
Fixes https://github.com/flutter/flutter/issues/145602
2024-04-17 19:10:42 +00:00
engine-flutter-autoroll
9ac724d71b
Roll Flutter Engine from 818191d11404 to bc6382e35365 (2 revisions) ( #146930 )
...
818191d114...bc6382e353
2024-04-17 yjbanov@google.com [web] move AccessibilityAnnouncements into SemanticsOwner (flutter/engine#52138 )
2024-04-17 737941+loic-sharma@users.noreply.github.com [Windows] Add/remove view failures should not hang (flutter/engine#52164 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 18:45:54 +00:00
Valentin Vignal
51f1725261
Fix memory leak in paginated tables ( #146755 )
2024-04-17 11:03:48 -07:00
auto-submit[bot]
f8c3e52776
Reverts "Try to be more consistent about deleting test apps in devicelab logic. ( #146856 )" ( #146927 )
...
Reverts: flutter/flutter#146856
Initiated by: Hixie
Reason for reverting: breaking tree
Original PR Author: Hixie
Reviewed By: {reidbaker}
This change reverts the following previous change:
Fixes https://github.com/flutter/flutter/issues/137555 .
2024-04-17 17:41:16 +00:00
engine-flutter-autoroll
f02cb0c031
Roll Flutter Engine from 25b09e883dd8 to 818191d11404 (3 revisions) ( #146898 )
...
25b09e883d...818191d114
2024-04-17 30870216+gaaclarke@users.noreply.github.com [Impeller] added static check that fragment shader and vertex shaders slots match (flutter/engine#52174 )
2024-04-17 matej.knopp@gmail.com [macOS] FlutterSurfaceManager should not return surfaces that are in use (flutter/engine#52082 )
2024-04-17 matej.knopp@gmail.com [macOS] FlutterView should not override platform view cursor (flutter/engine#52159 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 17:33:07 +00:00
Ian Hickson
0301c8dfa4
Try to be more consistent about deleting test apps in devicelab logic. ( #146856 )
...
Fixes https://github.com/flutter/flutter/issues/137555 .
2024-04-17 17:18:26 +00:00
Derek Xu
cf26b1150f
Unpin frontend_server_client and roll packages ( #146650 )
2024-04-17 12:43:20 -04:00
engine-flutter-autoroll
cd43d06c44
Roll Packages from 90c876d37619 to d39830e40c07 (4 revisions) ( #146895 )
...
90c876d376...d39830e40c
2024-04-16 engine-flutter-autoroll@skia.org Manual roll Flutter from 2e748e8598b3 to 3882afbfa997 (16 revisions) (flutter/packages#6549 )
2024-04-16 pdenert09@gmail.com [image_picker] Add limit parameter to pickMultiImage and pickMultipleMedia to ios and Android (flutter/packages#6201 )
2024-04-16 stuartmorgan@google.com [camera] Remove iOS thread-safe result class (flutter/packages#6498 )
2024-04-16 rrpadilla@gmail.com [google_maps_flutter] update ios privacy manifest (flutter/packages#6511 )
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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 15:43:37 +00:00
engine-flutter-autoroll
180b77685b
Roll Flutter Engine from 0e9e2f419225 to 25b09e883dd8 (1 revision) ( #146889 )
...
0e9e2f4192...25b09e883d
2024-04-17 matej.knopp@gmail.com [macOS] Handle reparenting platform views (flutter/engine#52152 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 13:54:39 +00:00
Pierre-Louis
4a65a76279
Reland: Update link branches to main
( #146882 )
...
Reland https://github.com/flutter/flutter/pull/146558 , reverted in https://github.com/flutter/flutter/pull/146880 due to an outdated test result
## Original description
- Update CS and googlesource.com link branches
- Update GitHub /blob/ and /tree/ links
Tested links manually and fixes a few broken or deprecated links
Added a test that validates that `master` isn't used, except for specified repos.
Part of https://github.com/flutter/flutter/issues/121564
2024-04-17 13:16:33 +00:00
engine-flutter-autoroll
f5815f923a
Roll Flutter Engine from 4b949d7d6065 to 0e9e2f419225 (4 revisions) ( #146884 )
...
4b949d7d60...0e9e2f4192
2024-04-17 skia-flutter-autoroll@skia.org Roll Skia from 1832de338187 to 4b3b84c0beeb (1 revision) (flutter/engine#52192 )
2024-04-17 skia-flutter-autoroll@skia.org Roll Dart SDK from 376f1b4040d3 to bd7627bca67b (1 revision) (flutter/engine#52191 )
2024-04-17 skia-flutter-autoroll@skia.org Roll Skia from 2b32391252f3 to 1832de338187 (1 revision) (flutter/engine#52190 )
2024-04-17 skia-flutter-autoroll@skia.org Roll Skia from f404603cc9e7 to 2b32391252f3 (1 revision) (flutter/engine#52189 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 12:46:19 +00:00
Pierre-Louis
33a9643b5d
Revert "Update link branches to main
" ( #146880 )
...
Reverts flutter/flutter#146558
Causes failure
2024-04-17 13:25:18 +02:00
Taha Tesser
f2be9bcad5
Fix Tab
indicator image configuration doesn't inherit device pixel ratio ( #146812 )
...
fixes [The image for the indicator of the TabBar does not auto-adapt to different resolutions](https://github.com/flutter/flutter/issues/145204 )
### Description
This PR provides device pixel ratio to the tab indicator painter.
2024-04-17 07:59:07 +00:00
engine-flutter-autoroll
02400772ce
Roll Flutter Engine from 1ea39b29ce8c to 4b949d7d6065 (1 revision) ( #146865 )
...
1ea39b29ce...4b949d7d60
2024-04-17 skia-flutter-autoroll@skia.org Roll Skia from d9688b02def5 to f404603cc9e7 (1 revision) (flutter/engine#52188 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 07:52:21 +00:00
Pierre-Louis
072b8874a0
Update link branches to main
( #146558 )
...
- Update CS and googlesource.com link branches
- Update GitHub /blob/ and /tree/ links
Tested links manually and fixes a few broken or deprecated links
Added a test that validates that `master` isn't used, except for
specified repos.
Part of https://github.com/flutter/flutter/issues/121564
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] 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
[Data Driven Fixes]:
https://github.com/flutter/flutter/wiki/Data-driven-Fixes
2024-04-17 09:44:23 +02:00
engine-flutter-autoroll
0207da8fa4
Roll Flutter Engine from 45c86593a09a to 1ea39b29ce8c (1 revision) ( #146863 )
...
45c86593a0...1ea39b29ce
2024-04-17 skia-flutter-autoroll@skia.org Roll Skia from e6e9044ee10d to d9688b02def5 (1 revision) (flutter/engine#52186 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 07:09:23 +00:00
Ian Hickson
5a81e91507
Rewrap some lines that are about to get much longer. ( #146803 )
...
This is part 10 of a broken down version of the #140101 refactor.
This will make future PRs easier to review.
2024-04-17 06:13:01 +00:00
engine-flutter-autoroll
9f2bb3b6ae
Roll Flutter Engine from 0cdbc8a6e463 to 45c86593a09a (1 revision) ( #146862 )
...
0cdbc8a6e4...45c86593a0
2024-04-17 skia-flutter-autoroll@skia.org Roll Dart SDK from 04e9eeaa7c78 to 376f1b4040d3 (1 revision) (flutter/engine#52185 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 06:08:17 +00:00
engine-flutter-autoroll
eee2c6f6bf
Roll Flutter Engine from 31b67985de27 to 0cdbc8a6e463 (1 revision) ( #146861 )
...
31b67985de...0cdbc8a6e4
2024-04-17 skia-flutter-autoroll@skia.org Roll Skia from e335a0a11aa0 to e6e9044ee10d (1 revision) (flutter/engine#52183 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 04:52:34 +00:00
engine-flutter-autoroll
69c7fcb8aa
Roll Flutter Engine from e7d8c62d291a to 31b67985de27 (1 revision) ( #146859 )
...
e7d8c62d29...31b67985de
2024-04-17 skia-flutter-autoroll@skia.org Roll Dart SDK from 57d7cba5bc3d to 04e9eeaa7c78 (1 revision) (flutter/engine#52179 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 03:44:51 +00:00
engine-flutter-autoroll
ab98a0ac78
Roll Flutter Engine from 4d69c0c95483 to e7d8c62d291a (11 revisions) ( #146857 )
...
4d69c0c954...e7d8c62d29
2024-04-16 magder@google.com Migrate FlutterChannelKeyResponder and FlutterSpellCheckPlugin to ARC (flutter/engine#52148 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from b83b6bf7174f to e335a0a11aa0 (1 revision) (flutter/engine#52175 )
2024-04-16 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[Impeller] remove most temporary allocation during polyline generation. (#52131 )" (flutter/engine#52177 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from d506a3d526f7 to b83b6bf7174f (2 revisions) (flutter/engine#52173 )
2024-04-16 magder@google.com Migrate FlutterUIPressProxy, ios_context*, rendering_api_selection, and a few other files to ARC (flutter/engine#51633 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from 98dbba281a84 to d506a3d526f7 (2 revisions) (flutter/engine#52170 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Dart SDK from f2464b2892a1 to 57d7cba5bc3d (1 revision) (flutter/engine#52168 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from 300741074b41 to 98dbba281a84 (11 revisions) (flutter/engine#52167 )
2024-04-16 30870216+gaaclarke@users.noreply.github.com [Impeller] removes advanced plus blending (flutter/engine#52163 )
2024-04-16 jonahwilliams@google.com [Impeller] remove most temporary allocation during polyline generation. (flutter/engine#52131 )
2024-04-16 jason-simmons@users.noreply.github.com Roll reclient, libpng, and zlib (flutter/engine#52072 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-17 01:41:29 +00:00
Nate
34bc632493
Switch to relevant Remote
constructors ( #146773 )
...
[A previous PR](https://github.com/flutter/flutter/pull/144279 ) implemented `const` constructors in the `Remote` class, so I wanted to follow up and use those constructors in the appropriate places.
2024-04-16 23:55:59 +00:00
flutter-pub-roller-bot
3d51fa9b9c
Roll pub packages ( #146851 )
...
This PR was generated by `flutter update-packages --force-upgrade`.
2024-04-16 23:50:16 +00:00
Dimil Kalathiya
224099872e
fix test-case for RenderView ( #146825 )
2024-04-16 15:20:10 -07:00
Loïc Sharma
194fefaa53
[iOS] Migrate @UIApplicationMain attribute to @main ( #146707 )
...
This migrates Flutter to use the `@main` attribute introduced in Swift 5.3. The `@UIApplicationMain` attribute is deprecated and will be removed in Swift 6. See: https://github.com/apple/swift-evolution/blob/main/proposals/0383-deprecate-uiapplicationmain-and-nsapplicationmain.md
This change is split into two commits:
1. ad18797428
- This updates the iOS app template and adds a migration to replace `@UIApplicationMain` uses with `@main`.
2. 8ecbb2f29f
- I ran `flutter run` on each Flutter iOS app in this repository to verify the app migrates and launches successfully.
Part of https://github.com/flutter/flutter/issues/143044
2024-04-16 22:13:03 +00:00
engine-flutter-autoroll
5a0369df16
Roll Flutter Engine from bb127febf725 to 4d69c0c95483 (1 revision) ( #146841 )
...
bb127febf7...4d69c0c954
2024-04-16 magder@google.com Only print "gclient sync" warning once during rebase (flutter/engine#52133 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-16 22:13:00 +00:00
Matt Carroll
4daad32a01
Added missing tests for OverflowBar example. ( #146780 )
...
Added missing tests for OverflowBar example. Issue #130459
2024-04-16 22:10:56 +00:00
Michael Goderbauer
bc88d0b9ed
Remove checked mode references ( #146845 )
...
Fixes https://github.com/flutter/flutter/issues/21066
2024-04-16 22:10:54 +00:00
flutter-pub-roller-bot
4efdf190a8
Roll pub packages ( #146842 )
...
This PR was generated by `flutter update-packages --force-upgrade`.
2024-04-16 22:07:27 +00:00
Michael Goderbauer
16bb7faec9
Fix doc reference to RendererBinding.renderViews ( #146837 )
...
`RendererBinding.renderView` is deprecated. The doc should link to `RendererBinding.renderViews`, which also matches the context since the sentence is talking about multiple `RenderView`s and not just the legacy singleton.
2024-04-16 22:07:25 +00:00
engine-flutter-autoroll
500ed0b6f6
Roll Packages from 6698b2d67999 to 90c876d37619 (7 revisions) ( #146835 )
...
6698b2d679...90c876d376
2024-04-16 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 3.24.10 to 3.25.0 (flutter/packages#6545 )
2024-04-16 31859944+LongCatIsLooong@users.noreply.github.com [CupertinoIcons] fix broken icons and vertical alignment, bump the version to 1.08 (flutter/packages#6520 )
2024-04-16 26625149+0xZOne@users.noreply.github.com [video_player] Calls `onDestroy` instead of `initialize` in onDetachedFromEngine (flutter/packages#6501 )
2024-04-15 mikemcguiness@protonmail.com [image_picker] Adopt code excerpts in README (flutter/packages#5523 )
2024-04-15 mdebbar@google.com [url_launcher][web] Link should work when triggered by keyboard (flutter/packages#6505 )
2024-04-15 engine-flutter-autoroll@skia.org Manual roll Flutter from 53cba24de3a0 to 2e748e8598b3 (19 revisions) (flutter/packages#6541 )
2024-04-15 stuartmorgan@google.com Update local_auth_android minSdkVersion to 19 (flutter/packages#6537 )
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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-16 19:23:53 +00:00
engine-flutter-autoroll
3c4534903f
Roll Flutter Engine from 71ab8854f14e to bb127febf725 (3 revisions) ( #146836 )
...
71ab8854f1...bb127febf7
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from 75083dc8a34c to 300741074b41 (1 revision) (flutter/engine#52158 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Dart SDK from 99928bb7e8a4 to f2464b2892a1 (1 revision) (flutter/engine#52157 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from 429ec245f4e2 to 75083dc8a34c (1 revision) (flutter/engine#52155 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-16 19:18:38 +00:00
Valentin Vignal
3882afbfa9
Fix leak memory in Tooltip
and account detail ( #146833 )
2024-04-16 12:15:37 -07:00
Valentin Vignal
c3445dc190
Fix memory leak in BottomNavigationBar
( #146748 )
2024-04-16 07:53:27 -07:00
engine-flutter-autoroll
cb719db814
Roll Flutter Engine from cba7678fcfd2 to 71ab8854f14e (2 revisions) ( #146819 )
...
cba7678fcf...71ab8854f1
2024-04-16 skia-flutter-autoroll@skia.org Roll Dart SDK from cb0c34389d90 to 99928bb7e8a4 (1 revision) (flutter/engine#52154 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from 8013b7f1dcd3 to 429ec245f4e2 (1 revision) (flutter/engine#52153 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-16 13:40:19 +00:00
engine-flutter-autoroll
9aea02b7d5
Roll Flutter Engine from 66ad80217898 to cba7678fcfd2 (6 revisions) ( #146811 )
...
66ad802178...cba7678fcf
2024-04-16 skia-flutter-autoroll@skia.org Roll Dart SDK from 7d02f18b8a84 to cb0c34389d90 (1 revision) (flutter/engine#52151 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from 50ac1117f159 to 8013b7f1dcd3 (5 revisions) (flutter/engine#52149 )
2024-04-16 49699333+dependabot[bot]@users.noreply.github.com Bump google/osv-scanner-action from 1.6.2.pre.beta1 to 1.7.1 (flutter/engine#52147 )
2024-04-16 magder@google.com Migrate vsync_waiter_ios to ARC (flutter/engine#52104 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from b159229f2174 to 50ac1117f159 (1 revision) (flutter/engine#52146 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Dart SDK from 5f03197b9992 to 7d02f18b8a84 (2 revisions) (flutter/engine#52145 )
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 jsimmons@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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-16 10:00:07 +00:00
flutter-pub-roller-bot
c06faf49e1
Roll pub packages ( #146797 )
...
This PR was generated by `flutter update-packages --force-upgrade`.
2024-04-16 06:44:25 +00:00
engine-flutter-autoroll
08bae320c5
Roll Flutter Engine from 76fbe31a96b3 to 66ad80217898 (2 revisions) ( #146794 )
...
76fbe31a96...66ad802178
2024-04-16 30870216+gaaclarke@users.noreply.github.com Relands "[Impeller] moved to bgra10_xr (#52019 )" (flutter/engine#52142 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Skia from f6a2a2af83f1 to b159229f2174 (1 revision) (flutter/engine#52143 )
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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-16 04:06:18 +00:00
engine-flutter-autoroll
817630ccf1
Roll Flutter Engine from 557ffb1cfda6 to 76fbe31a96b3 (4 revisions) ( #146792 )
...
557ffb1cfd...76fbe31a96
2024-04-16 chinmaygarde@google.com [Impeller] Update the readme to reflect current guidance on how to try Impeller. (flutter/engine#52135 )
2024-04-16 jonahwilliams@google.com [iOS] allow enabling asserts from Plist. (flutter/engine#52069 )
2024-04-16 skia-flutter-autoroll@skia.org Roll Dart SDK from 3c2376cb9850 to 5f03197b9992 (5 revisions) (flutter/engine#52134 )
2024-04-15 skia-flutter-autoroll@skia.org Roll Skia from 0b5df0201734 to f6a2a2af83f1 (2 revisions) (flutter/engine#52136 )
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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-16 02:56:25 +00:00
engine-flutter-autoroll
fb68f3c222
Roll Flutter Engine from 503e7e8f37f3 to 557ffb1cfda6 (1 revision) ( #146791 )
...
503e7e8f37...557ffb1cfd
2024-04-15 magder@google.com Migrate FlutterDartVMServicePublisher to ARC (flutter/engine#52081 )
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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-04-16 02:02:25 +00:00