Fix nsIWebProgressListeners registered on RemoteWebProgressManager with missing event handlers
Categories
(Core :: DOM: Content Processes, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
Details
Attachments
(1 file, 4 obsolete files)
Bug 1547806 mentioned running into the following error in the browser console:
RemoteWebProgress failed to call onStatusChange: [Exception... "JavaScript component does not have a method named: "onStatusChange"'JavaScript component does not have a method named: "onStatusChange"' when calling method: [nsIWebProgressListener::onStatusChange]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "JS frame :: resource://gre/modules/RemoteWebProgress.jsm :: _callProgressListeners :: line 103" data: no]
This error is handled gracefully but ideally we should be registering our nsIWebProgressListeners with the correct flags so that this error is not hit.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D33996
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D33997
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D33998
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D33999
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
I think all other usages were cleaned up as part of other bugs as the only remaining usage of addProgressListener
without a flag are on gBrowser
.
Comment 8•6 years ago
|
||
bugherder |
Description
•