Closed
Bug 297682
Opened 21 years ago
Closed 21 years ago
em:abouturl should handle http: schemes
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: fritzs, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Specifying an HTTP URL in the aboutURL portion of an extension's install.rdf
does not work. It should open a chrome window only if the scheme is "chrome:",
otherwise if the scheme is "http" it should open a browser window.
Reproducible: Always
Steps to Reproduce:
1. Create an extension
2. Add an aboutURL with an http scheme
3. Try to navigate to it
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•21 years ago
|
||
I do not this this bug should be fixed the way you describe. If an extension
specifies an em:aboutURL we should always assume that the URL is a XUL window
(remote XUL is ok!).
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•