-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter/engine
base: 4ee648914f91
head repository: flutter/engine
compare: be0c3143c5f8
- 10 commits
- 5 files changed
- 3 contributors
Commits on Aug 16, 2018
-
Roll src/third_party/skia cbd83bb..cbb7d57 (5 commits) (#6033)
Auto-roller completed checks. Merging.
Configuration menu - View commit details
-
Copy full SHA for 16922dd - Browse repository at this point
Copy the full SHA 16922ddView commit details -
Roll src/third_party/skia cbb7d57..8d77d1d (12 commits) (#6034)
Auto-roller completed checks. Merging.
Configuration menu - View commit details
-
Copy full SHA for 9ec11b8 - Browse repository at this point
Copy the full SHA 9ec11b8View commit details
Commits on Aug 17, 2018
-
Roll src/third_party/skia 8d77d1d..e21f0ec (5 commits) (#6036)
Auto-roller completed checks. Merging.
Configuration menu - View commit details
-
Copy full SHA for 9e26174 - Browse repository at this point
Copy the full SHA 9e26174View commit details -
Fix potential null pointer dereference in FlutterDartProject (#6035)
If `FlutterDartProject` found an `FLTLibraryPath` entry in an iOS application's `Info.plist`, it assumed that values that were valid filesystem paths were paths to bundles. If the attempt to retrieve the `NSBundle` fails, `FlutterDartProject` ignored the failure and then would assign `nil` to a C++ `std::string`, resulting in a null pointer dereference. Add some failure checks to prevent this.
Configuration menu - View commit details
-
Copy full SHA for 4ff4a5c - Browse repository at this point
Copy the full SHA 4ff4a5cView commit details -
Roll src/third_party/skia e21f0ec..bc414ed (2 commits) (#6037)
Auto-roller completed checks. Merging.
Configuration menu - View commit details
-
Copy full SHA for 6381bea - Browse repository at this point
Copy the full SHA 6381beaView commit details -
Roll src/third_party/skia bc414ed..da135c3 (1 commits) (#6038)
Auto-roller completed checks. Merging.
Configuration menu - View commit details
-
Copy full SHA for 6b94957 - Browse repository at this point
Copy the full SHA 6b94957View commit details -
Roll src/third_party/skia da135c3..12d13ae (7 commits) (#6039)
Auto-roller completed checks. Merging.
Configuration menu - View commit details
-
Copy full SHA for 93efa7e - Browse repository at this point
Copy the full SHA 93efa7eView commit details -
Roll src/third_party/skia 12d13ae..c623af2 (8 commits) (#6040)
Auto-roller completed checks. Merging.
Configuration menu - View commit details
-
Copy full SHA for a7e0e87 - Browse repository at this point
Copy the full SHA a7e0e87View commit details -
Roll src/third_party/skia c623af2..ff6a73c (5 commits) (#6042)
Auto-roller completed checks. Merging.
Configuration menu - View commit details
-
Copy full SHA for 5bd9620 - Browse repository at this point
Copy the full SHA 5bd9620View commit details
Commits on Aug 18, 2018
-
Add views added to the WindowManager into the presentation view tree. (…
…#6043) The default WindowManager implementation in Android's Presentation is delegating addView/removeView/updateViewLayout calls to the global WindowManager. This can result in a crash when an embedded view is trying to e.g show a PopupWindow. This change adds a custom WindowManager that overrides addView (and removeView/updateViewLayout) and adds the view to the presentation's view tree. Note that views might keep a reference to the window manager which might be an issue when we move a view from one virtual display to another (due to a resize). For this reason when re-sizing we are not creating a new window manager for the new presentation, but updating the window manager's references to be relevant for the new presentation and re-use it.
Configuration menu - View commit details
-
Copy full SHA for be0c314 - Browse repository at this point
Copy the full SHA be0c314View 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 4ee648914f91...be0c3143c5f8