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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    b91b09a View commit details
    Browse the repository at this point in the history
  2. [Impeller] improved glyph hashing performance (#44502)

    This change makes the glyph hash 39% faster (66ms vs 107ms).  The glyph hash function occupies the most CPU time on the raster thread when scrolling around the main screen for the Flutter Gallery
    
    ## before
    
    <img width="1101" alt="Screenshot 2023-08-08 at 10 53 06 AM" src="https://github.com/flutter/engine/assets/30870216/2332323e-80cd-4f39-9ec1-95cb5662be7b">
    
    ## after
    <img width="1097" alt="Screenshot 2023-08-08 at 10 52 51 AM" src="https://github.com/flutter/engine/assets/30870216/13bbc07b-7f56-40e8-ada5-32de77ddf614">
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    gaaclarke authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6522a6b View commit details
    Browse the repository at this point in the history
  3. Flutter iOS Interactive Keyboard: Handle Pointer Up (#44457)

    This PR address the movement aspect of the flutter interactive keyboard. It handles pointer up while a scroll view widget is visible, and the interactive behavior is chosen for keyboardDismissBehavior. This is a desired behavior of the keyboard that has not yet been implemented.
    Design Document:
    https://docs.google.com/document/d/1-T7_0mSkXzPaWxveeypIzzzAdyo-EEuP5V84161foL4/edit?pli=1
    
    Issues Address:
    flutter/flutter#57609
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    Matt2D authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    196589e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    934ebb0 View commit details
    Browse the repository at this point in the history
Loading