Open
Bug 391461
Opened 18 years ago
Updated 3 years ago
implement classinfo for nsHandlerApp* and friends
Categories
(Firefox :: File Handling, enhancement)
Firefox
File Handling
Tracking
()
NEW
People
(Reporter: myk, Unassigned)
Details
We spend some code calling QueryInterface on nsIHandlerApp objects to QI them to nsILocalHandlerApp and nsIWebHandlerApp. It'd be nice if nsHandlerApp* and friends used classinfo and we didn't have to do all this QIing and we could excise those QI calls from our code.
Comment 1•18 years ago
|
||
How are we then supposed to tell the difference?
Comment 2•18 years ago
|
||
We'd still use QI in cases where we needed to tell the difference. It's just that JS callers wouldn't have to use QI to access attributes on other interfaces (mmm, interface flattening).
Updated•18 years ago
|
Product: Firefox → Core
QA Contact: file.handling → file-handling
Updated•9 years ago
|
Product: Core → Firefox
Version: Trunk → unspecified
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•