Message1334

Author XTaran
Recipients jrm
Date 2017-04-02.19:49:22
Content
madalu: Thanks for these hints. Unfortunately they're not enough hints
for me to actually find a fix.

At least the following patch does _not_ suffice:

--- a/modules/window.js
+++ b/modules/window.js
@@ -198,6 +198,8 @@ function window_initialize (window) {
     // Add a getBrowser() and content to help certain extensions designed
     // for Firefox work with conkeror
     window.getBrowser = window_get_this_browser;
+    window.gBrowser = window_get_this_browser;
+    window.getBrowserForContentWindow = window_get_this_browser;
     window.__defineGetter__('content',
                             function () {
                                 return this.buffers.current.browser.contentWindow;
History
Date User Action Args
2017-04-02 19:49:22XTaransetmessageid: <1491162562.28.0.121807518099.issue513@bugs.conkeror.org>
2017-04-02 19:49:22XTaransetrecipients: + jrm
2017-04-02 19:49:22XTaranlinkissue513 messages
2017-04-02 19:49:22XTarancreate