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-team-archive/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 162b2e98c036
Choose a base ref
...
head repository: flutter-team-archive/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 236661cd87d6
Choose a head ref
  • 9 commits
  • 83 files changed
  • 4 contributors

Commits on Oct 26, 2018

  1. iOS Embedding Refactor (#6447)

    * Create FlutterEngine to manage a Shell to support maintaining execution state across instances of FlutterViewControllers
    * Refactor PlatformViewIOS to support adding or removing a FlutterViewController dynamically
    * Refactor FlutterDartHeadlessCodeRunner to implement FlutterEngine
    * Refactor FlutterViewController to accept a FlutterEngine at initialization or to create one for backwards compatibility; any Shell related responsibilities are now passed through to the Engine instance
    * Remove FlutterNavigationController (unused)
    * Update all public Objective C doc comments to be consistent and formatable
    * Add public documentation to all public headers
    dnfield authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    2bfb893 View commit details
    Browse the repository at this point in the history
  2. Plumb the iOS PlatformViewsController into flow. (#6603)

    For flow to manipulate the embedded UIViews during the paint traversal
    it needs some hook in PaintContext.
    This PR introduces a ViewEmbeder interface that is implemented by the
    iOS PlatformViewsController and plumbs it into PaintContext.
    
    The ViewEmbedder interface is mainly a place holder at this point, as
    this PR is focused on just the plumbing.
    amirh authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    df85722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f797004 View commit details
    Browse the repository at this point in the history
  4. Update FlutterPlugin.h docs, suppress warning for older API (#6672)

    * Update FlutterPlugin.h docs, suppress warning for older API
    dnfield authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    55e1299 View commit details
    Browse the repository at this point in the history
  5. Undefine ERROR in platform_view_layer.cc (#6675)

    On Windows the ERROR macro is defined by some headers which breaks the
    FML_LOG(ERROR).
    amirh authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    6c2a0b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    505d2a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba8f6aa View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

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

Commits on Oct 28, 2018

  1. Roll src/third_party/skia 3b79aa3..b53f1f4 (13 commits) (#6679)

    https://skia.googlesource.com/skia.git/+log/3b79aa3a5ad0..b53f1f46982d
    
    
    Created with:
      gclient setdep -r src/third_party/skia@b53f1f46982d
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    236661c View commit details
    Browse the repository at this point in the history
Loading