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

Commits on Jul 22, 2024

  1. [Impeller] ensure fp rounding errors don't cause us to lose a row of …

    …pixels when computing text positions. (#54015)
    
    Dividing then multipliying can lead to position values like 432.99987 which end up losing a pixel.
    Jonah Williams authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    67b69c7 View commit details
    Browse the repository at this point in the history
  2. Manual roll Dart SDK from 0f61238a27b0 to 503192257a47 (2 revisions) (#…

    …54026)
    
    Manual roll requested by asiva@google.com
    
    https://dart.googlesource.com/sdk.git/+log/0f61238a27b0..503192257a47
    
    2024-07-18 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-57.0.dev
    2024-07-18 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.6.0-56.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 asiva@google.com,dart-vm-team@google.com,zra@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 Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f144aba View commit details
    Browse the repository at this point in the history
Loading