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: main
Choose a base ref
...
head repository: icespring/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 58 files changed
  • 15 contributors

Commits on Feb 3, 2021

  1. [flutter_releases] Flutter 1.26.0-17.2.pre Beta Engine Cherrypicks (#…

    …24142)
    
    * add ffi_allocation_patch.dart to libraries.yaml 2 (#23954)
    
    * Use `runes` to get code units in CanvasKit. (#24024)
    
    * [windows] Honor only valid resize requests (#23990)
    
    * Load FlutterLoader when creating FlutterEngineGroup (#23980)
    
    * [canvaskit] remove the DOM node of unrendered platform view (#24001)
    
    * update dart to 2.12.0-259.8.beta
    
    * [web] Fix svg based stroke rendering. (#23969)
    
    * [canvaskit] fix text background, foreground, color; add text style tests (#23800)
    
    * [canvaskit] fix text background, foreground, familyFallback; add style tests
    
    * add leak test
    
    * update goldens_lock.yaml
    
    * remove solo
    
    * Warn when popping out of empty text style stack
    
    * [web] Fix alignment issue in rich paragraphs (#23965)
    
    * [web] Implement CanvasParagraph.getLineBoundary (#24037)
    
    * [web] Fix text alignment when transform + tight constraints + DOM rendering (#24036)
    
    * update licenses_third_party golden
    
    Co-authored-by: Daco Harkes <[email protected]>
    Co-authored-by: Harry Terkelsen <[email protected]>
    Co-authored-by: Kaushik Iska <[email protected]>
    Co-authored-by: xster <[email protected]>
    Co-authored-by: Yegor <[email protected]>
    Co-authored-by: Ferhat <[email protected]>
    Co-authored-by: Mouad Debbar <[email protected]>
    8 people authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    2c527d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    59f5cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63998c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. [flutter_releases] Flutter Engine 1.26.0-17.5.pre Beta Cherrypicks (#…

    …24306)
    
    * Update Dart SDK to 2.12.0-259.9.beta
    * Fixed plumbing of the spawning isolate for Shell::Spawn. (#24112)
    * [canvaskit] update CSS size of the canvas when device-pixel ratio changes (#24160)
    * [web] Fix text selection from right to left (#24214)
    * [windows] Surface will not update when restoring (#24236)
    
    Co-authored-by: gaaclarke <[email protected]>
    Co-authored-by: Yegor <[email protected]>
    Co-authored-by: Mouad Debbar <[email protected]>
    Co-authored-by: Kaushik Iska <[email protected]>
    5 people authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d4453f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. [flutter_releases] Flutter Engine 1.26.0-17.6.pre Beta Cherrypicks (#…

    …24379)
    
    * Update 1.26 engine to use Dart Dart 2.12.0-259.12.beta
    
    * Ensures that hit testing only resturns focusable nodes. (#23931)
    
    * update license file for Dart Dart 2.12.0-259.12.beta
    
    Co-authored-by: Alexander Brusher <[email protected]>
    Patrick Sosinski and abrush21 authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    21fa8bb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. [flutter_releases] Flutter 1.26.0-17.7.pre Beta Engine Cherrypicks (#…

    …24557)
    
    * Update Dart to 2.12.0-259.15.beta
    
    * Propagate image decode errors to the future returned by Codec.getNextFrame (#24336)
    
    * fix infinite loop in findMinimumFontsForCodeunits (#24441)
    
    * Roll CanvasKit to 0.24. (#24498)
    
    * Update tests for new API
    
    * Update goldens and respond to comment
    
    * fix missing CJK and symbol glyphs, font precedence, fallback reset (#24470)
    
    * fix missing CJK and symbol glyphs
    * Cache known covered code units
    
    Co-authored-by: Harry Terkelsen <[email protected]>
    
    * Update licenses_golden
    
    Co-authored-by: Jason Simmons <[email protected]>
    Co-authored-by: Yegor <[email protected]>
    Co-authored-by: Harry Terkelsen <[email protected]>
    Co-authored-by: Harry Terkelsen <[email protected]>
    5 people authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    4a466e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    042c82b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    40441de View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. [flutter_releases] Flutter 2.0.2 Stable Engine Cherrypicks (#24928)

    * Update Dart SDK to 2.12.1
    * [canvaskit] fix Path.from (#24382)
    * Fixed problem where AndroidShellHolder was trashing the ThreadHost in its deconstructor (#24644)
    * update licenses golden
    
    Co-authored-by: Yegor <[email protected]>
    Co-authored-by: gaaclarke <[email protected]>
    3 people authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    5d8bf81 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. [flutter_releases] Flutter Stable 2.0.3 Engine Cherrypicks (#25055)

    * fixes android deeplink query paremeter null crashes (#24146)
    * Update Dart SDK to 2.12.2
    * update licenses golden
    
    Co-authored-by: chunhtai <[email protected]>
    christopherfujino and chunhtai authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3459eb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. [flutter_releases] Flutter Stable 2.0.4 Engine Cherrypicks (#25341)

    * [web] Fix right click issue when dragging (#24447)
    * [web] Fix placeholder-only paragraphs (#24572)
    * [web] Reland: Fix painting of last placeholder in paragraph (#24905)
    
    Co-authored-by: Mouad Debbar <[email protected]>
    christopherfujino and mdebbar authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    2dce470 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. [flutter_releases] Flutter Stable 2.0.5 Engine Cherrypicks (#25619)

    * Roll Dart SDK 2.12.3
    * update licenses golden
    christopherfujino authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    b09f014 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    05e680e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Merge pull request #1 from flutter/flutter-1.26-candidate.17

    Flutter 1.26 candidate.17
    icespring authored May 13, 2021
    Configuration menu
    Copy the full SHA
    4a78ada View commit details
    Browse the repository at this point in the history
Loading