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-team-archive/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 89fb886a162c
Choose a base ref
...
head repository: flutter-team-archive/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9162c8309e24
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 18, 2024

  1. [Impeller] make sure to render TiledTextureContents if the geometry d…

    …oesn't fit in the texture's bounds. (#51393)
    
    fixes flutter/flutter#144836
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    gaaclarke authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    639d21a View commit details
    Browse the repository at this point in the history
  2. [Fuchsia] only download fuchsia deps when necessary (#51439)

    This is a quick follow up of #51072 to only download fuchsia deps (via download_fuchsia_deps gclient arg) when necessary. Considering the pr/51072 is very huge, keeping these condition changes in a separate change would be cleaner.
    
    The wiki has been updated already since setting the download_fuchsia_deps gclient arg explicitly won't break the existing workflow. I also mentioned in the wiki that building and running fuchsia needed a linux box (an explicit assertion in the with_envs.py).
    
    Bug: http://b/40935282
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    zijiehe-google-com authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9162c83 View commit details
    Browse the repository at this point in the history
Loading