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

Commits on Sep 27, 2024

  1. iOS: Migrate FlutterAppDelegate to ARC (#55472)

    Migrates the FlutterAppDelegate.mm translation unit to be compiled with the `-fobjc-arc` compiler flag.
    
    No test changes since no this change includes no semantic changes, and thus covered by existing tests such as [`testReleasesWindowOnDealloc`](https://github.com/flutter/engine/blob/3dfb4622de88abb48ce65be56ff29422ab43805f/shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm#L139-L153).
    
    Issue: flutter/flutter#137801
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    cbracken authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e00d405 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Migrate try/finally calls to addTearDown. (#55499)

    I also removed other no-longer-enforced cruft. No behavioral changes.
    matanlurey authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7e5eded View commit details
    Browse the repository at this point in the history
  2. Revert "Reland "[canvaskit] Further improve overlay optimization by s…

    …plitting pictures"" (#55501)
    
    Reverts #55464
    
    The PR caused a large regression in a web benchmark.
    harryterkelsen authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f3b11bc View commit details
    Browse the repository at this point in the history
Loading