forked from Pissandshittium/pissandshittium
-
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.
Revert "Use BigBuffer for legacy IPC messages"
This reverts commit 3e12619. Reason for revert: Seems to be causing test failures: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.13%20Tests%20%28dbg%29 https://logs.chromium.org/v/?s=chromium%2Fbuildbucket%2Fcr-buildbucket.appspot.com%2F8941340516261567504%2F%2B%2Fsteps%2Fipc_tests%2F0%2Flogs%2FIPCChannelMojoTest.SendFailWithPendingMessages%2F0 Original change's description: > Use BigBuffer for legacy IPC messages > > This replaces use of ReadOnlyBuffer with a new mojom Message type > specific to //ipc. This type maps to another new C++ MessageView type > which in turn wraps a BigBufferView. > > This allows us to transparently fall back onto shared memory for large > IPC messages without increasing the number of copies during send or > receive in any (small- or large-message) cases. > > In order to avoid introducing more mojo-base targets, this also removes > the remaining [Native] structs from mojo_base mojom (LOGFONT and > FileInfo) and replaces them with real mojom structures + StructTraits, > thus allowing //ipc to depend on mojo/public/*/base in its entirety. > > Also fixes random missing public_deps entries for a > chrome/services/file_util typemap, because it decided to start breaking > all of my local builds. :3 > > Bug: 784069 > Change-Id: I359b964ffc1fe44ffd6aa704405ea63156f4fbc9 > Reviewed-on: https://chromium-review.googlesource.com/1131685 > Commit-Queue: Ken Rockot <rockot@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#573956} TBR=dcheng@chromium.org,rockot@chromium.org Change-Id: Id30a64213605fb645e46632589d5ce2a4fbc0077 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 784069 Reviewed-on: https://chromium-review.googlesource.com/1132495 Reviewed-by: Alice Boxhall <aboxhall@chromium.org> Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#574057}
- Loading branch information
Alice Boxhall
authored and
Commit Bot
committed
Jul 11, 2018
1 parent
f3d6cdd
commit b0cfd1d
Showing
27 changed files
with
79 additions
and
391 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.