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

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    97a4af5 View commit details
    Browse the repository at this point in the history
  2. Fix use of uninitialized memory in animator (#22714)

    * Fix use of uninitialized memory in animator
    
    Discovered via MSAN build of embedder_unittests
    brianosman authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    298bf68 View commit details
    Browse the repository at this point in the history
  3. Request quickReject results from correct drawing canvas (#22674)

    Also Fix MockCanvas clipping so tests will work with new culling
    flar authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8f4901f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    868324d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49892c3 View commit details
    Browse the repository at this point in the history
  6. [embedder][glfw] Add support for locales to glfw shell (#22657)

    The other linux shell (and all the other embedding) have support for
    getting the locales from the system and sending them over the
    flutter/localization channel. The glfw shell does not have that which is
    causing a crash on an assert now that Locale is no longer nullable
    in Platform.
    
    This adds a similar approach to what is going on over in the other linux
    shell.
    rokob authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    176a2c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ddf306 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    1258ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b77da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eb8bd1 View commit details
    Browse the repository at this point in the history
Loading