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

Commits on Jun 6, 2024

  1. Reland "[ios][platform_view] Use CAShapeLayer as the mask to avoid so…

    …ftware rendering #53072" (#53256)
    
    The previous PR was reverted because it was on top of an outdated commit prior to ARC. This PR rebases the main. The only change is removing the `[super dealloc]` call that caused the compiler error. 
    
    *List which issues are fixed by this PR. You must list at least one issue.*
    Fixes flutter/flutter#142813
    Fixes flutter/flutter#142830
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    hellohuanlin authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    694d505 View commit details
    Browse the repository at this point in the history
  2. Roll Skia from c1aae20f1c82 to a42ff08f2b2e (1 revision) (#53263)

    https://skia.googlesource.com/skia.git/+log/c1aae20f1c82..a42ff08f2b2e
    
    2024-06-06 scroggo@google.com Skia.org: Update instructions for viewing markdown
    
    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 brianosman@google.com,jmbetancourt@google.com,matanl@google.com,rmistry@google.com 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 Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5d5e0ee View commit details
    Browse the repository at this point in the history
Loading