Closed
Bug 289521
Opened 20 years ago
Closed 14 years ago
exceptions from progress listeners should not prevent other listeners from being notified
Categories
(SeaMonkey :: Tabbed Browser, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 421245
People
(Reporter: timeless, Unassigned)
Details
(Keywords: helpwanted)
Exception ``...'' thrown from function anonymous(aWebProgress=XPComponent:{15},
aRequest=XPComponent:{41}, aStateFlags=integer:786448, aStatus=integer:0) in
<chrome://global/content/bindings/tabbrowser.xml> line 259.
[e] message = [string] "..."
Stopped for thrown exception.
#0: function anonymous(aWebProgress=XPComponent:{15}, aRequest=XPComponent:{41},
aStateFlags=integer:786448, aStatus=integer:0) in
<chrome://global/content/bindings/tabbrowser.xml> line 259
256 for (var i = 0; i < this.mTabBrowser.mProgressListeners.length; i++) {
257: var p = this.mTabBrowser.mProgressListeners[i];
258: if (p)
259: p.onStateChange(aWebProgress, aRequest, aStateFlags, aStatus);
260: }
261: }
Updated•20 years ago
|
Keywords: helpwanted
Updated•16 years ago
|
Product: Core → SeaMonkey
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•