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

Commits on Jun 4, 2024

  1. [web] update version-lock file location (#52842)

    PR #47573 renamed the version-lock file from `browser_lock.yaml` to `package_lock.yaml`. This PR adjusts sources to changes.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    emmanuel-ferdman authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    aa66426 View commit details
    Browse the repository at this point in the history
  2. java fail on format missing (#53176)

    - **Make java formatter fail when it cant format**
    - **re enable the test that ensures that java formatting works**
    Fixes flutter/flutter#149604
    reidbaker authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5fb31fb View commit details
    Browse the repository at this point in the history
  3. [Impeller] tighten fast gradient condition. (#53195)

    If the start/end point are _inside_ the rectangle, we can't apply the fast gradient condition.
    Jonah Williams authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3dd4015 View commit details
    Browse the repository at this point in the history
Loading