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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    877e5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e2321e View commit details
    Browse the repository at this point in the history
  3. Remove GFX branches from Flutter engine (#44401)

    This change does the following:
    - Refactors `engine.cc`/`.h` and `component_v2.cc`/`.h` to remove GFX ctors and callbacks.
    - Removes `gfx_external_view_embedder`, `gfx_platform_view`, `gfx_session_connection`, their tests, and any supporting testing infrastructure (e.g. `fake_session`) from the build. This change does not delete the source files themselves in order to keep the change size smaller (as all these file deletions together are about another ~8K lines worth of deletions.) A separate follow up change will delete these files.
    
    Related bug: fxbug.dev/64206
    caroqliu authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    dd03fae View commit details
    Browse the repository at this point in the history
Loading