forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mojo: drop lazy serialization support for interfaces
Lazy serialization is only used in tests, and it complicates the binding generator a bunch. This test removes lazy serialization for interfaces and all its test coverage. It does not remove lazy message serialization. Bug: 40732837 Change-Id: Ie5dfbf5c5d8524c8aa9ca425f31a5ab0f23e4772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5381630 Reviewed-by: Richard (Torne) Coles <[email protected]> Commit-Queue: Elly FJ <[email protected]> Reviewed-by: Oksana Zhuravlova <[email protected]> Reviewed-by: John Abd-El-Malek <[email protected]> Cr-Commit-Position: refs/heads/main@{#1276568}
- Loading branch information
Elly
authored and
Chromium LUCI CQ
committed
Mar 21, 2024
1 parent
2738ede
commit ba734fd
Showing
11 changed files
with
18 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
171 changes: 0 additions & 171 deletions
171
mojo/public/cpp/bindings/tests/lazy_serialization_unittest.cc
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.