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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e88469090fed
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11a32d43e3f6
Choose a head ref
  • 2 commits
  • 17 files changed
  • 2 contributors

Commits on Jun 4, 2024

  1. Roll Dart SDK from 2d7d6facc2b4 to 343c20614708 (2 revisions) (#53203)

    https://dart.googlesource.com/sdk.git/+log/2d7d6facc2b4..343c20614708
    
    2024-06-04 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.5.0-222.0.dev
    2024-06-04 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.5.0-221.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter-engine
    Please CC dart-vm-team@google.com,matanl@google.com on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Flutter Engine: 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
    skia-flutter-autoroll authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9e0630f View commit details
    Browse the repository at this point in the history
  2. Add support for setting the heading level for web semantics (#97894) (#…

    …41435)
    
    This change adds a new property in Semantics widget that would take an integer value corresponding to the heading levels defined by the ARIA heading role. This is necessary in order to get proper accessibility and usability in a website for users who rely on screen readers and other assistive technologies.
    
    Issue fixed by this PR:
    flutter/flutter#97894
    
    Framework part:
    flutter/flutter#125771
    victorgalo authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    11a32d4 View commit details
    Browse the repository at this point in the history
Loading