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

Commits on Sep 19, 2018

  1. Return null instead of throwing if an instance method is passed to Pl…

    …uginUtilities.getCallbackHandle (#6260)
    jason-simmons authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    60c5bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b25fd7 View commit details
    Browse the repository at this point in the history
  3. Compute maxIntrinsicWidth based on the width of styled runs added to …

    …the line breaker (#6281)
    
    maxIntrinsicWidth represents the width of the paragraph if no word wrap is
    applied.  This can be calculated by summing the width of all runs within each
    block of text delimited by a hard line break.  maxIntrinsicWidth is the
    maximum width among the blocks in the paragraph.
    
    Fixes flutter/flutter#21965
    jason-simmons authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    7ec1d21 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Fix Top, Left, and Right padding for fullscreen android apps. (#6282)

    * Fix Top, Left, and Right padding for fullscreen apps.
    
    * Fix minor nits and comments, simple logic inversion
    GaryQian authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    f3d51b0 View commit details
    Browse the repository at this point in the history
Loading