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

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    53dc08d View commit details
    Browse the repository at this point in the history
  2. Expose a iOS plist setting to disable partial repaint. (#34328)

    If the following is added to Info.plist of the application,
    it will disable partial repaint:
    
    ```
      <key>FLTDisablePartialRepaint</key>
      <true/>
    ```
    
    The primary intended usecase for this is to enable applications to see if disabling partial repaint resolves:
    flutter/flutter#100522.
    iskakaushik authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    0671bca View commit details
    Browse the repository at this point in the history
  3. Revert "render BackdropFilter layers directly to DisplayListBuilder (#…

    …34146)" (#34334)
    
    This reverts commit 53dc08d. Landing on red to fix the build.
    flar authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    4b8abee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4891191 View commit details
    Browse the repository at this point in the history
Loading