зеркало из https://github.com/mozilla/gecko-dev.git
1b790f3246
If main thread is busy handling runnables in the normal priority queue, control-type of messages from workers are possibly postponed to run after those. That can lead to bad performance, if the page expects workers to be able to proceed simultanously with the main thread. This patch makes the control messages to use medium high priority queue in order to try to ensure they are handled in timely manner. Pref dom.worker.use_medium_high_event_queue can be set to false to disable this new behavior. Differential Revision: https://phabricator.services.mozilla.com/D22128 --HG-- extra : rebase_source : 447dec6dbcccaa0206a1815c21ccf713c523fc91 |
||
---|---|---|
.. | ||
tests | ||
Console.cpp | ||
Console.h | ||
ConsoleAPIStorage.jsm | ||
ConsoleCommon.h | ||
ConsoleInstance.cpp | ||
ConsoleInstance.h | ||
ConsoleReportCollector.cpp | ||
ConsoleReportCollector.h | ||
ConsoleUtils.cpp | ||
ConsoleUtils.h | ||
components.conf | ||
moz.build | ||
nsIConsoleAPIStorage.idl | ||
nsIConsoleReportCollector.h |