зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1351148 Part12: Disable input event queue until related bugs are fixed. r=smaug.
MozReview-Commit-ID: 74cycVYPe20
This commit is contained in:
Родитель
daa217691b
Коммит
c5c60639fa
|
@ -3122,7 +3122,7 @@ pref("idle_queue.long_period", 50);
|
||||||
|
|
||||||
// Control the event prioritization on content main thread
|
// Control the event prioritization on content main thread
|
||||||
#ifdef NIGHTLY_BUILD
|
#ifdef NIGHTLY_BUILD
|
||||||
pref("prioritized_input_events.enabled", true);
|
pref("prioritized_input_events.enabled", false);
|
||||||
#else
|
#else
|
||||||
pref("prioritized_input_events.enabled", false);
|
pref("prioritized_input_events.enabled", false);
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче