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

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    1250c37 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia f9fcf7f..7825d49 (6 commits) (#9788)

    https://skia.googlesource.com/skia.git
    /compare/f9fcf7ffa89a..7825d49
    
    git log f9fcf7f..7825d49 --date=short --no-merges --format=%ad %ae %s
    2019-07-10 [email protected] Add comparison of rendered SkPictures to Serialization unit test
    2019-07-11 [email protected] Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded.
    2019-07-03 [email protected] Sample/Camera: make it work without /skimages
    2019-07-11 [email protected] rename to bt709_luminance_or_luma_to_alpha
    2019-07-11 [email protected] Fix for Windows specific compiler issues (constexpr).
    2019-07-10 [email protected] experimental/tools: set-change-id-hook
    
    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 Jul 11, 2019
    Configuration menu
    Copy the full SHA
    833f6b4 View commit details
    Browse the repository at this point in the history
  3. Roll fuchsia/sdk/core/mac-amd64 from XOXaWqvr4OuJ6O3uPefSwSFjZMaEmDHy…

    …5JQm3Q8Oc0wC to CDbRdGJ3bu-aWMCZqN5VzfQqIBwDGL2wfFodWABKdCIC (#9790)
    
    Roll fuchsia/sdk/core/mac-amd64 from XOXaWqvr4OuJ6O3uPefSwSFjZMaEmDHy5JQm3Q8Oc0wC to CDbRdGJ3bu-aWMCZqN5VzfQqIBwDGL2wfFodWABKdCIC
    
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
    
    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 Jul 11, 2019
    Configuration menu
    Copy the full SHA
    298a610 View commit details
    Browse the repository at this point in the history
  4. Fall back to a fully qualified path to libapp.so if the library can n…

    …ot be loaded by name (#9762)
    
    libapp.so contains compiled application Dart code.  On most Android systems,
    this library can be loaded by calling dlopen("libapp.so"), which will search
    Android's default library directories.
    
    On some Android devices this does not work as expected.  As a workaround, this
    patch provides a fallback path to libapp.so based on ApplicationInfo.nativeLibraryDir.
    
    Fixes flutter/flutter#35838
    jason-simmons authored Jul 11, 2019
    Configuration menu
    Copy the full SHA
    3c9a22c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b75979 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcde838 View commit details
    Browse the repository at this point in the history
Loading