Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Fix css changes with macOS 13 and Safari #48807

Merged

Conversation

vashworth
Copy link
Contributor

@vashworth vashworth commented Dec 7, 2023

Safari on macOS 13 outputs different styling than before. Adjust tests to accept new changes.

Fixes flutter/flutter#136274. Fixes flutter/flutter#136279.

Example passing on macOS 12: https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20linux_web_engine/16401/overview
Example passing on macOS 13: https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20linux_web_engine/16396/overview

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@github-actions github-actions bot added the platform-web Code specifically for the web engine label Dec 7, 2023
@vashworth vashworth marked this pull request as ready for review December 8, 2023 20:52
@vashworth vashworth requested a review from yjbanov December 8, 2023 20:52
@flutter-dashboard
Copy link

Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change).

If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review.

Changes reported for pull request #48807 at sha 202134a

@vashworth
Copy link
Contributor Author

Ooof I was hoping this would be as simple as just making the expectations more flexible, but looks like it also affects the golden files. This might be too far out of my knowledge to fix.

Copy link
Contributor

@yjbanov yjbanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@vashworth
Copy link
Contributor Author

@yjbanov Do you know what I need to do about the goldens? I'm not familiar with how that works

@vashworth
Copy link
Contributor Author

@yjbanov I changed this back to keep only running on macOS 12. I also filed a separate issue for the golden files since I'm unsure how to fix: flutter/flutter#139924

@vashworth vashworth added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 11, 2023
@auto-submit auto-submit bot merged commit dbbb0e5 into flutter:main Dec 11, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 11, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 11, 2023
…139933)

flutter/engine@9b85b76...5587d26

2023-12-11 [email protected] Fix _availability_version_check for iOS 11 and 12 (flutter/engine#48624)
2023-12-11 [email protected] [Impeller] remove trace events that have outlived their usefulness. (flutter/engine#48856)
2023-12-11 [email protected] Fix css changes with macOS 13 and Safari (flutter/engine#48807)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[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
vashworth added a commit to vashworth/engine that referenced this pull request Dec 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App platform-web Code specifically for the web engine will affect goldens
Projects
None yet
2 participants