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

Commits on Sep 24, 2018

  1. Roll src/third_party/skia a9adb6f..45239cb (9 commits) (#6323)

    https://skia.googlesource.com/skia.git/+log/a9adb6f03525..45239cb84d1d
    
    
    Created with:
      gclient setdep -r src/third_party/skia@45239cb84d1d
    
    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, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    83ec05d View commit details
    Browse the repository at this point in the history
  2. Engine::Run returns enum: success, failure, or isolate already running (

    #6324)
    
    * If isolate is already running, return true
    
    * Use shell::Engine::RunStatus as result of Engine::Run
    dnfield authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    89516aa View commit details
    Browse the repository at this point in the history
  3. Format for #6324 (#6326)

    Format code from previous patch
    dnfield authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    8743bb8 View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 45239cb..a85f3a1 (7 commits) (#6327)

    https://skia.googlesource.com/skia.git/+log/45239cb84d1d..a85f3a138cbc
    
    
    Created with:
      gclient setdep -r src/third_party/skia@a85f3a138cbc
    
    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, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    4974d74 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Roll src/third_party/skia a85f3a1..e514fa0 (1 commits) (#6328)

    https://skia.googlesource.com/skia.git/+log/a85f3a138cbc..e514fa0f1a6c
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e514fa0f1a6c
    
    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, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    5879dae View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia e514fa0..4ef464c (1 commits) (#6329)

    https://skia.googlesource.com/skia.git/+log/e514fa0f1a6c..4ef464cd3c2e
    
    
    Created with:
      gclient setdep -r src/third_party/skia@4ef464cd3c2e
    
    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, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    5d19c87 View commit details
    Browse the repository at this point in the history
  3. Roll Dart to 4cf2d39 (#6332)

    Included CLs:
    
    4cf2d39 [VM runtime] Store Smi instance type in type test cache when using the interpreter.
    a6b1a99 Make mixins abstract by default
    ab305f2 Recover from duplicated declarations
    4e32a35 Ignore synthetic elements created by the parser
    fc04f56 [infra] Remove deleted Dart 1 builders (app/precomp) from the test matrix
    8477dc2 Update status after 570fd5a
    1652850 Compute static types during impact computation
    b4341f0 Remove unneeded method rti need
    570fd5a Error on re-export, export and import of libraries with same name.
    4b312b2 Support multiple superclasses in the mixin `on` clause.
    8debb4e [fuchsia] Add zx_vmo_replace_as_executable calls
    d34337a Ignore noSuchMethod() for the purpose of searching concrete member implementations.
    b6284b4 Revert "[VM] Dart_Initialize no longer crashes after Dart_Cleanup"
    94481ad [vm] Only include debugger/profiler slots in RawCode in product mode.
    519ee90 [VM] Dart_Initialize no longer crashes after Dart_Cleanup
    5349754 [vm] Specialize 'new List()' on kernel AST
    afd4cc9 [vm/tfa] Infer concrete class of int literals in TFA
    a4d48f4 [vm/tfa] Infer concrete class of string literals in TFA
    9106228 [vm, dwarf] Set default_is_stmt to true for compatability with dsymutil.
    6ce0dc0 dartfix stub implementation
    e4eb243 Look into superclassConstraints while searching for a member in interfaces.
    95d37b0 Revert "Implement inheritance/override checks from the spec."
    355c73d [VM] Remove support for option --no-preview-dart-2
    95b8a19 Mixin declarations don't have supertype, fix isMoreSpecificThan().
    e9586a5 [vm] Update workaround for Android Kernel bug (b089d4f).
    ef7d144 Add regression test for issue 34392.
    56f6c52 large_class_declaration_test is slow now.
    0ac3b8f [fuchsia] Add missing vm:entry-point annotation
    19e844e [dart/fuzzing] Use current directory as SDK top (by default)
    58e44c1 Don't use ClassElementImpl for now in override checking.
    62d154f [vm/bytecode] Record null-initialized fields in bytecode
    70cc34d Custom format errors and exceptions to show traces
    9583113 Fix NPE when accessing superclass
    836a1d7 Implement inheritance/override checks from the spec.
    d070397 Remove redundant resolution
    dba8b37 [vm] Benchmark for reading kernel bytecode
    aartbik authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    4b5be9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38a646e View commit details
    Browse the repository at this point in the history
Loading