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

Commits on Sep 7, 2022

  1. [fuchsia] Port text-input-test, part 1. (#35957)

    Part 1 sets up the test to run but the UI has not been
    ported yet so the test hangs.
    
    This is mostly a straight port from
    https://cs.opensource.google/fuchsia/fuchsia/+/main:src/ui/tests/integration_input_tests/text-input/
    
    There were some nuances:
    
    - Some FIDL APIs are not available in the SDK and have to be
      referenced by name instead (vulkan.Loader, scheduler.ProfileProvider).
    - Some subtle differences between the GN rules in fuchsia.git
      vs. engine (e.g. fuchsia_component doesn't append .cm by default to
      CFv2 output).
    - Moved shared logic from embedder test into a utils/ folder to
      facilitate writing new tests in the future.
    
    Part 2 will port over the UI to dart:ui.
    akbiggs authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7302929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4b50d View commit details
    Browse the repository at this point in the history
  3. [Windows] Fix system theme integration. (#35902)

    The #35019 didn't merge SettingsPluginWin32's constructor and destructor. This PR adds them and fix SettingsPlugin to re-enable it to watch the theme changes.
    
    This PR is part of flutter/flutter#110700.
    
    No changes in the flutter/tests repo.
    moko256 authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b73a6ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab8c96f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb2234b View commit details
    Browse the repository at this point in the history
Loading