mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(firefox): disable background tasks and updater for firefox (#8773)
References #8536
This commit is contained in:
parent
32ea4f542b
commit
06b69f6a97
@ -1,2 +1,2 @@
|
|||||||
1289
|
1290
|
||||||
Changed: max@schmitt.mx Mon 6 Sep 2021 16:30:50 CEST
|
Changed: aslushhnikov@gmail.com Wed 08 Sep 2021 05:57:14 AM PDT
|
||||||
|
@ -81,6 +81,12 @@ fi
|
|||||||
OBJ_FOLDER="obj-build-playwright"
|
OBJ_FOLDER="obj-build-playwright"
|
||||||
echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/${OBJ_FOLDER}" >> .mozconfig
|
echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/${OBJ_FOLDER}" >> .mozconfig
|
||||||
echo "ac_add_options --disable-crashreporter" >> .mozconfig
|
echo "ac_add_options --disable-crashreporter" >> .mozconfig
|
||||||
|
echo "ac_add_options --disable-backgroundtasks" >> .mozconfig
|
||||||
|
|
||||||
|
if [[ "$(uname)" == MINGW* || "$(uname)" == "Darwin" ]]; then
|
||||||
|
# This options is only available on win and mac.
|
||||||
|
echo "ac_add_options --disable-update-agent" >> .mozconfig
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $1 != "--juggler" ]]; then
|
if [[ $1 != "--juggler" ]]; then
|
||||||
# TODO: rustup is not in the PATH on Windows
|
# TODO: rustup is not in the PATH on Windows
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
1292
|
1293
|
||||||
Changed: max@schmitt.mx Mon 6 Sep 2021 16:30:50 CEST
|
Changed: aslushhnikov@gmail.com Wed 08 Sep 2021 05:57:14 AM PDT
|
||||||
|
@ -81,6 +81,12 @@ fi
|
|||||||
OBJ_FOLDER="obj-build-playwright"
|
OBJ_FOLDER="obj-build-playwright"
|
||||||
echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/${OBJ_FOLDER}" >> .mozconfig
|
echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/${OBJ_FOLDER}" >> .mozconfig
|
||||||
echo "ac_add_options --disable-crashreporter" >> .mozconfig
|
echo "ac_add_options --disable-crashreporter" >> .mozconfig
|
||||||
|
echo "ac_add_options --disable-backgroundtasks" >> .mozconfig
|
||||||
|
|
||||||
|
if [[ "$(uname)" == MINGW* || "$(uname)" == "Darwin" ]]; then
|
||||||
|
# This options is only available on win and mac.
|
||||||
|
echo "ac_add_options --disable-update-agent" >> .mozconfig
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $1 != "--juggler" ]]; then
|
if [[ $1 != "--juggler" ]]; then
|
||||||
# TODO: rustup is not in the PATH on Windows
|
# TODO: rustup is not in the PATH on Windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user