YSlow seems to throw errors (I see them in jsconsole) when trying to
reference TabWatcher in yslow-firebug,js . Is there an easy fix /
workaround? I can post the fix to the open source group for YSlow ...
TabWatcher is evidently no longer a global.
yslowUnload: function (event) {
var fbcontext,
fbCtx = typeof FirebugContext !== 'undefined' ?
FirebugContext : Firebug.currentContext,
win = event.currentTarget,
now = Number(new Date());
// fire onUnload event.
// unload event from another browser tab.
// don't peel or update status bar, just save the page load
time and return.
if (win !== fbCtx.window) {
fbcontext = TabWatcher.getContextByWindow(win);
} else {
fbcontext = fbCtx;
}
There is another issue as well, Firebug.InfoTip.populateImageInfoTip is not
defined:
showInfoTip: function (infoTip, target, x, y) {
if (false && target.nodeName === "A" && target.rel &&
(target.rel === 'image' || target.rel === 'cssimage')) {
return Firebug.InfoTip.populateImageInfoTip(infoTip,
target.href);
}
return false;
},
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit
https://groups.google.com/d/msgid/firebug/a16b3269-e40c-4e2f-b159-3fd5e5924800%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.