-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Roll Flutter from 37beffe2a98b to 9f2339173320 (49 revisions) #2770
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
49
commits into
flutter:main
from
engine-flutter-autoroll:flutter-packages-c3a671eb-1d55-4689-92d2-cd240d25619c-1667403865
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
…n debug mode, and page being blank in release mode, caused by LeaderLayer addToScene bug (flutter/flutter#113998)
…est errors, and add verifications to ensure such problem does not exist in the future (flutter/flutter#113830)
…put directory for web (flutter/flutter#113076)
fluttergithubbot
approved these changes
Nov 2, 2022
Contributor
|
auto label is removed for flutter/packages, pr: 2770, due to - The status or check suite analyze CHANNEL:master has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
Contributor
Author
|
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 37beffe to 9f23391 (49 revisions)
flutter/flutter@37beffe...9f23391
2022-11-02 110993981+htoor3@users.noreply.github.com [web] Changes to web keyboard selection shortcuts for more consistent behavior (flutter/flutter#114264)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from f5eb26e3f763 to fed311918037 (2 revisions) (flutter/flutter#114501)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from 9ef5c9b0107b to f5eb26e3f763 (1 revision) (flutter/flutter#114494)
2022-11-02 darrenaustin@google.com Add Material 3 support for BottomAppBar (reland #106525) (flutter/flutter#114439)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from 03d5b933164c to 9ef5c9b0107b (2 revisions) (flutter/flutter#114492)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from 9a741295e793 to 03d5b933164c (1 revision) (flutter/flutter#114489)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from f9abfc5964c9 to 9a741295e793 (2 revisions) (flutter/flutter#114487)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from 32faadb330fc to f9abfc5964c9 (1 revision) (flutter/flutter#114480)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from c05c8a8834ca to 32faadb330fc (2 revisions) (flutter/flutter#114479)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from 85c23bc12c56 to c05c8a8834ca (1 revision) (flutter/flutter#114476)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from 81f5c30b23f3 to 85c23bc12c56 (3 revisions) (flutter/flutter#114471)
2022-11-02 tessertaha@gmail.com Add Material 3 support for
Slider- Part 1 (flutter/flutter#114079)2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from e95a7ae83097 to 81f5c30b23f3 (6 revisions) (flutter/flutter#114464)
2022-11-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from f4da34f1f6a8 to e95a7ae83097 (1 revision) (flutter/flutter#114453)
2022-11-01 42216813+eliasyishak@users.noreply.github.com [flutter_tools] Introducing arg option for specifying the output directory for web (flutter/flutter#113076)
2022-11-01 5236035+fzyzcjy@users.noreply.github.com Fix bug that
timeDilationis not reset, causing subsequent test errors, and add verifications to ensure such problem does not exist in the future (flutter/flutter#113830)2022-11-01 5236035+fzyzcjy@users.noreply.github.com Fix
addToScenedocumentation (flutter/flutter#113987)2022-11-01 5236035+fzyzcjy@users.noreply.github.com Introduce debugWithActiveLayoutCleared to avoid duplicated code (flutter/flutter#114003)
2022-11-01 5236035+fzyzcjy@users.noreply.github.com
Layer ... was previously used as oldLayerassertion error in debug mode, and page being blank in release mode, caused by LeaderLayer addToScene bug (flutter/flutter#113998)2022-11-01 tessertaha@gmail.com Add Material 3 Popup Menu example and update existing example (flutter/flutter#114228)
2022-11-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from c1e1a089fa16 to f4da34f1f6a8 (4 revisions) (flutter/flutter#114449)
2022-11-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from a98c82a5e583 to c1e1a089fa16 (4 revisions) (flutter/flutter#114444)
2022-11-01 jmccandless@google.com Handle dragging improvements (flutter/flutter#114042)
2022-11-01 47866232+chunhtai@users.noreply.github.com Revert "Overlay always applies clip (#113770)" (flutter/flutter#114442)
2022-11-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from e013908440cd to a98c82a5e583 (1 revision) (flutter/flutter#114438)
2022-11-01 jmccandless@google.com Use hintText's TextStyle overflow (flutter/flutter#114378)
2022-11-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from 31a21c75d016 to e013908440cd (1 revision) (flutter/flutter#114430)
2022-11-01 54558023+keyonghan@users.noreply.github.com Mark
Linux_android new_gallery__transition_perfflaky (flutter/flutter#114429)2022-11-01 engine-flutter-autoroll@skia.org Roll Plugins from 91d7fe5 to 5c11747 (7 revisions) (flutter/flutter#114427)
2022-11-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from 78ca5609d1cb to 31a21c75d016 (1 revision) (flutter/flutter#114426)
2022-11-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from f721db653dd1 to 78ca5609d1cb (2 revisions) (flutter/flutter#114396)
2022-11-01 zanderso@users.noreply.github.com Revert "Add Material 3 support for BottomAppBar" (flutter/flutter#114421)
2022-11-01 talatelbeick@gmail.com Add Material 3 support for BottomAppBar (flutter/flutter#106525)
2022-11-01 5236035+fzyzcjy@users.noreply.github.com Minor code cleanup: remove redundant return (flutter/flutter#114290)
2022-11-01 github@alexv525.com 🎨 Improve exceptions thrown by asset bundle (flutter/flutter#114313)
2022-11-01 darrenaustin@google.com Added token files for badges and lists. (flutter/flutter#114382)
2022-11-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from 034a2da497d9 to f721db653dd1 (1 revision) (flutter/flutter#114389)
2022-11-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from c16e2c08724c to 034a2da497d9 (2 revisions) (flutter/flutter#114387)
2022-10-31 gspencergoog@users.noreply.github.com Add
maybeOffor all the cases whereofreturns nullable. (flutter/flutter#114120)2022-10-31 engine-flutter-autoroll@skia.org Roll Flutter Engine from 1a8ba7c5521a to c16e2c08724c (1 revision) (flutter/flutter#114379)
2022-10-31 engine-flutter-autoroll@skia.org Roll Flutter Engine from 96c0353790a2 to 1a8ba7c5521a (1 revision) (flutter/flutter#114375)
2022-10-31 engine-flutter-autoroll@skia.org Roll Flutter Engine from ef45b5ac5b4b to 96c0353790a2 (2 revisions) (flutter/flutter#114372)
2022-10-31 engine-flutter-autoroll@skia.org Roll Flutter Engine from 9ba3de8f078d to ef45b5ac5b4b (1 revision) (flutter/flutter#114370)
2022-10-31 engine-flutter-autoroll@skia.org Roll Flutter Engine from ef4acbfe67ac to 9ba3de8f078d (1 revision) (flutter/flutter#114368)
2022-10-31 engine-flutter-autoroll@skia.org Roll Flutter Engine from e432d6fc3a9b to ef4acbfe67ac (2 revisions) (flutter/flutter#114367)
2022-10-31 garyq@google.com Delete flutter_migrate code (flutter/flutter#114253)
...