f-117 wrote: ↑2026-03-03, 00:46
I was wondering what does this parameter do?
Code: Select all
dom.disable_window_open_feature.resizable
As far as I understand,
when a new window opens, a list of properties is passed to it. Specifically, the window can be disallowed from being resized. However, if you set "dom.disable_window_open_feature.resizable = true," the window will be resizable regardless of the requested properties.
https://repo.palemoon.org/MoonchildProd ... .cpp#L1700
@Moonchild
And by the way, the NS_CALCULATE_CHROME_FLAG_FOR macro will not work correctly if the corresponding preference is missing, because nsresult is not checked and the forceEnable variable is initialized only once before calling the macro multiple times.