зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1553593
- Allow the searchplugins stat call to happen later with WebRender. r=florian
Differential Revision: https://phabricator.services.mozilla.com/D32471 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
56105e859f
Коммит
d2a6f79b9a
|
@ -530,6 +530,7 @@ const startupPhases = {
|
|||
{ // bug 1003968
|
||||
path: "XREAppDist:searchplugins",
|
||||
condition: WIN,
|
||||
ignoreIfUnused: true, // with WebRender enabled this may happen during "before becoming idle"
|
||||
stat: 1,
|
||||
},
|
||||
{
|
||||
|
@ -643,6 +644,12 @@ const startupPhases = {
|
|||
condition: WIN,
|
||||
stat: 7,
|
||||
},
|
||||
{ // bug 1003968
|
||||
path: "XREAppDist:searchplugins",
|
||||
condition: WIN,
|
||||
ignoreIfUnused: true, // with WebRender enabled this may happen during "before handling user events"
|
||||
stat: 1,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче