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

Commits on Dec 11, 2023

  1. Fix css changes with macOS 13 and Safari (#48807)

    Safari on macOS 13 outputs different styling than before. Adjust tests to accept new changes. 
    
    Fixes flutter/flutter#136274. Fixes flutter/flutter#136279.
    
    Example passing on macOS 12: https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20linux_web_engine/16401/overview
    Example passing on macOS 13: https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20linux_web_engine/16396/overview
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    vashworth authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dbbb0e5 View commit details
    Browse the repository at this point in the history
  2. [Impeller] remove trace events that have outlived their usefulness. (#…

    …48856)
    
    Dart timeline tracing events are surprisingly expensive. Lets remove events we're not using to track anything, in favor of CPU profiles.
    jonahwilliams authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    44d12b4 View commit details
    Browse the repository at this point in the history
  3. Fix _availability_version_check for iOS 11 and 12 (#48624)

    This PR ports more of the implementation of availability checking from
    clang-rt into the Engine. In particular, when the call to look up the
    symbol `_availability_version_check` fails, this PR falls back on
    reading the platform version information out of a plist file at a
    well-known location, as is done
    [here](https://github.com/llvm/llvm-project/blob/2fd66e6eb659701b9d4c88708d55d5854a246815/compiler-rt/lib/builtins/os_version_check.c#L163).
    
    This change fixes a mistake in
    #44711, which didn't account for
    `_availability_version_check` not being available on iOS 11 and 12.
    
    Fixes flutter/flutter#138711
    zanderso authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5587d26 View commit details
    Browse the repository at this point in the history
Loading