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: 76f33eb0eced
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d107f65a8ee6
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 15, 2024

  1. Add missing baseline check in text layout tests (#51444)

    This PR adds a check for the `baseline` value in text layout service tests that appears to be missing.
    
    Test-exempt: increasing test coverage only.
    tgucio authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    95e6c17 View commit details
    Browse the repository at this point in the history
  2. Add a pixel test to cover multiple clips with a BDF (#51431)

    Same test as in #51416.
    
    This test should pass without the revert here because the StC related changes make the optimized path work again.
    dnfield authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5487eff View commit details
    Browse the repository at this point in the history
  3. Roll Dart SDK from 406955fe6950 to 03cc4d817056 (1 revision) (#51441)

    https://dart.googlesource.com/sdk.git/+log/406955fe6950..03cc4d817056
    
    2024-03-15 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-236.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 bdero@google.com,dart-vm-team@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 Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d107f65 View commit details
    Browse the repository at this point in the history
Loading