What will you do for the case of the user typing in javascript:window.resizeTo(800,600)?
This is a case where the user clearly knows what they are doing. Disable that, and you break a DOM Level 0 feature completely.
I understand the concern about pages resizing tabbed windows without the user's permission. But don't stop the user from doing the same himself.
(I note that Firefox 1.5.0.6 has re-enabled window.resizeTo() for bug 309251, and SeaMonkey 1.0.4 has it disabled thanks to bug 317819.)
What will you do for the case of the user typing in javascript: window. resizeTo( 800,600) ?
This is a case where the user clearly knows what they are doing. Disable that, and you break a DOM Level 0 feature completely.
I understand the concern about pages resizing tabbed windows without the user's permission. But don't stop the user from doing the same himself.
(I note that Firefox 1.5.0.6 has re-enabled window.resizeTo() for bug 309251, and SeaMonkey 1.0.4 has it disabled thanks to bug 317819.)