-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Manual roll Flutter from 29a6c648ca4d to 9467677fef47 (159 revisions) #8389
Open
engine-flutter-autoroll
wants to merge
159
commits into
flutter:main
Choose a base branch
from
engine-flutter-autoroll:flutter-packages-364d2fd4-3f2c-4c39-a113-57f444be313b-1736287426
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…and some refactors to do so (flutter/flutter#160984)
… `main` or `master`. (flutter/flutter#161187)
engine-flutter-autoroll
added
the
autosubmit
Merge PR when tree becomes green via auto submit App
label
Jan 7, 2025
fluttergithubbot
approved these changes
Jan 7, 2025
auto-submit
bot
removed
the
autosubmit
Merge PR when tree becomes green via auto submit App
label
Jan 7, 2025
auto label is removed for flutter/packages/8389, due to - The status or check suite Linux_android android_platform_tests_shard_6 master has failed. Please fix the issues identified (or deflake) before re-applying this label. |
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.
Manual roll Flutter from 29a6c648ca4d to 9467677fef47 (159 revisions)
Manual roll requested by [email protected]
flutter/flutter@29a6c64...9467677
2025-01-07 [email protected] Change timing of
onSurfaceDestroyed
to matchonSurfaceCleanup
(flutter/flutter#161252)2025-01-07 [email protected] Move validation logic for
.ci.yaml
toflutter/flutter
. (flutter/flutter#161249)2025-01-07 [email protected] Extract analyze test expectations from test fixture (flutter/flutter#161108)
2025-01-07 [email protected] Roll Packages from 07ae98c to 3fc6b7a (3 revisions) (flutter/flutter#161244)
2025-01-07 [email protected] [SwiftPM] Add separate feature flag for the app migration (flutter/flutter#158897)
2025-01-07 [email protected] [Impeller] Update README on preview status on Android. (flutter/flutter#161253)
2025-01-07 [email protected] Stamp golden files to verify engine Skia Gold is WAI. (flutter/flutter#161240)
2025-01-07 [email protected] Fix broken link to Hot Reload gif in README (flutter/flutter#161113)
2025-01-07 [email protected] Fold
_FlutterTestRunnerImpl
intoFlutterTestRunner
. (flutter/flutter#161188)2025-01-07 [email protected] [Android] Add
.cxx
directories to app template.gitignore
(flutter/flutter#161069)2025-01-07 [email protected] Improve Plugins That Reference V1 Embedding Error Message (flutter/flutter#160890)
2025-01-07 [email protected] Update PopInvokedCallback Deprecated message (flutter/flutter#160324)
2025-01-07 [email protected] Mark platform_channel_sample_test_macos unflaky (flutter/flutter#160989)
2025-01-07 [email protected] Migrate engine labeler to top level (flutter/flutter#161212)
2025-01-07 [email protected] Mark analyzer_benchmark unflaky (flutter/flutter#160991)
2025-01-07 [email protected] use uuid from package:uuid instead of from package:usage (flutter/flutter#161102)
2025-01-07 [email protected] Scale any clip path by 1 / DPR. (flutter/flutter#161190)
2025-01-07 [email protected] Remove
verbose: true
fromcanvas_test.dart
. (flutter/flutter#161211)2025-01-07 [email protected] Set java 11 as expected java version in all templates (flutter/flutter#160349)
2025-01-07 [email protected] Use
flutter
repo for engine golds instead offlutter-engine
. (flutter/flutter#160556)2025-01-07 [email protected] [Engine] Make
SkiaGoldClient
a NOP when the branch is notmain
ormaster
. (flutter/flutter#161187)2025-01-07 [email protected] Rename
shellPath
toflutterTesterBinPath
. (flutter/flutter#161189)2025-01-07 [email protected] [Impeller] dont generate final 1x1 mip level to work around Adreno GPU bug (flutter/flutter#161192)
2025-01-07 [email protected]
TestCompiler
emits why an error occurred, if applicable, and some refactors to do so (flutter/flutter#160984)2025-01-07 [email protected] Updated eglConfigChoose error message and error clause. (flutter/flutter#161178)
2025-01-06 [email protected] Update golden canary (flutter/flutter#161183)
2025-01-06 [email protected] Remove now-unnecessary command
felt analyze
. (flutter/flutter#160986)2025-01-06 [email protected] Mark flavors_test_macos unflaky (flutter/flutter#160990)
2025-01-06 [email protected] Update GitHub URL for failing android_semantics_integration_test bringup (flutter/flutter#160993)
2025-01-06 [email protected] Mark firebase_release_smoke_test unflaky (flutter/flutter#161006)
2025-01-06 [email protected] Update Create Pull Request GitHub workflow reviewers (flutter/flutter#161005)
2025-01-06 [email protected] [Impeller] protect onscreen cmd buffer with render ready semaphore. (flutter/flutter#161140)
2025-01-06 [email protected] Update
flutter_template_images
to5.0.0
. (flutter/flutter#161105)2025-01-06 [email protected] update repo to be forward compatible with shelf_web_socket v3.0 (flutter/flutter#161101)
2025-01-06 [email protected] Roll Packages from eb73582 to 07ae98c (29 revisions) (flutter/flutter#161174)
2025-01-06 [email protected] Remove the word normalized, remove minimum/maximum. (flutter/flutter#161106)
2025-01-06 [email protected] Add
SurfaceProducer.onSurfaceCleanup
, deprecateonSurfaceDestroyed
. (flutter/flutter#160937)2025-01-06 [email protected] rev to the latest dart-lang/http and remove older http_multi_server refs (flutter/flutter#161067)
2025-01-06 [email protected] Omit hardcoded
--packages=.dart_tool/package_config.json
. (flutter/flutter#160982)2025-01-06 [email protected] [native_assets] Filter hook environment (flutter/flutter#161084)
2025-01-04 [email protected] Use the in-tree engine by default when using
--local-engine
or--local-web-sdk
(flutter/flutter#161110)2025-01-03 [email protected] Bump characters, collection, meta (flutter/flutter#161066)
2025-01-02 [email protected] [native assets] Roll dependencies (flutter/flutter#160672)
2024-12-31 [email protected] Manual pub bump (flutter/flutter#160985)
...