-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Roll Flutter from e8f34a9eea90 to 5365993ff52e (79 revisions) #8653
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
…get preview environment (flutter/flutter#163154)
…DC library bundle format (flutter/flutter#163338)
autosubmit label was removed for flutter/packages/8653, because - The status or check suite Linux dart_unit_test_shard_1 master has failed. Please fix the issues identified (or deflake) before re-applying this label. |
autosubmit label was removed for flutter/packages/8653, because - The status or check suite Linux_android custom_package_tests master has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
autosubmit label was removed for flutter/packages/8653, because - The status or check suite Linux_android custom_package_tests master has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
Commit queue failed; closing this roll. |
Roll Flutter from e8f34a9 to 5365993 (79 revisions)
flutter/flutter@e8f34a9...5365993
2025-02-18 [email protected] Replace hard coded numbers with mouse button defines (flutter/flutter#163503)
2025-02-18 [email protected] Roll Skia from 9147a9654043 to 6da10829d017 (1 revision) (flutter/flutter#163531)
2025-02-18 [email protected] Roll Skia from 92aaa4e20ea7 to 9147a9654043 (2 revisions) (flutter/flutter#163512)
2025-02-17 [email protected] Roll Skia from 71a160edc9d9 to 92aaa4e20ea7 (1 revision) (flutter/flutter#163488)
2025-02-17 [email protected] Roll Packages from 625023a to 8542af3 (21 revisions) (flutter/flutter#163484)
2025-02-17 [email protected] Roll Skia from 7e3129d5db11 to 71a160edc9d9 (1 revision) (flutter/flutter#163459)
2025-02-17 [email protected] Roll Skia from 40ce5ef20d22 to 7e3129d5db11 (1 revision) (flutter/flutter#163451)
2025-02-16 [email protected] Roll Skia from bb166c85957b to 40ce5ef20d22 (1 revision) (flutter/flutter#163403)
2025-02-15 [email protected] Roll Skia from ff94581f1f8a to bb166c85957b (1 revision) (flutter/flutter#163381)
2025-02-15 [email protected] Move DWDS initialization into the onLoadEndCallback for the DDC library bundle format (flutter/flutter#163338)
2025-02-14 [email protected] [canvaskit] Handle MakeGrContext returning null (flutter/flutter#163332)
2025-02-14 [email protected] Roll Skia from 13a3b6f34ee8 to ff94581f1f8a (1 revision) (flutter/flutter#163347)
2025-02-14 [email protected] Fix failing chrome_dev_mode tests (flutter/flutter#163346)
2025-02-14 [email protected] Adds all semantics roles (flutter/flutter#163075)
2025-02-14 [email protected] Roll Skia from 20924303cc25 to 13a3b6f34ee8 (1 revision) (flutter/flutter#163336)
2025-02-14 [email protected] [ Widget Preview ] Add experimental support for web-based widget preview environment (flutter/flutter#163154)
2025-02-14 [email protected] [Impeller] don't use glFramebufferBlit for onscreen restore. (flutter/flutter#163327)
2025-02-14 [email protected] Align web terminal messages with the VM (flutter/flutter#163268)
2025-02-14 [email protected] Manually roll customer_testing to enable rfw tests (flutter/flutter#163030)
2025-02-14 [email protected] Refactor SliverMainAxisGroup for reverse mode. (flutter/flutter#161849)
2025-02-14 [email protected] Tweaked TextContents math to avoid floating point errors (flutter/flutter#162480)
2025-02-14 [email protected] [release] Update cherry-pick CHANGELOG requirements (flutter/flutter#163318)
2025-02-14 [email protected] Roll Skia from 85722a1db585 to 20924303cc25 (2 revisions) (flutter/flutter#163293)
2025-02-14 [email protected] Roll Skia from 5a38d23ee247 to 85722a1db585 (1 revision) (flutter/flutter#163286)
2025-02-14 [email protected] Add
.flutter-plugins-dependencies
toFlutterBuildSystem
; update logic, add tests. (flutter/flutter#163278)2025-02-14 [email protected] Add table related semantics role (flutter/flutter#162339)
2025-02-14 [email protected] [Impeller] Call glDebugMessageControlKHR only if the KHR_debug extension is available (flutter/flutter#163273)
2025-02-14 [email protected] Roll Skia from 748415976ad1 to 5a38d23ee247 (3 revisions) (flutter/flutter#163271)
2025-02-14 [email protected] [canvaskit] Use
transferToImageBitmap
instead ofcreateImageBitmap
(flutter/flutter#163175)2025-02-14 [email protected] [skwasm] Use
transferToImageBitmap
instead ofcreateImageBitmap
(flutter/flutter#163251)2025-02-13 [email protected] Show 'started' messages, explain how to debug hangs in the Android JUnit tests (flutter/flutter#163242)
2025-02-13 [email protected] Roll Skia from 0f2500a715c3 to 748415976ad1 (10 revisions) (flutter/flutter#163256)
2025-02-13 [email protected] Remove the unused
non_nullable
integration test suite. (flutter/flutter#163246)2025-02-13 [email protected] docs(ListTile): update documentation for the contentPadding property (flutter/flutter#163147)
2025-02-13 [email protected] Turned on ImageFilter.compose for web CupertinoDesktopTextSelectionToolbar (flutter/flutter#163229)
2025-02-13 [email protected] convert
resolve_dependencies.gradle
toresolve_dependencies.gradle.kts
(flutter/flutter#159399)2025-02-13 [email protected] [Impeller] disable Vulkan on known bad exynos SoCs. (flutter/flutter#163236)
2025-02-13 [email protected] fix the issue that can't set app bar traversal order for flexible space (flutter/flutter#162910)
2025-02-13 [email protected] [web] Cleanup everything HTML from the flutter tool and test harness (flutter/flutter#162836)
2025-02-13 [email protected] [web] Cleanup everything HTML from the framework (flutter/flutter#162837)
2025-02-13 [email protected] Roll pub packages (flutter/flutter#163252)
2025-02-13 [email protected] remove frame policy benchmark. (flutter/flutter#163245)
2025-02-13 [email protected] [Impeller] Ensure that texture coordinate coverage and gradient color source sizes used by DrawVertices are nonempty (flutter/flutter#163177)
2025-02-13 [email protected] Add gradle lockfiles for display_cutout_rotation (flutter/flutter#163241)
2025-02-13 [email protected] Backfill subpixel unit tests (flutter/flutter#162710)
2025-02-13 [email protected] Remove android 34 redundant emulator tests (flutter/flutter#163227)
...