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

Commits on Jul 24, 2024

  1. Roll Skia from 54d1434637a1 to 55ecdde3a5fa (3 revisions) (#54089)

    skia-flutter-autoroll authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    511a8ef View commit details
    Browse the repository at this point in the history
  2. [iOS] Switch to FlutterMetalLayer by default. (#54086)

    For this to work, we need to provide our own capture scope otherwise the default scope won't capture our commands.
    
    This is required as part of the work to switch to unmerged threads for PVs (#53826), as I can confirm @knopp 's observations that the performance is much worse with the default CAMetalLayer.
    
    Fixes flutter/flutter#140901
    Jonah Williams authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e1259b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95e9885 View commit details
    Browse the repository at this point in the history
  4. [et] Better RBE defaults (#54059)

    This PR adopts some RBE configuration from the way that chromium uses RBE
    
    https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/refs/heads/main/reclient_helper.py
    
    These changes should bias both local and CI builds more towards using the worker pool, which we recently expanded, and should help limit the bandwidth used, which is a bottleneck for build times on a slow connection.
    zanderso authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    97b5c95 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Remove incorrect line (#54021)

    ## Description
    
    Removes a line that shadows setting the device type correctly for keyboard events.
    
    ## Related Issues
     - Fixes flutter/flutter#151308
    gspencergoog authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    805a157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a57655c View commit details
    Browse the repository at this point in the history
Loading