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

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    7adb8de View commit details
    Browse the repository at this point in the history
  2. [uwptool] Support lookup of full package name (#26121)

    UWP apps must be launched using their package family name, but are
    uninstalled using their full package name. This patch updates the
    Application class to store both.
    
    Further, when launching UWP apps, we now do a lookup to verify the
    package exists before attempting to launch it.
    cbracken authored May 13, 2021
    Configuration menu
    Copy the full SHA
    a1062aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01ce6a1 View commit details
    Browse the repository at this point in the history
  4. Use cached CanvasKit instance if available (#26059)

    * If CanvasKit has already been initialized, don't load it again.
    
    This could be useful for hot restart or for DartPad.
    
    * Don't redownload script if it is already loaded.
    
    * trailing whitespace
    
    * Touch up comments
    Harry Terkelsen authored May 13, 2021
    Configuration menu
    Copy the full SHA
    cba6c1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0bb8ea View commit details
    Browse the repository at this point in the history
Loading