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

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    34938c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c81a2ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeb1246 View commit details
    Browse the repository at this point in the history
  4. Remove the Window class now that it is no longer used. (#22505)

    This removes the Window class, now that the framework no longer uses it.
    gspencergoog authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    2004a7b View commit details
    Browse the repository at this point in the history
  5. Roll ICU to c2a4cae (#22465)

    Changes to make this work:
    
    - Had to change the use of an UBool constant `FALSE` to 0 because
      the file referring to it does not include the respective header.
    
    - Had to change the license checker to ignore files in the directory
      icu/source/samples.  There were random changes to the licensing
      headers which tripped up license checks.  And since we don't include
      samples in the binaries we build, the most efficient way to fix it is
      to exclude sample code from license checks.
    
    Issue: flutter/flutter#70370
    filmil authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    8bb47c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecfe5ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92e5a95 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    e4e2dc6 View commit details
    Browse the repository at this point in the history
  2. Roll Dart SDK from bf20abb to 7bbace2 (1 revision) (#22515)

    https://dart.googlesource.com/sdk.git/+log/bf20abbb8e22..7bbace20d14f
    
    2020-11-13 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.12.0-41.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter-engine
    Please CC dart-vm-team@google.com on the revert to ensure that a human
    is aware of the problem.
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
    skia-flutter-autoroll authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    98628c3 View commit details
    Browse the repository at this point in the history
  3. Manual roll of Dart from 7bbace2 to 5ea7e4d (#22516)

    dart-lang/sdk@ 5ea7e4d (tag: 2.12.0-42.0.dev, origin/dev) Version 2.12.0-42.0.dev
    dart-lang/sdk@ 504e9a3 Reland "[wasm] Remove dart:wasm"
    dart-lang/sdk@ 9814efb [standalone] Update tcmalloc to 2.8.
    dart-lang/sdk@ 1d05591 [vm] Produce clearer error messages when operator new fails.
    dart-lang/sdk@ 8263779 [dart2js] List.generate tweaks
    dart-lang/sdk@ 3103e1e Migration: don't overcount "whereOrNull" fixes.
    a-siva authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    8d332b7 View commit details
    Browse the repository at this point in the history
  4. Roll Dart SDK from 5ea7e4d to 6a805f4 (1 revision) (#22518)

    https://dart.googlesource.com/sdk.git/+log/5ea7e4d39f43..6a805f4dbcf4
    
    2020-11-14 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.12.0-43.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter-engine
    Please CC dart-vm-team@google.com on the revert to ensure that a human
    is aware of the problem.
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
    skia-flutter-autoroll authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    7136009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0966e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ea505e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b673845 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a35faf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e91aa11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c51381 View commit details
    Browse the repository at this point in the history
  11. Remove the wasm library from the sky_engine package (#22525)

    wasm was removed in a recent Dart roll
    (8d332b7)
    jason-simmons authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    3e77d85 View commit details
    Browse the repository at this point in the history
Loading