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

Commits on Jan 19, 2024

  1. Reverts "[Fuchsia] Redo - Use chromium test-scripts to download image…

    …s and execute tests" (#49908)
    
    Reverts #49847
    Initiated by: zanderso
    This change reverts the following previous change:
    Original Description:
    This change is a redo of #49650.
    
    https://github.com/zijiehe-google-com/engine/compare/de5c713..main should show the diff between this and the original change.
    
    Following paragraph is copied from the original change.
    
    This change requires flutter/buildroot#811, and can be executed from buildroot by
    
    ```
    python3 flutter/tools/fuchsia/with_envs.py flutter/testing/fuchsia/run_tests.py
    ```
    
    Bug: flutter/flutter#140179
    
    - [V] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
    - [V] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
    - [V] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides].
    - [V] I listed at least one issue that this PR fixes in the description above.
    - [V] I added new tests to check the change I am making or feature I am adding, or the PR is [test-exempt]. See [testing the engine] for instructions on writing and running engine tests.
    - [V] I updated/added relevant documentation (doc comments with `///`).
    - [V] I signed the [CLA].
    - [V] All existing and new tests are passing.
    auto-submit[bot] authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d3ba13d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83076ac View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. [Impeller] null check vertex buffer. (#49915)

    Tested: currently broken test!
    Jonah Williams authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    a9b87c6 View commit details
    Browse the repository at this point in the history
Loading