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

Commits on Jan 4, 2019

  1. Roll src/third_party/skia c519fed..5f1692c (1 commits) (#7367)

    https://skia.googlesource.com/skia.git/%2Blog/c519fed6ddce..5f1692c60a43
    
    git log c519fed..5f1692c --date=short --no-merges --format=%ad %ae %s
    2019-01-03 kjlubick@google.com [canvaskit] Allow providing webgl context and canvas element
    
    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 (bungeman@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    9fb8f8b View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 5f1692c..18df87e (12 commits) (#7368)

    https://skia.googlesource.com/skia.git/%2Blog/5f1692c60a43..18df87ec8bda
    
    git log 5f1692c..18df87e --date=short --no-merges --format=%ad %ae %s
    2019-01-04 brianosman@google.com Fix bugs and add features to imgcvt
    2019-01-04 recipe-roller@chromium.org Roll recipe dependencies (trivial).
    2019-01-04 reed@google.com remove blob iterator::applyFontToPaint
    2019-01-04 egdaniel@google.com Set skia_use_vulkan on our vulkan bots.
    2019-01-04 reed@google.com start to change Viewer's filtering to know about fonts
    2019-01-04 kjlubick@google.com more extra semis
    2019-01-03 egdaniel@google.com Add support to gpu command buffers to wrap an external command buffer.
    2019-01-04 jcgregorio@google.com Fix link in /dev/contrib.
    2019-01-04 michaelludwig@google.com Revert "Use specialized quad lists in rectangle ops"
    2019-01-03 brianosman@google.com Add SkColorSpace factory from 3x3 row-major gamut and transfer function
    2019-01-04 kjlubick@google.com remove more extra semicolons
    2019-01-03 egdaniel@google.com Restrict ops that can be executed when we have a wrapped vulkan secondary command buffer.
    
    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 (bungeman@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    27eaab4 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 18df87e..275eaff (7 commits) (#7369)

    https://skia.googlesource.com/skia.git/%2Blog/18df87ec8bda..275eaff3be4b
    
    git log 18df87e..275eaff --date=short --no-merges --format=%ad %ae %s
    2019-01-04 kjlubick@google.com [pathkit] Add .ready() to initialize
    2019-01-02 ethannicholas@google.com Fixed GL shader link status checks
    2019-01-04 kjlubick@google.com [canvaskit] Add .ready() which is a real promise
    2019-01-04 reed@google.com change paint serialization to exclude font-related fields
    2019-01-04 herb@google.com Update SkDescriptor
    2019-01-04 brianosman@google.com Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function"
    2019-01-04 benjaminwagner@google.com Reland "Remove win_vulkan_sdk."
    
    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 (bungeman@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    4ea4573 View commit details
    Browse the repository at this point in the history
  4. Update GetCallbackHandle to use Dart_IsTearOff instead of a string co…

    …mparison (#7324)
    
    * Update GetCallbackHandle to use Dart_IsTearOff instead of a string
    comparison to determine whether or not a closure was provided as an
    argument to PluginUtilities.GetCallbackHandle.
    
    Fixes #24394
    bkonyi authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    b35f021 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Dart SDK roll for 2019-01-04

    26d5345 Fix TypeInfo.couldBeExpression in recovery situations
    5be48e1 [test] Repair DWARF stacktrace test from Dart 2 damage.
    807421c Update dartdoc to 0.27.0.
    80fa1a8 Replace more uses of deprecated elements
    3d6acab [dartdevc] remove unused `dartdevk` binary, fixes #35483
    7fd0c78 [gardening] Unmark language/vm/optimized_stacktrace_test
    7778a8b [kernel] Start setting up test suite for round-trip serialization
    5e609d7 [kernel] Implement serialization round-trip check for dart types
    3953977 [kernel] Implement serialization round-trip check for expressions
    3b728c0 [kernel] Wire round-trip verification down to expressions and types
    1cbae9f [kernel] Start implementing verifier for serialization round trips
    e2471dd Fix spelling of "occurrences" in flaky test results output.
    d0f1edb Temporary desugaring of set literals.
    d53f02a Remove writeOptionalReference
    5ed1c61 Minor grammar and consistency fixes
    5e808aa [infra] Add retry logic to find_base_commit.
    e8c60f7 [gardening] Mark service/simple_reload_test as Timeout for issue 35506
    077ad9a Change ticker name for checking supertypes
    c3b0ebd dill serialization: Specialize some writeNodes
    ea16f85 [tools] repurpose generate_compile_commands.py to generate_idefiles.py
    6c909a0 Be explicit about whether a reference is allowed to be null or not
    a4ba658 Update analyzer CHANGELOG entry with annotations
    8deb5aa Reinstate reduction for closure call to known static method
    bkonyi committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    a4450af View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 275eaff..3d5b488 (9 commits) (#7372)

    https://skia.googlesource.com/skia.git/%2Blog/275eaff3be4b..3d5b488e5cd7
    
    git log 275eaff..3d5b488 --date=short --no-merges --format=%ad %ae %s
    2019-01-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e4109f2..9db8df4 (1 commits)
    2019-01-03 herb@google.com Separate cache lookup from run font setup
    2019-01-04 csmartdalton@google.com Revert "ccpr: Rework the path cache to support sporadic flushing"
    2019-01-04 reed@google.com paint is losing its text-related fields
    2019-01-04 recipe-roller@chromium.org Roll recipe dependencies (trivial).
    2019-01-04 benjaminwagner@google.com Add IntelIris655 Win10 jobs.
    2019-01-04 kjlubick@google.com [pathkit] Increase test timeouts (for asmjs mostly)
    2019-01-04 csmartdalton@google.com ccpr: Rework the path cache to support sporadic flushing
    2019-01-04 fmalita@chromium.org [skjson] NaN while parsing long decimals
    
    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 (bungeman@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Jan 5, 2019
    Configuration menu
    Copy the full SHA
    ee83c38 View commit details
    Browse the repository at this point in the history
  3. Revert "Test SDK roll" (#7374)

    * Revert "Roll src/third_party/skia 275eaff..3d5b488 (9 commits) (#7372)"
    
    This reverts commit ee83c38.
    
    * Revert "Dart SDK roll for 2019-01-04"
    
    This reverts commit a4450af.
    bkonyi authored Jan 5, 2019
    Configuration menu
    Copy the full SHA
    bcc7dcb View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 3d5b488..5e710e1 (1 commits) (#7378)

    https://skia.googlesource.com/skia.git/%2Blog/3d5b488e5cd7..5e710e13a55b
    
    git log 3d5b488..5e710e1 --date=short --no-merges --format=%ad %ae %s
    2019-01-04 recipe-roller@chromium.org 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 (bungeman@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Jan 5, 2019
    Configuration menu
    Copy the full SHA
    7ded1d3 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 5e710e1..125f767 (1 commits) (#7379)

    https://skia.googlesource.com/skia.git/%2Blog/5e710e13a55b..125f76790131
    
    git log 5e710e1..125f767 --date=short --no-merges --format=%ad %ae %s
    2019-01-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
    
    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 (bungeman@google.com), and stop
    the roller if necessary.
    skia-flutter-autoroll authored Jan 5, 2019
    Configuration menu
    Copy the full SHA
    cd0de77 View commit details
    Browse the repository at this point in the history
Loading