-
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: f331e0afaf2e
head repository: flutter-team-archive/engine
compare: bec0dacaae41
- 6 commits
- 24 files changed
- 5 contributors
Commits on Nov 22, 2023
-
Roll Skia from 30ecaac60b47 to 3a79d7a618aa (1 revision) (#48328)
https://skia.googlesource.com/skia.git/+log/30ecaac60b47..3a79d7a618aa 2023-11-22 johnstiles@google.com Replace STArray with trivial hand-written stack. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC brianosman@google.com,jacksongardner@google.com,jamesgk@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for 78fd6de - Browse repository at this point
Copy the full SHA 78fd6deView commit details -
Delete unused/test only code from FML (#48327)
This is more-or-less a revert of #14011 This code never ended up being used outside of tests, and it's not how we handle asset loading at this point anyway. I was hopeful we could kill off all runtime dependencies on Dart in `FML` when looking at this, but it looks like trace_event.h still wants to import dart_api_tools.h for some Dart enum types. This may or may not matter if we ever want to build FML for web/wasm. /cc @eyebrowsoffire. If we really need to do that, we can refactor the trace event stuff so that it has a web and Dart implementation that's selected at build time.
Configuration menu - View commit details
-
Copy full SHA for 0419b81 - Browse repository at this point
Copy the full SHA 0419b81View commit details -
Fix Share Screen Crash on iPad (#48220)
Fixes flutter/flutter#138550 
Configuration menu - View commit details
-
Copy full SHA for 2bd675c - Browse repository at this point
Copy the full SHA 2bd675cView commit details -
Roll Skia from 3a79d7a618aa to 5606ef899116 (1 revision) (#48331)
https://skia.googlesource.com/skia.git/+log/3a79d7a618aa..5606ef899116 2023-11-22 jvanverth@google.com Reland "[graphite] Use colorspace matrix to handle RGB swizzle." If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC brianosman@google.com,jacksongardner@google.com,jamesgk@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for f0cdea3 - Browse repository at this point
Copy the full SHA f0cdea3View commit details -
[web] Hook the new JS API to the FlutterViewManager (#48283)
- Auto-generate view IDs. - Views don't auto-register/auto-unregister anymore. - Remove `EnginePlatformDispatcher.registerView/unregisterView` methods. - Add `FlutterViewManager.createAndRegisterView/disposeAndUnregisterView/dispose` methods. - Hook the `addView`/`removeView` JS APIs to `FlutterViewManager`.
Configuration menu - View commit details
-
Copy full SHA for 5733891 - Browse repository at this point
Copy the full SHA 5733891View commit details
Commits on Nov 23, 2023
-
Fix not being able to hide iOS status bar via setEnabledSystemUIMode (#…
…48271) Fix flutter/flutter#138604 and flutter/flutter#138671 Related PR #45351 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Configuration menu - View commit details
-
Copy full SHA for bec0dac - Browse repository at this point
Copy the full SHA bec0dacView 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 f331e0afaf2e...bec0dacaae41