Message1189

Author noel
Recipients
Date 2014-02-03.03:20:48
Content
I've been running 1.0pre against a XULRunner built off of mozilla-central.  I noticed that pasting data
to conkeror from the clipboard resulted in a SEGV.  Poking around, I discovered:

https://bugzilla.mozilla.org/show_bug.cgi?id=769440

In short, in order to support private browsing, nsITransferable objects are now required to be
initialized after being created.  I've attached a patch against the current git tree which fixes the SEGV.
Files
File name Uploaded
nsITransferable.diff noel, 2014-02-03.03:20:48
History
Date User Action Args
2014-02-03 03:20:48noelsetmessageid: <1391397648.76.0.40953406974.issue462@bugs.conkeror.org>
2014-02-03 03:20:48noellinkissue462 messages
2014-02-03 03:20:48noelcreate