mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
357e2a0e8c
The default constructor for ipdl-generated messages looks like: MOZ_IMPLICIT Msg_AsyncMessage() : IPC::Message(MSG_ROUTING_NONE, ID, IPC::Message::PRIORITY_NORMAL, COMPRESSION_NONE, "PContent::Msg_AsyncMessage") { } IPC::Message::PRIORITY_NORMAL is 1, so any set_priority(1) calls are just redudant. Additionally, the priorities for messages are known at code generation time, so we are always able to provide the right constants to the message constructor, rather than using set_priority calls later. |
||
---|---|---|
.. | ||
app | ||
bluetooth | ||
chromium | ||
contentproc | ||
dbus | ||
glue | ||
ipdl | ||
keystore | ||
netd | ||
nfc | ||
ril | ||
testshell | ||
unixfd | ||
unixsocket | ||
moz.build | ||
pull-chromium.py |