Open
Bug 234697
Opened 21 years ago
Updated 3 years ago
Move various contractIDs into nsDocShellCID.h
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
NEW
People
(Reporter: benjamin, Unassigned)
References
Details
I created nsDocShellCID.h as part of bug 224829, and we should now populate that
file with various "public" contractIDs from docshell. I think this file should
contain both frozen and unfrozen contractIDs, duly commented:
/**
* Frozen docshell interfaces.
* @status FROZEN
*/
/**
* Global history contractID.
*
* Implements:
* nsIGlobalHistory2
*
* Implemented by: embedders
* Used by: gecko and client code
*/
#define BLAH...
/**
* Non-frozen docshell interfaces.
* @status USE AT YOUR OWN RISK, THESE MAY CHANGE AT ANY TIME
*/
etc...
Updated•16 years ago
|
QA Contact: adamlock → docshell
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•