Skip to content
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/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e1aa823523d
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f13792c679ad
Choose a head ref
  • 16 commits
  • 122 files changed
  • 8 contributors

Commits on Dec 12, 2025

  1. [win32] Do not flood message loop with wake up messages (#179538)

    Fixes #173843
    
    *If you had to change anything in the [flutter/tests] repo, include a
    link to the migration guide as per the [breaking change policy].*
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [x] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    **Note**: The Flutter team is currently trialing the use of [Gemini Code
    Assist for
    GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
    Comments from the `gemini-code-assist` bot should not be taken as
    authoritative feedback from the Flutter team. If you find its comments
    useful you can update your code accordingly, but if you are unsure or
    disagree with the feedback, please feel free to wait for a Flutter team
    member's review for guidance on which automated comments should be
    addressed.
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
    knopp authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    ca27d3c View commit details
    Browse the repository at this point in the history
  2. Implements decodeImageFromPixelsSync (#179519)

    fixes #178488
    
    This doesn't implement the following. They can be implemented in later
    PRs.
    - a skia implementation (maybe won't implement?)
    - a web implementation
    - resizing
    - target pixel format
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [x] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    **Note**: The Flutter team is currently trialing the use of [Gemini Code
    Assist for
    GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
    Comments from the `gemini-code-assist` bot should not be taken as
    authoritative feedback from the Flutter team. If you find its comments
    useful you can update your code accordingly, but if you are unsure or
    disagree with the feedback, please feel free to wait for a Flutter team
    member's review for guidance on which automated comments should be
    addressed.
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
    gaaclarke authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    feaec27 View commit details
    Browse the repository at this point in the history
  3. Roll Skia from e66816c3645e to f23b00a407a4 (2 revisions) (#179798)

    https://skia.googlesource.com/skia.git/+log/e66816c3645e..f23b00a407a4
    
    2025-12-12 robertphillips@google.com [graphite] Fix memory lifetime bug
    in Vulkan PipelineCache creation
    2025-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll
    vulkan-deps from 63f49739609f to 19e77f45335c (3 revisions)
    
    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 jimgraham@google.com,kjlubick@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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    8eaaeaf View commit details
    Browse the repository at this point in the history
  4. [flutter_tool] Force UTF-8 character set for dev (#179419)

    * Set the character set on the response for the index.html
    when running the app with flutter tool.
    * Add expectation to existing test that verifies the character 
    set on the requested index.html reponse.
    
    Fixes: dart-lang/sdk#62090
    
    ---------
    
    Co-authored-by: Ben Konyi <bkonyi@google.com>
    nshahan and bkonyi authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    43f3f92 View commit details
    Browse the repository at this point in the history
  5. Use depth buffer to implement geometry overdraw protection (#179426)

    Use depth buffer to implement geometry overdraw protection as described
    in #179107.
    
    Also deletes code that was used only for the old stencil-based overdraw
    protection.
    
    Fixes #179107
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [ ] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [ ] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [ ] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    **Note**: The Flutter team is currently trialing the use of [Gemini Code
    Assist for
    GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
    Comments from the `gemini-code-assist` bot should not be taken as
    authoritative feedback from the Flutter team. If you find its comments
    useful you can update your code accordingly, but if you are unsure or
    disagree with the feedback, please feel free to wait for a Flutter team
    member's review for guidance on which automated comments should be
    addressed.
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
    b-luk authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    6210e97 View commit details
    Browse the repository at this point in the history
  6. Roll Skia from f23b00a407a4 to edf52cb27f29 (5 revisions) (#179807)

    https://skia.googlesource.com/skia.git/+log/f23b00a407a4..edf52cb27f29
    
    2025-12-12 mike@reedtribe.org restore gradientshader.h
    2025-12-12 bungeman@google.com Roll FreeType from 30e45abe to 23b6cd27
    (1 commits)
    2025-12-12 bungeman@google.com [pdf] Add AttributeList::appendTextString
    2025-12-12 bungeman@google.com Enable fontmgr_android_parser on
    skia_use_expat
    2025-12-12 michaelludwig@google.com [graphite] Fix vello build reference
    to Caps function
    
    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 jimgraham@google.com,kjlubick@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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    33ed9ba View commit details
    Browse the repository at this point in the history
  7. Roll Dart SDK from 9a65db770758 to f105c2168574 (5 revisions) (#179814)

    https://dart.googlesource.com/sdk.git/+log/9a65db770758..f105c2168574
    
    2025-12-12 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.11.0-240.0.dev
    2025-12-12 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.11.0-239.0.dev
    2025-12-12 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.11.0-238.0.dev
    2025-12-12 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.11.0-237.0.dev
    2025-12-11 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.11.0-236.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter
    Please CC dart-vm-team@google.com,jimgraham@google.com on the revert to
    ensure that a human
    is aware of the problem.
    
    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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    080f628 View commit details
    Browse the repository at this point in the history
  8. Update Skwasm to engine style guidelines. (#179756)

    This updates the Skwasm library to conform to the style of the rest of
    the engine. This includes:
    * Moving the location of the skwasm library into
    `engine/src/flutter/skwasm` instead of
    `engine/src/flutter/lib/web_ui/skwasm`, since that was altogether too
    nested and weird.
    * Changed all the file extensions to `.cc` instead of `.cpp`
    * Changed all local include paths to be from the `engine/src/flutter`
    directory rather than relying on the source file's location.
    * Changed ordering of include paths.
    * Removed instances of `using namespace`
    * Changed local variable names and argument names to use snake_case
    * Changed class functions to use UpperCamelCase
    * Changed private member variables to use trailing_ underscore instead
    of _leading.
    * Removed some uses of `auto`
    eyebrowsoffire authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    1963354 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. Roll Skia from edf52cb27f29 to 9e7c893bb593 (3 revisions) (#179819)

    https://skia.googlesource.com/skia.git/+log/edf52cb27f29..9e7c893bb593
    
    2025-12-12 kjlubick@google.com Remove redundant std::moves
    2025-12-12 mike@reedtribe.org Convert to span api for gradients
    2025-12-12
    recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com
    Roll recipe dependencies (trivial).
    
    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 jimgraham@google.com,kjlubick@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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    1b97c26 View commit details
    Browse the repository at this point in the history
  2. Add profiling counts to pipeline uses (#179374)

    This PR adds functionality that logs uses of pipeline variants during
    render passes across all rendering backends for impeller. It also adds a
    method to the engine service protocol that emits these usage statistics.
    New functionality is unit tested.
    
    Fixes #176660.
    walley892 authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    3b4ada3 View commit details
    Browse the repository at this point in the history
  3. Add FilterQuality parameter to FragmentShader.setImageSampler (#179760)

    Add FilterQuality parameter to FragmentShader.setImageSampler
    
    Fixes #133944
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [x] I signed the [CLA].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [x] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [x] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    **Note**: The Flutter team is currently trialing the use of [Gemini Code
    Assist for
    GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
    Comments from the `gemini-code-assist` bot should not be taken as
    authoritative feedback from the Flutter team. If you find its comments
    useful you can update your code accordingly, but if you are unsure or
    disagree with the feedback, please feel free to wait for a Flutter team
    member's review for guidance on which automated comments should be
    addressed.
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
    b-luk authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    add442b View commit details
    Browse the repository at this point in the history
  4. Roll Dart SDK from f105c2168574 to 34654f2a3baa (1 revision) (#179823)

    https://dart.googlesource.com/sdk.git/+log/f105c2168574..34654f2a3baa
    
    2025-12-13 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.11.0-241.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter
    Please CC dart-vm-team@google.com,jimgraham@google.com on the revert to
    ensure that a human
    is aware of the problem.
    
    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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    71c2ee6 View commit details
    Browse the repository at this point in the history
  5. Roll Skia from 9e7c893bb593 to abe90c72cf56 (1 revision) (#179830)

    https://skia.googlesource.com/skia.git/+log/9e7c893bb593..abe90c72cf56
    
    2025-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll
    vulkan-deps from 19e77f45335c to c154407f3e3e (9 revisions)
    
    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 jimgraham@google.com,kjlubick@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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    1258173 View commit details
    Browse the repository at this point in the history
  6. Roll Dart SDK from 34654f2a3baa to bca8bb37d95f (1 revision) (#179835)

    https://dart.googlesource.com/sdk.git/+log/34654f2a3baa..bca8bb37d95f
    
    2025-12-13 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
    Version 3.11.0-242.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter
    Please CC dart-vm-team@google.com,jimgraham@google.com on the revert to
    ensure that a human
    is aware of the problem.
    
    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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    68272bb View commit details
    Browse the repository at this point in the history
  7. Roll Fuchsia Linux SDK from fppT9ZrwbFx7iYrIh... to SCLq31whvg8nJvuYE…

    …... (#179836)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter
    Please CC jimgraham@google.com,zra@google.com on the revert to ensure
    that a human
    is aware of the problem.
    
    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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    3355a1d View commit details
    Browse the repository at this point in the history
  8. Roll Skia from abe90c72cf56 to f9b242d9a365 (1 revision) (#179838)

    https://skia.googlesource.com/skia.git/+log/abe90c72cf56..f9b242d9a365
    
    2025-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll
    Dawn from 83072ee716dc to 77925bf6cdd0 (14 revisions)
    
    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 jimgraham@google.com,kjlubick@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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    f13792c View commit details
    Browse the repository at this point in the history
Loading