-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter/engine
base: aa1278e
head repository: flutter/engine
compare: da3721a
- 5 commits
- 45 files changed
- 5 contributors
Commits on Jul 28, 2023
-
[Android] Removes handling of Flutter splash screen (#44047)
Fixes flutter/flutter#105173. [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 632b276 - Browse repository at this point
Copy the full SHA 632b276View commit details -
Roll ANGLE from c319f34c4c8c to 391bfa35798d (1 revision) (#44112)
https://chromium.googlesource.com/angle/angle.git/+log/c319f34c4c8c..391bfa35798d 2023-07-28 [email protected] Fix a missing symbol issue with CaptureReplayTests If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-flutter-engine Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: http://anglebug.com/new To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug 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 64e88e8 - Browse repository at this point
Copy the full SHA 64e88e8View commit details -
Remove a temporary lint ignore (#44091)
[The issue](https://github.com/dart-lang/linter/issues/4562) has been resolved. [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 c00bcae - Browse repository at this point
Copy the full SHA c00bcaeView commit details -
Roll ANGLE from 391bfa35798d to 0abd6f549ff1 (2 revisions) (#44114)
https://chromium.googlesource.com/angle/angle.git/+log/391bfa35798d..0abd6f549ff1 2023-07-28 [email protected] Vulkan: Enable dynamic state on working Android drivers 2023-07-28 [email protected] VVL VUID-VkDescriptorImageInfo-imageView update If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-flutter-engine Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: http://anglebug.com/new To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug 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 c3d59de - Browse repository at this point
Copy the full SHA c3d59deView commit details -
Listen to window notifications to update application lifecycle (#43558)
Use `WM_SIZE, WM_SHOWWINDOW, WM_SETFOCUS, and WM_KILLFOCUS` to update the application lifecycle state on Windows. flutter/flutter#103637 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See [testing the engine] for instructions on writing and running engine tests. - [x] I updated/added relevant documentation (doc comments with `///`). - [ ] I signed the [CLA]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style [testing the engine]: https://github.com/flutter/flutter/wiki/Testing-the-engine [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat --------- Co-authored-by: Brandon DeRosier <[email protected]> Co-authored-by: skia-flutter-autoroll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da3721a - Browse repository at this point
Copy the full SHA da3721aView 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 aa1278e...da3721a