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

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    9c6470b View commit details
    Browse the repository at this point in the history
  2. [skwasm] Fix skwasm clip coverage algorithm. (#54572)

    This previously was basically assuming that two clip regions would be a union but instead it's actually an intersection. Also, for some reason I had forgotten to actually implement `boundingRect` for the rrect clip region. I changed this for a bit more clarity.
    eyebrowsoffire authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    673b993 View commit details
    Browse the repository at this point in the history
  3. [Impeller] Add a note about Graphite to the FAQ. (#54623)

    Action item from go/impeller-faq-followups.
    chinmaygarde authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d631753 View commit details
    Browse the repository at this point in the history
  4. web_ui: bump min Dart SDK to 3.6.0-0 (#54626)

    Also removed two unused dev dependencies
    
    Enables usage of `Since` in dart:js_interop
    kevmoo authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7dd71ff View commit details
    Browse the repository at this point in the history
Loading