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

Commits on Feb 8, 2024

  1. [Impeller] Vulkan: Don't fail initialization if stencil-only textures…

    … aren't supported. (#50455)
    
    Closes flutter/flutter#137108
    
    We don't rely on stencil-only textures anymore in the 2D renderer.
    bdero authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d184e0f View commit details
    Browse the repository at this point in the history
  2. [web] - Fix inputmode on Android Firefox (#46901)

    The wrong keyboard type shows when users specify the phone input type in the framework. 
    
    This is happening because:
    
    * We usually set `inputmode` for mobile text editing strategies.
    * We only use Android's text editing strategy for Blink browser engines (not firefox), so we fall through to the Firefox text editing strategy which I believe should only be used for desktop firefox.
    * So we're ending up in a case where Android + Firefox doesn't set the inputmode and it pops open the default alphanumeric keyboard
    
    Fixes flutter/flutter#136351
    htoor3 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6f5b6a3 View commit details
    Browse the repository at this point in the history
Loading