author | Joe Walker <jwalker@mozilla.com> |
Thu, 08 Dec 2011 12:36:36 +0000 | |
changeset 82258 | 71054aef1a3a3bd2a01440a47a4571831c8caee9 |
parent 1 | 9b2a99adc05e53cd4010de512f50118594756650 |
permissions | -rw-r--r-- |
#include "nsISupports.idl" #include "nsIAtom.idl" // XXX doc me // XXX mark the right params "const" [scriptable, uuid(2d40b291-01e1-11d4-9d0e-0050040007b2)] interface nsIDocumentCharsetInfo : nsISupports { attribute nsIAtom forcedCharset; attribute boolean forcedDetector; attribute nsIAtom parentCharset; attribute PRInt32 parentCharsetSource; };