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

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    eab3cea View commit details
    Browse the repository at this point in the history
  2. [Fuchsia] Use chromium test-scripts to download images and execute te…

    …sts (#49650)
    
    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.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    zijiehe-google-com authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0ac8215 View commit details
    Browse the repository at this point in the history
Loading