Message1344

Author retroj
Recipients scottjad
Date 2017-05-15.12:59:52
Content
Julien, your patch above is just inserting an error into browser_dom_window.openURI - there is no
property 'this.browser'.  So any error, or perhaps a simple 'return null;' at that point may reproduce
the 'fix' you see.  I would be curious to know what behavior results from 'return null;' at that point.

From my reading though, what Michael Layzell indicated is that opener needs to be set on the new window,
not the old one.  Scott and I tried a couple of ways of doing exactly that, and the crash remained, so in
my view, this crash that we're seeing is the one from
https://bugzilla.mozilla.org/show_bug.cgi?id=1334086 not the one from
https://bugzilla.mozilla.org/show_bug.cgi?id=1316104
History
Date User Action Args
2017-05-15 12:59:52retrojsetmessageid: <1494853192.72.0.894410539108.issue514@bugs.conkeror.org>
2017-05-15 12:59:52retrojsetrecipients: + scottjad
2017-05-15 12:59:52retrojlinkissue514 messages
2017-05-15 12:59:52retrojcreate