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

Commits on May 9, 2023

  1. Replace Windows Unopt with the engine v2 version. (#41861)

    Both builds have been running successfully. This PR moves Windows Unopt to staging and Windows windows_unopt to prod.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    godofredoc authored May 9, 2023
    Configuration menu
    Copy the full SHA
    46544b1 View commit details
    Browse the repository at this point in the history
  2. Move linux_license to engine v2. (#41863)

    Linux license v2 builds has been running successfully for a few days and it is ready to get moved to prod.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    godofredoc authored May 9, 2023
    Configuration menu
    Copy the full SHA
    9ee91b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92afdfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4979e8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e616cc6 View commit details
    Browse the repository at this point in the history
  6. Implement text rendering in Skwasm (#41832)

    This implements full text rendering with the Skwasm renderer.
    
    The font fallback logic has been refactored to decouple the font fallback manager from any CanvasKit-specific types and functions.
    
    A chunk of CanvasKit text rendering tests have been ported over to the renderer-agnostic `ui` tests.
    
    Fixes flutter/flutter#126339
    eyebrowsoffire authored May 9, 2023
    Configuration menu
    Copy the full SHA
    10ac36c View commit details
    Browse the repository at this point in the history
Loading