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

Commits on Sep 20, 2018

  1. Roll src/third_party/skia 9369031..c9873a5 (11 commits) (#6287)

    https://skia.googlesource.com/skia.git/+log/9369031fde2d..c9873a5f8b8e
    
    
    Created with:
      gclient setdep -r src/third_party/skia@c9873a5f8b8e
    
    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 20, 2018
    Configuration menu
    Copy the full SHA
    2302bea View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia c9873a5..f3ebd31 (14 commits) (#6290)

    https://skia.googlesource.com/skia.git/+log/c9873a5f8b8e..f3ebd312f213
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f3ebd312f213
    
    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 20, 2018
    Configuration menu
    Copy the full SHA
    09afb2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff78707 View commit details
    Browse the repository at this point in the history
  4. Revert "Roll src/third_party/skia c9873a5..f3ebd31 (14 commits) (#6290)…

    …" as it broke Windows buildbot. (#6292)
    
    This reverts commit 09afb2b.
    aam authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    0036a3a View commit details
    Browse the repository at this point in the history
  5. Dart SDK roll for 2018/09/20 (#6294)

    46ec629 [vm/bytecode] Trigger JIT-compilation from interpreter
    9f5aecb Introduce a new flag to the Dart Analysis Server: --ux-experiment-1 which changes analysis roots to the be the current set of priority files.
    9f72b09 Convert resolver.dart to triple-slash comment style.
    ee0a603 Fix checks for absence of concrete implementations of super-invoked members.
    3a5b748 Optimize index data structure for search by supertype id.
    af2fd41 Update more analyzer error codes to be generated from messages.yaml
    0bbdd8f [build] Correctly rebase kernel-service output for depfile
    cbf6067 [vm/fuzzer] Migrated driver from Python to Dart.
    e95d944 [VM interpreter] Propagate error from invoked compiled function to interpreter caller.
    05ba853 Cleanup fasta parser rewriter insert token methods
    07a1f23 Improve parser recover to fix more code completion tests
    ffa99b9 Update analyzer error code generation
    fa0b38b Fix some constructor initializer code completion situations
    2455141 Remove ClassElement.isSuperConstructorAccessible().
    3263550 [vm] Decouple bytecode reading from compilation
    e3dbea9 Convert declaration_resolver.dart to triple-slash comment style.
    d32e93d Remove unused import.
    4baa3ec Create a base class for non-error resolver test cases.
    2e43557 Mark Kernel classes that were Dart mixin declarations
    bkonyi authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    8471862 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia c9873a5..44c6167 (23 commits) (#6295)

    https://skia.googlesource.com/skia.git/+log/c9873a5f8b8e..44c6167c4125
    
    
    Created with:
      gclient setdep -r src/third_party/skia@44c6167c4125
    
    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 20, 2018
    Configuration menu
    Copy the full SHA
    9ca6668 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8890fd View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Remove bottom safe-area padding when keyboard up (#6297)

    On the iPhone X, raising the keyboard sets a bottom physical inset equal
    to the keyboard height, however we previously did not zero out the bottom
    physical padding. This was incorrect; when a soft keyboard is present,
    it 'consumes' the safe area inset for the home indicator widget,
    eliminating the need for the app to handle this at all.
    cbracken authored Sep 21, 2018
    Configuration menu
    Copy the full SHA
    2ec20aa View commit details
    Browse the repository at this point in the history
Loading