Closed
Bug 888604
Opened 13 years ago
Closed 13 years ago
would be nice to have nsIURI thread-safe
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: baku, Unassigned)
References
Details
No description provided.
Comment 1•13 years ago
|
||
nsIURI can be JS-implemented via JS components...
| Reporter | ||
Comment 2•13 years ago
|
||
so the answer is no. Let's mark this bug as invalid.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Comment 3•13 years ago
|
||
Will the URL API parse any random user-defined schemes? For example, "relative scheme" is defined as a fixed white list in the spec.
http://url.spec.whatwg.org/#concept-url-scheme
| Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Masatoshi Kimura [:emk] from comment #3)
> Will the URL API parse any random user-defined schemes? For example,
> "relative scheme" is defined as a fixed white list in the spec.
> http://url.spec.whatwg.org/#concept-url-scheme
I added a test in Bug 887364 and yes, it parsers any random user-defined relative scheme.
Comment 5•13 years ago
|
||
(In reply to Andrea Marchesini (:baku) from comment #4)
> (In reply to Masatoshi Kimura [:emk] from comment #3)
> > Will the URL API parse any random user-defined schemes? For example,
> > "relative scheme" is defined as a fixed white list in the spec.
> > http://url.spec.whatwg.org/#concept-url-scheme
>
> I added a test in Bug 887364 and yes, it parsers any random user-defined
> relative scheme.
My question was "is it compliant to the spec?".
I restricted acceptable encoding labels when I implemented the Encoding Standard.
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•