Closed
Bug 70223
Opened 25 years ago
Closed 24 years ago
nsIURIContentListener GetProtocolHandler needs to be removed.
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: jud, Assigned: rpotts)
References
()
Details
Attachments
(1 file)
|
10.66 KB,
patch
|
jud
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
No-one's using it, and this is a public interface. It's adding to confusion.
| Reporter | ||
Updated•25 years ago
|
Blocks: 70229
Summary: [API]nsIURIContentListener GetProtocolHandler needs to be removed. → nsIURIContentListener GetProtocolHandler needs to be removed.
Comment 2•25 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
QA Contact: mdunn → depstein
| Assignee | ||
Comment 4•24 years ago
|
||
hey scott,
i'll take this one - cause i really want to get nsIURIContentListener frozen ;-)
-- rick
Assignee: mscott → rpotts
| Assignee | ||
Comment 5•24 years ago
|
||
| Reporter | ||
Comment 6•24 years ago
|
||
Comment on attachment 48904 [details] [diff] [review]
Patch which removes all references to nsIURIContentListener::GetProtocolHandler(...)
hit the commerical tree too (I saw a couple impls there)
Attachment #48904 -
Flags: review+
Comment 7•24 years ago
|
||
Comment on attachment 48904 [details] [diff] [review]
Patch which removes all references to nsIURIContentListener::GetProtocolHandler(...)
sr=mscott. Are you sure one of our embedding customers wasn't using this? I seem to remember a certain engineer asking me questions about it and how to use get protocol handler.
Attachment #48904 -
Flags: superreview+
| Assignee | ||
Comment 8•24 years ago
|
||
I don't think that anyone is using GetProtocol(...) because it is
*unimplemented* and uncalled within the mozilla tree.
If external embeddors need this functionality, they can get it via the
nsIIOService and necko ;-)
-- rick
| Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.5
| Assignee | ||
Comment 9•24 years ago
|
||
just checked changes into the tip on both mozilla and the commercial tree...
-- rick
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•