-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Roll Flutter from 8e2a6fc3fd2c to 94cd4b14c979 (128 revisions) #8604
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
Conversation
…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)
autosubmit label was removed for flutter/packages/8604, 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. |
autosubmit label was removed for flutter/packages/8604, because - The status or check suite Mac_arm64 macos_platform_tests master - packages has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
Commit queue failed; closing this roll. |
Roll Flutter from 8e2a6fc to 94cd4b1 (128 revisions)
flutter/flutter@8e2a6fc...94cd4b1
2025-02-11 matej.knopp@gmail.com [Embedder] Implement merged platform and UI thread (flutter/flutter#162944)
2025-02-11 jonahwilliams@google.com [Android] Remove overlay when platform views are removed from screen. (flutter/flutter#162908)
2025-02-11 jason-simmons@users.noreply.github.com Roll Dart to 3.8.0-76.0.dev (flutter/flutter#162913)
2025-02-11 jonahwilliams@google.com [Android] add HCPP platform views benchmark and integration test. (flutter/flutter#163018)
2025-02-11 engine-flutter-autoroll@skia.org Roll Skia from 8c377e8bedd2 to 5b56d9a91633 (9 revisions) (flutter/flutter#163021)
2025-02-11 matanlurey@users.noreply.github.com Try golden-testing on a Mokey (
bringup: true
), retry on an emulator (flutter/flutter#163029)2025-02-11 robert.ancell@canonical.com Fix Linux keyboard support for AltGr (flutter/flutter#162495)
2025-02-11 robert.ancell@canonical.com Update gen_keycodes output to new engine location. (flutter/flutter#162479)
2025-02-10 jonahwilliams@google.com [Android] add runtime flag to determine if HCPP is supported. (flutter/flutter#163004)
2025-02-10 koji.wakamiya@gmail.com [iOS][Engine] Fix view removal process for AutofillContextAction.cancel (flutter/flutter#160653)
2025-02-10 matanlurey@users.noreply.github.com Re-land #162644: Remove
--verbose
from devicelab task executions. (flutter/flutter#163017)2025-02-10 reidbaker@google.com Include device lab version for how to run test (flutter/flutter#163010)
2025-02-10 jacksongardner@google.com Change the default optimization level to
-O2
for wasm in release mode. (flutter/flutter#162917)2025-02-10 yjbanov@google.com [web] robustify safaridriver launch sequence (flutter/flutter#162919)
2025-02-10 jakemac@google.com Return more eagerly when toggling service extensions (flutter/flutter#162774)
2025-02-10 goderbauer@google.com Fix doc reference typos (flutter/flutter#162893)
2025-02-10 engine-flutter-autoroll@skia.org Roll Skia from 180ed4fc263d to 8c377e8bedd2 (4 revisions) (flutter/flutter#162998)
2025-02-10 matanlurey@users.noreply.github.com FYI matanlurey (does not require review, but probably should) on dev/test infra. (flutter/flutter#162642)
2025-02-10 30870216+gaaclarke@users.noreply.github.com [Impeller] rrect_blur: scale max radius clamp by transform (flutter/flutter#161238)
2025-02-10 jason-simmons@users.noreply.github.com Remove the redirects from src/build_overrides to src/flutter/build_overrides (flutter/flutter#162553)
2025-02-10 ikhotin@mail.ru Improved error message when PageController is not attached to PageView (flutter/flutter#162422)
2025-02-10 biggs0125@gmail.com Add experimental hot reload flag support to flutter tools (flutter/flutter#162889)
2025-02-10 jonahwilliams@google.com [flutter_tools] remove SkSL bundling and dump skp on compilation. (flutter/flutter#162849)
2025-02-10 harri35@gmail.com Add additional information to DeviceLab readme for running DeviceLab tests locally (flutter/flutter#160243)
2025-02-10 engine-flutter-autoroll@skia.org Roll Skia from 22f96cc60dec to 180ed4fc263d (2 revisions) (flutter/flutter#162974)
2025-02-10 robert.ancell@canonical.com Drop link to engine.version which is no longer checked in. (flutter/flutter#162497)
2025-02-09 engine-flutter-autoroll@skia.org Roll Skia from a8f4bcc62532 to 22f96cc60dec (1 revision) (flutter/flutter#162946)
2025-02-08 engine-flutter-autoroll@skia.org Roll Skia from 8e83e49cba3a to a8f4bcc62532 (3 revisions) (flutter/flutter#162943)
2025-02-08 engine-flutter-autoroll@skia.org Roll Skia from d25aea76dbc7 to 8e83e49cba3a (27 revisions) (flutter/flutter#162911)
2025-02-08 jonahwilliams@google.com [Android] Make PVC1 and PVC2 share a platform view registry. (flutter/flutter#162857)
2025-02-08 matanlurey@users.noreply.github.com Revert the
preview-device
feature, tests, and code that only existed for it. (flutter/flutter#162835)2025-02-08 jonahwilliams@google.com Lower minimum java file count to 1. (flutter/flutter#162915)
2025-02-07 jonahwilliams@google.com Make sure to opt hcpp tests into using hcpp (flutter/flutter#162906)
2025-02-07 magder@google.com Add team-ios label to relevant PRs (flutter/flutter#162491)
2025-02-07 jonahwilliams@google.com [Android] Add missing API level check for hcpp (flutter/flutter#162901)
2025-02-07 matanlurey@users.noreply.github.com Delete un-tested
hybrid_android_views
, add layering toandroid_engine_test
. (flutter/flutter#162903)2025-02-07 matanlurey@users.noreply.github.com Remove
android_verified_input
, it was never added to CI and does not run locally. (flutter/flutter#162895)2025-02-07 jonahwilliams@google.com [Android] fix hcpp gestures. (flutter/flutter#162859)
2025-02-07 59215665+davidhicks980@users.noreply.github.com [raw_menu_anchor.0.dart] Remove misdrawn emojis. (flutter/flutter#162807)
2025-02-07 matanlurey@users.noreply.github.com Start removing unsound null safety from the web SDK tools. (flutter/flutter#162850)
2025-02-07 matanlurey@users.noreply.github.com Enable
*_module_test_ios
tests that are skipped on presubmit. (flutter/flutter#162892)2025-02-07 jessiewong401@gmail.com Fix Status Bar Icon Brightness (flutter/flutter#162297)
2025-02-07 victorsanniay@gmail.com Support CupertinoSliverNavigationBar.search with condensed large title (flutter/flutter#159120)
2025-02-07 mdebbar@google.com [web] Move frame_reference.dart to the html/ folder (flutter/flutter#162608)
2025-02-07 engine-flutter-autoroll@skia.org Roll Skia from 4bdf90faf708 to d25aea76dbc7 (38 revisions) (flutter/flutter#162746)
2025-02-07 engine-flutter-autoroll@skia.org Roll Packages from e6ce02c to 625023a (4 revisions) (flutter/flutter#162878)
...