const TEAROFF_MIN_DIM: i32 = 200;
Sanity bounds for tear-off window dimensions. Frontend caps via window.outerWidth/Height (CSS/DIP) but a malformed or hostile arg should not be able to size the new window absurdly.
window.outerWidth/Height