Message1333

Author madalu
Recipients XTaran, jrm
Date 2017-04-02.15:39:43
Content
The firefox diff that broke this for conkeror is here:

https://hg.mozilla.org/mozilla-central/diff/6a563348b8be/toolkit/components/passwordmgr/nsLoginManagerPrompter.js

I believe the problem is that mozilla has replaced the getBrowser method with gBrowser throughout the
firefox code base. But conkeror only defines getBrowser in windows.js (line 200). 

Furthermore, there is a new getBrowserForContentWindow method that we need to define. See this seamonkey
bug for an example:

https://api-dev.bugzilla.mozilla.org/show_bug.cgi?id=1300539
History
Date User Action Args
2017-04-02 15:39:43madalusetmessageid: <1491147583.48.0.899745180686.issue513@bugs.conkeror.org>
2017-04-02 15:39:43madalusetrecipients: + XTaran, jrm
2017-04-02 15:39:43madalulinkissue513 messages
2017-04-02 15:39:43madalucreate