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

Commits on Apr 29, 2019

  1. Fix header include guards for fml/thread_local.h (#8721)

    While working on #8659, I had planned on renaming this file to
    thread_local_unique_ptr.h, but decided against that at the last minute
    before sending for review. However, when reverting the file rename, I
    forgot to also revert the header guard change.
    mdempsky authored and cbracken committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    a0bb23a View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia d425dee..037884e (10 commits) (#8778)

    https://skia.googlesource.com/skia.git
    /%2Blog/d425dee662d1..037884e
    
    git log d425dee..037884e --date=short --no-merges --format=%ad %ae %s
    2019-04-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2019-04-29 brianosman@google.com Add skcms' LICENSE to include/third_party/skcms
    2019-04-29 mtklein@google.com public_includes -= include/third_party/vulkan
    2019-04-29 mtklein@google.com Revert "SKIA_IMPLEMENTATION is only relevant in shared builds"
    2019-04-26 benjaminwagner@google.com Check event log for all Windows tasks
    2019-04-29 mtklein@google.com remove third_party/skcms from includes
    2019-04-28 halcanary@google.com Experimental text editor: factor out Editor class.
    2019-04-26 halcanary@google.com sk_app: fix BUILD file
    2019-04-29 brianosman@google.com Move skcms.h to include/third_party/skcms
    2019-04-26 jvanverth@google.com Cache some more Metal state.
    
    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 (ethannicholas@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Apr 29, 2019
    Configuration menu
    Copy the full SHA
    ab01d73 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 037884e..bd42540 (3 commits) (#8781)

    https://skia.googlesource.com/skia.git
    /%2Blog/037884e5080b..bd42540
    
    git log 037884e..bd42540 --date=short --no-merges --format=%ad %ae %s
    2019-04-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2019-04-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2019-04-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    
    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 (ethannicholas@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Apr 29, 2019
    Configuration menu
    Copy the full SHA
    ee3f04a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. VirtualDisplay size constraint - add a comment explaining the reason (#…

    …8780)
    
    * VirtualDisplay size: add a comment explaining the reason
    
    Address nits in: #8704
    
    * remove locale import
    iskakaushik authored Apr 30, 2019
    Configuration menu
    Copy the full SHA
    5aa5b6c View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia bd42540..79e5371 (3 commits) (#8783)

    https://skia.googlesource.com/skia.git
    /%2Blog/bd425405f3aa..79e5371
    
    git log bd42540..79e5371 --date=short --no-merges --format=%ad %ae %s
    2019-04-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2019-04-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2019-04-29 csmartdalton@google.com Reland "ccpr: Set atlas proxy size to draw bounds rather than backing size"
    
    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 (ethannicholas@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Apr 30, 2019
    Configuration menu
    Copy the full SHA
    c003631 View commit details
    Browse the repository at this point in the history
Loading