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)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: baku, Unassigned)

References

Details

No description provided.
Blocks: 887364
nsIURI can be JS-implemented via JS components...
so the answer is no. Let's mark this bug as invalid.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
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
(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.
(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.
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.