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

Commits on Jan 19, 2023

  1. Fix invalid Unix locale to Flutter locale (BCP-47) mapping (#36512)

    Flutter locales use the BCP-47 format
    (https://www.rfc-editor.org/rfc/bcp/bcp47.txt), and Unix locales use a POSIX
    format. There is not a perfect mapping between them, see
    https://wiki.openoffice.org/wiki/LocaleMapping
    
    The current implementation is not correctly setting the appropriate optional
    fields, so remove that.
    
    There are likely some Unix locales that should set these fields, but these are
    best fixed by adding special cases for them as they are discovered.
    
    Fixes: flutter/flutter#111341
    robert-ancell authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    27f6bbc View commit details
    Browse the repository at this point in the history
  2. Roll Skia from 69d8378097df to aedfc8695954 (4 revisions) (#38966)

    https://skia.googlesource.com/skia.git/+log/69d8378097df..aedfc8695954
    
    2023-01-17 [email protected] [graphite] Fix Dawn validation error due to hasDynamicOffset=true.
    2023-01-17 [email protected] [graphite] Enable depth & stencil formats' support in DawnCaps
    2023-01-17 [email protected] [graphite] Create graphite::Image_Base
    2023-01-17 [email protected] update libwebp to 1.3.0
    
    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] 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 Jan 19, 2023
    Configuration menu
    Copy the full SHA
    7d40e77 View commit details
    Browse the repository at this point in the history
Loading