Closed
Bug 1853829
Opened 2 years ago
Closed 2 years ago
Remove dom.block_reload_from_resize_event_handler pref
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: gregp, Assigned: siddharthaswarnkar)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=C++])
Attachments
(1 file)
It's been disabled unconditionally on all platforms for about a year now (bug 1772850).
| Reporter | ||
Comment 1•2 years ago
|
||
Keywords: good-first-bug
Whiteboard: [lang=C++]
| Assignee | ||
Comment 2•2 years ago
|
||
So removing it's definitions from the code and the .yaml file is needed ?
| Assignee | ||
Comment 4•2 years ago
|
||
Can I be assigned this issue ?
| Reporter | ||
Updated•2 years ago
|
Assignee: nobody → siddharthaswarnkar
| Assignee | ||
Comment 5•2 years ago
|
||
block_reload_from_resize_event_handler preference was necessary long ago to prevent terrible UX, now it has been disabled unconditionally on all
platforms for about a year now and is no longer needed. Removed dom.block_reload_from_resize_event_handler preference from
modules/libpref/init/StaticPrefList.yaml. Removed preference checking from dom/base/Location.cpp.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/69c8851b3faa
Removed dom.block_reload_from_resize_event_handler pref. r=gregp,emilio
Comment 7•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•