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

Commits on Dec 9, 2019

  1. Use the versioned canvaskit from unpkg. (#14264)

    The one from particles.skia.org is not intended for production use.
    Harry Terkelsen authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    3a2ec83 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia c937bc5..095d246 (7 commits) (#14269)

    https://skia.googlesource.com/skia.git/+log/c937bc50250d..095d2468a075
    
    git log c937bc5..095d246 --date=short --first-parent --format='%ad %ae %s'
    2019-12-09 [email protected] GrTextureDomain: Go back to doing vector impl when modes are the same
    2019-12-09 [email protected] Small changes
    2019-12-09 [email protected] skparagraph: fix another leak
    2019-12-09 [email protected] Pass SkGlyphRunList to GrTextBlob::Make
    2019-12-09 [email protected] Cleanup GrTextBlob management code
    2019-12-09 [email protected] Add persistent shader cache support to Metal.
    2019-12-09 [email protected] skparagraph: fix leak
    
    Created with:
      gclient setdep -r src/third_party/skia@095d2468a075
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/skia-flutter-autoroll
    Please CC [email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    Bug: None
    Tbr: [email protected]
    skia-flutter-autoroll authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    b6bb57d View commit details
    Browse the repository at this point in the history
  3. [shell][fuchsia] Add lib/async/default.h

    For async_get_default_dispatcher().
    cdotstout committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    b2ab78f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Enable web engine unit tests on Firefox (#14267)

    * Enable web engine unit tests on Firefox
    
    * addressing PR comments
    
    * addressing PR comments
    
    * fix the version name on the lock file
    nturgut authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    2805da9 View commit details
    Browse the repository at this point in the history
Loading