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

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    7e39999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    829e475 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 31a0944..e49966c (8 commits) (#6027)

    Auto-roller completed checks. Merging.
    skia-flutter-autoroll authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c09116a View commit details
    Browse the repository at this point in the history
  4. Re-apply "Log Tonic errors with FML_LOG" (#6026)

    This reverts commit d038970 and updates the tonic SHA.
    chinmaygarde authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9c0c620 View commit details
    Browse the repository at this point in the history
  5. Wait for Dart VM initialization before the letting the service isolat…

    …e constructor access the VM object. (#6028)
    
    The service isolate creation callback may occur on a background thread before
    the call the Dart_Initialize within the DartVM construtor can finish. We store
    pointers to various snapshots within the DartVM object. These snapshots are
    necessary for to successfully create the service isolate. The isolate creation
    callback access the global object within the ForProcessIfInitialized method.
    This method can return null if the VM object has not been initialized. This
    leads to the service protocol failing to start in a non-deterministic manner.
    This patch moves the creation and access of the DartVM object within a critical
    section.
    chinmaygarde authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    2f19645 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Roll src/third_party/skia e49966c..77af386 (3 commits) (#6029)

    Auto-roller completed checks. Merging.
    skia-flutter-autoroll authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    36aa0ed View commit details
    Browse the repository at this point in the history
Loading