mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-04 17:35:48 +03: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
|
||||
Changed: max@schmitt.mx Mon 6 Sep 2021 16:30:50 CEST
|
||||
1290
|
||||
Changed: aslushhnikov@gmail.com Wed 08 Sep 2021 05:57:14 AM PDT
|
||||
|
@ -81,6 +81,12 @@ fi
|
||||
OBJ_FOLDER="obj-build-playwright"
|
||||
echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/${OBJ_FOLDER}" >> .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
|
||||
# TODO: rustup is not in the PATH on Windows
|
||||
|
@ -1,2 +1,2 @@
|
||||
1292
|
||||
Changed: max@schmitt.mx Mon 6 Sep 2021 16:30:50 CEST
|
||||
1293
|
||||
Changed: aslushhnikov@gmail.com Wed 08 Sep 2021 05:57:14 AM PDT
|
||||
|
@ -81,6 +81,12 @@ fi
|
||||
OBJ_FOLDER="obj-build-playwright"
|
||||
echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/${OBJ_FOLDER}" >> .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
|
||||
# TODO: rustup is not in the PATH on Windows
|
||||
|
Loading…
Reference in New Issue
Block a user