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

Commits on Feb 6, 2019

  1. Add FlutterProjectArgs::root_isolate_create_callback (#7651)

    Allows embedders to specify a callback to be invoked in isolate scope
    once root isolate has been created and marked runnable.
    
    As an example of where this is useful, embedder unit test fixtures may
    want to include Dart functions backed by a native implementation. On
    isolate creation, this patch allows the unit test author to call
    Dart_SetNativeResolver in root isolate scope.
    cbracken authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    ce07399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6585f33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67831a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Roll src/third_party/dart adfa479..caa8747 (2 commits)

    caa8747 Rework dartfix NNBD fix to use new NullabilityMigration engine
    ae5bd68 Lower relevance of deprecated suggestion sets.
    bkonyi committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    77b3186 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 4292515..2fc1474 (8 commits) (#7721)

    https://skia.googlesource.com/skia.git/%2Blog/429251513f71..2fc1474f9d62
    
    git log 4292515..2fc1474 --date=short --no-merges --format=%ad %ae %s
    2019-02-06 [email protected] Add BOT/EOT to Shaper.
    2019-02-06 [email protected] bin/gn format gn/skia.gni
    2019-02-06 [email protected] Remove the distinction between key and device descriptors
    2019-02-06 [email protected] Roll HarfBuzz
    2019-02-06 [email protected] SkLoadICU: simplify
    2019-02-06 [email protected] Move GrContextPriv methods to their own .cpp file
    2019-02-06 [email protected] add mad() and shuffle() to SkVx
    2019-02-05 [email protected] Add a GpuGM class for GPU-only tests
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff ([email protected]), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    fdf57a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    211adea View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 2fc1474..f36ad26 (2 commits) (#7724)

    https://skia.googlesource.com/skia.git/%2Blog/2fc1474f9d62..f36ad269e88a
    
    git log 2fc1474..f36ad26 --date=short --no-merges --format=%ad %ae %s
    2019-02-06 [email protected] Roll recipe dependencies (trivial).
    2019-02-04 [email protected] move SkMetaData into src
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff ([email protected]), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    053f7a8 View commit details
    Browse the repository at this point in the history
  5. Correct libraries.yaml path for stub_ui, add brightness, copy dart2js…

    …_platform.dill files (#7725)
    Jonah Williams authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    ee0cf82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    168cabc View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/dart caa8747..6c680a0 (12 commits)

    6c680a0 Update dartfix readme and update version numbers
    33337cf Fix API breakage, reexport ConstantEvaluator.
    c2cdc1c Allow migration of multiple files at once.
    d68d852 Allow nullabilty migration prepareInput/processInput to operate on different ASTs.
    5ecf660 [dartdevc] skip co19 tests on linux bots
    ba9fbda Rework provisional migration API.
    a4b681b Update dartdoc to 0.28.1+2.
    fea5413 [ VM ] Fix hang of Flutter engine tests caused by global RuntimeEntry objects being destroyed when exit() is called when the VM hasn't finished shutting down.
    a5570bd [vm/compiler] Add optimization flag
    f0d5cb7 Guard the custom formatter for a Map against errors
    df77978 Support two more cases in the convert-to-spread assist (issue 35867)
    fd2225a Adapt to the flow analysis spec v2.
    bkonyi committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    d0fee9b View commit details
    Browse the repository at this point in the history
  8. Roll src/third_party/skia 859db6b..c19d81a (2 commits) (#7729)

    https://skia.googlesource.com/skia.git/%2Blog/859db6b5a03c..c19d81acc096
    
    git log 859db6b..c19d81a --date=short --no-merges --format=%ad %ae %s
    2019-02-07 [email protected] Roll ../src c27b32b2fd52..635f11205d4b (414 commits)
    2019-02-07 [email protected] Revert "Add a GpuGM class for GPU-only tests"
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff ([email protected]), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    473097b View commit details
    Browse the repository at this point in the history
  9. Roll src/third_party/skia c19d81a..9564bf4 (5 commits) (#7730)

    https://skia.googlesource.com/skia.git/%2Blog/c19d81acc096..9564bf44e5fa
    
    git log c19d81a..9564bf4 --date=short --no-merges --format=%ad %ae %s
    2019-02-06 [email protected] Upgrade NVIDIA driver on Ubuntu18 QuadroP400 bots.
    2019-02-06 [email protected] Add support for importing AHardwareBuffers into SkSurfaces.
    2019-02-07 [email protected] SkWuffsCodec: Initialize memory when incomplete
    2019-02-07 [email protected] Add a k8s cheat sheet to trooper docs
    2019-02-06 [email protected] Hide setDrawLooper -- deprecate loopers
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff ([email protected]), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    d292ed6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c38dd3 View commit details
    Browse the repository at this point in the history
  11. [fuchsia] Update scenic include (#7708)

    This header is now spelled thusly.
    abarth authored Feb 7, 2019
    Configuration menu
    Copy the full SHA
    c40d6da View commit details
    Browse the repository at this point in the history
Loading