Port content-refreshblocker.js refresh blocking to Fission
Categories
(Firefox :: General, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(1 file)
This is used I think to prevent pages from reloading. This bug is about converting it to JSWindowActor and verifying what needs to be done for fission.
The content code is in content-refreshblocker.js
Comment 1•5 years ago
|
||
kmag and Nika ask whether reloading even applies to subframes.
Tracking for Fission Nightly (M6)
| Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
| Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Seems to be affecting only top level window reloads. Jamie, please confirm that this will not be critical to fix for Fission.
Comment 5•5 years ago
|
||
This was implemented many years ago in bug 83265. It doesn't look like the preference is exposed through UI any more, though I can't find where it was removed. Also, I haven't seen many sites use meta refresh these days, though I have no data for that.
The above does suggest it's not critical for Fission release. That said, we have no telemetry for this, so it's possible there are still users who use this.
Asa, thoughts?
Comment 7•5 years ago
|
||
I don't think I've seen this meta refresh being used anywhere for years. If updates happen nowadays, they happen dynamically with JS, and are thus much less intrusive.
| Assignee | ||
Comment 8•5 years ago
|
||
Gijs describes the reasoning for removing the UI for this at https://bugzilla.mozilla.org/show_bug.cgi?id=1365133#c260
That said, I have a patch that implements this already.
| Assignee | ||
Comment 9•5 years ago
|
||
| Assignee | ||
Comment 10•5 years ago
|
||
I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1660331 on refresh blocking UI not appearing in subframes.
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
| bugherder | ||
Updated•4 years ago
|
Description
•