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: 58eff77
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37b31ca
Choose a head ref
  • 4 commits
  • 10 files changed
  • 4 contributors

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    49b6de8 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/dart fee615c..39ec9fc (46 commits)

    39ec9fc Revert "[cfe] Build some annotations during outlining"
    1df5fb3 [cfe] Build some annotations during outlining
    0325ba4 Update test framework to uniformly use NNBD in type strings
    2958e80 Refactor to conditional and spread elements
    5352c67 Tweaks for 'Import Library' quick fixes to better reflect the expected behavior.
    2ef2eb1 Fix FixesTest on Windows.
    475d685 Add types on overridden method signatures
    0739387 [vm] Account for DBC32 when deciding between 32-bit and 64-bit ELF.
    436c8d8 [gardening] Remove flutter patch as the original cl was indeed identified as a culprit and will be reverted.
    c9ace73 CHANGELOG entry for covariance in super-interfaces.
    d99d83e Add ddc modular test suite and single test
    ebe6146 [gardening] Fix patch name so it matches dart sdk hash.
    2268c65 First subtyping rules for nullable types
    19a8886 [gardening] Attempt to troubleshoot failing hhh buildbot.
    dd5530a [dartdevc] make ImmutableSet private
    4c9bf54 Extract generic runner logic, now dart2js modular test is mostly dart2js specific
    2492d40 [vm/disassembler] Remove redundant assert.
    76750c5 Issue 35553. Report WRONG_TYPE_PARAMETER_VARIANCE_IN_SUPERINTERFACE.
    98a4dba Update Element.appendTo to more closely match Dart syntax
    694699c [dartdevc] Improve NSM errors when making dynamic calls
    a332c41 Switch server to using DeclarationsTracker for 'Import Library' quick fixes.
    d74d49e Convert more diagnostic tests to include location
    1b95819 [dartdevc] Train ddc on dill file instead of analyzer summary
    fca2c82 Add support for cancelling requests in LSP server
    47e63b0 [dartdevc] encode part file metadata
    d5405d0 [cfe] Allow local const variables as annotations.
    0d0f01a Add new AOT build steps to deb package build script.
    182d55d [dart2js] Add support for BabelJS to test.py
    b1d3a21 Fill references to dynamic/Naver in LinkedElementFactory.
    d9dccc3 Pass in no_git_hash option to utils.py when computing version
    f9bf379 Move BOOLEAN_CONVERSION_CHECK to separate HInstruction
    2e51423 Convert the way function types are displayed to better match the syntax of Dart
    da3ead0 Issue 3446. Recurse into attributes to find children widgets.
    9556a95 Fix string->bytes encoding in overlay_file_system
    fc17a90 assist for sorting child properties last
    b0a11c9 [vm] Fix kernel list loader so that files are relative to the list.
    96c2d3c [dartdevc] enable testing of ddc internals
    554f9db [ VM / Service ] Made Logging event and LogRecord public
    46ae4c5 [ VM ] Removed tests that are no longer valid as of Dart 2.0.
    c35f53f [dart:io,fuchsia] Change namespace setup failure from ASSERTs to FATALs
    af93ebc [vm] Direct generation of ELF shared libraries.
    834587a [dartdevc] fix import/export declarations for es6 to add extension
    d06592b [dartdevc] Add details to failed assertion messages
    cca2bb3 [ dart:developer ] Exposed `reason`, `errorCode`, and `errorDetail` getters in `ServiceExtensionResult`.
    03781b9 Build also summary2 in build mode.
    4c32cdd [vm/ffi] Fix ffi trampoline class finalization - fix test on android
    bkonyi committed May 30, 2019
    Configuration menu
    Copy the full SHA
    75da3d4 View commit details
    Browse the repository at this point in the history
  3. Fix type mismatches in C++ standard codec (#9112)

    There were some implicit casts in the standard codec implementation that
    didn't show up on Linux, but do on Windows.
    stuartmorgan-g authored May 30, 2019
    Configuration menu
    Copy the full SHA
    ba6cc8c View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 69aaee0..f62e575 (11 commits) (#9142)

    https://skia.googlesource.com/skia.git
    /%2Blog/69aaee0ff927..f62e575
    
    git log 69aaee0..f62e575 --date=short --no-merges --format=%ad %ae %s
    2019-05-30 robertphillips@google.com Use GrVkImage utilities in GrVkGpu::createTestingOnlyVkImage
    2019-05-30 halcanary@google.com SkPDF: implement kDecal image shader TileMode
    2019-05-30 halcanary@google.com SkPDF: MakeShader uses Color4f
    2019-05-30 bungeman@google.com Correct shaper assert around iterator fonts.
    2019-05-30 reed@google.com support assets for skottie2movie
    2019-05-29 herb@google.com Collapse the SkTextInterceptsIter into base class
    2019-05-28 brianosman@google.com Interpreter: Elide dup/pop around stores
    2019-05-29 bungeman@google.com Add trivial implemenations of shaper run iterators.
    2019-05-30 rmistry@google.com Add new G3 compile try bot
    2019-05-30 rmistry@google.com Add recipe for triggering and waiting for G3 compile tasks
    2019-05-29 rmistry@google.com Script to trigger and wait for G3 compile tasks
    
    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 (kjlubick@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored May 30, 2019
    Configuration menu
    Copy the full SHA
    37b31ca View commit details
    Browse the repository at this point in the history
Loading