-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Roll Flutter from 892f9c13a2bb to 1cd3ab16ca1c (104 revisions) #8626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
engine-flutter-autoroll
wants to merge
104
commits into
flutter:main
from
engine-flutter-autoroll:flutter-packages-dc59c963-6bfd-4159-9e39-eccb5acb5298-1739470789
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… does not run locally. (flutter/flutter#162895)
…roid_engine_test`. (flutter/flutter#162903)
…y existed for it. (flutter/flutter#162835)
…viceLab tests locally (flutter/flutter#160243)
… on dev/test infra. (flutter/flutter#162642)
fluttergithubbot
approved these changes
Feb 13, 2025
autosubmit label was removed for flutter/packages/8626, because - The status or check suite Linux_android android_platform_tests_shard_3 master has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Commit queue failed; closing this roll. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Roll Flutter from 892f9c1 to 1cd3ab1 (104 revisions)
flutter/flutter@892f9c1...1cd3ab1
2025-02-13 jonahwilliams@google.com [android] correct API availibility checks for hcpp. (flutter/flutter#163226)
2025-02-13 matanlurey@users.noreply.github.com Enable
goldenFileComparator
fix for on-device integration tests. (flutter/flutter#163157)2025-02-13 bruno.leroux@gmail.com Fix DropdownMenu default width does not take label into account (flutter/flutter#161219)
2025-02-13 tessertaha@gmail.com Fix buttons with icons ignore provided
foregroundColor
(flutter/flutter#162880)2025-02-13 engine-flutter-autoroll@skia.org Roll Skia from e33acc721e57 to 0f2500a715c3 (2 revisions) (flutter/flutter#163187)
2025-02-13 120297255+PurplePolyhedron@users.noreply.github.com fix
DropdownMenu
crashes when provided menuStyle with small maximumSize (flutter/flutter#162380)2025-02-13 engine-flutter-autoroll@skia.org Roll Skia from a6de5c85d540 to e33acc721e57 (1 revision) (flutter/flutter#163176)
2025-02-13 robert.ancell@canonical.com Move FlTextInputHandler from FlView (flutter/flutter#162131)
2025-02-13 jonahwilliams@google.com [flutter_tools] remove SkSL target for iOS builds. (flutter/flutter#163144)
2025-02-13 jonahwilliams@google.com [Android] add missing null check to java object for hcpp mode. (flutter/flutter#163165)
2025-02-13 matanlurey@users.noreply.github.com Opt-out of
--explicit-package-dependencies
forflutter_gen_test
. (flutter/flutter#163174)2025-02-13 bruno.leroux@gmail.com Fix DropdownButtonFormField padding when ButtonTheme.alignedDropdown is true (flutter/flutter#162810)
2025-02-12 matanlurey@users.noreply.github.com Forward fix
package:flutter_gen
removal inresident_runner_test.dart
(flutter/flutter#163170)2025-02-12 magder@google.com Update iOS / macOS triage links (flutter/flutter#163171)
2025-02-12 engine-flutter-autoroll@skia.org Roll Skia from f31c733c86c4 to a6de5c85d540 (14 revisions) (flutter/flutter#163164)
2025-02-12 37028599+EArminjon@users.noreply.github.com feat: removeRoute now call didComplete (flutter/flutter#157725)
2025-02-12 flar@google.com Increase timeout for Windows build_android_host_app_with_module_aar (flutter/flutter#163161)
2025-02-12 goderbauer@google.com Update TESTOWNERS (flutter/flutter#163162)
2025-02-12 matanlurey@users.noreply.github.com Remove
synthetic
package qualifier forflutter: generate:
error. (flutter/flutter#163145)2025-02-12 matanlurey@users.noreply.github.com Finish removing
null-safety
mode, checks, and reporting. (flutter/flutter#163153)2025-02-12 rmolivares@renzo-olivares.dev Update
Theme
documentation withCupertino
details (flutter/flutter#161980)2025-02-12 jonahwilliams@google.com [Android] increment shared_ptr for jni impl. (flutter/flutter#163152)
2025-02-12 magder@google.com Revert "Marks Mac_benchmark flutter_gallery_macos__compile to be flaky" (flutter/flutter#162039)
2025-02-12 reidbaker@google.com Trigger display_cutout_rotation flutter driver test in ci. (flutter/flutter#162641)
2025-02-12 34871572+gmackall@users.noreply.github.com Convert dependency version checker to Kotlin source (flutter/flutter#162771)
2025-02-12 jessy.yameogo@gmail.com explicitly set packageConfigPath for strategy providers (flutter/flutter#163080)
2025-02-12 jason-simmons@users.noreply.github.com [Impeller] In Paint::CreateContents, do not set a color source size if the size is empty (flutter/flutter#163099)
2025-02-12 1961493+harryterkelsen@users.noreply.github.com [canvaskit] Add configuration option to force multi-Surface rendering (flutter/flutter#163087)
2025-02-12 matej.knopp@gmail.com [Embedder] Detect and ignore stale task runner tasks (flutter/flutter#163129)
2025-02-12 dkwingsmt@users.noreply.github.com [Impeller] Add RoundSuperellipse class, containment check and stroking (flutter/flutter#162826)
2025-02-12 mohellebiabdessalem@gmail.com update
mostRecentSemanticVersion
to handle strings like "8.6-rc-2" (flutter/flutter#158020)2025-02-12 jonahwilliams@google.com [android] speculative fix for hcpp crashes. (flutter/flutter#163108)
2025-02-12 matanlurey@users.noreply.github.com Make developing
flutter_tools
nicer: Usefail
instead ofthrow StateError
. (flutter/flutter#163094)2025-02-12 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Roll Skia from f31c733c86c4 to 25937c31f153 (2 revisions) (#163127)" (flutter/flutter#163133)
2025-02-12 engine-flutter-autoroll@skia.org Roll Skia from f31c733c86c4 to 25937c31f153 (2 revisions) (flutter/flutter#163127)
2025-02-12 jonnywang@google.com Update .ci.yaml to support Fuchsia cherrypick branches (flutter/flutter#163000)
2025-02-12 engine-flutter-autoroll@skia.org Roll Skia from 6f17f2ebb2e5 to f31c733c86c4 (1 revision) (flutter/flutter#163112)
2025-02-12 engine-flutter-autoroll@skia.org Roll Skia from a9dbb2479c26 to 6f17f2ebb2e5 (2 revisions) (flutter/flutter#163109)
2025-02-12 jonahwilliams@google.com [devicelab] dont strip symbols in platform views layout test. (flutter/flutter#163101)
2025-02-12 jonahwilliams@google.com [Impeller] mirror tile mode requires highp for Adreno. (flutter/flutter#163066)
2025-02-12 engine-flutter-autoroll@skia.org Roll Skia from 5b56d9a91633 to a9dbb2479c26 (6 revisions) (flutter/flutter#163100)
2025-02-12 engine-flutter-autoroll@skia.org Roll Dart SDK from d9d7f103b6b7 to fcef25f18e4d (3 revisions) (flutter/flutter#163098)
2025-02-12 matanlurey@users.noreply.github.com Generate a correct
.flutter-plugin-dependencies
file for iOS/macOS projects (flutter/flutter#162834)2025-02-12 matanlurey@users.noreply.github.com Remove unsound artifacts, remove
*Sound
qualifier. (flutter/flutter#163015)2025-02-12 chinmaygarde@google.com [Impeller] libImpeller: Add support for Metal and Vulkan rendering. (flutter/flutter#161547)
2025-02-11 fluttergithubbot@gmail.com Marks Mac_benchmark basic_material_app_macos__compile to be flaky (flutter/flutter#162365)
...