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

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    36a247f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06ff83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3283caf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e10490d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15ed6a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d8a01a View commit details
    Browse the repository at this point in the history
  7. Fix use-after-free. (#27053)

    Switch from `fml::NonOwnedMapping` to `fml::DataMapping`.
    
    All other uses of `fml::NonOwnedMapping` are not in `PlatformView` and do not access data after references are out of scope.
    
    This fixes https://fxbug.dev/77924.
    chandarrengoog authored Jun 29, 2021
    Configuration menu
    Copy the full SHA
    e8339ed View commit details
    Browse the repository at this point in the history
Loading