Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Sep 19, 2023

  1. FlutterMouse.* -> kFlutterMouse.*, so we can lint header files. (#…

    …46056)
    
    Partial work towards flutter/flutter#134969.
    
    ---------
    
    Co-authored-by: Chris Bracken <[email protected]>
    matanlurey and cbracken authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f1fd0a3 View commit details
    Browse the repository at this point in the history
  2. Implement JSObject instead of extending (#46070)

    JSObject will have a factory constructor to create an object literal, so
    you can't extend it as it will no longer have a generative constructor
    (@staticInterop types can't have generative constructors).
    srujzs authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    838d0a0 View commit details
    Browse the repository at this point in the history
  3. Roll Skia from 559a964f9f1b to fe3568162721 (5 revisions) (#46069)

    https://skia.googlesource.com/skia.git/+log/559a964f9f1b..fe3568162721
    
    2023-09-19 [email protected] [graphite] Switch signed unique ID iterators to unsigned.
    2023-09-19 [email protected] Add "unsafe apis" toggle for Adapter in Graphite DawnTestContext
    2023-09-19 [email protected] [skottie] Make text shaper header public
    2023-09-19 [email protected] [graphite] Add option to disable cached glyph uploads.
    2023-09-19 [email protected] [graphite] Use Dawn's dual-src blend coeffs when possible
    
    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],[email protected],[email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
    To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
    
    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/+doc/main/autoroll/README.md
    skia-flutter-autoroll authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a96f26f View commit details
    Browse the repository at this point in the history
  4. Enable strict-inference (#46062)

    Avoids that dynamic accidentally sneaks in, see https://dart.dev/tools/analysis#enabling-additional-type-checks
    goderbauer authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a7af55c View commit details
    Browse the repository at this point in the history
Loading