Skip to content
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/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 994429713884
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c07f78888884
Choose a head ref
  • 5 commits
  • 13 files changed
  • 5 contributors

Commits on Feb 9, 2023

  1. Cherry-pick changes to support the use_emulator flag that made it int…

    …o candidate branch (#120305)
    
    * Android defines target update (#119766)
    
    * Round 2 with dimensions
    
    * Try with stringified keys
    
    * Forgot a comma
    
    * trying a list of maps.
    
    * Try key value pairs
    
    * Try with kvm only
    
    * try with swarming_dimensions
    
    * Updated with fix in swarming.star
    
    * Attempting to remove the bring up property to verify test is running.
    
    * Remove android from target tags to avoid adb command automatically running in test_utils call.
    
    * Remove the duplicated dependencies in the defines target that exist in the platform
    
    * Devicelab android emulator (#113472)
    
    * Testing whether emulator is possible.
    
    * Adding changes to see if emulator can be used from recipe.
    
    * adding emulator support.
    
    * Add the emulator flag for testing.
    
    * Using string for boolean since it cannot be parsed in properties
    
    * Checking to see if these changes are being used.
    
    * Updated bool back to string
    
    * Remove trailing whitespace from file.
    
    * Retrigger run with new recipe code
    
    * Bringup true?
    
    * Remove bringup so the test runs.
    ricardoamador authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f09b73e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. [web] Fix paths fetched by flutter.js (#118684) (#120195)

    (cherry picked from commit 3bf7960)
    mdebbar authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c7c2f20 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Allow select cases to be numbers (#116625) (#120847)

    (cherry picked from commit 583a812)
    
    Co-authored-by: Tae Hyung Kim <[email protected]>
    AlexV525 and thkim1011 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    a396cc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Fix message type inconsistency between locales (#120129) (#120678)

    (cherry picked from commit becb6bd)
    
    Co-authored-by: Tae Hyung Kim <[email protected]>
    AlexV525 and thkim1011 authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b4bce91 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    c07f788 View commit details
    Browse the repository at this point in the history
Loading