On Feb 5, 6:13 pm, [EMAIL PROTECTED] wrote: > What puzzles > me, however here is the method OpenStream -- being part of a frozen > interfaces set,
> shouldn't all the necessary compnents (that OpenStream > depends on) be included in the set as well? the interface freeze says what a method should do, errors are valid responses. you could ask openstream to open foopy:bar and it's going to give you an error, we don't freeze the interface explicitly listing the infinite possible sets of urls we don't support. someone might drop in support and if we froze it out, well, where would they be? _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
