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

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    9b3117a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92a6ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31fd1bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f088801 View commit details
    Browse the repository at this point in the history
  5. Fix inconsistent enum/class private member naming (#32409)

    Classes that model enums in dart:ui typically name fields modelling the
    enum values as `_kFooIndex`. This associated value matches the enum
    value from embedder.h.
    
    In #32408 we add a test that
    verifies that dart:ui classes model the same set of values in the native
    implementation, the web_ui implementation, and the embedder API. Testing
    this is much simpler if we use consistent naming for all enum values.
    
    Issue: #32408
    cbracken authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ac21195 View commit details
    Browse the repository at this point in the history
  6. Fix deltas when selection is active and composing begins on MacOS (#3…

    …2412)
    
    * Fix special character input on a selection
    
    * Add test for composing when selection is active
    
    Co-authored-by: Renzo Olivares <[email protected]>
    Renzo-Olivares and Renzo Olivares authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    75e7cfd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Fix SemanticsAction naming consistency (#32411)

    Removes the `Index` suffix from kMoveCursorForwardByWord and
    kMoveCursorBackwardByWord values in the SemanticsAction enum. These were
    erroneously copied as-is from the private class members in the dart:ui
    implementation in lib/ui/semantics/semantics.dart where the class
    members refer to the enum index here. This removes the trailing `Index`
    for consistency with the other enum members here.
    
    This is also useful in the context of automated testing for API
    consistency between these enums, the ones in dart:ui (native and web
    implementations) and the embedder API.
    
    Issue: flutter/flutter#101217
    cbracken authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    7e5989b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3e9dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef50b28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b48d65e View commit details
    Browse the repository at this point in the history
Loading