Closed
Bug 381521
Opened 18 years ago
Closed 18 years ago
unfrozen API usage in migration-to-frozen-linkage documentation
Categories
(Developer Documentation Graveyard :: General, defect)
Developer Documentation Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: massdefect7, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: not applicable
I would fix the documentation myself if I knew of a simple way to accomplish loading an nsIInputStream from string content (like the nsIStringInputStream) inside the frozen API.
(Some way that does not involve implementing an extended nsIInputStream interface.)
I asked around on #developers and #devmo and no-one was interested in this problem, so I will continue a little uncertainly, and perhaps foolishly.
Maybe the docs should just mention that the nsIStringInputStream isn't available in the headers in the sdk. Maybe adding nsIStringInputStream to the frozen API should be bugged. Maybe the appropriate unfrozen headers/includes should be referenced, with a note that such headers are only available in mozilla's source (and unavailable in the sdk).
Sorry to create a bug for such a trifle! Maybe I can be forgiven....
Reproducible: Always
Steps to Reproduce:
not applicable
Actual Results:
not applicable
Expected Results:
not applicable
not applicable
Comment 1•18 years ago
|
||
I don't think 'migrating to frozen linkage' means 'restricting yourself to frozen interfaces', but bsmedberg should know better.
Comment 2•18 years ago
|
||
It doesn't, but we should probably note that that interface isn't frozen in the docs.
Comment 3•18 years ago
|
||
James, do you have enough information to fix the wiki page now?
| Reporter | ||
Comment 4•18 years ago
|
||
Maybe. I thew something in there that aptly demonstrates my inadequacy in this regard.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 5•18 years ago
|
||
Thanks!
| Assignee | ||
Updated•13 years ago
|
Component: Documentation Requests → Documentation
Updated•13 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
You need to log in
before you can comment on or make changes to this bug.
Description
•