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

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    5ec03d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ead94 View commit details
    Browse the repository at this point in the history
  3. [fuchsia] Replace deprecated AddLocalChild (#38788)

    `AddLocalChild(LocalComponent*)` is deprecated.
    
    It was replaced by:
    
    `AddLocalChild(LocalComponentFactory)`, which is a type alias for a
    lambda that returns a `std::unique_ptr<LocalComponentImpl>`.
    
    This change addresses problems that arised due to object lifetime
    management of the components, and allows RealmBuilder to model the
    component lifecycle of local components in a way that's more consistent
    with other components.
    
    The RealmBuilder-built `Realm` now owns the lifetime of the local
    components, instead of the client, and those objects are valid until
    the `Realm` is destroyed.
    
    Bug: fxbug.dev/109804
    Rich Kadel authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cccaae2 View commit details
    Browse the repository at this point in the history
Loading