Closed
Bug 1162693
Opened 10 years ago
Closed 8 years ago
JavaScript error: resource:///modules/NetworkPrioritizer.jsm, line 88: TypeError: aBrowser.adjustPriority is not a function
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: dholbert, Unassigned)
References
Details
Noticed several instances of this JS Error go by in my terminal, when running a debug build:
{
JavaScript error: resource:///modules/NetworkPrioritizer.jsm, line 88: TypeError: aBrowser.adjustPriority is not a function
}
billm, looks like you added these in bug 666804:
http://hg.mozilla.org/mozilla-central/diff/9b90ce080a83/browser/modules/NetworkPrioritizer.jsm
Has this function gone away or something?
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(wmccloskey)
Reporter | ||
Comment 1•10 years ago
|
||
(This was in a debug build, with e10s enabled [default], based off of mozilla-central changeset 754579ec0e68)
No, it's still there. Usually this sort of thing happens when we call the function on a <browser> element whose XBL has already been torn down. Does this happen around the time you close a tab?
Reporter | ||
Comment 3•10 years ago
|
||
Nope, it's happening when I'm switching tabs.
(Fresh profile, too. I've just been loading treeherder and a few data URLs, basically. I killed the child process once, earlier, & let it respawn; maybe that's involved?)
Reporter | ||
Comment 4•10 years ago
|
||
Couldn't reproduce in a separate fresh profile, though.
In my profile that reproduces this (still running), Bill and I poked around a bit in the Browser Toolbox debugger; didn't find much beyond confirming that the XBL-hooked-up properties don't seem to be there on my tabs' aBrowser objects in this session.
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(wmccloskey)
Comment 5•8 years ago
|
||
NetworkPrioritizer.jsm has been removed.
You need to log in
before you can comment on or make changes to this bug.
Description
•