-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Revert "[url_launcher] fix: Link widget Tab traversal" #9980
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
This reverts commit 2d651b2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request reverts a previous change that introduced a MergeSemantics
widget to the web Link
widget. According to the description, the original change broke the build tree. The changes in this PR correctly remove the feature, its associated integration test, the version bump in pubspec.yaml
, and the corresponding CHANGELOG.md
entry. The revert appears to be complete and correct.
Detected the If you add the The "Merge" button is also unlocked. To bypass presubmits as well as the tree status, press the GitHub "Add to Merge Queue". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
flutter/packages@2d651b2...03598e7 2025-09-10 [email protected] [url_launcher] Temporarily restore Android 21 support (flutter/packages#9986) 2025-09-10 [email protected] Roll Flutter from 973320c to a082096 (17 revisions) (flutter/packages#9983) 2025-09-09 [email protected] [various] Scrub pre-Android-API <24 code (flutter/packages#9851) 2025-09-09 [email protected] [google_sign_in] Add a platform interface method to clear auth tokens (flutter/packages#9929) 2025-09-09 [email protected] Revert "[url_launcher] fix: Link widget Tab traversal" (flutter/packages#9980) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…r#175185) flutter/packages@2d651b2...03598e7 2025-09-10 [email protected] [url_launcher] Temporarily restore Android 21 support (flutter/packages#9986) 2025-09-10 [email protected] Roll Flutter from 973320c to a082096 (17 revisions) (flutter/packages#9983) 2025-09-09 [email protected] [various] Scrub pre-Android-API <24 code (flutter/packages#9851) 2025-09-09 [email protected] [google_sign_in] Add a platform interface method to clear auth tokens (flutter/packages#9929) 2025-09-09 [email protected] Revert "[url_launcher] fix: Link widget Tab traversal" (flutter/packages#9980) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Reverts #9815
The tree is now broken in exactly the way the presubmits for that PR were broken; it should not have landed.