Open
Bug 1557652
Opened 5 years ago
Updated 2 years ago
JavaScript error: chrome://browser/content/tabbrowser.js, line 778: TypeError: aURI is null
Categories
(Firefox :: Tabbed Browser, defect, P5)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox68 | --- | affected |
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug)
Details
Seen this Javascript error while checking test logs from Firefox-UI functional jobs:
It's happening inside isLocalAboutURI()
when the browser shutdown:
https://dxr.mozilla.org/mozilla-beta/source/browser/base/content/tabbrowser.js#778
Comment 1•5 years ago
|
||
I believe this call with the null URI is coming from here: https://searchfox.org/mozilla-central/rev/fe7dbedf223c0fc4b37d5bd72293438dfbca6cec/browser/modules/AsyncTabSwitcher.jsm#355
Blocks: async-tab-switcher
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•