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

Commits on Aug 16, 2024

  1. [docs] Add missing steps to Testing Presubmit Engine PRs (#54593)

    Most framework tests perform a `flutter precache` or rely on the web SDK in some form. The Web SDK is not build in presubmit by default. As such, developers will need to manually comment out the `runIf` conditional block that prevents the web SDK from being built during presubmit, then later hope they uncomment it before landing their patch.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    cbracken authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    03543b2 View commit details
    Browse the repository at this point in the history
  2. Roll Skia from fc8769175d35 to 219bd1032761 (4 revisions) (#54592)

    https://skia.googlesource.com/skia.git/+log/fc8769175d35..219bd1032761
    
    2024-08-16 [email protected] Avoid branches and early returns in $color_dodge_component
    2024-08-16 [email protected] Revert "[graphite] Add purge() method to DrawAtlas."
    2024-08-16 [email protected] Roll vulkan-deps from dad70915c62f to 0ff16cd9feaa (5 revisions)
    2024-08-16 [email protected] DropShadow image filters accept float colors and color spaces for the shadow color.
    
    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 16, 2024
    Configuration menu
    Copy the full SHA
    8bcc17a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. macOS: Extract framework creation to sky_utils (#54586)

    This refactors `create_mac_framework.py` to extract framework creation to `sky_utils.py`. The only other changes are minor variable renaming and extraction of functions to make the code more readable/easier to work with.
    
    The resulting zip archives have been verified to be identical before and after.
    
    This is refactoring to support embedding dSYM debug information in a follow-up patch.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    cbracken authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7682457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df3507c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9fb479 View commit details
    Browse the repository at this point in the history
Loading