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

Commits on Feb 18, 2023

  1. [macOS] Mark move-only classes as such (#39734)

    Applies the FML_DISALLOW_COPY_AND_ASSIGN to non-POD types in the macOS
    embedder. Specifically the following three accessibility-related
    classes:
    * FlutterPlatformNodeDelegateMac
    * FlutterTextPlatformNode
    * AccessibilityBridgeMac
    
    No new tests since no semantic change. Only has the compile-time effect
    of preventing copying of classes intended to be move-only.
    cbracken authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    974274d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5316b6 View commit details
    Browse the repository at this point in the history
  3. Roll Skia from 4b79e398dfe0 to 733a19f6a625 (9 revisions) (#39740)

    https://skia.googlesource.com/skia.git/+log/4b79e398dfe0..733a19f6a625
    
    2023-02-17 armansito@google.com [sksl][wgsl] Correctly handle vector equality operator
    2023-02-17 armansito@google.com [sksl][wgsl] Support if statements
    2023-02-17 armansito@google.com [sksl][wgsl] Implement GLSL out-parameter semantics
    2023-02-17 armansito@google.com [sksl][metal] Fix invalid codegen with nested out-param invocations
    2023-02-17 armansito@google.com [sksl][metal] Add test case that demonstrates nested out-param invocation bugs
    2023-02-17 aaclarke@google.com Reland "Added BGR10_XR support for decoding images."
    2023-02-17 bungeman@google.com Add typeface factory registry
    2023-02-17 johnstiles@google.com Disable complex switch test on Intel + Linux + VK.
    2023-02-17 lovisolo@google.com Add Python to all Docker tasks.
    
    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 brianosman@google.com,jacksongardner@google.com,rmistry@google.com 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 Feb 18, 2023
    Configuration menu
    Copy the full SHA
    9a3c3e4 View commit details
    Browse the repository at this point in the history
Loading