cw.xulG.set_tab = window.xulG.set_tab;
cw.xulG.new_tab = window.xulG.new_tab;
cw.xulG.url_prefix = window.xulG.url_prefix;
- try { s += ('******** cw = ' + cw + ' cw.xulG = ' + js2JSON(cw.xulG) + '\n'); } catch(E) { s+=E + '\n'; }
+ try { s += ('******** cw = ' + cw + ' cw.xulG = ' + (cw.xulG) + '\n'); } catch(E) { s+=E + '\n'; }
obj.error.sdump('D_BROWSER',s);
} catch(E) {
this.error.sdump('D_ERROR','util.browser.push_variables: ' + E + '\n');
}
//obj.error.sdump('D_BROWSER',s);
} catch(E) {
- obj.error.sdump('D_ERROR','util.browser.progresslistener.onstatechange: ' + js2JSON(E));
+ obj.error.sdump('D_ERROR','util.browser.progresslistener.onstatechange: ' + (E));
}
}
}
if (content_params) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
- this.error.sdump('D_DECK', 'set_iframe\nurl = ' + url + '\nframe.contentWindow = ' + iframe.contentWindow + '\n' + 'content_params = ' + js2JSON(content_params) );
+ this.error.sdump('D_DECK', 'set_iframe\nurl = ' + url + '\nframe.contentWindow = ' + iframe.contentWindow + '\n' + 'content_params = ' + (content_params) );
var cw = iframe.contentWindow;
if (typeof iframe.contentWindow.wrappedJSObject != 'undefined') cw = iframe.contentWindow.wrappedJSObject;
cw.IAMXUL = true; cw.xulG = content_params;
if (content_params) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
- this.error.sdump('D_DECK', 'new_iframe\nurl = ' + url + '\nframe.contentWindow = ' + iframe.contentWindow + '\n' + 'content_params = ' + js2JSON(content_params) );
+ this.error.sdump('D_DECK', 'new_iframe\nurl = ' + url + '\nframe.contentWindow = ' + iframe.contentWindow + '\n' + 'content_params = ' + (content_params) );
var cw = iframe.contentWindow;
if (typeof iframe.contentWindow.wrappedJSObject != 'undefined') cw = iframe.contentWindow.wrappedJSObject;
cw.IAMXUL = true; cw.xulG = content_params;
- this.error.sdump('D_DECK', 'cw = ' + cw + ' cw.xulG = ' + js2JSON(cw.xulG) );
+ this.error.sdump('D_DECK', 'cw = ' + cw + ' cw.xulG = ' + (cw.xulG) );
setTimeout( function() { if (typeof cw.default_focus == 'function') cw.default_focus(); }, 0 );
} catch(E) {
this.error.sdump('D_ERROR','E: ' + E + '\n');