-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter/engine
base: 78c1ad249b57
head repository: flutter/engine
compare: 305890ab2580
- 7 commits
- 54 files changed
- 6 contributors
Commits on Sep 21, 2023
-
Remove linux fuchsia from recipes cq. (#46153)
With some recent changes led builds can only run if they use -real-build. The migration of fuchsia builds to use -real-build as involved as migrating it to engine v2 and we are implementing the second one. [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 0dbdd85 - Browse repository at this point
Copy the full SHA 0dbdd85View commit details -
Move
git_repo_tools
andprocess_fakes
outside ofclang_tidy
. (#……46017) Closes flutter/flutter#134988.
Configuration menu - View commit details
-
Copy full SHA for c0ee5f0 - Browse repository at this point
Copy the full SHA c0ee5f0View commit details -
Revert "[web] fix clicks on merged semantic nodes (#43620)" (#46067)
This reverts commit 0c1de9b. The commit caused flutter/flutter#134842. I'm going to try again, this time accounting for nested clickables/tappables.
Configuration menu - View commit details
-
Copy full SHA for 902ab57 - Browse repository at this point
Copy the full SHA 902ab57View commit details -
Reland: Enforce the rule of calling FlutterView.Render (#45300) (#45555)
This PR relands #45300 which was reverted in #45525 due to hanging on a windows startup test. The culprit test still calls `FlutterView.render` in the illegal way, which is ignored, causing no frame being ever produced. This has been fixed in flutter/flutter#134245. I've also searched through the framework repo for `render(` to ensure there are no other cases. [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 4b4a76b - Browse repository at this point
Copy the full SHA 4b4a76bView commit details -
More Clang Tidy --fix[es] to header files (#46151)
More work towards flutter/flutter#134969. I decided not to touch the `LOG_X` variables since they are just used in macro expansion.
Configuration menu - View commit details
-
Copy full SHA for 65c458b - Browse repository at this point
Copy the full SHA 65c458bView commit details -
[Impeller] Use final cmd buffer to present drawable. (#46023)
If we're not running with a transaction then we don't need to block on waitUntilScheduled on any platform. I think this should always work, as the problems we had before were due to always using drawable present. But this helper method schedules the drawable presentation after the cmd buffer is scheduled - which is what we're doing with waitUntilScheduled anyway - just non blocking from our perspective. Fixes flutter/flutter#131520
Jonah Williams authoredSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 981e8c9 - Browse repository at this point
Copy the full SHA 981e8c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305890a - Browse repository at this point
Copy the full SHA 305890aView 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 78c1ad249b57...305890ab2580