Mozilla2:Misc changes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 2: Line 2:


- Make necko's status codes be non-overlapping with error codes (nsITransport, nsISocketTransport)
- Make necko's status codes be non-overlapping with error codes (nsITransport, nsISocketTransport)
- Remove some of the string types in IDL (string, wstring, and perhaps ACString)
- Improve our input stream situation. Ideally: Kill nsIScriptableInputStream, kill nsIBinaryInputStream, make nsIInputStream scriptable

Latest revision as of 12:44, 27 February 2007

This page lists smallish changes that should be done once we can break compatibility.

- Make necko's status codes be non-overlapping with error codes (nsITransport, nsISocketTransport)

- Remove some of the string types in IDL (string, wstring, and perhaps ACString)

- Improve our input stream situation. Ideally: Kill nsIScriptableInputStream, kill nsIBinaryInputStream, make nsIInputStream scriptable