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

Commits on Aug 1, 2024

  1. Use InetAddress.getLoopback() versus a string. (#54289)

    This is just better anyway, and will work around an Android 35 failure we're investigating.
    matanlurey authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    593c222 View commit details
    Browse the repository at this point in the history
  2. Roll Skia from ddb6901e6141 to 5c229d4d20bb (3 revisions) (#54288)

    https://skia.googlesource.com/skia.git/+log/ddb6901e6141..5c229d4d20bb
    
    2024-08-01 [email protected] Adds corresponding NPM lockfiles to package.json files. This enumerates dependencies, including transitive ones, and their versions, to avoid using vulnerable ones. For more details, see go/npm-lockfile-cl-guide
    2024-08-01 [email protected] [infra] Add find_tasks.py script
    2024-08-01 [email protected] Roll skcms from 2395877dc55f to c830bf291754 (1 revision)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/skia-flutter-autoroll
    Please CC [email protected],[email protected],[email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
    To file a bug in Flutter: 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 Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6be3f97 View commit details
    Browse the repository at this point in the history
  3. [skwasm] Implement platform view clipping. (#54201)

    This implements platform view clipping for the Skwasm renderer.
    
    This fixes flutter/flutter#133466
    eyebrowsoffire authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6648b3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab3f177 View commit details
    Browse the repository at this point in the history
Loading