1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Mark removal of suspendTabsUntilReady + update its history

gwarser 2022-01-03 22:50:12 +01:00
parent f126f812ff
commit 1faa7273a6

@ -490,15 +490,16 @@ Controls duration of the [Strict blocking](./Strict-blocking) "Temporarily" bypa
***
<span name="suspendtabsuntilready-experimental"></span>
#### `suspendTabsUntilReady`
<span name="suspendtabsuntilready-experimental"></span>
Removed in favor of [_"Suspend network activity until all filter lists are loaded"_](./Dashboard%3A-Filter-lists#suspend-network-activity-until-all-filter-lists-are-loaded) checkbox in Dashboard -> Filter lists in [1.40.3b1](https://github.com/gorhill/uBlock/commit/925c8d5d0c37dbc1f82e57a92e74350de2c5eab1).
Default: `unset`.
Possible values:
- `unset` - leave it to the platform to pick the optimal
behavior (default, Firefox - enabled, Chromium - disabled)
- `unset` - leave it to the platform to pick the optimal behavior
- `no` - do not suspend tab loading at launch time
- `yes` - suspend tab loading at launch time
@ -511,6 +512,9 @@ Related browser issues:
- Firefox: <https://bugzilla.mozilla.org/show_bug.cgi?id=1378459>, fixed by <https://bugzilla.mozilla.org/show_bug.cgi?id=1447551>.
History:
- Moved to Dashboard in [1.40.3b1](https://github.com/gorhill/uBlock/commit/925c8d5d0c37dbc1f82e57a92e74350de2c5eab1).
- Broken in Chromium between [1.27.0](https://github.com/gorhill/uBlock/commit/80b758e18dbd6e5ed06975c2d4f30649a62b17a9) and [1.40.3b0](https://github.com/gorhill/uBlock/commit/869c06d4eec4847d4bf82c0453690dd17829d680) - cannot be enabled.
- Reload active tabs on startup in Chromium as the default behavior in [1.39.3rc0](https://github.com/gorhill/uBlock/commit/a0a9497b4aca86727b314d8fc31ad345dad08ac8) as a workaround for increasing number of reports about ads slipping through.
- After [1.18.6](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3), configurable again in Firefox (can be disabled). In Firefox this feature is always active by default from now on thanks to ["persistent startup listeners"](https://bugzilla.mozilla.org/show_bug.cgi?id=1503721).
- Before [1.18.6](https://github.com/gorhill/uBlock/commit/87feb47b51202cb8464eab91597b706965a224f3), default to `false`.
- Between uBO [1.18.0](https://github.com/gorhill/uBlock/commit/41548be6be35fe17dbb996e605c4befb09e16911) and 1.18.6, Chromium only.