engine-flutter-autoroll
98edc08b99
Roll Flutter Engine from 9a3494e31171 to d4a51fae094c (1 revision) ( #138198 )
...
9a3494e311...d4a51fae09
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from 6ff0fdf79bfa to 583c85e03fb0 (6 revisions) (flutter/engine#47877 )
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 bdero@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
2023-11-10 00:30:04 +00:00
Victoria Ashworth
4eda3b96c5
Move Mac_build_test flutter_gallery__transition_perf_e2e_ios to staging ( #138196 )
...
Seems that bots recently upgraded to macOS 13 are missing certs (https://github.com/flutter/flutter/issues/138194 ). Temporarily move `Mac_build_test flutter_gallery__transition_perf_e2e_ios` to staging.
2023-11-10 00:12:06 +00:00
engine-flutter-autoroll
9111d7f1cd
Roll Flutter Engine from 670e85f184d3 to 9a3494e31171 (2 revisions) ( #138191 )
...
670e85f184...9a3494e311
2023-11-09 jonahwilliams@google.com [Impeller] Remove unused/untested Path APIs. (flutter/engine#47841 )
2023-11-09 athom@google.com Remove references to the runtime/third_party directory in the Dart SDK (flutter/engine#47853 )
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 bdero@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
2023-11-09 23:01:05 +00:00
Camille Simon
c66bb0a18a
[Android] Support Android 34 (take 2) ( #137967 )
...
Re-lands https://github.com/flutter/flutter/pull/137191 .
The fix for the issue causing that PR to be reverted was tested in this PR but ultimately landed separately in https://github.com/flutter/flutter/pull/138093 .
2023-11-09 22:40:15 +00:00
engine-flutter-autoroll
ce8c3f2022
Roll Flutter Engine from 0fae75f963e4 to 670e85f184d3 (2 revisions) ( #138187 )
...
0fae75f963...670e85f184
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from ff418c512205 to 6ff0fdf79bfa (2 revisions) (flutter/engine#47874 )
2023-11-09 goderbauer@google.com Reland "Remove physical geometry" (flutter/engine#47872 )
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 bdero@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
2023-11-09 22:16:15 +00:00
Renzo Olivares
3225aa5815
Fix text selection in SearchAnchor/SearchBar
( #137636 )
...
This changes fixes text selection gestures on the search field when using `SearchAnchor`.
Before this change text selection gestures did not work due to an `IgnorePointer` in the widget tree.
This change:
* Removes the `IgnorePointer` so the underlying `TextField` can receive pointer events.
* Introduces `TextField.onTapAlwaysCalled` and `TextSelectionGestureDetector.onUserTapAlwaysCalled`, so a user provided on tap callback can be called on consecutive taps. This is so that the user provided on tap callback for `SearchAnchor/SearchBar` that was previously only handled by `InkWell` will still work if a tap occurs in the `TextField`s hit box. The `TextField`s default behavior is maintained outside of the context of `SearchAnchor/SearchBar`.
Fixes https://github.com/flutter/flutter/issues/128332 and #134965
2023-11-09 22:12:01 +00:00
engine-flutter-autoroll
8b150bd076
Roll Flutter Engine from ca30d7df7105 to 0fae75f963e4 (2 revisions) ( #138174 )
...
ca30d7df71...0fae75f963
2023-11-09 mdebbar@google.com [web] Refactor a11y announcements out of FlutterViewEmbedder (flutter/engine#47487 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from a58076ed871a to ff418c512205 (5 revisions) (flutter/engine#47871 )
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 bdero@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
2023-11-09 21:36:18 +00:00
hangyu
c4b11d801a
Make it possible to disable tapping to dismiss a tooltip. ( #137375 )
...
issue: https://github.com/flutter/flutter/issues/137438
Use case: I want to add action button is tooltip and thus want to disable tap to dismiss a tooltip.

2023-11-09 20:10:04 +00:00
engine-flutter-autoroll
e65c2681a9
Roll Flutter Engine from eb89b9440520 to ca30d7df7105 (4 revisions) ( #138166 )
...
eb89b94405...ca30d7df71
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from 775da2d297de to a58076ed871a (3 revisions) (flutter/engine#47866 )
2023-11-09 34871572+gmackall@users.noreply.github.com [Re-land] Upgrade Android SDK to 34 "UpsideDownCake" (flutter/engine#47839 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Dart SDK from 6bd98dc2dffd to 33307e78db2b (1 revision) (flutter/engine#47865 )
2023-11-09 15619084+vashworth@users.noreply.github.com Use specific version of mac_toolchain (flutter/engine#47835 )
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 bdero@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
2023-11-09 19:40:44 +00:00
Qun Cheng
6673fe5cb1
Add onSubmitted
and onChanged
for SearchAnchor
and SearchAnchor.bar
( #136840 )
...
Fixes #130687 and #132915
This PR is to add two properties: `viewOnChanged` and `viewOnSubmitted` to `SearchAnchor` and `SearchAnchor.bar` so we can control the search bar on the search view.
2023-11-09 19:08:52 +00:00
engine-flutter-autoroll
659ed55a83
Roll Flutter Engine from 35cad36b7ec5 to eb89b9440520 (1 revision) ( #138162 )
...
35cad36b7e...eb89b94405
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from df263765ebc8 to 775da2d297de (2 revisions) (flutter/engine#47861 )
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 bdero@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
2023-11-09 19:01:20 +00:00
Reid Baker
94079b9c61
Improved Java version parsing ( #138155 )
...
Fixes #135402
Add fallback logic for a different format of java version output and handle no patch versions.
Add tests for new logic output to prevent regressions.
2023-11-09 18:38:18 +00:00
engine-flutter-autoroll
750e232be1
Manual roll Flutter Engine from 8b490a9f1650 to 35cad36b7ec5 (15 revisions) ( #138154 )
...
Manual roll requested by zra@google.com
8b490a9f16...35cad36b7e
2023-11-09 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Remove physical geometry" (flutter/engine#47862 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from 7d0768083298 to df263765ebc8 (2 revisions) (flutter/engine#47860 )
2023-11-09 chillers@google.com Reland "Remove Fuchsia Mac SDK from DEPS" (flutter/engine#47823 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from 8f8c9a144797 to 7d0768083298 (1 revision) (flutter/engine#47858 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Dart SDK from 6f36eb00cacf to 6bd98dc2dffd (1 revision) (flutter/engine#47857 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Dart SDK from 14933042494d to 6f36eb00cacf (4 revisions) (flutter/engine#47855 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from b055626ce8c2 to 8f8c9a144797 (1 revision) (flutter/engine#47854 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from b6ce84dc3e53 to b055626ce8c2 (1 revision) (flutter/engine#47850 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from sD8HRA4JmXczujkqO... to 0pD5ceqf-e9y9NTNn... (flutter/engine#47847 )
2023-11-09 goderbauer@google.com Remove physical geometry (flutter/engine#47825 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from f3e4fd80eeeb to b6ce84dc3e53 (1 revision) (flutter/engine#47843 )
2023-11-09 skia-flutter-autoroll@skia.org Roll Skia from d9ec01cf15ff to f3e4fd80eeeb (3 revisions) (flutter/engine#47838 )
2023-11-09 737941+loic-sharma@users.noreply.github.com [Windows] Remove global state in keyboard tests (flutter/engine#47829 )
2023-11-08 mdebbar@google.com [web] Non-singleton implementation of ui.FlutterView (flutter/engine#47806 )
2023-11-08 gspencergoog@users.noreply.github.com Move window state update to window realize callback (flutter/engine#47713 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from sD8HRA4JmXcz to 0pD5ceqf-e9y
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 bdero@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
2023-11-09 18:05:19 +00:00
engine-flutter-autoroll
f66215027e
Roll Packages from 94c762380828 to b69f54ee0358 (1 revision) ( #138149 )
...
94c7623808...b69f54ee03
2023-11-08 engine-flutter-autoroll@skia.org Roll Flutter from 5a6a3224fe15 to 4b4a1feb46d1 (21 revisions) (flutter/packages#5354 )
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
2023-11-09 15:42:24 +00:00
Andrew Kolos
94550c6257
prevent tool crash when IntelliJValidatorOnMac
encounters an installation with a missing CFBundleIdentifier
( #138095 )
...
Fixes https://github.com/flutter/flutter/issues/138029 (see my comment there for more info)
2023-11-09 03:46:25 +00:00
engine-flutter-autoroll
2f62af423a
Roll Flutter Engine from 233bd6263c62 to 8b490a9f1650 (1 revision) ( #138118 )
...
233bd6263c...8b490a9f16
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from 1241a903cd33 to d9ec01cf15ff (1 revision) (flutter/engine#47836 )
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 bdero@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
2023-11-09 01:38:07 +00:00
flutter-pub-roller-bot
55e692229e
Roll pub packages ( #138114 )
...
This PR was generated by `flutter update-packages --force-upgrade`.
2023-11-09 00:48:01 +00:00
engine-flutter-autoroll
238ff7602a
Roll Flutter Engine from b3af5d64d3e6 to 233bd6263c62 (8 revisions) ( #138116 )
...
b3af5d64d3...233bd6263c
2023-11-08 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Upgrade Android SDK to 34 "UpsideDownCake"" (flutter/engine#47834 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from e585bb68893b to 1241a903cd33 (2 revisions) (flutter/engine#47830 )
2023-11-08 34871572+gmackall@users.noreply.github.com Upgrade Android SDK to 34 "UpsideDownCake" (flutter/engine#47609 )
2023-11-08 chris@bracken.jp [macOS] Allocate textures as unique_ptr earlier (flutter/engine#47786 )
2023-11-08 flar@google.com Reland "[Impeller] add support for Skia concept of RRect::isSimple needed for DL dispatching" (flutter/engine#47824 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from e2b8ebe16203 to e585bb68893b (7 revisions) (flutter/engine#47826 )
2023-11-08 jonahwilliams@google.com [Impeller] Add support for specialization constants (III). (flutter/engine#47765 )
2023-11-08 30870216+gaaclarke@users.noreply.github.com [Impeller] Documented the 2 step in the gaussian blur. (flutter/engine#47822 )
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 bdero@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
2023-11-09 00:08:26 +00:00
Victoria Ashworth
46dcb32c23
Use specific version of mac_toolchain ( #138115 )
...
Newer versions of mac_toolchain increase Xcode install times by ~2 minutes (https://github.com/flutter/flutter/issues/138109 ). As a temporary solution, we're using an older version of mac_toolchain.
2023-11-08 23:37:54 +00:00
Christopher Fujino
a408c6d976
[flutter_tools] disable flutter build AAR for plugins ( #137878 )
...
Per discord discussion, building an AAR out of a plugin project has not worked for years, so let's just disable the functionality. Context: https://github.com/flutter/flutter/issues/137564
2023-11-08 23:12:08 +00:00
engine-flutter-autoroll
88200f8c2b
Roll Flutter Engine from 21f055f7d8d0 to b3af5d64d3e6 (1 revision) ( #138113 )
...
21f055f7d8...b3af5d64d3
2023-11-08 jason-simmons@users.noreply.github.com [Impeller] Create a global Vulkan instance in PlaygroundImplVK to prevent SwiftShader from being unloaded after a test completes (flutter/engine#47781 )
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 bdero@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
2023-11-08 22:34:52 +00:00
engine-flutter-autoroll
59bd89945a
Roll Flutter Engine from 5306213d9d19 to 21f055f7d8d0 (3 revisions) ( #138111 )
...
5306213d9d...21f055f7d8
2023-11-08 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[Impeller] add support for Skia concept of RRect::isSimple needed for DL dispatching" (flutter/engine#47821 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from fb69e696dc45 to e2b8ebe16203 (4 revisions) (flutter/engine#47815 )
2023-11-08 flar@google.com [Impeller] add support for Skia concept of RRect::isSimple needed for DL dispatching (flutter/engine#47736 )
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 bdero@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
2023-11-08 21:49:54 +00:00
Michael Goderbauer
1ef6e99867
Remove physicalGeometry ( #138103 )
...
Looks like this was proactively added in https://github.com/flutter/engine/pull/20496 , but never wired up to anything on any platform. It is also unused in framework and customer code; we never exposed this on e.g. MediaQuery.
Related engine PR: https://github.com/flutter/engine/pull/47825
2023-11-08 21:43:59 +00:00
Camille Simon
3215c492c8
[Android] Fix FlutterTestRunner.java
deprecations ( #138093 )
...
Fixes deprecations causing unexpected standard error integration test failures: https://github.com/flutter/flutter/issues/138061 , https://github.com/flutter/flutter/issues/138063 , https://github.com/flutter/flutter/issues/138067 , https://github.com/flutter/flutter/pull/138077 .
Note that the issue this fixes was the same that was the cause for reverting https://github.com/flutter/flutter/pull/137191 . I made this same fix in https://github.com/flutter/flutter/pull/137967 and changed `Mac_android run_release_test` to run in presubmit to see a successful run for proof that this fix works.
2023-11-08 21:10:48 +00:00
Casey Hillers
04fdec2cd2
Remove fuchsia mac version ( #138101 )
...
https://github.com/flutter/flutter/issues/138087
Google testing failures are due to merge conflicts, there's no references on this file.
2023-11-08 21:06:56 +00:00
engine-flutter-autoroll
8b2e5b30a7
Roll Flutter Engine from 6dbcf8f13132 to 5306213d9d19 (4 revisions) ( #138108 )
...
6dbcf8f131...5306213d9d
2023-11-08 34871572+gmackall@users.noreply.github.com Switch to Android 14 for physical device firebase tests (flutter/engine#47016 )
2023-11-08 jonahwilliams@google.com [Impeller] remove capability to read from onscreen. (flutter/engine#47808 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from a4cce5236dcf to fb69e696dc45 (1 revision) (flutter/engine#47810 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Dart SDK from 15c286ed91ea to 14933042494d (5 revisions) (flutter/engine#47805 )
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 bdero@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
2023-11-08 20:54:06 +00:00
Flutter GitHub Bot
35ca279ce9
Marks Mac_android hot_mode_dev_cycle__benchmark to be flaky ( #138073 )
...
<!-- meta-tags: To be used by the automation script only, DO NOT MODIFY.
{
"name": "Mac_android hot_mode_dev_cycle__benchmark"
}
-->
Issue link: https://github.com/flutter/flutter/issues/138072
2023-11-08 20:24:04 +00:00
Dan Field
a3f2c7a4f8
Document additional cases ( #137957 )
...
Fixes https://github.com/flutter/flutter/issues/137924
Fixes https://github.com/flutter/flutter/issues/136885
The framework defaults to keeping the widget tree alive and ready to render regardless of application lifecycle events such as showing or hiding a view controller.
Add-to-app developers may be surprised by this, and tend to file bugs asking why `dispose` isn't called when the view is dismissed (or why memory usage is higher than expected after dismissing Flutter UI).
Adds documentation to explain the limitation and what to do instead.
/cc @zanderso @chinmaygarde @jonahwilliams @jason-simmons since we were discussing this in triage.
2023-11-08 19:10:22 +00:00
engine-flutter-autoroll
9458576f85
Roll Flutter Engine from b0310da3254d to 6dbcf8f13132 (2 revisions) ( #138100 )
...
b0310da325...6dbcf8f131
2023-11-08 43091780+utzcoz@users.noreply.github.com Use targetSdkVersion 33 for Android platform AndroidManifest.xml (flutter/engine#47683 )
2023-11-08 flar@google.com [Impeller] Add EXPECT_OBJ_NEAR macros similar to the ASSERT_OBJ_NEAR versions (flutter/engine#47795 )
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 bdero@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
2023-11-08 19:05:14 +00:00
sanni prasad
7faa6261c2
Add support for color and color blendmode in FadeInImage ( #137681 )
...
Added "color" and "colorBlendMode" props in [FadeInImage](https://api.flutter.dev/flutter/widgets/FadeInImage-class.html ) and applied it to both placeholder and the target image.
Added test to check weather both properties are applied to placeholder and the target image.
Fixes https://github.com/flutter/flutter/issues/128229
Migration is not required because I have added two optional props and have not updated any existing code. Devs may choose to use them if they have a usecase. Existing projects should not get affected.(no errors or warning)
2023-11-08 18:34:47 +00:00
engine-flutter-autoroll
4b4a1feb46
Roll Flutter Engine from 117d47aa3f88 to b0310da3254d (1 revision) ( #138096 )
...
117d47aa3f...b0310da325
2023-11-08 jonahwilliams@google.com [Impeller] null check drawable. (flutter/engine#47488 )
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 bdero@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
2023-11-08 18:16:56 +00:00
Victoria Ashworth
076846c7fe
Run a couple of iOS tests in presubmit ( #138089 )
...
Run a couple of iOS tests in presubmit to validate macOS 13 bots in the try pool are working successfully and consistently.
2023-11-08 17:57:15 +00:00
engine-flutter-autoroll
dbb79e63eb
Roll Flutter Engine from 3e3be5e33bda to 117d47aa3f88 (20 revisions) ( #138091 )
...
3e3be5e33b...117d47aa3f
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from fce71a80b0a2 to a4cce5236dcf (1 revision) (flutter/engine#47807 )
2023-11-08 chris@bracken.jp [macOS] Clean up resources in ViewController tests (flutter/engine#47792 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from f3d250126ba9 to fce71a80b0a2 (1 revision) (flutter/engine#47796 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from b4fa927468e6 to f3d250126ba9 (1 revision) (flutter/engine#47793 )
2023-11-08 flar@google.com [Impeller] Add Rect::GetNormalizingTransform to handle UV coordinate conversion (flutter/engine#47775 )
2023-11-08 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Remove Fuchsia Mac SDK from DEPS" (flutter/engine#47791 )
2023-11-08 yjbanov@google.com [web] fix clicks on merged semantic nodes (attempt #2 ) (flutter/engine#47360 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from 0f78e5f765d3 to b4fa927468e6 (1 revision) (flutter/engine#47788 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from VcFEJiUUTYwkhEAlJ... to sD8HRA4JmXczujkqO... (flutter/engine#47785 )
2023-11-08 jiahaog@users.noreply.github.com Fix narrowing conversion lint (flutter/engine#47740 )
2023-11-08 chris@bracken.jp [macOS] Bail out of tests if engine not running (flutter/engine#47771 )
2023-11-08 skia-flutter-autoroll@skia.org Roll Skia from f91d39395e85 to 0f78e5f765d3 (1 revision) (flutter/engine#47776 )
2023-11-08 chris@bracken.jp [testing] Extract StreamCapture test utility (flutter/engine#47774 )
2023-11-08 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Promote fuchsia build v2 to prod." (flutter/engine#47779 )
2023-11-08 aam@google.com Include updated locations for dart third_party components into license ignore-list. (flutter/engine#47770 )
2023-11-07 chillers@google.com Remove Fuchsia Mac SDK from DEPS (flutter/engine#47700 )
2023-11-07 skia-flutter-autoroll@skia.org Roll Skia from 030e21befbc9 to f91d39395e85 (6 revisions) (flutter/engine#47769 )
2023-11-07 chinmaygarde@google.com [Impeller] Support static thread safety analysis with condition variables. (flutter/engine#47763 )
2023-11-07 godofredoc@google.com Promote fuchsia build v2 to prod. (flutter/engine#47729 )
2023-11-07 737941+loic-sharma@users.noreply.github.com [Windows] Reduce warnings produced by unit tests (flutter/engine#47724 )
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from VcFEJiUUTYwk to sD8HRA4JmXcz
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 bdero@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
2023-11-08 17:39:59 +00:00
engine-flutter-autoroll
1bb9286cc8
Roll Packages from be18d282c5e7 to 94c762380828 (6 revisions) ( #138086 )
...
be18d282c5...94c7623808
2023-11-07 louisehsu@google.com [pointer_interceptor] Move pointer_interceptor to sub folder (flutter/packages#5291 )
2023-11-07 stuartmorgan@google.com [webview_flutter] Update iOS to Pigeon 13 (flutter/packages#5271 )
2023-11-07 katelovett@google.com [repo] Adjust error message layout for repo checks (flutter/packages#5241 )
2023-11-07 49699333+dependabot[bot]@users.noreply.github.com [in_app_pur]: Bump org.json:json from 20230618 to 20231013 in /packages/in_app_purchase/in_app_purchase/example/android/app (flutter/packages#5153 )
2023-11-07 engine-flutter-autoroll@skia.org Roll Flutter from f5a983535131 to 5a6a3224fe15 (15 revisions) (flutter/packages#5345 )
2023-11-07 15619084+vashworth@users.noreply.github.com [google_sign_in_ios] Upgrade GoogleSignIn iOS SDK to 7.0 (flutter/packages#5240 )
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
2023-11-08 15:38:12 +00:00
Kostia Sokolovskyi
ca384b84e5
Ticker should dispatch creation and disposal events. ( #137844 )
2023-11-07 21:14:09 -08:00
Christopher Fujino
89692884a1
[flutter_tools] Fix local engine preview device ( #138046 )
...
Fixes https://github.com/flutter/flutter/issues/137982
2023-11-08 01:53:22 +00:00
Dan Field
e7246898b0
Revert "Add no-shuffle to reorderable_list_test.dart" ( #137715 )
...
Reverts flutter/flutter#137698
Not needed after https://github.com/flutter/flutter/pull/137697
Must not land until after that one
2023-11-07 15:17:00 -08:00
Greg Price
801a264691
Document where Curves
curves correspond to CSS easing functions ( #137318 )
2023-11-07 15:14:53 -08:00
engine-flutter-autoroll
18812ffe25
Roll Flutter Engine from f8961d203039 to 3e3be5e33bda (1 revision) ( #138039 )
...
f8961d2030...3e3be5e33b
2023-11-07 flar@google.com [Impeller] Make IsEmpty methods on Rect and Size NaN-aware (flutter/engine#47725 )
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 bdero@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
2023-11-07 23:00:24 +00:00
auto-submit[bot]
591e10bb46
Reverts "Use no-response from cocoon." ( #138042 )
...
Reverts flutter/flutter#138037
Initiated by: godofredoc
This change reverts the following previous change:
Original Description:
Migrate no-response to the version imported in cocoon.
2023-11-07 22:46:19 +00:00
godofredoc
a68d3c3b02
Use no-response from cocoon. ( #138037 )
...
Migrate no-response to the version imported in cocoon.
2023-11-07 22:11:56 +00:00
engine-flutter-autoroll
ed89015c99
Roll Flutter Engine from 1b20752e2a63 to f8961d203039 (6 revisions) ( #138034 )
...
1b20752e2a...f8961d2030
2023-11-07 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[Impeller] Add support for specialization constants redux." (flutter/engine#47762 )
2023-11-07 30870216+gaaclarke@users.noreply.github.com [Impeller] added tests for matrices (flutter/engine#47754 )
2023-11-07 skia-flutter-autoroll@skia.org Roll Skia from 62fc1374cc5d to 030e21befbc9 (2 revisions) (flutter/engine#47756 )
2023-11-07 ychris@google.com [ios] making objective-C smart pointers support ARC (flutter/engine#47612 )
2023-11-07 zanderso@users.noreply.github.com Don't use Skia BUILD.gn files (flutter/engine#47677 )
2023-11-07 jonahwilliams@google.com [Impeller] Add support for specialization constants redux. (flutter/engine#47678 )
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 bdero@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
2023-11-07 22:06:18 +00:00
Hans Muller
84bfe64023
Added an AnimationController API doc example ( #137975 )
...
This example shows how to use `AnimationController` and
`SlideTransition` to create an animated digit like you might find on a
digital clock. New digit values slide into place from below, as the old
value slides upwards and out of view. Taps that occur while the
controller is already animating cause the controller's
`AnimationController.duration` to be reduced so that the visuals don't
fall behind.
You can try the example here:
https://dartpad.dev/?id=9553c20fe0fdb0c5447c1293e02400eb
2023-11-07 13:33:20 -08:00
Christopher Fujino
d550ba54eb
[flutter_tools] toolexit when using plugins with preview device ( #136936 )
...
Part of https://github.com/flutter/flutter/issues/130277
Without this, if a user runs an app that has plugins that call method channels with the `preview` device, the app will build successfully, however, they will get a runtime error when their dart code tries to call the method channel that does not exist in the native build (which was pre-built and thus does not include the plugin code).
This change adds a validation when injecting plugins that will tool exit if the device-id is `preview` and their project contains plugins with method channels.
2023-11-07 20:37:19 +00:00
engine-flutter-autoroll
5ebca79f76
Roll Flutter Engine from 38895fbd9468 to 1b20752e2a63 (1 revision) ( #138020 )
...
38895fbd94...1b20752e2a
2023-11-07 skia-flutter-autoroll@skia.org Roll Skia from 51b8c1cc715a to 62fc1374cc5d (1 revision) (flutter/engine#47755 )
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 bdero@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
2023-11-07 20:12:52 +00:00
engine-flutter-autoroll
8d3545328d
Roll Flutter Engine from a9e0f9514f78 to 38895fbd9468 (1 revision) ( #138016 )
...
a9e0f9514f...38895fbd94
2023-11-07 skia-flutter-autoroll@skia.org Roll Skia from 058145c1e5b5 to 51b8c1cc715a (1 revision) (flutter/engine#47752 )
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 bdero@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
2023-11-07 19:27:06 +00:00
Zachary Anderson
2e50a54128
Move Skia new_gallery_transition_perf on a02 from staging to prod ( #138013 )
...
cc @yusuf-goog
2023-11-07 19:07:00 +00:00
Qun Cheng
ed70f4e248
Adaptive Switch
( #130425 )
...
Currently, `Switch.factory` delegates to `CupertinoSwitch` when platform
is iOS or macOS. This PR is to:
* have the factory configure the Material `Switch` for the expected look
and feel.
* introduce `Adaptation` class to customize themes for the adaptive
components.
2023-11-07 10:26:23 -08:00
engine-flutter-autoroll
a76720e9f6
Roll Flutter Engine from e2810f07abb5 to a9e0f9514f78 (1 revision) ( #138005 )
...
e2810f07ab...a9e0f9514f
2023-11-07 skia-flutter-autoroll@skia.org Roll Skia from 44dc086b6623 to 058145c1e5b5 (1 revision) (flutter/engine#47749 )
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 bdero@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
2023-11-07 17:34:25 +00:00
engine-flutter-autoroll
d5ac6c46ed
Roll Flutter Engine from b91400976b4a to e2810f07abb5 (1 revision) ( #138002 )
...
b91400976b...e2810f07ab
2023-11-07 skia-flutter-autoroll@skia.org Roll Skia from 71d865c5211e to 44dc086b6623 (1 revision) (flutter/engine#47748 )
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 bdero@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
2023-11-07 16:47:09 +00:00