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

Commits on May 1, 2024

  1. macOS fluttertextinputplugin drops selector called if no client (#52495)

    The observed behavior is that if a keypress both reach framework and flutter textinputplugin selector and the keypress handler in framework causes the the textinputplugin to resign first responder, the selector will still go through even if the textinputplugin has already resigned.
    
    The pr makes it so textinputplugin will ignore these selector call
    
    fixes flutter/flutter#143270
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    chunhtai authored May 1, 2024
    Configuration menu
    Copy the full SHA
    cfa3f34 View commit details
    Browse the repository at this point in the history
  2. Migrate PlatformMessageHandlerIos to ARC (#52226)

    Smart pointers support ARC as of #47612, and the unit tests were migrated in #48162.
    
    Migrate `PlatformMessageHandlerIos` from MRC to ARC.  Clean up the `#include`s.
    
    Part of flutter/flutter#137801.
    jmagman authored May 1, 2024
    Configuration menu
    Copy the full SHA
    2d73fa2 View commit details
    Browse the repository at this point in the history
Loading