-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Roll Flutter from 8e2a6fc3fd2c to 59fd4f97910e (131 revisions) #8607
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
131
commits into
flutter:main
from
engine-flutter-autoroll:flutter-packages-992c50ce-ae2c-455c-bad5-2e18771c6b14-1739298814
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
…ls/gn`, don't strip by default on android (flutter/flutter#161546)
…tion in display rotation (flutter/flutter#162622)
…ing kotlin Gradle files (flutter/flutter#162628)
…at configuration time (flutter/flutter#162220)
fluttergithubbot
approved these changes
Feb 11, 2025
autosubmit label was removed for flutter/packages/8607, because - The status or check suite Linux_android android_build_all_packages_legacy 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 8e2a6fc to 59fd4f9 (131 revisions)
flutter/flutter@8e2a6fc...59fd4f9
2025-02-11 [email protected] Fix
SkiaException
->TestFailure
, add tests. (flutter/flutter#163054)2025-02-11 [email protected] [Android] fix hcpp overlay layer intersection. (flutter/flutter#163024)
2025-02-11 [email protected] [ Widget Preview ] Update generated scaffold project to include early preview rendering (flutter/flutter#162847)
2025-02-11 [email protected] [Embedder] Implement merged platform and UI thread (flutter/flutter#162944)
2025-02-11 [email protected] [Android] Remove overlay when platform views are removed from screen. (flutter/flutter#162908)
2025-02-11 [email protected] Roll Dart to 3.8.0-76.0.dev (flutter/flutter#162913)
2025-02-11 [email protected] [Android] add HCPP platform views benchmark and integration test. (flutter/flutter#163018)
2025-02-11 [email protected] Roll Skia from 8c377e8bedd2 to 5b56d9a91633 (9 revisions) (flutter/flutter#163021)
2025-02-11 [email protected] Try golden-testing on a Mokey (
bringup: true
), retry on an emulator (flutter/flutter#163029)2025-02-11 [email protected] Fix Linux keyboard support for AltGr (flutter/flutter#162495)
2025-02-11 [email protected] Update gen_keycodes output to new engine location. (flutter/flutter#162479)
2025-02-10 [email protected] [Android] add runtime flag to determine if HCPP is supported. (flutter/flutter#163004)
2025-02-10 [email protected] [iOS][Engine] Fix view removal process for AutofillContextAction.cancel (flutter/flutter#160653)
2025-02-10 [email protected] Re-land #162644: Remove
--verbose
from devicelab task executions. (flutter/flutter#163017)2025-02-10 [email protected] Include device lab version for how to run test (flutter/flutter#163010)
2025-02-10 [email protected] Change the default optimization level to
-O2
for wasm in release mode. (flutter/flutter#162917)2025-02-10 [email protected] [web] robustify safaridriver launch sequence (flutter/flutter#162919)
2025-02-10 [email protected] Return more eagerly when toggling service extensions (flutter/flutter#162774)
2025-02-10 [email protected] Fix doc reference typos (flutter/flutter#162893)
2025-02-10 [email protected] Roll Skia from 180ed4fc263d to 8c377e8bedd2 (4 revisions) (flutter/flutter#162998)
2025-02-10 [email protected] FYI matanlurey (does not require review, but probably should) on dev/test infra. (flutter/flutter#162642)
2025-02-10 [email protected] [Impeller] rrect_blur: scale max radius clamp by transform (flutter/flutter#161238)
2025-02-10 [email protected] Remove the redirects from src/build_overrides to src/flutter/build_overrides (flutter/flutter#162553)
2025-02-10 [email protected] Improved error message when PageController is not attached to PageView (flutter/flutter#162422)
2025-02-10 [email protected] Add experimental hot reload flag support to flutter tools (flutter/flutter#162889)
2025-02-10 [email protected] [flutter_tools] remove SkSL bundling and dump skp on compilation. (flutter/flutter#162849)
2025-02-10 [email protected] Add additional information to DeviceLab readme for running DeviceLab tests locally (flutter/flutter#160243)
2025-02-10 [email protected] Roll Skia from 22f96cc60dec to 180ed4fc263d (2 revisions) (flutter/flutter#162974)
2025-02-10 [email protected] Drop link to engine.version which is no longer checked in. (flutter/flutter#162497)
2025-02-09 [email protected] Roll Skia from a8f4bcc62532 to 22f96cc60dec (1 revision) (flutter/flutter#162946)
2025-02-08 [email protected] Roll Skia from 8e83e49cba3a to a8f4bcc62532 (3 revisions) (flutter/flutter#162943)
2025-02-08 [email protected] Roll Skia from d25aea76dbc7 to 8e83e49cba3a (27 revisions) (flutter/flutter#162911)
2025-02-08 [email protected] [Android] Make PVC1 and PVC2 share a platform view registry. (flutter/flutter#162857)
2025-02-08 [email protected] Revert the
preview-device
feature, tests, and code that only existed for it. (flutter/flutter#162835)2025-02-08 [email protected] Lower minimum java file count to 1. (flutter/flutter#162915)
2025-02-07 [email protected] Make sure to opt hcpp tests into using hcpp (flutter/flutter#162906)
2025-02-07 [email protected] Add team-ios label to relevant PRs (flutter/flutter#162491)
2025-02-07 [email protected] [Android] Add missing API level check for hcpp (flutter/flutter#162901)
2025-02-07 [email protected] Delete un-tested
hybrid_android_views
, add layering toandroid_engine_test
. (flutter/flutter#162903)2025-02-07 [email protected] Remove
android_verified_input
, it was never added to CI and does not run locally. (flutter/flutter#162895)2025-02-07 [email protected] [Android] fix hcpp gestures. (flutter/flutter#162859)
2025-02-07 [email protected] [raw_menu_anchor.0.dart] Remove misdrawn emojis. (flutter/flutter#162807)
2025-02-07 [email protected] Start removing unsound null safety from the web SDK tools. (flutter/flutter#162850)
2025-02-07 [email protected] Enable
*_module_test_ios
tests that are skipped on presubmit. (flutter/flutter#162892)2025-02-07 [email protected] Fix Status Bar Icon Brightness (flutter/flutter#162297)
2025-02-07 [email protected] Support CupertinoSliverNavigationBar.search with condensed large title (flutter/flutter#159120)
...