Open
Bug 1770700
Opened 3 years ago
Updated 10 months ago
Confusing error "Error: Please use $(ref:runtime.getURL)."
Categories
(WebExtensions :: General, defect, P5)
WebExtensions
General
Tracking
(Not tracked)
NEW
People
(Reporter: tschuster, Unassigned)
References
Details
While ultimately the error reported in bug 1770667 was not the actual cause of the problem, the actual error message is confusing and looks like there is some kind of missed string interpolation going on.
Comment 1•3 years ago
|
||
The message is directly from the JSON schema imported from Chromium. We should just change it to extension.getURL is deprecated, use runtime.getURL instead
.
It's supposed to be a warning but renders as an error (bug 1712335).
Comment 2•10 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Graphics
Product: WebExtensions → Core
Updated•10 months ago
|
Component: Graphics → General
Product: Core → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•