Bug 1677487 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

`HeaderIncludes` in `ipc/ipdl/ipdl/builtin.py` lists a number of headers that are not needed by all protocols yet included in all of them, e.g. `Shmem.h` and `FileDescriptor.h`. This should be checked and reduced to the set of necessary headers.
`HeaderIncludes` in `ipc/ipdl/ipdl/builtin.py` lists a number of headers that are not needed by all protocols yet included in all of them, e.g. `ByteBuf.h`, `FileDescriptor.h`, `MozPromise.h` and `Shmem.h`. This should be checked and reduced to the set of necessary headers.

Back to Bug 1677487 Comment 0