-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter-team-archive/engine
base: 162b2e98c036
head repository: flutter-team-archive/engine
compare: 236661cd87d6
- 9 commits
- 83 files changed
- 4 contributors
Commits on Oct 26, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 2bfb893 - Browse repository at this point
Copy the full SHA 2bfb893View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for df85722 - Browse repository at this point
Copy the full SHA df85722View commit details -
Configuration menu - View commit details
-
Copy full SHA for f797004 - Browse repository at this point
Copy the full SHA f797004View commit details -
Update FlutterPlugin.h docs, suppress warning for older API (#6672)
* Update FlutterPlugin.h docs, suppress warning for older API
Configuration menu - View commit details
-
Copy full SHA for 55e1299 - Browse repository at this point
Copy the full SHA 55e1299View commit details -
Undefine ERROR in platform_view_layer.cc (#6675)
On Windows the ERROR macro is defined by some headers which breaks the FML_LOG(ERROR).
Configuration menu - View commit details
-
Copy full SHA for 6c2a0b3 - Browse repository at this point
Copy the full SHA 6c2a0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 505d2a9 - Browse repository at this point
Copy the full SHA 505d2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba8f6aa - Browse repository at this point
Copy the full SHA ba8f6aaView commit details
Commits on Oct 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c4f5061 - Browse repository at this point
Copy the full SHA c4f5061View commit details
Commits on Oct 28, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 236661c - Browse repository at this point
Copy the full SHA 236661cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 162b2e98c036...236661cd87d6