зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1597256 - Add 'silent' to the full installer ping. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D54356 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
ace2396f78
Коммит
66f41823f1
|
@ -1124,6 +1124,12 @@ Function SendPing
|
|||
nsJSON::Set /tree ping "Data" "succeeded" /value true
|
||||
${EndIf}
|
||||
|
||||
${If} ${Silent}
|
||||
nsJSON::Set /tree ping "Data" "silent" /value true
|
||||
${Else}
|
||||
nsJSON::Set /tree ping "Data" "silent" /value false
|
||||
${EndIf}
|
||||
|
||||
; Send the ping request. This call will block until a response is received,
|
||||
; but we shouldn't have any windows still open, so we won't jank anything.
|
||||
nsJSON::Set /http ping
|
||||
|
|
Загрузка…
Ссылка в новой задаче