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.
Reland "Reland "Mojo C++ Bindings: Dynamic message allocation""
This is a reland of 9ea3143 Original change's description: > Reland "Mojo C++ Bindings: Dynamic message allocation" > > This is a reland of 0463c3d > > Breakage was caused by a defunct test. Test has been deleted. > > Original change's description: > > Mojo C++ Bindings: Dynamic message allocation > > > > Reduces the "prepare-to-serialize" bindings step to handle and > > interface collection instead of full message size measurement. > > > > Allows the serialized message buffer to be expanded dynamically > > during serialization, and reworks the serialization code to support > > writing into a buffer which may be reallocated (and thus relocated) > > between operations. > > > > Bug: 742369 > > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel > > Change-Id: I5cacee48343f565d68a77455872b0bf4e74e7674 > > > > TBR=sky@chromium.org > > > > Change-Id: I5cacee48343f565d68a77455872b0bf4e74e7674 > > Reviewed-on: https://chromium-review.googlesource.com/580568 > > Commit-Queue: Ken Rockot <rockot@chromium.org> > > Reviewed-by: Yuzhu Shen <yzshen@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#489210} > > Bug: 742369 > Change-Id: Ic3a55bae2977fdeec93fbeddd95b04dc6aabe880 > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel > > TBR=yzshen@chromium.org > TBR=sky@chromium.org > > Change-Id: Ic3a55bae2977fdeec93fbeddd95b04dc6aabe880 > Reviewed-on: https://chromium-review.googlesource.com/584038 > Commit-Queue: Ken Rockot <rockot@chromium.org> > Reviewed-by: Ken Rockot <rockot@chromium.org> > Cr-Commit-Position: refs/heads/master@{#489326} Bug: 742369 Change-Id: Ief594662ed6d04c51eef8bbd72db291a9cdbf4a9 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel TBR=yzshen@chromium.org TBR=sky@chromium.org Change-Id: Ief594662ed6d04c51eef8bbd72db291a9cdbf4a9 Reviewed-on: https://chromium-review.googlesource.com/587047 Reviewed-by: Ken Rockot <rockot@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#489828}
- Loading branch information
Showing
50 changed files
with
943 additions
and
1,002 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
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.