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

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    464e460 View commit details
    Browse the repository at this point in the history
  2. flutter view add test 2 (#55188)

    - **add test back with no other changes**
    - **Add legacy test and setup shadow**
    2 and 3 of 5 flutter/flutter/issues/154746
    
    Improved legacy testing by validating a fullscreen and non fullscreen codepaths. 
    
    Added `.git-blame-ignore-revs` because git was failing to give blame values with that file missing. I dont think I added a global config anywhere but adding an empty file should not cause a problem.
    reidbaker authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a8c9c31 View commit details
    Browse the repository at this point in the history
  3. [Embedder] Warn when embedders try to enable an unsupported renderer. (

    …#55240)
    
    Today, only a generic "internal inconsistency" error returned. But custom builds that selectively disable rendering backends may find this error to be too vague.
    chinmaygarde authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    04bc90b View commit details
    Browse the repository at this point in the history
Loading