-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter/engine
base: 37947f961a62
head repository: flutter/engine
compare: c4d14a00716f
- 11 commits
- 28 files changed
- 5 contributors
Commits on Mar 27, 2019
-
Allow embedders to specify their own task runner interfaces. (#8273)
Currently, all Flutter threads are managed by the engine itself. This works for all threads except the platform thread. On this thread, the engine cannot see the underlying event multiplexing mechanism. Using the new task runner interfaces, the engine can relinquish the task of setting up the event multiplexing mechanism and instead have the embedder provide one for it during setup. This scheme is only wired up for the platform thread. But, the eventual goal is to expose this message loop interoperability for all threads.
Configuration menu - View commit details
-
Copy full SHA for cb8eb80 - Browse repository at this point
Copy the full SHA cb8eb80View commit details -
Add super call in FLEView reshape (#8335)
NSOpenGLView reshape is annotated with NS_REQUIRES_SUPER. This avoids build failures when building with `-Wobjc-missing-super-calls`.
Configuration menu - View commit details
-
Copy full SHA for 4efc321 - Browse repository at this point
Copy the full SHA 4efc321View commit details -
Remove use of epoxy from Linux shell (#8334)
Simplifies the build and runtime requirements for the Linux shell. Since the engine does GL extension lookup manually anway, an extension loader library isn't necessary.
Configuration menu - View commit details
-
Copy full SHA for 6d8b836 - Browse repository at this point
Copy the full SHA 6d8b836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6800245 - Browse repository at this point
Copy the full SHA 6800245View commit details
Commits on Mar 28, 2019
-
Build GLFW from source for Linux shell (#8327)
Instead of requiring a system-level GLFW, build it from source and statically link it into the Linux shell.
Configuration menu - View commit details
-
Copy full SHA for 5c99138 - Browse repository at this point
Copy the full SHA 5c99138View commit details -
Cleanups to run_tests.sh script (#8337)
Bugfix: * Use the `pub` from within the built Dart SDK (not whatever's on `$PATH`, if anything). A few minor improvements: * Allow running from below the src/ buildroot dir, as it's often convenient to work from within the flutter/engine git dir. * Echo test name before running, for slightly better debuggability. * Minor line-wrapping for readability.
Configuration menu - View commit details
-
Copy full SHA for 2098398 - Browse repository at this point
Copy the full SHA 2098398View commit details -
Roll src/third_party/dart 991c9da..ffee99d (7 commits)
ffee99d Add asyncExpectThrows<T>() to async_helper. 994f535 [vm/bytecode/compiler] Remove excessive stack overflow checks when inlining 9ea9612 Object can be used in for-in and await for elements. 4555cf7 Convert one more set of tests a9ee080 [dartdevc] Remove redundant parameters from helper methods 1bbd282 Make analyzer/tool/summary/generate.dart take an IDL path f127153 [co19] DEPS updated
Configuration menu - View commit details
-
Copy full SHA for a011010 - Browse repository at this point
Copy the full SHA a011010View commit details -
Roll src/third_party/skia 8d2c195..e4c6705 (1 commits) (#8341)
https://skia.googlesource.com/skia.git/%2Blog/8d2c19554e4a..e4c67058ddb1 git log 8d2c195..e4c6705 --date=short --no-merges --format=%ad %ae %s 2019-03-28 [email protected] Roll third_party/externals/angle2 c240abe..208af3e (3 commits) 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 ([email protected]), and stop the roller if necessary.
Configuration menu - View commit details
-
Copy full SHA for 6415277 - Browse repository at this point
Copy the full SHA 6415277View commit details -
Enables the build of the Windows shell, based on the same GLFW code used by the current Linux shell.
Configuration menu - View commit details
-
Copy full SHA for 84c62b4 - Browse repository at this point
Copy the full SHA 84c62b4View commit details -
Roll src/third_party/dart ffee99d..cf32584 (6 commits)
cf32584 [vm] Support compiling static field initializers and dynamic invocation forwarders from a compilation trace. 3364df5 Fix a bug that led to a divide-by-zero exception f226f4f Improve type of typed-array load e5bc8c2 [ VM / Service ] Remove Platform.pathSeparator from test and replace with / to fix Windows failure 0d93a85 [vm/bytecode] Clean component metadata except bytecode when dropping AST ca2f03c [ VM / Service ] Allow for breakpoints to be set using either file: or package: URIs for packages.
Configuration menu - View commit details
-
Copy full SHA for 5983b7a - Browse repository at this point
Copy the full SHA 5983b7aView commit details -
Roll src/third_party/skia e4c6705..01a0658 (1 commits) (#8344)
https://skia.googlesource.com/skia.git/%2Blog/e4c67058ddb1..01a065884b7d git log e4c6705..01a0658 --date=short --no-merges --format=%ad %ae %s 2019-03-28 [email protected] Roll ../src 83d44af5c208..eb8d3bc0b607 (520 commits) 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 ([email protected]), and stop the roller if necessary.
Configuration menu - View commit details
-
Copy full SHA for c4d14a0 - Browse repository at this point
Copy the full SHA c4d14a0View 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 37947f961a62...c4d14a00716f