Loading
Bug 1789439 - Throw rather than logging an error when tab-modal print is...
Bug 1789439 - Throw rather than logging an error when tab-modal print is already open. r=mstriemer a=pascalc If we succeed but return null, we end up retargeting to a new window here: https://searchfox.org/mozilla-central/rev/3aaca0a12a2d1463da54933bdbdae2f06fead06f/dom/ipc/ContentParent.cpp#5462-5465 Which is bad. Depends on D156682 Differential Revision: https://phabricator.services.mozilla.com/D156683