3699 lines
203 KiB
ObjectPascal
3699 lines
203 KiB
ObjectPascal
unit nsXPCOM_std19;
|
|
|
|
{$MACRO on}
|
|
|
|
{$IFDEF Windows}
|
|
{$DEFINE extdecl:=stdcall}
|
|
{$ELSE Windows}
|
|
{$DEFINE extdecl:=cdecl}
|
|
{$ENDIF}
|
|
|
|
{$IFNDEF FPC_HAS_CONSTREF}
|
|
{$DEFINE constref:=const}
|
|
{$ENDIF}
|
|
|
|
interface
|
|
|
|
uses
|
|
nsGeckoStrings,
|
|
{$IFDEF Unix}
|
|
BaseUnix,
|
|
{$ENDIF}
|
|
nsTypes;
|
|
|
|
const
|
|
NS_ISUPPORTS_STD19_IID: TGUID = '{00000000-0000-0000-c000-000000000046}';
|
|
|
|
MOZIJSSUBSCRIPTLOADER_STD19_IID: TGUID = '{8792d77e-1dd2-11b2-ac7f-9bc9be4f2916}';
|
|
|
|
NS_IARRAY_STD19_IID: TGUID = '{114744d9-c369-456e-b55a-52fe52880d2d}';
|
|
|
|
NS_IASN1OBJECT_STD19_IID: TGUID = '{ba8bf582-1dd1-11b2-898c-f40246bc9a63}';
|
|
NS_IASN1OBJECT_STD19_ASN1_END_CONTENTS = 0;
|
|
NS_IASN1OBJECT_STD19_ASN1_BOOLEAN = 1;
|
|
NS_IASN1OBJECT_STD19_ASN1_INTEGER = 2;
|
|
NS_IASN1OBJECT_STD19_ASN1_BIT_STRING = 3;
|
|
NS_IASN1OBJECT_STD19_ASN1_OCTET_STRING = 4;
|
|
NS_IASN1OBJECT_STD19_ASN1_NULL = 5;
|
|
NS_IASN1OBJECT_STD19_ASN1_OBJECT_ID = 6;
|
|
NS_IASN1OBJECT_STD19_ASN1_ENUMERATED = 10;
|
|
NS_IASN1OBJECT_STD19_ASN1_UTF8_STRING = 12;
|
|
NS_IASN1OBJECT_STD19_ASN1_SEQUENCE = 16;
|
|
NS_IASN1OBJECT_STD19_ASN1_SET = 17;
|
|
NS_IASN1OBJECT_STD19_ASN1_PRINTABLE_STRING = 19;
|
|
NS_IASN1OBJECT_STD19_ASN1_T61_STRING = 20;
|
|
NS_IASN1OBJECT_STD19_ASN1_IA5_STRING = 22;
|
|
NS_IASN1OBJECT_STD19_ASN1_UTC_TIME = 23;
|
|
NS_IASN1OBJECT_STD19_ASN1_GEN_TIME = 24;
|
|
NS_IASN1OBJECT_STD19_ASN1_VISIBLE_STRING = 26;
|
|
NS_IASN1OBJECT_STD19_ASN1_UNIVERSAL_STRING = 28;
|
|
NS_IASN1OBJECT_STD19_ASN1_BMP_STRING = 30;
|
|
NS_IASN1OBJECT_STD19_ASN1_HIGH_TAG_NUMBER = 31;
|
|
NS_IASN1OBJECT_STD19_ASN1_CONTEXT_SPECIFIC = 32;
|
|
NS_IASN1OBJECT_STD19_ASN1_APPLICATION = 33;
|
|
NS_IASN1OBJECT_STD19_ASN1_PRIVATE = 34;
|
|
|
|
NS_IASN1SEQUENCE_STD19_IID: TGUID = '{b6b957e6-1dd1-11b2-89d7-e30624f50b00}';
|
|
|
|
NS_IAUTHPROMPT_STD19_IID: TGUID = '{358089f9-ee4b-4711-82fd-bcd07fc62061}';
|
|
NS_IAUTHPROMPT_STD19_SAVE_PASSWORD_NEVER = 0;
|
|
NS_IAUTHPROMPT_STD19_SAVE_PASSWORD_FOR_SESSION = 1;
|
|
NS_IAUTHPROMPT_STD19_SAVE_PASSWORD_PERMANENTLY = 2;
|
|
|
|
NS_ISIMPLEENUMERATOR_STD19_IID: TGUID = '{d1899240-f9d2-11d2-bdd6-000064657374}';
|
|
|
|
NS_ICATEGORYMANAGER_STD19_IID: TGUID = '{3275b2cd-af6d-429a-80d7-f0c5120342ac}';
|
|
|
|
NS_ICERTIFICATEDIALOGS_STD19_IID: TGUID = '{a03ca940-09be-11d5-ac5d-000064657374}';
|
|
|
|
NS_IREQUEST_STD19_IID: TGUID = '{ef6bfbd2-fd46-48d8-96b7-9f8f0fd387fe}';
|
|
NS_IREQUEST_STD19_LOAD_NORMAL = 0;
|
|
NS_IREQUEST_STD19_LOAD_BACKGROUND = 1;
|
|
NS_IREQUEST_STD19_INHIBIT_CACHING = 128;
|
|
NS_IREQUEST_STD19_INHIBIT_PERSISTENT_CACHING = 256;
|
|
NS_IREQUEST_STD19_LOAD_BYPASS_CACHE = 512;
|
|
NS_IREQUEST_STD19_LOAD_FROM_CACHE = 1024;
|
|
NS_IREQUEST_STD19_VALIDATE_ALWAYS = 2048;
|
|
NS_IREQUEST_STD19_VALIDATE_NEVER = 4096;
|
|
NS_IREQUEST_STD19_VALIDATE_ONCE_PER_SESSION = 8192;
|
|
|
|
NS_ICHANNEL_STD19_IID: TGUID = '{c63a055a-a676-4e71-bf3c-6cfa11082018}';
|
|
NS_ICHANNEL_STD19_LOAD_DOCUMENT_URI = 65536;
|
|
NS_ICHANNEL_STD19_LOAD_RETARGETED_DOCUMENT_URI = 131072;
|
|
NS_ICHANNEL_STD19_LOAD_REPLACE = 262144;
|
|
NS_ICHANNEL_STD19_LOAD_INITIAL_DOCUMENT_URI = 524288;
|
|
NS_ICHANNEL_STD19_LOAD_TARGETED = 1048576;
|
|
NS_ICHANNEL_STD19_LOAD_CALL_CONTENT_SNIFFERS = 2097152;
|
|
|
|
NS_ICLASSINFO_STD19_IID: TGUID = '{986c11d0-f340-11d4-9075-0010a4e73d9a}';
|
|
NS_ICLASSINFO_STD19_SINGLETON = 1;
|
|
NS_ICLASSINFO_STD19_THREADSAFE = 2;
|
|
NS_ICLASSINFO_STD19_MAIN_THREAD_ONLY = 4;
|
|
NS_ICLASSINFO_STD19_DOM_OBJECT = 8;
|
|
NS_ICLASSINFO_STD19_PLUGIN_OBJECT = 16;
|
|
NS_ICLASSINFO_STD19_EAGER_CLASSINFO = 32;
|
|
NS_ICLASSINFO_STD19_CONTENT_NODE = 64;
|
|
NS_ICLASSINFO_STD19_RESERVED = 2147483648;
|
|
|
|
NS_ICLIPBOARDCOMMANDS_STD19_IID: TGUID = '{b8100c90-73be-11d2-92a5-00105a1b0d64}';
|
|
|
|
NS_ICOMPONENTMANAGER_STD19_IID: TGUID = '{a88e5a60-205a-4bb1-94e1-2628daf51eae}';
|
|
|
|
NS_ICOMPONENTREGISTRAR_STD19_IID: TGUID = '{2417cbfe-65ad-48a6-b4b6-eb84db174392}';
|
|
|
|
NS_ICONTEXTMENULISTENER_STD19_IID: TGUID = '{3478b6b0-3875-11d4-94ef-0020183bf181}';
|
|
NS_ICONTEXTMENULISTENER_STD19_CONTEXT_NONE = 0;
|
|
NS_ICONTEXTMENULISTENER_STD19_CONTEXT_LINK = 1;
|
|
NS_ICONTEXTMENULISTENER_STD19_CONTEXT_IMAGE = 2;
|
|
NS_ICONTEXTMENULISTENER_STD19_CONTEXT_DOCUMENT = 4;
|
|
NS_ICONTEXTMENULISTENER_STD19_CONTEXT_TEXT = 8;
|
|
NS_ICONTEXTMENULISTENER_STD19_CONTEXT_INPUT = 16;
|
|
|
|
NS_ICOOKIE_STD19_IID: TGUID = '{e9fcb9a4-d376-458f-b720-e65e7df593bc}';
|
|
NS_ICOOKIE_STD19_STATUS_UNKNOWN = 0;
|
|
NS_ICOOKIE_STD19_STATUS_ACCEPTED = 1;
|
|
NS_ICOOKIE_STD19_STATUS_DOWNGRADED = 2;
|
|
NS_ICOOKIE_STD19_STATUS_FLAGGED = 3;
|
|
NS_ICOOKIE_STD19_STATUS_REJECTED = 4;
|
|
NS_ICOOKIE_STD19_POLICY_UNKNOWN = 0;
|
|
NS_ICOOKIE_STD19_POLICY_NONE = 1;
|
|
NS_ICOOKIE_STD19_POLICY_NO_CONSENT = 2;
|
|
NS_ICOOKIE_STD19_POLICY_IMPLICIT_CONSENT = 3;
|
|
NS_ICOOKIE_STD19_POLICY_EXPLICIT_CONSENT = 4;
|
|
NS_ICOOKIE_STD19_POLICY_NO_II = 5;
|
|
|
|
NS_ICOOKIEMANAGER_STD19_IID: TGUID = '{aaab6710-0f2c-11d5-a53b-0010a401eb10}';
|
|
|
|
NS_ICRLINFO_STD19_IID: TGUID = '{c185d920-4a3e-11d5-ba27-00108303b117}';
|
|
|
|
NS_IDEBUG_STD19_IID: TGUID = '{3bf0c3d7-3bd9-4cf2-a971-33572c503e1e}';
|
|
|
|
NS_IFILE_STD19_IID: TGUID = '{c8c0a080-0868-11d3-915f-d9d889d48e3c}';
|
|
NS_IFILE_STD19_NORMAL_FILE_TYPE = 0;
|
|
NS_IFILE_STD19_DIRECTORY_TYPE = 1;
|
|
|
|
NS_IDIRECTORYSERVICEPROVIDER_STD19_IID: TGUID = '{bbf8cab0-d43a-11d3-8cc2-00609792278c}';
|
|
|
|
NS_IDIRECTORYSERVICEPROVIDER2_STD19_IID: TGUID = '{2f977d4b-5485-11d4-87e2-0010a4e75ef2}';
|
|
|
|
NS_IDIRECTORYSERVICE_STD19_IID: TGUID = '{57a66a60-d43a-11d3-8cc2-00609792278c}';
|
|
|
|
NS_IDOM3DOCUMENTEVENT_STD19_IID: TGUID = '{090ecc19-b7cb-4f47-ae47-ed68d4926249}';
|
|
|
|
NS_IDOM3EVENTTARGET_STD19_IID: TGUID = '{3e9c01a7-de97-4c3b-8294-b4bd9d7056d1}';
|
|
|
|
NS_IDOMABSTRACTVIEW_STD19_IID: TGUID = '{f51ebade-8b1a-11d3-aae7-0010830123b4}';
|
|
|
|
NS_IDOMNODE_STD19_IID: TGUID = '{a6cf907c-15b3-11d2-932e-00805f8add32}';
|
|
NS_IDOMNODE_STD19_ELEMENT_NODE = 1;
|
|
NS_IDOMNODE_STD19_ATTRIBUTE_NODE = 2;
|
|
NS_IDOMNODE_STD19_TEXT_NODE = 3;
|
|
NS_IDOMNODE_STD19_CDATA_SECTION_NODE = 4;
|
|
NS_IDOMNODE_STD19_ENTITY_REFERENCE_NODE = 5;
|
|
NS_IDOMNODE_STD19_ENTITY_NODE = 6;
|
|
NS_IDOMNODE_STD19_PROCESSING_INSTRUCTION_NODE = 7;
|
|
NS_IDOMNODE_STD19_COMMENT_NODE = 8;
|
|
NS_IDOMNODE_STD19_DOCUMENT_NODE = 9;
|
|
NS_IDOMNODE_STD19_DOCUMENT_TYPE_NODE = 10;
|
|
NS_IDOMNODE_STD19_DOCUMENT_FRAGMENT_NODE = 11;
|
|
NS_IDOMNODE_STD19_NOTATION_NODE = 12;
|
|
|
|
NS_IDOMATTR_STD19_IID: TGUID = '{a6cf9070-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMBARPROP_STD19_IID: TGUID = '{9eb2c150-1d56-11d3-8221-0060083a0bcf}';
|
|
|
|
NS_IDOMCHARACTERDATA_STD19_IID: TGUID = '{a6cf9072-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMTEXT_STD19_IID: TGUID = '{a6cf9082-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCDATASECTION_STD19_IID: TGUID = '{a6cf9071-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCOMMENT_STD19_IID: TGUID = '{a6cf9073-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCOUNTER_STD19_IID: TGUID = '{31adb439-0055-402d-9b1d-d5ca94f3f55b}';
|
|
|
|
NS_IDOMCSSVALUE_STD19_IID: TGUID = '{009f7ea5-9e80-41be-b008-db62f10823f2}';
|
|
NS_IDOMCSSVALUE_STD19_CSS_INHERIT = 0;
|
|
NS_IDOMCSSVALUE_STD19_CSS_PRIMITIVE_VALUE = 1;
|
|
NS_IDOMCSSVALUE_STD19_CSS_VALUE_LIST = 2;
|
|
NS_IDOMCSSVALUE_STD19_CSS_CUSTOM = 3;
|
|
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_IID: TGUID = '{e249031f-8df9-4e7a-b644-18946dce0019}';
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_UNKNOWN = 0;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_NUMBER = 1;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_PERCENTAGE = 2;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_EMS = 3;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_EXS = 4;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_PX = 5;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_CM = 6;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_MM = 7;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_IN = 8;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_PT = 9;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_PC = 10;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_DEG = 11;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_RAD = 12;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_GRAD = 13;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_MS = 14;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_S = 15;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_HZ = 16;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_KHZ = 17;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_DIMENSION = 18;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_STRING = 19;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_URI = 20;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_IDENT = 21;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_ATTR = 22;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_COUNTER = 23;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_RECT = 24;
|
|
NS_IDOMCSSPRIMITIVEVALUE_STD19_CSS_RGBCOLOR = 25;
|
|
|
|
NS_IDOMCSSRULE_STD19_IID: TGUID = '{a6cf90c1-15b3-11d2-932e-00805f8add32}';
|
|
NS_IDOMCSSRULE_STD19_UNKNOWN_RULE = 0;
|
|
NS_IDOMCSSRULE_STD19_STYLE_RULE = 1;
|
|
NS_IDOMCSSRULE_STD19_CHARSET_RULE = 2;
|
|
NS_IDOMCSSRULE_STD19_IMPORT_RULE = 3;
|
|
NS_IDOMCSSRULE_STD19_MEDIA_RULE = 4;
|
|
NS_IDOMCSSRULE_STD19_FONT_FACE_RULE = 5;
|
|
NS_IDOMCSSRULE_STD19_PAGE_RULE = 6;
|
|
|
|
NS_IDOMCSSRULELIST_STD19_IID: TGUID = '{a6cf90c0-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCSSSTYLEDECLARATION_STD19_IID: TGUID = '{a6cf90be-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMSTYLESHEET_STD19_IID: TGUID = '{a6cf9080-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCSSSTYLESHEET_STD19_IID: TGUID = '{a6cf90c2-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCSSVALUELIST_STD19_IID: TGUID = '{8f09fa84-39b9-4dca-9b2f-db0eeb186286}';
|
|
|
|
NS_IDOMEVENT_STD19_IID: TGUID = '{a66b7b80-ff46-bd97-0080-5f8ae38add32}';
|
|
NS_IDOMEVENT_STD19_CAPTURING_PHASE = 1;
|
|
NS_IDOMEVENT_STD19_AT_TARGET = 2;
|
|
NS_IDOMEVENT_STD19_BUBBLING_PHASE = 3;
|
|
|
|
NS_IDOMCUSTOMEVENT_STD19_IID: TGUID = '{55c7af7b-1a64-40bf-87eb-2c2cbee0491b}';
|
|
|
|
NS_IDOMDOCUMENT_STD19_IID: TGUID = '{a6cf9075-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMDOCUMENTEVENT_STD19_IID: TGUID = '{46b91d66-28e2-11d4-ab1e-0010830123b4}';
|
|
|
|
NS_IDOMDOCUMENTFRAGMENT_STD19_IID: TGUID = '{a6cf9076-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMDOCUMENTRANGE_STD19_IID: TGUID = '{7b9badc6-c9bc-447a-8670-dbd195aed24b}';
|
|
|
|
NS_IDOMDOCUMENTSTYLE_STD19_IID: TGUID = '{3d9f4973-dd2e-48f5-b5f7-2634e09eadd9}';
|
|
|
|
NS_IDOMDOCUMENTTYPE_STD19_IID: TGUID = '{a6cf9077-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMDOCUMENTVIEW_STD19_IID: TGUID = '{1acdb2ba-1dd2-11b2-95bc-9542495d2569}';
|
|
|
|
NS_IDOMDOMEXCEPTION_STD19_IID: TGUID = '{a6cf910a-15b3-11d2-932e-00805f8add32}';
|
|
NS_IDOMDOMEXCEPTION_STD19_INDEX_SIZE_ERR = 1;
|
|
NS_IDOMDOMEXCEPTION_STD19_DOMSTRING_SIZE_ERR = 2;
|
|
NS_IDOMDOMEXCEPTION_STD19_HIERARCHY_REQUEST_ERR = 3;
|
|
NS_IDOMDOMEXCEPTION_STD19_WRONG_DOCUMENT_ERR = 4;
|
|
NS_IDOMDOMEXCEPTION_STD19_INVALID_CHARACTER_ERR = 5;
|
|
NS_IDOMDOMEXCEPTION_STD19_NO_DATA_ALLOWED_ERR = 6;
|
|
NS_IDOMDOMEXCEPTION_STD19_NO_MODIFICATION_ALLOWED_ERR = 7;
|
|
NS_IDOMDOMEXCEPTION_STD19_NOT_FOUND_ERR = 8;
|
|
NS_IDOMDOMEXCEPTION_STD19_NOT_SUPPORTED_ERR = 9;
|
|
NS_IDOMDOMEXCEPTION_STD19_INUSE_ATTRIBUTE_ERR = 10;
|
|
NS_IDOMDOMEXCEPTION_STD19_INVALID_STATE_ERR = 11;
|
|
NS_IDOMDOMEXCEPTION_STD19_SYNTAX_ERR = 12;
|
|
NS_IDOMDOMEXCEPTION_STD19_INVALID_MODIFICATION_ERR = 13;
|
|
NS_IDOMDOMEXCEPTION_STD19_NAMESPACE_ERR = 14;
|
|
NS_IDOMDOMEXCEPTION_STD19_INVALID_ACCESS_ERR = 15;
|
|
NS_IDOMDOMEXCEPTION_STD19_VALIDATION_ERR = 16;
|
|
NS_IDOMDOMEXCEPTION_STD19_TYPE_MISMATCH_ERR = 17;
|
|
|
|
NS_IDOMDOMIMPLEMENTATION_STD19_IID: TGUID = '{a6cf9074-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMELEMENT_STD19_IID: TGUID = '{a6cf9078-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMELEMENTCSSINLINESTYLE_STD19_IID: TGUID = '{99715845-95fc-4a56-aa53-214b65c26e22}';
|
|
|
|
NS_IDOMENTITY_STD19_IID: TGUID = '{a6cf9079-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMENTITYREFERENCE_STD19_IID: TGUID = '{a6cf907a-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMEVENTGROUP_STD19_IID: TGUID = '{33347bee-6620-4841-8152-36091ae80c7e}';
|
|
|
|
NS_IDOMEVENTLISTENER_STD19_IID: TGUID = '{df31c120-ded6-11d1-bd85-00805f8ae3f4}';
|
|
|
|
NS_IDOMEVENTTARGET_STD19_IID: TGUID = '{1c773b30-d1cf-11d2-bd95-00805f8ae3f4}';
|
|
|
|
NS_IDOMHTMLELEMENT_STD19_IID: TGUID = '{a6cf9085-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLANCHORELEMENT_STD19_IID: TGUID = '{a6cf90aa-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLAPPLETELEMENT_STD19_IID: TGUID = '{a6cf90ae-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLAREAELEMENT_STD19_IID: TGUID = '{a6cf90b0-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBASEELEMENT_STD19_IID: TGUID = '{a6cf908b-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBASEFONTELEMENT_STD19_IID: TGUID = '{a6cf90a6-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBODYELEMENT_STD19_IID: TGUID = '{a6cf908e-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBRELEMENT_STD19_IID: TGUID = '{a6cf90a5-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBUTTONELEMENT_STD19_IID: TGUID = '{a6cf9095-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLCOLLECTION_STD19_IID: TGUID = '{a6cf9083-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLDIRECTORYELEMENT_STD19_IID: TGUID = '{a6cf909c-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLDIVELEMENT_STD19_IID: TGUID = '{a6cf90a0-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLDLISTELEMENT_STD19_IID: TGUID = '{a6cf909b-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLDOCUMENT_STD19_IID: TGUID = '{a6cf9084-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLEMBEDELEMENT_STD19_IID: TGUID = '{123f90ab-15b3-11d2-456e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFIELDSETELEMENT_STD19_IID: TGUID = '{a6cf9097-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFONTELEMENT_STD19_IID: TGUID = '{a6cf90a7-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFORMELEMENT_STD19_IID: TGUID = '{a6cf908f-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFRAMEELEMENT_STD19_IID: TGUID = '{a6cf90b9-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFRAMESETELEMENT_STD19_IID: TGUID = '{a6cf90b8-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLHEADELEMENT_STD19_IID: TGUID = '{a6cf9087-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLHEADINGELEMENT_STD19_IID: TGUID = '{a6cf90a2-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLHRELEMENT_STD19_IID: TGUID = '{a6cf90a8-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLHTMLELEMENT_STD19_IID: TGUID = '{a6cf9086-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLIFRAMEELEMENT_STD19_IID: TGUID = '{a6cf90ba-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLIMAGEELEMENT_STD19_IID: TGUID = '{a6cf90ab-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLINPUTELEMENT_STD19_IID: TGUID = '{a6cf9093-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLISINDEXELEMENT_STD19_IID: TGUID = '{a6cf908c-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLLABELELEMENT_STD19_IID: TGUID = '{a6cf9096-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLLEGENDELEMENT_STD19_IID: TGUID = '{a6cf9098-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLLIELEMENT_STD19_IID: TGUID = '{a6cf909e-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLLINKELEMENT_STD19_IID: TGUID = '{a6cf9088-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLMAPELEMENT_STD19_IID: TGUID = '{a6cf90af-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLMENUELEMENT_STD19_IID: TGUID = '{a6cf909d-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLMETAELEMENT_STD19_IID: TGUID = '{a6cf908a-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLMODELEMENT_STD19_IID: TGUID = '{a6cf90a9-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOBJECTELEMENT_STD19_IID: TGUID = '{a6cf90ac-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOLISTELEMENT_STD19_IID: TGUID = '{a6cf909a-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOPTGROUPELEMENT_STD19_IID: TGUID = '{a6cf9091-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOPTIONELEMENT_STD19_IID: TGUID = '{a6cf9092-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOPTIONSCOLLECTION_STD19_IID: TGUID = '{bce0213c-f70f-488f-b93f-688acca55d63}';
|
|
|
|
NS_IDOMHTMLPARAGRAPHELEMENT_STD19_IID: TGUID = '{a6cf90a1-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLPARAMELEMENT_STD19_IID: TGUID = '{a6cf90ad-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLPREELEMENT_STD19_IID: TGUID = '{a6cf90a4-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLQUOTEELEMENT_STD19_IID: TGUID = '{a6cf90a3-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLSCRIPTELEMENT_STD19_IID: TGUID = '{a6cf90b1-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLSELECTELEMENT_STD19_IID: TGUID = '{a6cf9090-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLSTYLEELEMENT_STD19_IID: TGUID = '{a6cf908d-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLECAPTIONELEMENT_STD19_IID: TGUID = '{a6cf90b3-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLECELLELEMENT_STD19_IID: TGUID = '{a6cf90b7-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLECOLELEMENT_STD19_IID: TGUID = '{a6cf90b4-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLEELEMENT_STD19_IID: TGUID = '{a6cf90b2-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLEROWELEMENT_STD19_IID: TGUID = '{a6cf90b6-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLESECTIONELEMENT_STD19_IID: TGUID = '{a6cf90b5-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTEXTAREAELEMENT_STD19_IID: TGUID = '{a6cf9094-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTITLEELEMENT_STD19_IID: TGUID = '{a6cf9089-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLULISTELEMENT_STD19_IID: TGUID = '{a6cf9099-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMMEDIALIST_STD19_IID: TGUID = '{9b0c2ed7-111c-4824-adf9-ef0da6dad371}';
|
|
|
|
NS_IDOMUIEVENT_STD19_IID: TGUID = '{a6cf90c3-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMMOUSEEVENT_STD19_IID: TGUID = '{ff751edc-8b02-aae7-0010-8301838a3123}';
|
|
|
|
NS_IDOMNAMEDNODEMAP_STD19_IID: TGUID = '{a6cf907b-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMNODELIST_STD19_IID: TGUID = '{a6cf907d-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMNOTATION_STD19_IID: TGUID = '{a6cf907e-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMOFFLINERESOURCELIST_STD19_IID: TGUID = '{8449bce2-0d8c-4c74-ab79-b41b8d81f1c4}';
|
|
NS_IDOMOFFLINERESOURCELIST_STD19_UNCACHED = 0;
|
|
NS_IDOMOFFLINERESOURCELIST_STD19_IDLE = 1;
|
|
NS_IDOMOFFLINERESOURCELIST_STD19_CHECKING = 2;
|
|
NS_IDOMOFFLINERESOURCELIST_STD19_DOWNLOADING = 3;
|
|
NS_IDOMOFFLINERESOURCELIST_STD19_UPDATEREADY = 4;
|
|
|
|
NS_IDOMPROCESSINGINSTRUCTION_STD19_IID: TGUID = '{a6cf907f-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMRANGE_STD19_IID: TGUID = '{a6cf90ce-15b3-11d2-932e-00805f8add32}';
|
|
NS_IDOMRANGE_STD19_START_TO_START = 0;
|
|
NS_IDOMRANGE_STD19_START_TO_END = 1;
|
|
NS_IDOMRANGE_STD19_END_TO_END = 2;
|
|
NS_IDOMRANGE_STD19_END_TO_START = 3;
|
|
|
|
NS_IDOMRECT_STD19_IID: TGUID = '{71735f62-ac5c-4236-9a1f-5ffb280d531c}';
|
|
|
|
NS_IDOMRGBCOLOR_STD19_IID: TGUID = '{6aff3102-320d-4986-9790-12316bb87cf9}';
|
|
|
|
NS_IDOMSTORAGE_STD19_IID: TGUID = '{95cc1383-3b62-4b89-aaef-1004a513ef47}';
|
|
|
|
NS_IDOMSTORAGEEVENT_STD19_IID: TGUID = '{fc540c28-8edd-4b7a-9c30-8638289b7a7d}';
|
|
|
|
NS_IDOMSTORAGEITEM_STD19_IID: TGUID = '{0cc37c78-4c5f-48e1-adfc-7480b8fe9dc4}';
|
|
|
|
NS_IDOMSTORAGELIST_STD19_IID: TGUID = '{f2166929-91b6-4372-8d5f-c366f47a5f54}';
|
|
|
|
NS_IDOMSTORAGEWINDOW_STD19_IID: TGUID = '{55e9c181-2476-47cf-97f8-efdaaf7b6f7a}';
|
|
|
|
NS_IDOMSTYLESHEETLIST_STD19_IID: TGUID = '{a6cf9081-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMWINDOW_STD19_IID: TGUID = '{a6cf906b-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMWINDOW2_STD19_IID: TGUID = '{73c5fa35-3add-4c87-a303-a850ccf4d65a}';
|
|
|
|
NS_IDOMWINDOWCOLLECTION_STD19_IID: TGUID = '{a6cf906f-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMWINDOWUTILS_STD19_IID: TGUID = '{1cfc1a0a-e348-4b18-b61b-935c192f85c4}';
|
|
|
|
NS_IEMBEDDINGSITEWINDOW_STD19_IID: TGUID = '{3e5432cd-9568-4bd1-8cbe-d50aba110743}';
|
|
NS_IEMBEDDINGSITEWINDOW_STD19_DIM_FLAGS_POSITION = 1;
|
|
NS_IEMBEDDINGSITEWINDOW_STD19_DIM_FLAGS_SIZE_INNER = 2;
|
|
NS_IEMBEDDINGSITEWINDOW_STD19_DIM_FLAGS_SIZE_OUTER = 4;
|
|
|
|
NS_IFACTORY_STD19_IID: TGUID = '{00000001-0000-0000-c000-000000000046}';
|
|
|
|
NS_IURI_STD19_IID: TGUID = '{07a22cc0-0ce5-11d3-9331-00104ba0fd40}';
|
|
|
|
NS_IURL_STD19_IID: TGUID = '{d6116970-8034-11d3-9399-00104ba0fd40}';
|
|
|
|
NS_IFILEURL_STD19_IID: TGUID = '{d26b2e2e-1dd1-11b2-88f3-8545a7ba7949}';
|
|
|
|
NS_IGLOBALHISTORY_STD19_IID: TGUID = '{9491c383-e3c4-11d2-bdbe-0050040a9b44}';
|
|
|
|
NS_IHASHABLE_STD19_IID: TGUID = '{17e595fa-b57a-4933-bd0f-b1812e8ab188}';
|
|
|
|
NS_IHISTORYENTRY_STD19_IID: TGUID = '{a41661d4-1417-11d5-9882-00c04fa02f40}';
|
|
|
|
NS_IHTTPCHANNEL_STD19_IID: TGUID = '{9277fe09-f0cc-4cd9-bbce-581dd94b0260}';
|
|
|
|
NS_IHTTPHEADERVISITOR_STD19_IID: TGUID = '{0cf40717-d7c1-4a94-8c1e-d6c9734101bb}';
|
|
|
|
NS_IINPUTSTREAM_STD19_IID: TGUID = '{fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a}';
|
|
|
|
NS_IINTERFACEREQUESTOR_STD19_IID: TGUID = '{033a1470-8b2a-11d3-af88-00a024ffc08c}';
|
|
|
|
NS_IIOSERVICE_STD19_IID: TGUID = '{bddeda3f-9020-4d12-8c70-984ee9f7935e}';
|
|
|
|
NS_IJSON_STD19_IID: TGUID = '{45464c36-efde-4cb5-8e00-07480533ff35}';
|
|
|
|
NS_ILOADGROUP_STD19_IID: TGUID = '{3de0a31c-feaf-400f-9f1e-4ef71f8b20cc}';
|
|
|
|
NS_ILOCALFILE_STD19_IID: TGUID = '{aa610f20-a889-11d3-8c81-000064657374}';
|
|
|
|
NS_IMEMORY_STD19_IID: TGUID = '{59e7e77a-38e4-11d4-8cf5-0060b0fc14a3}';
|
|
|
|
NS_IMODULE_STD19_IID: TGUID = '{7392d032-5371-11d3-994e-00805fd26fee}';
|
|
|
|
NS_IMUTABLEARRAY_STD19_IID: TGUID = '{af059da0-c85b-40ec-af07-ae4bfdc192cc}';
|
|
|
|
NS_IOBSERVER_STD19_IID: TGUID = '{db242e01-e4d9-11d2-9dde-000064657374}';
|
|
|
|
NS_IOBSERVERSERVICE_STD19_IID: TGUID = '{d07f5192-e3d1-11d2-8acd-00105a1b8860}';
|
|
|
|
NS_IOUTPUTSTREAM_STD19_IID: TGUID = '{0d0acd2a-61b4-11d4-9877-00c04fa0cf4a}';
|
|
|
|
NS_IPREFBRANCH_STD19_IID: TGUID = '{56c35506-f14b-11d3-99d3-ddbfac2ccf65}';
|
|
NS_IPREFBRANCH_STD19_PREF_INVALID = 0;
|
|
NS_IPREFBRANCH_STD19_PREF_STRING = 32;
|
|
NS_IPREFBRANCH_STD19_PREF_INT = 64;
|
|
NS_IPREFBRANCH_STD19_PREF_BOOL = 128;
|
|
|
|
NS_IPREFBRANCH2_STD19_IID: TGUID = '{74567534-eb94-4b1c-8f45-389643bfc555}';
|
|
|
|
NS_IPREFLOCALIZEDSTRING_STD19_IID: TGUID = '{ae419e24-1dd1-11b2-b39a-d3e5e7073802}';
|
|
|
|
NS_IPREFSERVICE_STD19_IID: TGUID = '{decb9cc7-c08f-4ea5-be91-a8fc637ce2d2}';
|
|
|
|
NS_IPRINTSESSION_STD19_IID: TGUID = '{2f977d52-5485-11d4-87e2-0010a4e75ef2}';
|
|
|
|
NS_IPRINTSETTINGS_STD19_IID: TGUID = '{5af07661-6477-4235-8814-4a45215855b8}';
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveOddEvenPages = 1;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveHeaderLeft = 2;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveHeaderCenter = 4;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveHeaderRight = 8;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveFooterLeft = 16;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveFooterCenter = 32;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveFooterRight = 64;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveBGColors = 128;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveBGImages = 256;
|
|
NS_IPRINTSETTINGS_STD19_kInitSavePaperSize = 512;
|
|
NS_IPRINTSETTINGS_STD19_kInitSavePaperData = 8192;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveUnwriteableMargins = 16384;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveEdges = 32768;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveReversed = 65536;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveInColor = 131072;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveOrientation = 262144;
|
|
NS_IPRINTSETTINGS_STD19_kInitSavePrintCommand = 524288;
|
|
NS_IPRINTSETTINGS_STD19_kInitSavePrinterName = 1048576;
|
|
NS_IPRINTSETTINGS_STD19_kInitSavePrintToFile = 2097152;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveToFileName = 4194304;
|
|
NS_IPRINTSETTINGS_STD19_kInitSavePageDelay = 8388608;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveMargins = 16777216;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveNativeData = 33554432;
|
|
NS_IPRINTSETTINGS_STD19_kInitSavePlexName = 67108864;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveShrinkToFit = 134217728;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveScaling = 268435456;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveColorspace = 536870912;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveResolutionName = 1073741824;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveDownloadFonts = 2147483648;
|
|
NS_IPRINTSETTINGS_STD19_kInitSaveAll = 4294967295;
|
|
NS_IPRINTSETTINGS_STD19_kPrintOddPages = 1;
|
|
NS_IPRINTSETTINGS_STD19_kPrintEvenPages = 2;
|
|
NS_IPRINTSETTINGS_STD19_kEnableSelectionRB = 4;
|
|
NS_IPRINTSETTINGS_STD19_kRangeAllPages = 0;
|
|
NS_IPRINTSETTINGS_STD19_kRangeSpecifiedPageRange = 1;
|
|
NS_IPRINTSETTINGS_STD19_kRangeSelection = 2;
|
|
NS_IPRINTSETTINGS_STD19_kRangeFocusFrame = 3;
|
|
NS_IPRINTSETTINGS_STD19_kJustLeft = 0;
|
|
NS_IPRINTSETTINGS_STD19_kJustCenter = 1;
|
|
NS_IPRINTSETTINGS_STD19_kJustRight = 2;
|
|
NS_IPRINTSETTINGS_STD19_kUseInternalDefault = 0;
|
|
NS_IPRINTSETTINGS_STD19_kUseSettingWhenPossible = 1;
|
|
NS_IPRINTSETTINGS_STD19_kPaperSizeNativeData = 0;
|
|
NS_IPRINTSETTINGS_STD19_kPaperSizeDefined = 1;
|
|
NS_IPRINTSETTINGS_STD19_kPaperSizeInches = 0;
|
|
NS_IPRINTSETTINGS_STD19_kPaperSizeMillimeters = 1;
|
|
NS_IPRINTSETTINGS_STD19_kPortraitOrientation = 0;
|
|
NS_IPRINTSETTINGS_STD19_kLandscapeOrientation = 1;
|
|
NS_IPRINTSETTINGS_STD19_kNoFrames = 0;
|
|
NS_IPRINTSETTINGS_STD19_kFramesAsIs = 1;
|
|
NS_IPRINTSETTINGS_STD19_kSelectedFrame = 2;
|
|
NS_IPRINTSETTINGS_STD19_kEachFrameSep = 3;
|
|
NS_IPRINTSETTINGS_STD19_kFrameEnableNone = 0;
|
|
NS_IPRINTSETTINGS_STD19_kFrameEnableAll = 1;
|
|
NS_IPRINTSETTINGS_STD19_kFrameEnableAsIsAndEach = 2;
|
|
NS_IPRINTSETTINGS_STD19_kOutputFormatNative = 0;
|
|
NS_IPRINTSETTINGS_STD19_kOutputFormatPS = 1;
|
|
NS_IPRINTSETTINGS_STD19_kOutputFormatPDF = 2;
|
|
|
|
NS_IPROFILE_STD19_IID: TGUID = '{02b0625a-e7f3-11d2-9f5a-006008a6efe9}';
|
|
NS_IPROFILE_STD19_SHUTDOWN_PERSIST = 1;
|
|
NS_IPROFILE_STD19_SHUTDOWN_CLEANSE = 2;
|
|
|
|
NS_IPROFILECHANGESTATUS_STD19_IID: TGUID = '{2f977d43-5485-11d4-87e2-0010a4e75ef2}';
|
|
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_IID: TGUID = '{ea604e90-40ba-11d5-90bb-0010a4e73d9a}';
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_UNKNOWN = 0;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_CPLUSPLUS = 1;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_JAVASCRIPT = 2;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_PYTHON = 3;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_PERL = 4;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_JAVA = 5;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_ZX81_BASIC = 6;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_JAVASCRIPT2 = 7;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_RUBY = 8;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_PHP = 9;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_TCL = 10;
|
|
NS_IPROGRAMMINGLANGUAGE_STD19_MAX = 10;
|
|
|
|
NS_IPROMPT_STD19_IID: TGUID = '{a63f70c0-148b-11d3-9333-00104ba0fd40}';
|
|
NS_IPROMPT_STD19_BUTTON_POS_0 = 1;
|
|
NS_IPROMPT_STD19_BUTTON_POS_1 = 256;
|
|
NS_IPROMPT_STD19_BUTTON_POS_2 = 65536;
|
|
NS_IPROMPT_STD19_BUTTON_TITLE_OK = 1;
|
|
NS_IPROMPT_STD19_BUTTON_TITLE_CANCEL = 2;
|
|
NS_IPROMPT_STD19_BUTTON_TITLE_YES = 3;
|
|
NS_IPROMPT_STD19_BUTTON_TITLE_NO = 4;
|
|
NS_IPROMPT_STD19_BUTTON_TITLE_SAVE = 5;
|
|
NS_IPROMPT_STD19_BUTTON_TITLE_DONT_SAVE = 6;
|
|
NS_IPROMPT_STD19_BUTTON_TITLE_REVERT = 7;
|
|
NS_IPROMPT_STD19_BUTTON_TITLE_IS_STRING = 127;
|
|
NS_IPROMPT_STD19_BUTTON_POS_0_DEFAULT = 0;
|
|
NS_IPROMPT_STD19_BUTTON_POS_1_DEFAULT = 16777216;
|
|
NS_IPROMPT_STD19_BUTTON_POS_2_DEFAULT = 33554432;
|
|
NS_IPROMPT_STD19_BUTTON_DELAY_ENABLE = 67108864;
|
|
NS_IPROMPT_STD19_STD_OK_CANCEL_BUTTONS = 513;
|
|
NS_IPROMPT_STD19_STD_YES_NO_BUTTONS = 1027;
|
|
|
|
NS_IPROMPTSERVICE_STD19_IID: TGUID = '{1630c61a-325e-49ca-8759-a31b16c47aa5}';
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_POS_0 = 1;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_POS_1 = 256;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_POS_2 = 65536;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_TITLE_OK = 1;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_TITLE_CANCEL = 2;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_TITLE_YES = 3;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_TITLE_NO = 4;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_TITLE_SAVE = 5;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_TITLE_DONT_SAVE = 6;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_TITLE_REVERT = 7;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_TITLE_IS_STRING = 127;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_POS_0_DEFAULT = 0;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_POS_1_DEFAULT = 16777216;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_POS_2_DEFAULT = 33554432;
|
|
NS_IPROMPTSERVICE_STD19_BUTTON_DELAY_ENABLE = 67108864;
|
|
NS_IPROMPTSERVICE_STD19_STD_OK_CANCEL_BUTTONS = 513;
|
|
NS_IPROMPTSERVICE_STD19_STD_YES_NO_BUTTONS = 1027;
|
|
|
|
NS_IPROPERTIES_STD19_IID: TGUID = '{78650582-4e93-4b60-8e85-26ebd3eb14ca}';
|
|
|
|
NS_IPROTOCOLHANDLER_STD19_IID: TGUID = '{15fd6940-8ea7-11d3-93ad-00104ba0fd40}';
|
|
NS_IPROTOCOLHANDLER_STD19_URI_STD = 0;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_NORELATIVE = 1;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_NOAUTH = 2;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_INHERITS_SECURITY_CONTEXT = 16;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_FORBIDS_AUTOMATIC_DOCUMENT_REPLACEMENT = 32;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_LOADABLE_BY_ANYONE = 64;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_DANGEROUS_TO_LOAD = 128;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_IS_UI_RESOURCE = 256;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_IS_LOCAL_FILE = 512;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_NON_PERSISTABLE = 1024;
|
|
NS_IPROTOCOLHANDLER_STD19_URI_DOES_NOT_RETURN_DATA = 2048;
|
|
NS_IPROTOCOLHANDLER_STD19_ALLOWS_PROXY = 4;
|
|
NS_IPROTOCOLHANDLER_STD19_ALLOWS_PROXY_HTTP = 8;
|
|
|
|
NS_IREQUESTOBSERVER_STD19_IID: TGUID = '{fd91e2e0-1481-11d3-9333-00104ba0fd40}';
|
|
|
|
NS_ISCRIPTABLEINPUTSTREAM_STD19_IID: TGUID = '{a2a32f90-9b90-11d3-a189-0050041caf44}';
|
|
|
|
NS_ISECURITYWARNINGDIALOGS_STD19_IID: TGUID = '{1c399d06-1dd2-11b2-bc58-c87cbcacdb78}';
|
|
|
|
NS_ISELECTION_STD19_IID: TGUID = '{b2c7ed59-8634-4352-9e37-5484c8b6e4e1}';
|
|
|
|
NS_ISERVICEMANAGER_STD19_IID: TGUID = '{8bb35ed9-e332-462d-9155-4a002ab5c958}';
|
|
|
|
NS_ISHISTORY_STD19_IID: TGUID = '{9883609f-cdd8-4d83-9b55-868ff08ad433}';
|
|
|
|
NS_ISHISTORYLISTENER_STD19_IID: TGUID = '{3b07f591-e8e1-11d4-9882-00c04fa02f40}';
|
|
|
|
NS_ISTREAMLISTENER_STD19_IID: TGUID = '{1a637020-1482-11d3-9333-00104ba0fd40}';
|
|
|
|
NS_ISUPPORTSPRIMITIVE_STD19_IID: TGUID = '{d0d4b136-1dd1-11b2-9371-f0727ef827c0}';
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_ID = 1;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_CSTRING = 2;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_STRING = 3;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_PRBOOL = 4;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_PRUINT8 = 5;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_PRUINT16 = 6;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_PRUINT32 = 7;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_PRUINT64 = 8;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_PRTIME = 9;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_CHAR = 10;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_PRINT16 = 11;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_PRINT32 = 12;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_PRINT64 = 13;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_FLOAT = 14;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_DOUBLE = 15;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_VOID = 16;
|
|
NS_ISUPPORTSPRIMITIVE_STD19_TYPE_INTERFACE_POINTER = 17;
|
|
|
|
NS_ISUPPORTSID_STD19_IID: TGUID = '{d18290a0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSCSTRING_STD19_IID: TGUID = '{d65ff270-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSSTRING_STD19_IID: TGUID = '{d79dc970-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRBOOL_STD19_IID: TGUID = '{ddc3b490-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRUINT8_STD19_IID: TGUID = '{dec2e4e0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRUINT16_STD19_IID: TGUID = '{dfacb090-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRUINT32_STD19_IID: TGUID = '{e01dc470-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRUINT64_STD19_IID: TGUID = '{e13567c0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRTIME_STD19_IID: TGUID = '{e2563630-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSCHAR_STD19_IID: TGUID = '{e2b05e40-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRINT16_STD19_IID: TGUID = '{e30d94b0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRINT32_STD19_IID: TGUID = '{e36c5250-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRINT64_STD19_IID: TGUID = '{e3cb0ff0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSFLOAT_STD19_IID: TGUID = '{abeaa390-4ac0-11d3-baea-00805f8a5dd7}';
|
|
|
|
NS_ISUPPORTSDOUBLE_STD19_IID: TGUID = '{b32523a0-4ac0-11d3-baea-00805f8a5dd7}';
|
|
|
|
NS_ISUPPORTSVOID_STD19_IID: TGUID = '{464484f0-568d-11d3-baf8-00805f8a5dd7}';
|
|
|
|
NS_ISUPPORTSINTERFACEPOINTER_STD19_IID: TGUID = '{995ea724-1dd1-11b2-9211-c21bdd3e7ed0}';
|
|
|
|
NS_ITOOLTIPLISTENER_STD19_IID: TGUID = '{44b78386-1dd2-11b2-9ad2-e4eee2ca1916}';
|
|
|
|
NS_ITOOLTIPTEXTPROVIDER_STD19_IID: TGUID = '{b128a1e6-44f3-4331-8fbe-5af360ff21ee}';
|
|
|
|
NS_ITRACEREFCNT_STD19_IID: TGUID = '{273dc92f-0fe6-4545-96a9-21be77828039}';
|
|
|
|
NS_IUNICHARSTREAMLISTENER_STD19_IID: TGUID = '{4a7e9b62-fef8-400d-9865-d6820f630b4c}';
|
|
|
|
NS_IUPLOADCHANNEL_STD19_IID: TGUID = '{ddf633d8-e9a4-439d-ad88-de636fd9bb75}';
|
|
|
|
NS_IURICONTENTLISTENER_STD19_IID: TGUID = '{94928ab3-8b63-11d3-989d-001083010e9b}';
|
|
|
|
NS_IWEAKREFERENCE_STD19_IID: TGUID = '{9188bc85-f92e-11d2-81ef-0060083a0bcf}';
|
|
|
|
NS_ISUPPORTSWEAKREFERENCE_STD19_IID: TGUID = '{9188bc86-f92e-11d2-81ef-0060083a0bcf}';
|
|
|
|
NS_IWEBBROWSER_STD19_IID: TGUID = '{69e5df00-7b8b-11d3-af61-00a024ffc08c}';
|
|
|
|
NS_IWEBBROWSERCHROME_STD19_IID: TGUID = '{ba434c60-9d52-11d3-afb0-00a024ffc08c}';
|
|
NS_IWEBBROWSERCHROME_STD19_STATUS_SCRIPT = 1;
|
|
NS_IWEBBROWSERCHROME_STD19_STATUS_SCRIPT_DEFAULT = 2;
|
|
NS_IWEBBROWSERCHROME_STD19_STATUS_LINK = 3;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_DEFAULT = 1;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_WINDOW_BORDERS = 2;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_WINDOW_CLOSE = 4;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_WINDOW_RESIZE = 8;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_MENUBAR = 16;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_TOOLBAR = 32;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_LOCATIONBAR = 64;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_STATUSBAR = 128;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_PERSONAL_TOOLBAR = 256;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_SCROLLBARS = 512;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_TITLEBAR = 1024;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_EXTRA = 2048;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_WITH_SIZE = 4096;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_WITH_POSITION = 8192;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_WINDOW_MIN = 16384;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_WINDOW_POPUP = 32768;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_WINDOW_RAISED = 33554432;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_WINDOW_LOWERED = 67108864;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_CENTER_SCREEN = 134217728;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_DEPENDENT = 268435456;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_MODAL = 536870912;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_OPENAS_DIALOG = 1073741824;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_OPENAS_CHROME = 2147483648;
|
|
NS_IWEBBROWSERCHROME_STD19_CHROME_ALL = 4094;
|
|
|
|
NS_IWEBBROWSERCHROMEFOCUS_STD19_IID: TGUID = '{d2206418-1dd1-11b2-8e55-acddcd2bcfb8}';
|
|
|
|
NS_IWEBBROWSERFIND_STD19_IID: TGUID = '{2f977d44-5485-11d4-87e2-0010a4e75ef2}';
|
|
|
|
NS_IWEBBROWSERFINDINFRAMES_STD19_IID: TGUID = '{e0f5d182-34bc-11d5-be5b-b760676c6ebc}';
|
|
|
|
NS_IWEBBROWSERFOCUS_STD19_IID: TGUID = '{9c5d3c58-1dd1-11b2-a1c9-f3699284657a}';
|
|
|
|
NS_IWEBBROWSERPRINT_STD19_IID: TGUID = '{9a7ca4b0-fbba-11d4-a869-00105a183419}';
|
|
NS_IWEBBROWSERPRINT_STD19_PRINTPREVIEW_GOTO_PAGENUM = 0;
|
|
NS_IWEBBROWSERPRINT_STD19_PRINTPREVIEW_PREV_PAGE = 1;
|
|
NS_IWEBBROWSERPRINT_STD19_PRINTPREVIEW_NEXT_PAGE = 2;
|
|
NS_IWEBBROWSERPRINT_STD19_PRINTPREVIEW_HOME = 3;
|
|
NS_IWEBBROWSERPRINT_STD19_PRINTPREVIEW_END = 4;
|
|
|
|
NS_IWEBBROWSERSETUP_STD19_IID: TGUID = '{f15398a0-8018-11d3-af70-00a024ffc08c}';
|
|
NS_IWEBBROWSERSETUP_STD19_SETUP_ALLOW_PLUGINS = 1;
|
|
NS_IWEBBROWSERSETUP_STD19_SETUP_ALLOW_JAVASCRIPT = 2;
|
|
NS_IWEBBROWSERSETUP_STD19_SETUP_ALLOW_META_REDIRECTS = 3;
|
|
NS_IWEBBROWSERSETUP_STD19_SETUP_ALLOW_SUBFRAMES = 4;
|
|
NS_IWEBBROWSERSETUP_STD19_SETUP_ALLOW_IMAGES = 5;
|
|
NS_IWEBBROWSERSETUP_STD19_SETUP_FOCUS_DOC_BEFORE_CONTENT = 6;
|
|
NS_IWEBBROWSERSETUP_STD19_SETUP_USE_GLOBAL_HISTORY = 256;
|
|
NS_IWEBBROWSERSETUP_STD19_SETUP_IS_CHROME_WRAPPER = 7;
|
|
|
|
NS_IWEBBROWSERSTREAM_STD19_IID: TGUID = '{86d02f0e-219b-4cfc-9c88-bd98d2cce0b8}';
|
|
|
|
NS_IWEBPROGRESS_STD19_IID: TGUID = '{570f39d0-efd0-11d3-b093-00a024ffc08c}';
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_STATE_REQUEST = 1;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_STATE_DOCUMENT = 2;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_STATE_NETWORK = 4;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_STATE_WINDOW = 8;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_STATE_ALL = 15;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_PROGRESS = 16;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_STATUS = 32;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_SECURITY = 64;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_LOCATION = 128;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_REFRESH = 256;
|
|
NS_IWEBPROGRESS_STD19_NOTIFY_ALL = 511;
|
|
|
|
NS_IWEBPROGRESSLISTENER_STD19_IID: TGUID = '{570f39d1-efd0-11d3-b093-00a024ffc08c}';
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_START = 1;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_REDIRECTING = 2;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_TRANSFERRING = 4;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_NEGOTIATING = 8;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_STOP = 16;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_IS_REQUEST = 65536;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_IS_DOCUMENT = 131072;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_IS_NETWORK = 262144;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_IS_WINDOW = 524288;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_RESTORING = 16777216;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_IS_INSECURE = 4;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_IS_BROKEN = 1;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_IS_SECURE = 2;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_SECURE_HIGH = 262144;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_SECURE_MED = 65536;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_SECURE_LOW = 131072;
|
|
NS_IWEBPROGRESSLISTENER_STD19_STATE_IDENTITY_EV_TOPLEVEL = 1048576;
|
|
|
|
NS_IWINDOWCREATOR_STD19_IID: TGUID = '{30465632-a777-44cc-90f9-8145475ef999}';
|
|
|
|
NS_IWINDOWWATCHER_STD19_IID: TGUID = '{002286a8-494b-43b3-8ddd-49e3fc50622b}';
|
|
|
|
NS_IX509CERT_STD19_IID: TGUID = '{f0980f60-ee3d-11d4-998b-00b0d02354a0}';
|
|
NS_IX509CERT_STD19_UNKNOWN_CERT = 0;
|
|
NS_IX509CERT_STD19_CA_CERT = 1;
|
|
NS_IX509CERT_STD19_USER_CERT = 2;
|
|
NS_IX509CERT_STD19_EMAIL_CERT = 4;
|
|
NS_IX509CERT_STD19_SERVER_CERT = 8;
|
|
NS_IX509CERT_STD19_VERIFIED_OK = 0;
|
|
NS_IX509CERT_STD19_NOT_VERIFIED_UNKNOWN = 1;
|
|
NS_IX509CERT_STD19_CERT_REVOKED = 2;
|
|
NS_IX509CERT_STD19_CERT_EXPIRED = 4;
|
|
NS_IX509CERT_STD19_CERT_NOT_TRUSTED = 8;
|
|
NS_IX509CERT_STD19_ISSUER_NOT_TRUSTED = 16;
|
|
NS_IX509CERT_STD19_ISSUER_UNKNOWN = 32;
|
|
NS_IX509CERT_STD19_INVALID_CA = 64;
|
|
NS_IX509CERT_STD19_USAGE_NOT_ALLOWED = 128;
|
|
NS_IX509CERT_STD19_CERT_USAGE_SSLClient = 0;
|
|
NS_IX509CERT_STD19_CERT_USAGE_SSLServer = 1;
|
|
NS_IX509CERT_STD19_CERT_USAGE_SSLServerWithStepUp = 2;
|
|
NS_IX509CERT_STD19_CERT_USAGE_SSLCA = 3;
|
|
NS_IX509CERT_STD19_CERT_USAGE_EmailSigner = 4;
|
|
NS_IX509CERT_STD19_CERT_USAGE_EmailRecipient = 5;
|
|
NS_IX509CERT_STD19_CERT_USAGE_ObjectSigner = 6;
|
|
NS_IX509CERT_STD19_CERT_USAGE_UserCertImport = 7;
|
|
NS_IX509CERT_STD19_CERT_USAGE_VerifyCA = 8;
|
|
NS_IX509CERT_STD19_CERT_USAGE_ProtectedObjectSigner = 9;
|
|
NS_IX509CERT_STD19_CERT_USAGE_StatusResponder = 10;
|
|
NS_IX509CERT_STD19_CERT_USAGE_AnyCA = 11;
|
|
|
|
NS_IX509CERTDB_STD19_IID: TGUID = '{da48b3c0-1284-11d5-ac67-000064657374}';
|
|
NS_IX509CERTDB_STD19_UNTRUSTED = 0;
|
|
NS_IX509CERTDB_STD19_TRUSTED_SSL = 1;
|
|
NS_IX509CERTDB_STD19_TRUSTED_EMAIL = 2;
|
|
NS_IX509CERTDB_STD19_TRUSTED_OBJSIGN = 4;
|
|
|
|
NS_IX509CERTVALIDITY_STD19_IID: TGUID = '{e701dfd8-1dd1-11b2-a172-ffa6cc6156ad}';
|
|
|
|
type
|
|
nsISupports_std19 = interface;
|
|
mozIJSSubScriptLoader_std19 = interface;
|
|
nsIArray_std19 = interface;
|
|
nsIASN1Object_std19 = interface;
|
|
nsIASN1Sequence_std19 = interface;
|
|
nsIAuthPrompt_std19 = interface;
|
|
nsISimpleEnumerator_std19 = interface;
|
|
nsICategoryManager_std19 = interface;
|
|
nsICertificateDialogs_std19 = interface;
|
|
nsIRequest_std19 = interface;
|
|
nsIChannel_std19 = interface;
|
|
nsIClassInfo_std19 = interface;
|
|
nsIClipboardCommands_std19 = interface;
|
|
nsIComponentManager_std19 = interface;
|
|
nsIComponentRegistrar_std19 = interface;
|
|
nsIContextMenuListener_std19 = interface;
|
|
nsICookie_std19 = interface;
|
|
nsICookieManager_std19 = interface;
|
|
nsICRLInfo_std19 = interface;
|
|
nsIDebug_std19 = interface;
|
|
nsIFile_std19 = interface;
|
|
nsIDirectoryServiceProvider_std19 = interface;
|
|
nsIDirectoryServiceProvider2_std19 = interface;
|
|
nsIDirectoryService_std19 = interface;
|
|
nsIDOM3DocumentEvent_std19 = interface;
|
|
nsIDOM3EventTarget_std19 = interface;
|
|
nsIDOMAbstractView_std19 = interface;
|
|
nsIDOMNode_std19 = interface;
|
|
nsIDOMAttr_std19 = interface;
|
|
nsIDOMBarProp_std19 = interface;
|
|
nsIDOMCharacterData_std19 = interface;
|
|
nsIDOMText_std19 = interface;
|
|
nsIDOMCDATASection_std19 = interface;
|
|
nsIDOMComment_std19 = interface;
|
|
nsIDOMCounter_std19 = interface;
|
|
nsIDOMCSSValue_std19 = interface;
|
|
nsIDOMCSSPrimitiveValue_std19 = interface;
|
|
nsIDOMCSSRule_std19 = interface;
|
|
nsIDOMCSSRuleList_std19 = interface;
|
|
nsIDOMCSSStyleDeclaration_std19 = interface;
|
|
nsIDOMStyleSheet_std19 = interface;
|
|
nsIDOMCSSStyleSheet_std19 = interface;
|
|
nsIDOMCSSValueList_std19 = interface;
|
|
nsIDOMEvent_std19 = interface;
|
|
nsIDOMCustomEvent_std19 = interface;
|
|
nsIDOMDocument_std19 = interface;
|
|
nsIDOMDocumentEvent_std19 = interface;
|
|
nsIDOMDocumentFragment_std19 = interface;
|
|
nsIDOMDocumentRange_std19 = interface;
|
|
nsIDOMDocumentStyle_std19 = interface;
|
|
nsIDOMDocumentType_std19 = interface;
|
|
nsIDOMDocumentView_std19 = interface;
|
|
nsIDOMDOMException_std19 = interface;
|
|
nsIDOMDOMImplementation_std19 = interface;
|
|
nsIDOMElement_std19 = interface;
|
|
nsIDOMElementCSSInlineStyle_std19 = interface;
|
|
nsIDOMEntity_std19 = interface;
|
|
nsIDOMEntityReference_std19 = interface;
|
|
nsIDOMEventGroup_std19 = interface;
|
|
nsIDOMEventListener_std19 = interface;
|
|
nsIDOMEventTarget_std19 = interface;
|
|
nsIDOMHTMLElement_std19 = interface;
|
|
nsIDOMHTMLAnchorElement_std19 = interface;
|
|
nsIDOMHTMLAppletElement_std19 = interface;
|
|
nsIDOMHTMLAreaElement_std19 = interface;
|
|
nsIDOMHTMLBaseElement_std19 = interface;
|
|
nsIDOMHTMLBaseFontElement_std19 = interface;
|
|
nsIDOMHTMLBodyElement_std19 = interface;
|
|
nsIDOMHTMLBRElement_std19 = interface;
|
|
nsIDOMHTMLButtonElement_std19 = interface;
|
|
nsIDOMHTMLCollection_std19 = interface;
|
|
nsIDOMHTMLDirectoryElement_std19 = interface;
|
|
nsIDOMHTMLDivElement_std19 = interface;
|
|
nsIDOMHTMLDListElement_std19 = interface;
|
|
nsIDOMHTMLDocument_std19 = interface;
|
|
nsIDOMHTMLEmbedElement_std19 = interface;
|
|
nsIDOMHTMLFieldSetElement_std19 = interface;
|
|
nsIDOMHTMLFontElement_std19 = interface;
|
|
nsIDOMHTMLFormElement_std19 = interface;
|
|
nsIDOMHTMLFrameElement_std19 = interface;
|
|
nsIDOMHTMLFrameSetElement_std19 = interface;
|
|
nsIDOMHTMLHeadElement_std19 = interface;
|
|
nsIDOMHTMLHeadingElement_std19 = interface;
|
|
nsIDOMHTMLHRElement_std19 = interface;
|
|
nsIDOMHTMLHtmlElement_std19 = interface;
|
|
nsIDOMHTMLIFrameElement_std19 = interface;
|
|
nsIDOMHTMLImageElement_std19 = interface;
|
|
nsIDOMHTMLInputElement_std19 = interface;
|
|
nsIDOMHTMLIsIndexElement_std19 = interface;
|
|
nsIDOMHTMLLabelElement_std19 = interface;
|
|
nsIDOMHTMLLegendElement_std19 = interface;
|
|
nsIDOMHTMLLIElement_std19 = interface;
|
|
nsIDOMHTMLLinkElement_std19 = interface;
|
|
nsIDOMHTMLMapElement_std19 = interface;
|
|
nsIDOMHTMLMenuElement_std19 = interface;
|
|
nsIDOMHTMLMetaElement_std19 = interface;
|
|
nsIDOMHTMLModElement_std19 = interface;
|
|
nsIDOMHTMLObjectElement_std19 = interface;
|
|
nsIDOMHTMLOListElement_std19 = interface;
|
|
nsIDOMHTMLOptGroupElement_std19 = interface;
|
|
nsIDOMHTMLOptionElement_std19 = interface;
|
|
nsIDOMHTMLOptionsCollection_std19 = interface;
|
|
nsIDOMHTMLParagraphElement_std19 = interface;
|
|
nsIDOMHTMLParamElement_std19 = interface;
|
|
nsIDOMHTMLPreElement_std19 = interface;
|
|
nsIDOMHTMLQuoteElement_std19 = interface;
|
|
nsIDOMHTMLScriptElement_std19 = interface;
|
|
nsIDOMHTMLSelectElement_std19 = interface;
|
|
nsIDOMHTMLStyleElement_std19 = interface;
|
|
nsIDOMHTMLTableCaptionElement_std19 = interface;
|
|
nsIDOMHTMLTableCellElement_std19 = interface;
|
|
nsIDOMHTMLTableColElement_std19 = interface;
|
|
nsIDOMHTMLTableElement_std19 = interface;
|
|
nsIDOMHTMLTableRowElement_std19 = interface;
|
|
nsIDOMHTMLTableSectionElement_std19 = interface;
|
|
nsIDOMHTMLTextAreaElement_std19 = interface;
|
|
nsIDOMHTMLTitleElement_std19 = interface;
|
|
nsIDOMHTMLUListElement_std19 = interface;
|
|
nsIDOMMediaList_std19 = interface;
|
|
nsIDOMUIEvent_std19 = interface;
|
|
nsIDOMMouseEvent_std19 = interface;
|
|
nsIDOMNamedNodeMap_std19 = interface;
|
|
nsIDOMNodeList_std19 = interface;
|
|
nsIDOMNotation_std19 = interface;
|
|
nsIDOMOfflineResourceList_std19 = interface;
|
|
nsIDOMProcessingInstruction_std19 = interface;
|
|
nsIDOMRange_std19 = interface;
|
|
nsIDOMRect_std19 = interface;
|
|
nsIDOMRGBColor_std19 = interface;
|
|
nsIDOMStorage_std19 = interface;
|
|
nsIDOMStorageEvent_std19 = interface;
|
|
nsIDOMStorageItem_std19 = interface;
|
|
nsIDOMStorageList_std19 = interface;
|
|
nsIDOMStorageWindow_std19 = interface;
|
|
nsIDOMStyleSheetList_std19 = interface;
|
|
nsIDOMWindow_std19 = interface;
|
|
nsIDOMWindow2_std19 = interface;
|
|
nsIDOMWindowCollection_std19 = interface;
|
|
nsIDOMWindowUtils_std19 = interface;
|
|
nsIEmbeddingSiteWindow_std19 = interface;
|
|
nsIFactory_std19 = interface;
|
|
nsIURI_std19 = interface;
|
|
nsIURL_std19 = interface;
|
|
nsIFileURL_std19 = interface;
|
|
nsIGlobalHistory_std19 = interface;
|
|
nsIHashable_std19 = interface;
|
|
nsIHistoryEntry_std19 = interface;
|
|
nsIHttpChannel_std19 = interface;
|
|
nsIHttpHeaderVisitor_std19 = interface;
|
|
nsIInputStream_std19 = interface;
|
|
nsIInterfaceRequestor_std19 = interface;
|
|
nsIIOService_std19 = interface;
|
|
nsIJSON_std19 = interface;
|
|
nsILoadGroup_std19 = interface;
|
|
nsILocalFile_std19 = interface;
|
|
nsIMemory_std19 = interface;
|
|
nsIModule_std19 = interface;
|
|
nsIMutableArray_std19 = interface;
|
|
nsIObserver_std19 = interface;
|
|
nsIObserverService_std19 = interface;
|
|
nsIOutputStream_std19 = interface;
|
|
nsIPrefBranch_std19 = interface;
|
|
nsIPrefBranch2_std19 = interface;
|
|
nsIPrefLocalizedString_std19 = interface;
|
|
nsIPrefService_std19 = interface;
|
|
nsIPrintSession_std19 = interface;
|
|
nsIPrintSettings_std19 = interface;
|
|
nsIProfile_std19 = interface;
|
|
nsIProfileChangeStatus_std19 = interface;
|
|
nsIProgrammingLanguage_std19 = interface;
|
|
nsIPrompt_std19 = interface;
|
|
nsIPromptService_std19 = interface;
|
|
nsIProperties_std19 = interface;
|
|
nsIProtocolHandler_std19 = interface;
|
|
nsIRequestObserver_std19 = interface;
|
|
nsIScriptableInputStream_std19 = interface;
|
|
nsISecurityWarningDialogs_std19 = interface;
|
|
nsISelection_std19 = interface;
|
|
nsIServiceManager_std19 = interface;
|
|
nsISHistory_std19 = interface;
|
|
nsISHistoryListener_std19 = interface;
|
|
nsIStreamListener_std19 = interface;
|
|
nsISupportsPrimitive_std19 = interface;
|
|
nsISupportsID_std19 = interface;
|
|
nsISupportsCString_std19 = interface;
|
|
nsISupportsString_std19 = interface;
|
|
nsISupportsPRBool_std19 = interface;
|
|
nsISupportsPRUint8_std19 = interface;
|
|
nsISupportsPRUint16_std19 = interface;
|
|
nsISupportsPRUint32_std19 = interface;
|
|
nsISupportsPRUint64_std19 = interface;
|
|
nsISupportsPRTime_std19 = interface;
|
|
nsISupportsChar_std19 = interface;
|
|
nsISupportsPRInt16_std19 = interface;
|
|
nsISupportsPRInt32_std19 = interface;
|
|
nsISupportsPRInt64_std19 = interface;
|
|
nsISupportsFloat_std19 = interface;
|
|
nsISupportsDouble_std19 = interface;
|
|
nsISupportsVoid_std19 = interface;
|
|
nsISupportsInterfacePointer_std19 = interface;
|
|
nsITooltipListener_std19 = interface;
|
|
nsITooltipTextProvider_std19 = interface;
|
|
nsITraceRefcnt_std19 = interface;
|
|
nsIUnicharStreamListener_std19 = interface;
|
|
nsIUploadChannel_std19 = interface;
|
|
nsIURIContentListener_std19 = interface;
|
|
nsIWeakReference_std19 = interface;
|
|
nsISupportsWeakReference_std19 = interface;
|
|
nsIWebBrowser_std19 = interface;
|
|
nsIWebBrowserChrome_std19 = interface;
|
|
nsIWebBrowserChromeFocus_std19 = interface;
|
|
nsIWebBrowserFind_std19 = interface;
|
|
nsIWebBrowserFindInFrames_std19 = interface;
|
|
nsIWebBrowserFocus_std19 = interface;
|
|
nsIWebBrowserPrint_std19 = interface;
|
|
nsIWebBrowserSetup_std19 = interface;
|
|
nsIWebBrowserStream_std19 = interface;
|
|
nsIWebProgress_std19 = interface;
|
|
nsIWebProgressListener_std19 = interface;
|
|
nsIWindowCreator_std19 = interface;
|
|
nsIWindowWatcher_std19 = interface;
|
|
nsIX509Cert_std19 = interface;
|
|
nsIX509CertDB_std19 = interface;
|
|
nsIX509CertValidity_std19 = interface;
|
|
nsWriteSegmentFun = function (aInStream: nsIInputStream_std19;
|
|
aClosure: Pointer;
|
|
const aFromSegment: Pointer;
|
|
aToOffset: PRUint32;
|
|
aCount: PRUint32;
|
|
out aWriteCount: PRUint32): nsresult; extdecl;
|
|
|
|
|
|
nsReadSegmentFun = function (aOutStream: nsIOutputStream_std19;
|
|
aClosure: Pointer;
|
|
aToSegment: Pointer;
|
|
aFromOffset: PRUint32;
|
|
aCount: PRUint32;
|
|
out aReadCount: PRUint32): nsresult; extdecl;
|
|
|
|
|
|
DOMTimeStamp = PRUint64;
|
|
nsLoadFlags = PRUint32;
|
|
(***
|
|
* An optional interface for accessing the HTTP or
|
|
* javascript cookie object
|
|
*
|
|
* @status FROZEN
|
|
*)
|
|
nsCookieStatus = PRInt32;
|
|
nsCookiePolicy = PRInt32;
|
|
nsISupports_std19 = interface
|
|
['{00000000-0000-0000-c000-000000000046}']
|
|
end;
|
|
|
|
mozIJSSubScriptLoader_std19 = interface(nsISupports_std19)
|
|
['{8792d77e-1dd2-11b2-ac7f-9bc9be4f2916}']
|
|
function LoadSubScript(const url: PWideChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIArray_std19 = interface(nsISupports_std19)
|
|
['{114744d9-c369-456e-b55a-52fe52880d2d}']
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function QueryElementAt(index: PRUint32; constref uuid: TGUID; out _result): nsresult; extdecl;
|
|
function IndexOf(startIndex: PRUint32; element: nsISupports_std19; out _retval: PRUint32): nsresult; extdecl;
|
|
function Enumerate(out _retval: nsISimpleEnumerator_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIASN1Object_std19 = interface(nsISupports_std19)
|
|
['{ba8bf582-1dd1-11b2-898c-f40246bc9a63}']
|
|
function GetType(out aType: PRUint32): Longword; extdecl;
|
|
function SetType(aType: PRUint32): Longword; extdecl;
|
|
function GetTag(out aTag: PRUint32): Longword; extdecl;
|
|
function SetTag(aTag: PRUint32): Longword; extdecl;
|
|
function GetDisplayName(aDisplayName: nsAString): Longword; extdecl;
|
|
function SetDisplayName(const aDisplayName: nsAString): Longword; extdecl;
|
|
function GetDisplayValue(aDisplayValue: nsAString): Longword; extdecl;
|
|
function SetDisplayValue(const aDisplayValue: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIASN1Sequence_std19 = interface(nsIASN1Object_std19)
|
|
['{b6b957e6-1dd1-11b2-89d7-e30624f50b00}']
|
|
function GetASN1Objects(out aASN1Objects: nsIMutableArray_std19): Longword; extdecl;
|
|
function SetASN1Objects(aASN1Objects: nsIMutableArray_std19): Longword; extdecl;
|
|
function GetIsValidContainer(out aIsValidContainer: PRBool): Longword; extdecl;
|
|
function SetIsValidContainer(aIsValidContainer: PRBool): Longword; extdecl;
|
|
function GetIsExpanded(out aIsExpanded: PRBool): Longword; extdecl;
|
|
function SetIsExpanded(aIsExpanded: PRBool): Longword; extdecl;
|
|
end;
|
|
|
|
nsIAuthPrompt_std19 = interface(nsISupports_std19)
|
|
['{358089f9-ee4b-4711-82fd-bcd07fc62061}']
|
|
function Prompt(const dialogTitle: PWideChar; const text: PWideChar; const passwordRealm: PWideChar; savePassword: PRUint32; const defaultText: PWideChar; out _result: PWideChar; out _retval: PRBool): nsresult; extdecl;
|
|
function PromptUsernameAndPassword(const dialogTitle: PWideChar; const text: PWideChar; const passwordRealm: PWideChar; savePassword: PRUint32; out user: PWideChar; out pwd: PWideChar; out _retval: PRBool): nsresult; extdecl;
|
|
function PromptPassword(const dialogTitle: PWideChar; const text: PWideChar; const passwordRealm: PWideChar; savePassword: PRUint32; out pwd: PWideChar; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISimpleEnumerator_std19 = interface(nsISupports_std19)
|
|
['{d1899240-f9d2-11d2-bdd6-000064657374}']
|
|
function HasMoreElements(out _retval: PRBool): nsresult; extdecl;
|
|
function GetNext(out _retval: nsISupports_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsICategoryManager_std19 = interface(nsISupports_std19)
|
|
['{3275b2cd-af6d-429a-80d7-f0c5120342ac}']
|
|
function GetCategoryEntry(const aCategory: PAnsiChar; const aEntry: PAnsiChar; out _retval: PAnsiChar): nsresult; extdecl;
|
|
function AddCategoryEntry(const aCategory: PAnsiChar; const aEntry: PAnsiChar; const aValue: PAnsiChar; aPersist: PRBool; aReplace: PRBool; out _retval: PAnsiChar): nsresult; extdecl;
|
|
function DeleteCategoryEntry(const aCategory: PAnsiChar; const aEntry: PAnsiChar; aPersist: PRBool): nsresult; extdecl;
|
|
function DeleteCategory(const aCategory: PAnsiChar): nsresult; extdecl;
|
|
function EnumerateCategory(const aCategory: PAnsiChar; out _retval: nsISimpleEnumerator_std19): nsresult; extdecl;
|
|
function EnumerateCategories(out _retval: nsISimpleEnumerator_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsICertificateDialogs_std19 = interface(nsISupports_std19)
|
|
['{a03ca940-09be-11d5-ac5d-000064657374}']
|
|
function ConfirmDownloadCACert(ctx: nsIInterfaceRequestor_std19; cert: nsIX509Cert_std19; out trust: PRUint32; out _retval: PRBool): nsresult; extdecl;
|
|
function NotifyCACertExists(ctx: nsIInterfaceRequestor_std19): nsresult; extdecl;
|
|
function SetPKCS12FilePassword(ctx: nsIInterfaceRequestor_std19; password: nsAString; out _retval: PRBool): nsresult; extdecl;
|
|
function GetPKCS12FilePassword(ctx: nsIInterfaceRequestor_std19; password: nsAString; out _retval: PRBool): nsresult; extdecl;
|
|
function ViewCert(ctx: nsIInterfaceRequestor_std19; cert: nsIX509Cert_std19): nsresult; extdecl;
|
|
function CrlImportStatusDialog(ctx: nsIInterfaceRequestor_std19; crl: nsICRLInfo_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIRequest_std19 = interface(nsISupports_std19)
|
|
['{ef6bfbd2-fd46-48d8-96b7-9f8f0fd387fe}']
|
|
function GetName(aName: nsACString): Longword; extdecl;
|
|
function IsPending(out _retval: PRBool): nsresult; extdecl;
|
|
function GetStatus(out aStatus: nsresult): Longword; extdecl;
|
|
function Cancel(aStatus: nsresult): nsresult; extdecl;
|
|
function Suspend(): nsresult; extdecl;
|
|
function Resume(): nsresult; extdecl;
|
|
function GetLoadGroup(out aLoadGroup: nsILoadGroup_std19): Longword; extdecl;
|
|
function SetLoadGroup(aLoadGroup: nsILoadGroup_std19): Longword; extdecl;
|
|
function GetLoadFlags(out aLoadFlags: nsLoadFlags): Longword; extdecl;
|
|
function SetLoadFlags(aLoadFlags: nsLoadFlags): Longword; extdecl;
|
|
end;
|
|
|
|
nsIChannel_std19 = interface(nsIRequest_std19)
|
|
['{c63a055a-a676-4e71-bf3c-6cfa11082018}']
|
|
function GetOriginalURI(out aOriginalURI: nsIURI_std19): Longword; extdecl;
|
|
function SetOriginalURI(aOriginalURI: nsIURI_std19): Longword; extdecl;
|
|
function GetURI(out aURI: nsIURI_std19): Longword; extdecl;
|
|
function GetOwner(out aOwner: nsISupports_std19): Longword; extdecl;
|
|
function SetOwner(aOwner: nsISupports_std19): Longword; extdecl;
|
|
function GetNotificationCallbacks(out aNotificationCallbacks: nsIInterfaceRequestor_std19): Longword; extdecl;
|
|
function SetNotificationCallbacks(aNotificationCallbacks: nsIInterfaceRequestor_std19): Longword; extdecl;
|
|
function GetSecurityInfo(out aSecurityInfo: nsISupports_std19): Longword; extdecl;
|
|
function GetContentType(aContentType: nsACString): Longword; extdecl;
|
|
function SetContentType(const aContentType: nsACString): Longword; extdecl;
|
|
function GetContentCharset(aContentCharset: nsACString): Longword; extdecl;
|
|
function SetContentCharset(const aContentCharset: nsACString): Longword; extdecl;
|
|
function GetContentLength(out aContentLength: PRInt32): Longword; extdecl;
|
|
function SetContentLength(aContentLength: PRInt32): Longword; extdecl;
|
|
function Open(out _retval: nsIInputStream_std19): nsresult; extdecl;
|
|
function AsyncOpen(aListener: nsIStreamListener_std19; aContext: nsISupports_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIClassInfo_std19 = interface(nsISupports_std19)
|
|
['{986c11d0-f340-11d4-9075-0010a4e73d9a}']
|
|
function GetInterfaces(out count: PRUint32; out _array_array): nsresult; extdecl;
|
|
function GetHelperForLanguage(language: PRUint32; out _retval: nsISupports_std19): nsresult; extdecl;
|
|
function GetContractID(out aContractID: PAnsiChar): Longword; extdecl;
|
|
function GetClassDescription(out aClassDescription: PAnsiChar): Longword; extdecl;
|
|
function GetClassID(out aClassID: PGUID): Longword; extdecl;
|
|
function GetImplementationLanguage(out aImplementationLanguage: PRUint32): Longword; extdecl;
|
|
function GetFlags(out aFlags: PRUint32): Longword; extdecl;
|
|
function GetClassIDNoAlloc(out aClassIDNoAlloc: TGUID): Longword; extdecl;
|
|
end;
|
|
|
|
nsIClipboardCommands_std19 = interface(nsISupports_std19)
|
|
['{b8100c90-73be-11d2-92a5-00105a1b0d64}']
|
|
function CanCutSelection(out _retval: PRBool): nsresult; extdecl;
|
|
function CanCopySelection(out _retval: PRBool): nsresult; extdecl;
|
|
function CanCopyLinkLocation(out _retval: PRBool): nsresult; extdecl;
|
|
function CanCopyImageLocation(out _retval: PRBool): nsresult; extdecl;
|
|
function CanCopyImageContents(out _retval: PRBool): nsresult; extdecl;
|
|
function CanPaste(out _retval: PRBool): nsresult; extdecl;
|
|
function CutSelection(): nsresult; extdecl;
|
|
function CopySelection(): nsresult; extdecl;
|
|
function CopyLinkLocation(): nsresult; extdecl;
|
|
function CopyImageLocation(): nsresult; extdecl;
|
|
function CopyImageContents(): nsresult; extdecl;
|
|
function Paste(): nsresult; extdecl;
|
|
function SelectAll(): nsresult; extdecl;
|
|
function SelectNone(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIComponentManager_std19 = interface(nsISupports_std19)
|
|
['{a88e5a60-205a-4bb1-94e1-2628daf51eae}']
|
|
function GetClassObject(constref aClass: TGUID; constref aIID: TGUID; out _result): nsresult; extdecl;
|
|
function GetClassObjectByContractID(const aContractID: PAnsiChar; constref aIID: TGUID; out _result): nsresult; extdecl;
|
|
function CreateInstance(constref aClass: TGUID; aDelegate: nsISupports_std19; constref aIID: TGUID; out _result): nsresult; extdecl;
|
|
function CreateInstanceByContractID(const aContractID: PAnsiChar; aDelegate: nsISupports_std19; constref aIID: TGUID; out _result): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIComponentRegistrar_std19 = interface(nsISupports_std19)
|
|
['{2417cbfe-65ad-48a6-b4b6-eb84db174392}']
|
|
function AutoRegister(aSpec: nsIFile_std19): nsresult; extdecl;
|
|
function AutoUnregister(aSpec: nsIFile_std19): nsresult; extdecl;
|
|
function RegisterFactory(constref aClass: TGUID; const aClassName: PAnsiChar; const aContractID: PAnsiChar; aFactory: nsIFactory_std19): nsresult; extdecl;
|
|
function UnregisterFactory(constref aClass: TGUID; aFactory: nsIFactory_std19): nsresult; extdecl;
|
|
function RegisterFactoryLocation(constref aClass: TGUID; const aClassName: PAnsiChar; const aContractID: PAnsiChar; aFile: nsIFile_std19; const aLoaderStr: PAnsiChar; const aType: PAnsiChar): nsresult; extdecl;
|
|
function UnregisterFactoryLocation(constref aClass: TGUID; aFile: nsIFile_std19): nsresult; extdecl;
|
|
function IsCIDRegistered(constref aClass: TGUID; out _retval: PRBool): nsresult; extdecl;
|
|
function IsContractIDRegistered(const aContractID: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
function EnumerateCIDs(out _retval: nsISimpleEnumerator_std19): nsresult; extdecl;
|
|
function EnumerateContractIDs(out _retval: nsISimpleEnumerator_std19): nsresult; extdecl;
|
|
function CIDToContractID(constref aClass: TGUID; out _retval: PAnsiChar): nsresult; extdecl;
|
|
function ContractIDToCID(const aContractID: PAnsiChar; out _retval: PGUID): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIContextMenuListener_std19 = interface(nsISupports_std19)
|
|
['{3478b6b0-3875-11d4-94ef-0020183bf181}']
|
|
function OnShowContextMenu(aContextFlags: PRUint32; aEvent: nsIDOMEvent_std19; aNode: nsIDOMNode_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsICookie_std19 = interface(nsISupports_std19)
|
|
['{e9fcb9a4-d376-458f-b720-e65e7df593bc}']
|
|
function GetName(aName: nsACString): Longword; extdecl;
|
|
function GetValue(aValue: nsACString): Longword; extdecl;
|
|
function GetIsDomain(out aIsDomain: PRBool): Longword; extdecl;
|
|
function GetHost(aHost: nsACString): Longword; extdecl;
|
|
function GetPath(aPath: nsACString): Longword; extdecl;
|
|
function GetIsSecure(out aIsSecure: PRBool): Longword; extdecl;
|
|
function GetExpires(out aExpires: PRUint64): Longword; extdecl;
|
|
function GetStatus(out aStatus: nsCookieStatus): Longword; extdecl;
|
|
function GetPolicy(out aPolicy: nsCookiePolicy): Longword; extdecl;
|
|
end;
|
|
|
|
nsICookieManager_std19 = interface(nsISupports_std19)
|
|
['{aaab6710-0f2c-11d5-a53b-0010a401eb10}']
|
|
function RemoveAll(): nsresult; extdecl;
|
|
function GetEnumerator(out aEnumerator: nsISimpleEnumerator_std19): Longword; extdecl;
|
|
function Remove(const aDomain: nsACString; const aName: nsACString; const aPath: nsACString; aBlocked: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsICRLInfo_std19 = interface(nsISupports_std19)
|
|
['{c185d920-4a3e-11d5-ba27-00108303b117}']
|
|
function GetOrganization(aOrganization: nsAString): Longword; extdecl;
|
|
function GetOrganizationalUnit(aOrganizationalUnit: nsAString): Longword; extdecl;
|
|
function GetLastUpdate(out aLastUpdate: PRTime): Longword; extdecl;
|
|
function GetNextUpdate(out aNextUpdate: PRTime): Longword; extdecl;
|
|
function GetLastUpdateLocale(aLastUpdateLocale: nsAString): Longword; extdecl;
|
|
function GetNextUpdateLocale(aNextUpdateLocale: nsAString): Longword; extdecl;
|
|
function GetNameInDb(aNameInDb: nsAString): Longword; extdecl;
|
|
function GetLastFetchURL(aLastFetchURL: nsACString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDebug_std19 = interface(nsISupports_std19)
|
|
['{3bf0c3d7-3bd9-4cf2-a971-33572c503e1e}']
|
|
function Assertion(const aStr: PAnsiChar; const aExpr: PAnsiChar; const aFile: PAnsiChar; aLine: PRInt32): nsresult; extdecl;
|
|
function Warning(const aStr: PAnsiChar; const aFile: PAnsiChar; aLine: PRInt32): nsresult; extdecl;
|
|
function Break(const aFile: PAnsiChar; aLine: PRInt32): nsresult; extdecl;
|
|
function Abort(const aFile: PAnsiChar; aLine: PRInt32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIFile_std19 = interface(nsISupports_std19)
|
|
['{c8c0a080-0868-11d3-915f-d9d889d48e3c}']
|
|
function Append(const node: nsAString): nsresult; extdecl;
|
|
function AppendNative(const node: nsACString): nsresult; extdecl;
|
|
function Normalize(): nsresult; extdecl;
|
|
function Create(_type: PRUint32; permissions: PRUint32): nsresult; extdecl;
|
|
function GetLeafName(aLeafName: nsAString): Longword; extdecl;
|
|
function SetLeafName(const aLeafName: nsAString): Longword; extdecl;
|
|
function GetNativeLeafName(aNativeLeafName: nsACString): Longword; extdecl;
|
|
function SetNativeLeafName(const aNativeLeafName: nsACString): Longword; extdecl;
|
|
function CopyTo(newParentDir: nsIFile_std19; const newName: nsAString): nsresult; extdecl;
|
|
function CopyToNative(newParentDir: nsIFile_std19; const newName: nsACString): nsresult; extdecl;
|
|
function CopyToFollowingLinks(newParentDir: nsIFile_std19; const newName: nsAString): nsresult; extdecl;
|
|
function CopyToFollowingLinksNative(newParentDir: nsIFile_std19; const newName: nsACString): nsresult; extdecl;
|
|
function MoveTo(newParentDir: nsIFile_std19; const newName: nsAString): nsresult; extdecl;
|
|
function MoveToNative(newParentDir: nsIFile_std19; const newName: nsACString): nsresult; extdecl;
|
|
function Remove(recursive: PRBool): nsresult; extdecl;
|
|
function GetPermissions(out aPermissions: PRUint32): Longword; extdecl;
|
|
function SetPermissions(aPermissions: PRUint32): Longword; extdecl;
|
|
function GetPermissionsOfLink(out aPermissionsOfLink: PRUint32): Longword; extdecl;
|
|
function SetPermissionsOfLink(aPermissionsOfLink: PRUint32): Longword; extdecl;
|
|
function GetLastModifiedTime(out aLastModifiedTime: PRInt64): Longword; extdecl;
|
|
function SetLastModifiedTime(aLastModifiedTime: PRInt64): Longword; extdecl;
|
|
function GetLastModifiedTimeOfLink(out aLastModifiedTimeOfLink: PRInt64): Longword; extdecl;
|
|
function SetLastModifiedTimeOfLink(aLastModifiedTimeOfLink: PRInt64): Longword; extdecl;
|
|
function GetFileSize(out aFileSize: PRInt64): Longword; extdecl;
|
|
function SetFileSize(aFileSize: PRInt64): Longword; extdecl;
|
|
function GetFileSizeOfLink(out aFileSizeOfLink: PRInt64): Longword; extdecl;
|
|
function GetTarget(aTarget: nsAString): Longword; extdecl;
|
|
function GetNativeTarget(aNativeTarget: nsACString): Longword; extdecl;
|
|
function GetPath(aPath: nsAString): Longword; extdecl;
|
|
function GetNativePath(aNativePath: nsACString): Longword; extdecl;
|
|
function Exists(out _retval: PRBool): nsresult; extdecl;
|
|
function IsWritable(out _retval: PRBool): nsresult; extdecl;
|
|
function IsReadable(out _retval: PRBool): nsresult; extdecl;
|
|
function IsExecutable(out _retval: PRBool): nsresult; extdecl;
|
|
function IsHidden(out _retval: PRBool): nsresult; extdecl;
|
|
function IsDirectory(out _retval: PRBool): nsresult; extdecl;
|
|
function IsFile(out _retval: PRBool): nsresult; extdecl;
|
|
function IsSymlink(out _retval: PRBool): nsresult; extdecl;
|
|
function IsSpecial(out _retval: PRBool): nsresult; extdecl;
|
|
function CreateUnique(_type: PRUint32; permissions: PRUint32): nsresult; extdecl;
|
|
function Clone(out _retval: nsIFile_std19): nsresult; extdecl;
|
|
function Equals(inFile: nsIFile_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function _Contains(inFile: nsIFile_std19; recur: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function GetParent(out aParent: nsIFile_std19): Longword; extdecl;
|
|
function GetDirectoryEntries(out aDirectoryEntries: nsISimpleEnumerator_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDirectoryServiceProvider_std19 = interface(nsISupports_std19)
|
|
['{bbf8cab0-d43a-11d3-8cc2-00609792278c}']
|
|
function GetFile(const prop: PAnsiChar; out persistent: PRBool; out _retval: nsIFile_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDirectoryServiceProvider2_std19 = interface(nsIDirectoryServiceProvider_std19)
|
|
['{2f977d4b-5485-11d4-87e2-0010a4e75ef2}']
|
|
function GetFiles(const prop: PAnsiChar; out _retval: nsISimpleEnumerator_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDirectoryService_std19 = interface(nsISupports_std19)
|
|
['{57a66a60-d43a-11d3-8cc2-00609792278c}']
|
|
function Init(): nsresult; extdecl;
|
|
function RegisterProvider(prov: nsIDirectoryServiceProvider_std19): nsresult; extdecl;
|
|
function UnregisterProvider(prov: nsIDirectoryServiceProvider_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOM3DocumentEvent_std19 = interface(nsISupports_std19)
|
|
['{090ecc19-b7cb-4f47-ae47-ed68d4926249}']
|
|
function CreateEventGroup(out _retval: nsIDOMEventGroup_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOM3EventTarget_std19 = interface(nsISupports_std19)
|
|
['{3e9c01a7-de97-4c3b-8294-b4bd9d7056d1}']
|
|
function AddGroupedEventListener(const _type: nsAString; listener: nsIDOMEventListener_std19; useCapture: PRBool; evtGroup: nsIDOMEventGroup_std19): nsresult; extdecl;
|
|
function RemoveGroupedEventListener(const _type: nsAString; listener: nsIDOMEventListener_std19; useCapture: PRBool; evtGroup: nsIDOMEventGroup_std19): nsresult; extdecl;
|
|
function CanTrigger(const _type: nsAString; out _retval: PRBool): nsresult; extdecl;
|
|
function IsRegisteredHere(const _type: nsAString; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMAbstractView_std19 = interface(nsISupports_std19)
|
|
['{f51ebade-8b1a-11d3-aae7-0010830123b4}']
|
|
function GetDocument(out aDocument: nsIDOMDocumentView_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMNode_std19 = interface(nsISupports_std19)
|
|
['{a6cf907c-15b3-11d2-932e-00805f8add32}']
|
|
function GetNodeName(aNodeName: nsAString): Longword; extdecl;
|
|
function GetNodeValue(aNodeValue: nsAString): Longword; extdecl;
|
|
function SetNodeValue(const aNodeValue: nsAString): Longword; extdecl;
|
|
function GetNodeType(out aNodeType: PRUint16): Longword; extdecl;
|
|
function GetParentNode(out aParentNode: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetChildNodes(out aChildNodes: nsIDOMNodeList_std19): Longword; extdecl;
|
|
function GetFirstChild(out aFirstChild: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetLastChild(out aLastChild: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetPreviousSibling(out aPreviousSibling: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetNextSibling(out aNextSibling: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetAttributes(out aAttributes: nsIDOMNamedNodeMap_std19): Longword; extdecl;
|
|
function GetOwnerDocument(out aOwnerDocument: nsIDOMDocument_std19): Longword; extdecl;
|
|
function InsertBefore(newChild: nsIDOMNode_std19; refChild: nsIDOMNode_std19; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function ReplaceChild(newChild: nsIDOMNode_std19; oldChild: nsIDOMNode_std19; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function RemoveChild(oldChild: nsIDOMNode_std19; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function AppendChild(newChild: nsIDOMNode_std19; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function HasChildNodes(out _retval: PRBool): nsresult; extdecl;
|
|
function CloneNode(deep: PRBool; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function Normalize(): nsresult; extdecl;
|
|
function IsSupported(const feature: nsAString; const version: nsAString; out _retval: PRBool): nsresult; extdecl;
|
|
function GetNamespaceURI(aNamespaceURI: nsAString): Longword; extdecl;
|
|
function GetPrefix(aPrefix: nsAString): Longword; extdecl;
|
|
function SetPrefix(const aPrefix: nsAString): Longword; extdecl;
|
|
function GetLocalName(aLocalName: nsAString): Longword; extdecl;
|
|
function HasAttributes(out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMAttr_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf9070-15b3-11d2-932e-00805f8add32}']
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function GetSpecified(out aSpecified: PRBool): Longword; extdecl;
|
|
function GetValue(aValue: nsAString): Longword; extdecl;
|
|
function SetValue(const aValue: nsAString): Longword; extdecl;
|
|
function GetOwnerElement(out aOwnerElement: nsIDOMElement_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMBarProp_std19 = interface(nsISupports_std19)
|
|
['{9eb2c150-1d56-11d3-8221-0060083a0bcf}']
|
|
function GetVisible(out aVisible: PRBool): Longword; extdecl;
|
|
function SetVisible(aVisible: PRBool): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMCharacterData_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf9072-15b3-11d2-932e-00805f8add32}']
|
|
function GetData(aData: nsAString): Longword; extdecl;
|
|
function SetData(const aData: nsAString): Longword; extdecl;
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function SubstringData(offset: PRUint32; count: PRUint32; _retval: nsAString): nsresult; extdecl;
|
|
function AppendData(const arg: nsAString): nsresult; extdecl;
|
|
function InsertData(offset: PRUint32; const arg: nsAString): nsresult; extdecl;
|
|
function DeleteData(offset: PRUint32; count: PRUint32): nsresult; extdecl;
|
|
function ReplaceData(offset: PRUint32; count: PRUint32; const arg: nsAString): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMText_std19 = interface(nsIDOMCharacterData_std19)
|
|
['{a6cf9082-15b3-11d2-932e-00805f8add32}']
|
|
function SplitText(offset: PRUint32; out _retval: nsIDOMText_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMCDATASection_std19 = interface(nsIDOMText_std19)
|
|
['{a6cf9071-15b3-11d2-932e-00805f8add32}']
|
|
end;
|
|
|
|
nsIDOMComment_std19 = interface(nsIDOMCharacterData_std19)
|
|
['{a6cf9073-15b3-11d2-932e-00805f8add32}']
|
|
end;
|
|
|
|
nsIDOMCounter_std19 = interface(nsISupports_std19)
|
|
['{31adb439-0055-402d-9b1d-d5ca94f3f55b}']
|
|
function GetIdentifier(aIdentifier: nsAString): Longword; extdecl;
|
|
function GetListStyle(aListStyle: nsAString): Longword; extdecl;
|
|
function GetSeparator(aSeparator: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMCSSValue_std19 = interface(nsISupports_std19)
|
|
['{009f7ea5-9e80-41be-b008-db62f10823f2}']
|
|
function GetCssText(aCssText: nsAString): Longword; extdecl;
|
|
function SetCssText(const aCssText: nsAString): Longword; extdecl;
|
|
function GetCssValueType(out aCssValueType: PRUint16): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMCSSPrimitiveValue_std19 = interface(nsIDOMCSSValue_std19)
|
|
['{e249031f-8df9-4e7a-b644-18946dce0019}']
|
|
function GetPrimitiveType(out aPrimitiveType: PRUint16): Longword; extdecl;
|
|
function SetFloatValue(unitType: PRUint16; floatValue: Single): nsresult; extdecl;
|
|
function GetFloatValue(unitType: PRUint16; out _retval: Single): nsresult; extdecl;
|
|
function SetStringValue(stringType: PRUint16; const stringValue: nsAString): nsresult; extdecl;
|
|
function GetStringValue(_retval: nsAString): nsresult; extdecl;
|
|
function GetCounterValue(out _retval: nsIDOMCounter_std19): nsresult; extdecl;
|
|
function GetRectValue(out _retval: nsIDOMRect_std19): nsresult; extdecl;
|
|
function GetRGBColorValue(out _retval: nsIDOMRGBColor_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMCSSRule_std19 = interface(nsISupports_std19)
|
|
['{a6cf90c1-15b3-11d2-932e-00805f8add32}']
|
|
function GetType(out aType: PRUint16): Longword; extdecl;
|
|
function GetCssText(aCssText: nsAString): Longword; extdecl;
|
|
function SetCssText(const aCssText: nsAString): Longword; extdecl;
|
|
function GetParentStyleSheet(out aParentStyleSheet: nsIDOMCSSStyleSheet_std19): Longword; extdecl;
|
|
function GetParentRule(out aParentRule: nsIDOMCSSRule_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMCSSRuleList_std19 = interface(nsISupports_std19)
|
|
['{a6cf90c0-15b3-11d2-932e-00805f8add32}']
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function Item(index: PRUint32; out _retval: nsIDOMCSSRule_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMCSSStyleDeclaration_std19 = interface(nsISupports_std19)
|
|
['{a6cf90be-15b3-11d2-932e-00805f8add32}']
|
|
function GetCssText(aCssText: nsAString): Longword; extdecl;
|
|
function SetCssText(const aCssText: nsAString): Longword; extdecl;
|
|
function GetPropertyValue(const propertyName: nsAString; _retval: nsAString): nsresult; extdecl;
|
|
function GetPropertyCSSValue(const propertyName: nsAString; out _retval: nsIDOMCSSValue_std19): nsresult; extdecl;
|
|
function RemoveProperty(const propertyName: nsAString; _retval: nsAString): nsresult; extdecl;
|
|
function GetPropertyPriority(const propertyName: nsAString; _retval: nsAString): nsresult; extdecl;
|
|
function SetProperty(const propertyName: nsAString; const value: nsAString; const priority: nsAString): nsresult; extdecl;
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function Item(index: PRUint32; _retval: nsAString): nsresult; extdecl;
|
|
function GetParentRule(out aParentRule: nsIDOMCSSRule_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMStyleSheet_std19 = interface(nsISupports_std19)
|
|
['{a6cf9080-15b3-11d2-932e-00805f8add32}']
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function GetDisabled(out aDisabled: PRBool): Longword; extdecl;
|
|
function SetDisabled(aDisabled: PRBool): Longword; extdecl;
|
|
function GetOwnerNode(out aOwnerNode: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetParentStyleSheet(out aParentStyleSheet: nsIDOMStyleSheet_std19): Longword; extdecl;
|
|
function GetHref(aHref: nsAString): Longword; extdecl;
|
|
function GetTitle(aTitle: nsAString): Longword; extdecl;
|
|
function GetMedia(out aMedia: nsIDOMMediaList_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMCSSStyleSheet_std19 = interface(nsIDOMStyleSheet_std19)
|
|
['{a6cf90c2-15b3-11d2-932e-00805f8add32}']
|
|
function GetOwnerRule(out aOwnerRule: nsIDOMCSSRule_std19): Longword; extdecl;
|
|
function GetCssRules(out aCssRules: nsIDOMCSSRuleList_std19): Longword; extdecl;
|
|
function InsertRule(const rule: nsAString; index: PRUint32; out _retval: PRUint32): nsresult; extdecl;
|
|
function DeleteRule(index: PRUint32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMCSSValueList_std19 = interface(nsIDOMCSSValue_std19)
|
|
['{8f09fa84-39b9-4dca-9b2f-db0eeb186286}']
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function Item(index: PRUint32; out _retval: nsIDOMCSSValue_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMEvent_std19 = interface(nsISupports_std19)
|
|
['{a66b7b80-ff46-bd97-0080-5f8ae38add32}']
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function GetTarget(out aTarget: nsIDOMEventTarget_std19): Longword; extdecl;
|
|
function GetCurrentTarget(out aCurrentTarget: nsIDOMEventTarget_std19): Longword; extdecl;
|
|
function GetEventPhase(out aEventPhase: PRUint16): Longword; extdecl;
|
|
function GetBubbles(out aBubbles: PRBool): Longword; extdecl;
|
|
function GetCancelable(out aCancelable: PRBool): Longword; extdecl;
|
|
function GetTimeStamp(out aTimeStamp: DOMTimeStamp): Longword; extdecl;
|
|
function StopPropagation(): nsresult; extdecl;
|
|
function PreventDefault(): nsresult; extdecl;
|
|
function InitEvent(const eventTypeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMCustomEvent_std19 = interface(nsIDOMEvent_std19)
|
|
['{55c7af7b-1a64-40bf-87eb-2c2cbee0491b}']
|
|
function SetCurrentTarget(target: nsIDOMNode_std19): nsresult; extdecl;
|
|
function SetEventPhase(phase: PRUint16): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMDocument_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf9075-15b3-11d2-932e-00805f8add32}']
|
|
function GetDoctype(out aDoctype: nsIDOMDocumentType_std19): Longword; extdecl;
|
|
function GetImplementation(out aImplementation: nsIDOMDOMImplementation_std19): Longword; extdecl;
|
|
function GetDocumentElement(out aDocumentElement: nsIDOMElement_std19): Longword; extdecl;
|
|
function CreateElement(const tagName: nsAString; out _retval: nsIDOMElement_std19): nsresult; extdecl;
|
|
function CreateDocumentFragment(out _retval: nsIDOMDocumentFragment_std19): nsresult; extdecl;
|
|
function CreateTextNode(const data: nsAString; out _retval: nsIDOMText_std19): nsresult; extdecl;
|
|
function CreateComment(const data: nsAString; out _retval: nsIDOMComment_std19): nsresult; extdecl;
|
|
function CreateCDATASection(const data: nsAString; out _retval: nsIDOMCDATASection_std19): nsresult; extdecl;
|
|
function CreateProcessingInstruction(const target: nsAString; const data: nsAString; out _retval: nsIDOMProcessingInstruction_std19): nsresult; extdecl;
|
|
function CreateAttribute(const name: nsAString; out _retval: nsIDOMAttr_std19): nsresult; extdecl;
|
|
function CreateEntityReference(const name: nsAString; out _retval: nsIDOMEntityReference_std19): nsresult; extdecl;
|
|
function GetElementsByTagName(const tagname: nsAString; out _retval: nsIDOMNodeList_std19): nsresult; extdecl;
|
|
function ImportNode(importedNode: nsIDOMNode_std19; deep: PRBool; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function CreateElementNS(const namespaceURI: nsAString; const qualifiedName: nsAString; out _retval: nsIDOMElement_std19): nsresult; extdecl;
|
|
function CreateAttributeNS(const namespaceURI: nsAString; const qualifiedName: nsAString; out _retval: nsIDOMAttr_std19): nsresult; extdecl;
|
|
function GetElementsByTagNameNS(const namespaceURI: nsAString; const localName: nsAString; out _retval: nsIDOMNodeList_std19): nsresult; extdecl;
|
|
function GetElementById(const elementId: nsAString; out _retval: nsIDOMElement_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMDocumentEvent_std19 = interface(nsISupports_std19)
|
|
['{46b91d66-28e2-11d4-ab1e-0010830123b4}']
|
|
function CreateEvent(const eventType: nsAString; out _retval: nsIDOMEvent_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMDocumentFragment_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf9076-15b3-11d2-932e-00805f8add32}']
|
|
end;
|
|
|
|
nsIDOMDocumentRange_std19 = interface(nsISupports_std19)
|
|
['{7b9badc6-c9bc-447a-8670-dbd195aed24b}']
|
|
function CreateRange(out _retval: nsIDOMRange_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMDocumentStyle_std19 = interface(nsISupports_std19)
|
|
['{3d9f4973-dd2e-48f5-b5f7-2634e09eadd9}']
|
|
function GetStyleSheets(out aStyleSheets: nsIDOMStyleSheetList_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMDocumentType_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf9077-15b3-11d2-932e-00805f8add32}']
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function GetEntities(out aEntities: nsIDOMNamedNodeMap_std19): Longword; extdecl;
|
|
function GetNotations(out aNotations: nsIDOMNamedNodeMap_std19): Longword; extdecl;
|
|
function GetPublicId(aPublicId: nsAString): Longword; extdecl;
|
|
function GetSystemId(aSystemId: nsAString): Longword; extdecl;
|
|
function GetInternalSubset(aInternalSubset: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMDocumentView_std19 = interface(nsISupports_std19)
|
|
['{1acdb2ba-1dd2-11b2-95bc-9542495d2569}']
|
|
function GetDefaultView(out aDefaultView: nsIDOMAbstractView_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMDOMException_std19 = interface(nsISupports_std19)
|
|
['{a6cf910a-15b3-11d2-932e-00805f8add32}']
|
|
function GetCode(out aCode: PRUint32): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMDOMImplementation_std19 = interface(nsISupports_std19)
|
|
['{a6cf9074-15b3-11d2-932e-00805f8add32}']
|
|
function HasFeature(const feature: nsAString; const version: nsAString; out _retval: PRBool): nsresult; extdecl;
|
|
function CreateDocumentType(const qualifiedName: nsAString; const publicId: nsAString; const systemId: nsAString; out _retval: nsIDOMDocumentType_std19): nsresult; extdecl;
|
|
function CreateDocument(const namespaceURI: nsAString; const qualifiedName: nsAString; doctype: nsIDOMDocumentType_std19; out _retval: nsIDOMDocument_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMElement_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf9078-15b3-11d2-932e-00805f8add32}']
|
|
function GetTagName(aTagName: nsAString): Longword; extdecl;
|
|
function GetAttribute(const name: nsAString; _retval: nsAString): nsresult; extdecl;
|
|
function SetAttribute(const name: nsAString; const value: nsAString): nsresult; extdecl;
|
|
function RemoveAttribute(const name: nsAString): nsresult; extdecl;
|
|
function GetAttributeNode(const name: nsAString; out _retval: nsIDOMAttr_std19): nsresult; extdecl;
|
|
function SetAttributeNode(newAttr: nsIDOMAttr_std19; out _retval: nsIDOMAttr_std19): nsresult; extdecl;
|
|
function RemoveAttributeNode(oldAttr: nsIDOMAttr_std19; out _retval: nsIDOMAttr_std19): nsresult; extdecl;
|
|
function GetElementsByTagName(const name: nsAString; out _retval: nsIDOMNodeList_std19): nsresult; extdecl;
|
|
function GetAttributeNS(const namespaceURI: nsAString; const localName: nsAString; _retval: nsAString): nsresult; extdecl;
|
|
function SetAttributeNS(const namespaceURI: nsAString; const qualifiedName: nsAString; const value: nsAString): nsresult; extdecl;
|
|
function RemoveAttributeNS(const namespaceURI: nsAString; const localName: nsAString): nsresult; extdecl;
|
|
function GetAttributeNodeNS(const namespaceURI: nsAString; const localName: nsAString; out _retval: nsIDOMAttr_std19): nsresult; extdecl;
|
|
function SetAttributeNodeNS(newAttr: nsIDOMAttr_std19; out _retval: nsIDOMAttr_std19): nsresult; extdecl;
|
|
function GetElementsByTagNameNS(const namespaceURI: nsAString; const localName: nsAString; out _retval: nsIDOMNodeList_std19): nsresult; extdecl;
|
|
function HasAttribute(const name: nsAString; out _retval: PRBool): nsresult; extdecl;
|
|
function HasAttributeNS(const namespaceURI: nsAString; const localName: nsAString; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMElementCSSInlineStyle_std19 = interface(nsISupports_std19)
|
|
['{99715845-95fc-4a56-aa53-214b65c26e22}']
|
|
function GetStyle(out aStyle: nsIDOMCSSStyleDeclaration_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMEntity_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf9079-15b3-11d2-932e-00805f8add32}']
|
|
function GetPublicId(aPublicId: nsAString): Longword; extdecl;
|
|
function GetSystemId(aSystemId: nsAString): Longword; extdecl;
|
|
function GetNotationName(aNotationName: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMEntityReference_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf907a-15b3-11d2-932e-00805f8add32}']
|
|
end;
|
|
|
|
nsIDOMEventGroup_std19 = interface(nsISupports_std19)
|
|
['{33347bee-6620-4841-8152-36091ae80c7e}']
|
|
function IsSameEventGroup(other: nsIDOMEventGroup_std19; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMEventListener_std19 = interface(nsISupports_std19)
|
|
['{df31c120-ded6-11d1-bd85-00805f8ae3f4}']
|
|
function HandleEvent(event: nsIDOMEvent_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMEventTarget_std19 = interface(nsISupports_std19)
|
|
['{1c773b30-d1cf-11d2-bd95-00805f8ae3f4}']
|
|
function AddEventListener(const _type: nsAString; listener: nsIDOMEventListener_std19; useCapture: PRBool): nsresult; extdecl;
|
|
function RemoveEventListener(const _type: nsAString; listener: nsIDOMEventListener_std19; useCapture: PRBool): nsresult; extdecl;
|
|
function DispatchEvent(evt: nsIDOMEvent_std19; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLElement_std19 = interface(nsIDOMElement_std19)
|
|
['{a6cf9085-15b3-11d2-932e-00805f8add32}']
|
|
function GetId(aId: nsAString): Longword; extdecl;
|
|
function SetId(const aId: nsAString): Longword; extdecl;
|
|
function GetTitle(aTitle: nsAString): Longword; extdecl;
|
|
function SetTitle(const aTitle: nsAString): Longword; extdecl;
|
|
function GetLang(aLang: nsAString): Longword; extdecl;
|
|
function SetLang(const aLang: nsAString): Longword; extdecl;
|
|
function GetDir(aDir: nsAString): Longword; extdecl;
|
|
function SetDir(const aDir: nsAString): Longword; extdecl;
|
|
function GetClassName(aClassName: nsAString): Longword; extdecl;
|
|
function SetClassName(const aClassName: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLAnchorElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90aa-15b3-11d2-932e-00805f8add32}']
|
|
function GetAccessKey(aAccessKey: nsAString): Longword; extdecl;
|
|
function SetAccessKey(const aAccessKey: nsAString): Longword; extdecl;
|
|
function GetCharset(aCharset: nsAString): Longword; extdecl;
|
|
function SetCharset(const aCharset: nsAString): Longword; extdecl;
|
|
function GetCoords(aCoords: nsAString): Longword; extdecl;
|
|
function SetCoords(const aCoords: nsAString): Longword; extdecl;
|
|
function GetHref(aHref: nsAString): Longword; extdecl;
|
|
function SetHref(const aHref: nsAString): Longword; extdecl;
|
|
function GetHreflang(aHreflang: nsAString): Longword; extdecl;
|
|
function SetHreflang(const aHreflang: nsAString): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetRel(aRel: nsAString): Longword; extdecl;
|
|
function SetRel(const aRel: nsAString): Longword; extdecl;
|
|
function GetRev(aRev: nsAString): Longword; extdecl;
|
|
function SetRev(const aRev: nsAString): Longword; extdecl;
|
|
function GetShape(aShape: nsAString): Longword; extdecl;
|
|
function SetShape(const aShape: nsAString): Longword; extdecl;
|
|
function GetTabIndex(out aTabIndex: PRInt32): Longword; extdecl;
|
|
function SetTabIndex(aTabIndex: PRInt32): Longword; extdecl;
|
|
function GetTarget(aTarget: nsAString): Longword; extdecl;
|
|
function SetTarget(const aTarget: nsAString): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
function Blur(): nsresult; extdecl;
|
|
function Focus(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLAppletElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90ae-15b3-11d2-932e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetAlt(aAlt: nsAString): Longword; extdecl;
|
|
function SetAlt(const aAlt: nsAString): Longword; extdecl;
|
|
function GetArchive(aArchive: nsAString): Longword; extdecl;
|
|
function SetArchive(const aArchive: nsAString): Longword; extdecl;
|
|
function GetCode(aCode: nsAString): Longword; extdecl;
|
|
function SetCode(const aCode: nsAString): Longword; extdecl;
|
|
function GetCodeBase(aCodeBase: nsAString): Longword; extdecl;
|
|
function SetCodeBase(const aCodeBase: nsAString): Longword; extdecl;
|
|
function GetHeight(aHeight: nsAString): Longword; extdecl;
|
|
function SetHeight(const aHeight: nsAString): Longword; extdecl;
|
|
function GetHspace(out aHspace: PRInt32): Longword; extdecl;
|
|
function SetHspace(aHspace: PRInt32): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetObject(aObject: nsAString): Longword; extdecl;
|
|
function SetObject(const aObject: nsAString): Longword; extdecl;
|
|
function GetVspace(out aVspace: PRInt32): Longword; extdecl;
|
|
function SetVspace(aVspace: PRInt32): Longword; extdecl;
|
|
function GetWidth(aWidth: nsAString): Longword; extdecl;
|
|
function SetWidth(const aWidth: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLAreaElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b0-15b3-11d2-932e-00805f8add32}']
|
|
function GetAccessKey(aAccessKey: nsAString): Longword; extdecl;
|
|
function SetAccessKey(const aAccessKey: nsAString): Longword; extdecl;
|
|
function GetAlt(aAlt: nsAString): Longword; extdecl;
|
|
function SetAlt(const aAlt: nsAString): Longword; extdecl;
|
|
function GetCoords(aCoords: nsAString): Longword; extdecl;
|
|
function SetCoords(const aCoords: nsAString): Longword; extdecl;
|
|
function GetHref(aHref: nsAString): Longword; extdecl;
|
|
function SetHref(const aHref: nsAString): Longword; extdecl;
|
|
function GetNoHref(out aNoHref: PRBool): Longword; extdecl;
|
|
function SetNoHref(aNoHref: PRBool): Longword; extdecl;
|
|
function GetShape(aShape: nsAString): Longword; extdecl;
|
|
function SetShape(const aShape: nsAString): Longword; extdecl;
|
|
function GetTabIndex(out aTabIndex: PRInt32): Longword; extdecl;
|
|
function SetTabIndex(aTabIndex: PRInt32): Longword; extdecl;
|
|
function GetTarget(aTarget: nsAString): Longword; extdecl;
|
|
function SetTarget(const aTarget: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLBaseElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf908b-15b3-11d2-932e-00805f8add32}']
|
|
function GetHref(aHref: nsAString): Longword; extdecl;
|
|
function SetHref(const aHref: nsAString): Longword; extdecl;
|
|
function GetTarget(aTarget: nsAString): Longword; extdecl;
|
|
function SetTarget(const aTarget: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLBaseFontElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a6-15b3-11d2-932e-00805f8add32}']
|
|
function GetColor(aColor: nsAString): Longword; extdecl;
|
|
function SetColor(const aColor: nsAString): Longword; extdecl;
|
|
function GetFace(aFace: nsAString): Longword; extdecl;
|
|
function SetFace(const aFace: nsAString): Longword; extdecl;
|
|
function GetSize(out aSize: PRInt32): Longword; extdecl;
|
|
function SetSize(aSize: PRInt32): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLBodyElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf908e-15b3-11d2-932e-00805f8add32}']
|
|
function GetALink(aALink: nsAString): Longword; extdecl;
|
|
function SetALink(const aALink: nsAString): Longword; extdecl;
|
|
function GetBackground(aBackground: nsAString): Longword; extdecl;
|
|
function SetBackground(const aBackground: nsAString): Longword; extdecl;
|
|
function GetBgColor(aBgColor: nsAString): Longword; extdecl;
|
|
function SetBgColor(const aBgColor: nsAString): Longword; extdecl;
|
|
function GetLink(aLink: nsAString): Longword; extdecl;
|
|
function SetLink(const aLink: nsAString): Longword; extdecl;
|
|
function GetText(aText: nsAString): Longword; extdecl;
|
|
function SetText(const aText: nsAString): Longword; extdecl;
|
|
function GetVLink(aVLink: nsAString): Longword; extdecl;
|
|
function SetVLink(const aVLink: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLBRElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a5-15b3-11d2-932e-00805f8add32}']
|
|
function GetClear(aClear: nsAString): Longword; extdecl;
|
|
function SetClear(const aClear: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLButtonElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9095-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
function GetAccessKey(aAccessKey: nsAString): Longword; extdecl;
|
|
function SetAccessKey(const aAccessKey: nsAString): Longword; extdecl;
|
|
function GetDisabled(out aDisabled: PRBool): Longword; extdecl;
|
|
function SetDisabled(aDisabled: PRBool): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetTabIndex(out aTabIndex: PRInt32): Longword; extdecl;
|
|
function SetTabIndex(aTabIndex: PRInt32): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function GetValue(aValue: nsAString): Longword; extdecl;
|
|
function SetValue(const aValue: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLCollection_std19 = interface(nsISupports_std19)
|
|
['{a6cf9083-15b3-11d2-932e-00805f8add32}']
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function Item(index: PRUint32; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function NamedItem(const name: nsAString; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLDirectoryElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf909c-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(out aCompact: PRBool): Longword; extdecl;
|
|
function SetCompact(aCompact: PRBool): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLDivElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a0-15b3-11d2-932e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLDListElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf909b-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(out aCompact: PRBool): Longword; extdecl;
|
|
function SetCompact(aCompact: PRBool): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLDocument_std19 = interface(nsIDOMDocument_std19)
|
|
['{a6cf9084-15b3-11d2-932e-00805f8add32}']
|
|
function GetTitle(aTitle: nsAString): Longword; extdecl;
|
|
function SetTitle(const aTitle: nsAString): Longword; extdecl;
|
|
function GetReferrer(aReferrer: nsAString): Longword; extdecl;
|
|
function GetDomain(aDomain: nsAString): Longword; extdecl;
|
|
function GetURL(aURL: nsAString): Longword; extdecl;
|
|
function GetBody(out aBody: nsIDOMHTMLElement_std19): Longword; extdecl;
|
|
function SetBody(aBody: nsIDOMHTMLElement_std19): Longword; extdecl;
|
|
function GetImages(out aImages: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetApplets(out aApplets: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetLinks(out aLinks: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetForms(out aForms: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetAnchors(out aAnchors: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetCookie(aCookie: nsAString): Longword; extdecl;
|
|
function SetCookie(const aCookie: nsAString): Longword; extdecl;
|
|
function Open(): nsresult; extdecl;
|
|
function Close(): nsresult; extdecl;
|
|
function Write(const text: nsAString): nsresult; extdecl;
|
|
function Writeln(const text: nsAString): nsresult; extdecl;
|
|
function GetElementsByName(const elementName: nsAString; out _retval: nsIDOMNodeList_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLEmbedElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{123f90ab-15b3-11d2-456e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetHeight(aHeight: nsAString): Longword; extdecl;
|
|
function SetHeight(const aHeight: nsAString): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetSrc(aSrc: nsAString): Longword; extdecl;
|
|
function SetSrc(const aSrc: nsAString): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
function GetWidth(aWidth: nsAString): Longword; extdecl;
|
|
function SetWidth(const aWidth: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLFieldSetElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9097-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLFontElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a7-15b3-11d2-932e-00805f8add32}']
|
|
function GetColor(aColor: nsAString): Longword; extdecl;
|
|
function SetColor(const aColor: nsAString): Longword; extdecl;
|
|
function GetFace(aFace: nsAString): Longword; extdecl;
|
|
function SetFace(const aFace: nsAString): Longword; extdecl;
|
|
function GetSize(aSize: nsAString): Longword; extdecl;
|
|
function SetSize(const aSize: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLFormElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf908f-15b3-11d2-932e-00805f8add32}']
|
|
function GetElements(out aElements: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetLength(out aLength: PRInt32): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetAcceptCharset(aAcceptCharset: nsAString): Longword; extdecl;
|
|
function SetAcceptCharset(const aAcceptCharset: nsAString): Longword; extdecl;
|
|
function GetAction(aAction: nsAString): Longword; extdecl;
|
|
function SetAction(const aAction: nsAString): Longword; extdecl;
|
|
function GetEnctype(aEnctype: nsAString): Longword; extdecl;
|
|
function SetEnctype(const aEnctype: nsAString): Longword; extdecl;
|
|
function GetMethod(aMethod: nsAString): Longword; extdecl;
|
|
function SetMethod(const aMethod: nsAString): Longword; extdecl;
|
|
function GetTarget(aTarget: nsAString): Longword; extdecl;
|
|
function SetTarget(const aTarget: nsAString): Longword; extdecl;
|
|
function Submit(): nsresult; extdecl;
|
|
function Reset(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLFrameElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b9-15b3-11d2-932e-00805f8add32}']
|
|
function GetFrameBorder(aFrameBorder: nsAString): Longword; extdecl;
|
|
function SetFrameBorder(const aFrameBorder: nsAString): Longword; extdecl;
|
|
function GetLongDesc(aLongDesc: nsAString): Longword; extdecl;
|
|
function SetLongDesc(const aLongDesc: nsAString): Longword; extdecl;
|
|
function GetMarginHeight(aMarginHeight: nsAString): Longword; extdecl;
|
|
function SetMarginHeight(const aMarginHeight: nsAString): Longword; extdecl;
|
|
function GetMarginWidth(aMarginWidth: nsAString): Longword; extdecl;
|
|
function SetMarginWidth(const aMarginWidth: nsAString): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetNoResize(out aNoResize: PRBool): Longword; extdecl;
|
|
function SetNoResize(aNoResize: PRBool): Longword; extdecl;
|
|
function GetScrolling(aScrolling: nsAString): Longword; extdecl;
|
|
function SetScrolling(const aScrolling: nsAString): Longword; extdecl;
|
|
function GetSrc(aSrc: nsAString): Longword; extdecl;
|
|
function SetSrc(const aSrc: nsAString): Longword; extdecl;
|
|
function GetContentDocument(out aContentDocument: nsIDOMDocument_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLFrameSetElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b8-15b3-11d2-932e-00805f8add32}']
|
|
function GetCols(aCols: nsAString): Longword; extdecl;
|
|
function SetCols(const aCols: nsAString): Longword; extdecl;
|
|
function GetRows(aRows: nsAString): Longword; extdecl;
|
|
function SetRows(const aRows: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLHeadElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9087-15b3-11d2-932e-00805f8add32}']
|
|
function GetProfile(aProfile: nsAString): Longword; extdecl;
|
|
function SetProfile(const aProfile: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLHeadingElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a2-15b3-11d2-932e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLHRElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a8-15b3-11d2-932e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetNoShade(out aNoShade: PRBool): Longword; extdecl;
|
|
function SetNoShade(aNoShade: PRBool): Longword; extdecl;
|
|
function GetSize(aSize: nsAString): Longword; extdecl;
|
|
function SetSize(const aSize: nsAString): Longword; extdecl;
|
|
function GetWidth(aWidth: nsAString): Longword; extdecl;
|
|
function SetWidth(const aWidth: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLHtmlElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9086-15b3-11d2-932e-00805f8add32}']
|
|
function GetVersion(aVersion: nsAString): Longword; extdecl;
|
|
function SetVersion(const aVersion: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLIFrameElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90ba-15b3-11d2-932e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetFrameBorder(aFrameBorder: nsAString): Longword; extdecl;
|
|
function SetFrameBorder(const aFrameBorder: nsAString): Longword; extdecl;
|
|
function GetHeight(aHeight: nsAString): Longword; extdecl;
|
|
function SetHeight(const aHeight: nsAString): Longword; extdecl;
|
|
function GetLongDesc(aLongDesc: nsAString): Longword; extdecl;
|
|
function SetLongDesc(const aLongDesc: nsAString): Longword; extdecl;
|
|
function GetMarginHeight(aMarginHeight: nsAString): Longword; extdecl;
|
|
function SetMarginHeight(const aMarginHeight: nsAString): Longword; extdecl;
|
|
function GetMarginWidth(aMarginWidth: nsAString): Longword; extdecl;
|
|
function SetMarginWidth(const aMarginWidth: nsAString): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetScrolling(aScrolling: nsAString): Longword; extdecl;
|
|
function SetScrolling(const aScrolling: nsAString): Longword; extdecl;
|
|
function GetSrc(aSrc: nsAString): Longword; extdecl;
|
|
function SetSrc(const aSrc: nsAString): Longword; extdecl;
|
|
function GetWidth(aWidth: nsAString): Longword; extdecl;
|
|
function SetWidth(const aWidth: nsAString): Longword; extdecl;
|
|
function GetContentDocument(out aContentDocument: nsIDOMDocument_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLImageElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90ab-15b3-11d2-932e-00805f8add32}']
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetAlt(aAlt: nsAString): Longword; extdecl;
|
|
function SetAlt(const aAlt: nsAString): Longword; extdecl;
|
|
function GetBorder(aBorder: nsAString): Longword; extdecl;
|
|
function SetBorder(const aBorder: nsAString): Longword; extdecl;
|
|
function GetHeight(out aHeight: PRInt32): Longword; extdecl;
|
|
function SetHeight(aHeight: PRInt32): Longword; extdecl;
|
|
function GetHspace(out aHspace: PRInt32): Longword; extdecl;
|
|
function SetHspace(aHspace: PRInt32): Longword; extdecl;
|
|
function GetIsMap(out aIsMap: PRBool): Longword; extdecl;
|
|
function SetIsMap(aIsMap: PRBool): Longword; extdecl;
|
|
function GetLongDesc(aLongDesc: nsAString): Longword; extdecl;
|
|
function SetLongDesc(const aLongDesc: nsAString): Longword; extdecl;
|
|
function GetSrc(aSrc: nsAString): Longword; extdecl;
|
|
function SetSrc(const aSrc: nsAString): Longword; extdecl;
|
|
function GetUseMap(aUseMap: nsAString): Longword; extdecl;
|
|
function SetUseMap(const aUseMap: nsAString): Longword; extdecl;
|
|
function GetVspace(out aVspace: PRInt32): Longword; extdecl;
|
|
function SetVspace(aVspace: PRInt32): Longword; extdecl;
|
|
function GetWidth(out aWidth: PRInt32): Longword; extdecl;
|
|
function SetWidth(aWidth: PRInt32): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLInputElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9093-15b3-11d2-932e-00805f8add32}']
|
|
function GetDefaultValue(aDefaultValue: nsAString): Longword; extdecl;
|
|
function SetDefaultValue(const aDefaultValue: nsAString): Longword; extdecl;
|
|
function GetDefaultChecked(out aDefaultChecked: PRBool): Longword; extdecl;
|
|
function SetDefaultChecked(aDefaultChecked: PRBool): Longword; extdecl;
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
function GetAccept(aAccept: nsAString): Longword; extdecl;
|
|
function SetAccept(const aAccept: nsAString): Longword; extdecl;
|
|
function GetAccessKey(aAccessKey: nsAString): Longword; extdecl;
|
|
function SetAccessKey(const aAccessKey: nsAString): Longword; extdecl;
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetAlt(aAlt: nsAString): Longword; extdecl;
|
|
function SetAlt(const aAlt: nsAString): Longword; extdecl;
|
|
function GetChecked(out aChecked: PRBool): Longword; extdecl;
|
|
function SetChecked(aChecked: PRBool): Longword; extdecl;
|
|
function GetDisabled(out aDisabled: PRBool): Longword; extdecl;
|
|
function SetDisabled(aDisabled: PRBool): Longword; extdecl;
|
|
function GetMaxLength(out aMaxLength: PRInt32): Longword; extdecl;
|
|
function SetMaxLength(aMaxLength: PRInt32): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetReadOnly(out aReadOnly: PRBool): Longword; extdecl;
|
|
function SetReadOnly(aReadOnly: PRBool): Longword; extdecl;
|
|
function GetSize(out aSize: PRUint32): Longword; extdecl;
|
|
function SetSize(aSize: PRUint32): Longword; extdecl;
|
|
function GetSrc(aSrc: nsAString): Longword; extdecl;
|
|
function SetSrc(const aSrc: nsAString): Longword; extdecl;
|
|
function GetTabIndex(out aTabIndex: PRInt32): Longword; extdecl;
|
|
function SetTabIndex(aTabIndex: PRInt32): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
function GetUseMap(aUseMap: nsAString): Longword; extdecl;
|
|
function SetUseMap(const aUseMap: nsAString): Longword; extdecl;
|
|
function GetValue(aValue: nsAString): Longword; extdecl;
|
|
function SetValue(const aValue: nsAString): Longword; extdecl;
|
|
function Blur(): nsresult; extdecl;
|
|
function Focus(): nsresult; extdecl;
|
|
function Select(): nsresult; extdecl;
|
|
function Click(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLIsIndexElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf908c-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
function GetPrompt(aPrompt: nsAString): Longword; extdecl;
|
|
function SetPrompt(const aPrompt: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLLabelElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9096-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
function GetAccessKey(aAccessKey: nsAString): Longword; extdecl;
|
|
function SetAccessKey(const aAccessKey: nsAString): Longword; extdecl;
|
|
function GetHtmlFor(aHtmlFor: nsAString): Longword; extdecl;
|
|
function SetHtmlFor(const aHtmlFor: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLLegendElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9098-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
function GetAccessKey(aAccessKey: nsAString): Longword; extdecl;
|
|
function SetAccessKey(const aAccessKey: nsAString): Longword; extdecl;
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLLIElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf909e-15b3-11d2-932e-00805f8add32}']
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
function GetValue(out aValue: PRInt32): Longword; extdecl;
|
|
function SetValue(aValue: PRInt32): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLLinkElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9088-15b3-11d2-932e-00805f8add32}']
|
|
function GetDisabled(out aDisabled: PRBool): Longword; extdecl;
|
|
function SetDisabled(aDisabled: PRBool): Longword; extdecl;
|
|
function GetCharset(aCharset: nsAString): Longword; extdecl;
|
|
function SetCharset(const aCharset: nsAString): Longword; extdecl;
|
|
function GetHref(aHref: nsAString): Longword; extdecl;
|
|
function SetHref(const aHref: nsAString): Longword; extdecl;
|
|
function GetHreflang(aHreflang: nsAString): Longword; extdecl;
|
|
function SetHreflang(const aHreflang: nsAString): Longword; extdecl;
|
|
function GetMedia(aMedia: nsAString): Longword; extdecl;
|
|
function SetMedia(const aMedia: nsAString): Longword; extdecl;
|
|
function GetRel(aRel: nsAString): Longword; extdecl;
|
|
function SetRel(const aRel: nsAString): Longword; extdecl;
|
|
function GetRev(aRev: nsAString): Longword; extdecl;
|
|
function SetRev(const aRev: nsAString): Longword; extdecl;
|
|
function GetTarget(aTarget: nsAString): Longword; extdecl;
|
|
function SetTarget(const aTarget: nsAString): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLMapElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90af-15b3-11d2-932e-00805f8add32}']
|
|
function GetAreas(out aAreas: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLMenuElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf909d-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(out aCompact: PRBool): Longword; extdecl;
|
|
function SetCompact(aCompact: PRBool): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLMetaElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf908a-15b3-11d2-932e-00805f8add32}']
|
|
function GetContent(aContent: nsAString): Longword; extdecl;
|
|
function SetContent(const aContent: nsAString): Longword; extdecl;
|
|
function GetHttpEquiv(aHttpEquiv: nsAString): Longword; extdecl;
|
|
function SetHttpEquiv(const aHttpEquiv: nsAString): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetScheme(aScheme: nsAString): Longword; extdecl;
|
|
function SetScheme(const aScheme: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLModElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a9-15b3-11d2-932e-00805f8add32}']
|
|
function GetCite(aCite: nsAString): Longword; extdecl;
|
|
function SetCite(const aCite: nsAString): Longword; extdecl;
|
|
function GetDateTime(aDateTime: nsAString): Longword; extdecl;
|
|
function SetDateTime(const aDateTime: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLObjectElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90ac-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
function GetCode(aCode: nsAString): Longword; extdecl;
|
|
function SetCode(const aCode: nsAString): Longword; extdecl;
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetArchive(aArchive: nsAString): Longword; extdecl;
|
|
function SetArchive(const aArchive: nsAString): Longword; extdecl;
|
|
function GetBorder(aBorder: nsAString): Longword; extdecl;
|
|
function SetBorder(const aBorder: nsAString): Longword; extdecl;
|
|
function GetCodeBase(aCodeBase: nsAString): Longword; extdecl;
|
|
function SetCodeBase(const aCodeBase: nsAString): Longword; extdecl;
|
|
function GetCodeType(aCodeType: nsAString): Longword; extdecl;
|
|
function SetCodeType(const aCodeType: nsAString): Longword; extdecl;
|
|
function GetData(aData: nsAString): Longword; extdecl;
|
|
function SetData(const aData: nsAString): Longword; extdecl;
|
|
function GetDeclare(out aDeclare: PRBool): Longword; extdecl;
|
|
function SetDeclare(aDeclare: PRBool): Longword; extdecl;
|
|
function GetHeight(aHeight: nsAString): Longword; extdecl;
|
|
function SetHeight(const aHeight: nsAString): Longword; extdecl;
|
|
function GetHspace(out aHspace: PRInt32): Longword; extdecl;
|
|
function SetHspace(aHspace: PRInt32): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetStandby(aStandby: nsAString): Longword; extdecl;
|
|
function SetStandby(const aStandby: nsAString): Longword; extdecl;
|
|
function GetTabIndex(out aTabIndex: PRInt32): Longword; extdecl;
|
|
function SetTabIndex(aTabIndex: PRInt32): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
function GetUseMap(aUseMap: nsAString): Longword; extdecl;
|
|
function SetUseMap(const aUseMap: nsAString): Longword; extdecl;
|
|
function GetVspace(out aVspace: PRInt32): Longword; extdecl;
|
|
function SetVspace(aVspace: PRInt32): Longword; extdecl;
|
|
function GetWidth(aWidth: nsAString): Longword; extdecl;
|
|
function SetWidth(const aWidth: nsAString): Longword; extdecl;
|
|
function GetContentDocument(out aContentDocument: nsIDOMDocument_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLOListElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf909a-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(out aCompact: PRBool): Longword; extdecl;
|
|
function SetCompact(aCompact: PRBool): Longword; extdecl;
|
|
function GetStart(out aStart: PRInt32): Longword; extdecl;
|
|
function SetStart(aStart: PRInt32): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLOptGroupElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9091-15b3-11d2-932e-00805f8add32}']
|
|
function GetDisabled(out aDisabled: PRBool): Longword; extdecl;
|
|
function SetDisabled(aDisabled: PRBool): Longword; extdecl;
|
|
function GetLabel(aLabel: nsAString): Longword; extdecl;
|
|
function SetLabel(const aLabel: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLOptionElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9092-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
function GetDefaultSelected(out aDefaultSelected: PRBool): Longword; extdecl;
|
|
function SetDefaultSelected(aDefaultSelected: PRBool): Longword; extdecl;
|
|
function GetText(aText: nsAString): Longword; extdecl;
|
|
function GetIndex(out aIndex: PRInt32): Longword; extdecl;
|
|
function GetDisabled(out aDisabled: PRBool): Longword; extdecl;
|
|
function SetDisabled(aDisabled: PRBool): Longword; extdecl;
|
|
function GetLabel(aLabel: nsAString): Longword; extdecl;
|
|
function SetLabel(const aLabel: nsAString): Longword; extdecl;
|
|
function GetSelected(out aSelected: PRBool): Longword; extdecl;
|
|
function SetSelected(aSelected: PRBool): Longword; extdecl;
|
|
function GetValue(aValue: nsAString): Longword; extdecl;
|
|
function SetValue(const aValue: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLOptionsCollection_std19 = interface(nsISupports_std19)
|
|
['{bce0213c-f70f-488f-b93f-688acca55d63}']
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function SetLength(aLength: PRUint32): Longword; extdecl;
|
|
function Item(index: PRUint32; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function NamedItem(const name: nsAString; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLParagraphElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a1-15b3-11d2-932e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLParamElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90ad-15b3-11d2-932e-00805f8add32}']
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
function GetValue(aValue: nsAString): Longword; extdecl;
|
|
function SetValue(const aValue: nsAString): Longword; extdecl;
|
|
function GetValueType(aValueType: nsAString): Longword; extdecl;
|
|
function SetValueType(const aValueType: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLPreElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a4-15b3-11d2-932e-00805f8add32}']
|
|
function GetWidth(out aWidth: PRInt32): Longword; extdecl;
|
|
function SetWidth(aWidth: PRInt32): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLQuoteElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90a3-15b3-11d2-932e-00805f8add32}']
|
|
function GetCite(aCite: nsAString): Longword; extdecl;
|
|
function SetCite(const aCite: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLScriptElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b1-15b3-11d2-932e-00805f8add32}']
|
|
function GetText(aText: nsAString): Longword; extdecl;
|
|
function SetText(const aText: nsAString): Longword; extdecl;
|
|
function GetHtmlFor(aHtmlFor: nsAString): Longword; extdecl;
|
|
function SetHtmlFor(const aHtmlFor: nsAString): Longword; extdecl;
|
|
function GetEvent(aEvent: nsAString): Longword; extdecl;
|
|
function SetEvent(const aEvent: nsAString): Longword; extdecl;
|
|
function GetCharset(aCharset: nsAString): Longword; extdecl;
|
|
function SetCharset(const aCharset: nsAString): Longword; extdecl;
|
|
function GetDefer(out aDefer: PRBool): Longword; extdecl;
|
|
function SetDefer(aDefer: PRBool): Longword; extdecl;
|
|
function GetSrc(aSrc: nsAString): Longword; extdecl;
|
|
function SetSrc(const aSrc: nsAString): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLSelectElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9090-15b3-11d2-932e-00805f8add32}']
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function GetSelectedIndex(out aSelectedIndex: PRInt32): Longword; extdecl;
|
|
function SetSelectedIndex(aSelectedIndex: PRInt32): Longword; extdecl;
|
|
function GetValue(aValue: nsAString): Longword; extdecl;
|
|
function SetValue(const aValue: nsAString): Longword; extdecl;
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function SetLength(aLength: PRUint32): Longword; extdecl;
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
function GetOptions(out aOptions: nsIDOMHTMLOptionsCollection_std19): Longword; extdecl;
|
|
function GetDisabled(out aDisabled: PRBool): Longword; extdecl;
|
|
function SetDisabled(aDisabled: PRBool): Longword; extdecl;
|
|
function GetMultiple(out aMultiple: PRBool): Longword; extdecl;
|
|
function SetMultiple(aMultiple: PRBool): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetSize(out aSize: PRInt32): Longword; extdecl;
|
|
function SetSize(aSize: PRInt32): Longword; extdecl;
|
|
function GetTabIndex(out aTabIndex: PRInt32): Longword; extdecl;
|
|
function SetTabIndex(aTabIndex: PRInt32): Longword; extdecl;
|
|
function Add(element: nsIDOMHTMLElement_std19; before: nsIDOMHTMLElement_std19): nsresult; extdecl;
|
|
function Remove(index: PRInt32): nsresult; extdecl;
|
|
function Blur(): nsresult; extdecl;
|
|
function Focus(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLStyleElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf908d-15b3-11d2-932e-00805f8add32}']
|
|
function GetDisabled(out aDisabled: PRBool): Longword; extdecl;
|
|
function SetDisabled(aDisabled: PRBool): Longword; extdecl;
|
|
function GetMedia(aMedia: nsAString): Longword; extdecl;
|
|
function SetMedia(const aMedia: nsAString): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLTableCaptionElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b3-15b3-11d2-932e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLTableCellElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b7-15b3-11d2-932e-00805f8add32}']
|
|
function GetCellIndex(out aCellIndex: PRInt32): Longword; extdecl;
|
|
function GetAbbr(aAbbr: nsAString): Longword; extdecl;
|
|
function SetAbbr(const aAbbr: nsAString): Longword; extdecl;
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetAxis(aAxis: nsAString): Longword; extdecl;
|
|
function SetAxis(const aAxis: nsAString): Longword; extdecl;
|
|
function GetBgColor(aBgColor: nsAString): Longword; extdecl;
|
|
function SetBgColor(const aBgColor: nsAString): Longword; extdecl;
|
|
function GetCh(aCh: nsAString): Longword; extdecl;
|
|
function SetCh(const aCh: nsAString): Longword; extdecl;
|
|
function GetChOff(aChOff: nsAString): Longword; extdecl;
|
|
function SetChOff(const aChOff: nsAString): Longword; extdecl;
|
|
function GetColSpan(out aColSpan: PRInt32): Longword; extdecl;
|
|
function SetColSpan(aColSpan: PRInt32): Longword; extdecl;
|
|
function GetHeaders(aHeaders: nsAString): Longword; extdecl;
|
|
function SetHeaders(const aHeaders: nsAString): Longword; extdecl;
|
|
function GetHeight(aHeight: nsAString): Longword; extdecl;
|
|
function SetHeight(const aHeight: nsAString): Longword; extdecl;
|
|
function GetNoWrap(out aNoWrap: PRBool): Longword; extdecl;
|
|
function SetNoWrap(aNoWrap: PRBool): Longword; extdecl;
|
|
function GetRowSpan(out aRowSpan: PRInt32): Longword; extdecl;
|
|
function SetRowSpan(aRowSpan: PRInt32): Longword; extdecl;
|
|
function GetScope(aScope: nsAString): Longword; extdecl;
|
|
function SetScope(const aScope: nsAString): Longword; extdecl;
|
|
function GetVAlign(aVAlign: nsAString): Longword; extdecl;
|
|
function SetVAlign(const aVAlign: nsAString): Longword; extdecl;
|
|
function GetWidth(aWidth: nsAString): Longword; extdecl;
|
|
function SetWidth(const aWidth: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLTableColElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b4-15b3-11d2-932e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetCh(aCh: nsAString): Longword; extdecl;
|
|
function SetCh(const aCh: nsAString): Longword; extdecl;
|
|
function GetChOff(aChOff: nsAString): Longword; extdecl;
|
|
function SetChOff(const aChOff: nsAString): Longword; extdecl;
|
|
function GetSpan(out aSpan: PRInt32): Longword; extdecl;
|
|
function SetSpan(aSpan: PRInt32): Longword; extdecl;
|
|
function GetVAlign(aVAlign: nsAString): Longword; extdecl;
|
|
function SetVAlign(const aVAlign: nsAString): Longword; extdecl;
|
|
function GetWidth(aWidth: nsAString): Longword; extdecl;
|
|
function SetWidth(const aWidth: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLTableElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b2-15b3-11d2-932e-00805f8add32}']
|
|
function GetCaption(out aCaption: nsIDOMHTMLTableCaptionElement_std19): Longword; extdecl;
|
|
function SetCaption(aCaption: nsIDOMHTMLTableCaptionElement_std19): Longword; extdecl;
|
|
function GetTHead(out aTHead: nsIDOMHTMLTableSectionElement_std19): Longword; extdecl;
|
|
function SetTHead(aTHead: nsIDOMHTMLTableSectionElement_std19): Longword; extdecl;
|
|
function GetTFoot(out aTFoot: nsIDOMHTMLTableSectionElement_std19): Longword; extdecl;
|
|
function SetTFoot(aTFoot: nsIDOMHTMLTableSectionElement_std19): Longword; extdecl;
|
|
function GetRows(out aRows: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetTBodies(out aTBodies: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetBgColor(aBgColor: nsAString): Longword; extdecl;
|
|
function SetBgColor(const aBgColor: nsAString): Longword; extdecl;
|
|
function GetBorder(aBorder: nsAString): Longword; extdecl;
|
|
function SetBorder(const aBorder: nsAString): Longword; extdecl;
|
|
function GetCellPadding(aCellPadding: nsAString): Longword; extdecl;
|
|
function SetCellPadding(const aCellPadding: nsAString): Longword; extdecl;
|
|
function GetCellSpacing(aCellSpacing: nsAString): Longword; extdecl;
|
|
function SetCellSpacing(const aCellSpacing: nsAString): Longword; extdecl;
|
|
function GetFrame(aFrame: nsAString): Longword; extdecl;
|
|
function SetFrame(const aFrame: nsAString): Longword; extdecl;
|
|
function GetRules(aRules: nsAString): Longword; extdecl;
|
|
function SetRules(const aRules: nsAString): Longword; extdecl;
|
|
function GetSummary(aSummary: nsAString): Longword; extdecl;
|
|
function SetSummary(const aSummary: nsAString): Longword; extdecl;
|
|
function GetWidth(aWidth: nsAString): Longword; extdecl;
|
|
function SetWidth(const aWidth: nsAString): Longword; extdecl;
|
|
function CreateTHead(out _retval: nsIDOMHTMLElement_std19): nsresult; extdecl;
|
|
function DeleteTHead(): nsresult; extdecl;
|
|
function CreateTFoot(out _retval: nsIDOMHTMLElement_std19): nsresult; extdecl;
|
|
function DeleteTFoot(): nsresult; extdecl;
|
|
function CreateCaption(out _retval: nsIDOMHTMLElement_std19): nsresult; extdecl;
|
|
function DeleteCaption(): nsresult; extdecl;
|
|
function InsertRow(index: PRInt32; out _retval: nsIDOMHTMLElement_std19): nsresult; extdecl;
|
|
function DeleteRow(index: PRInt32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLTableRowElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b6-15b3-11d2-932e-00805f8add32}']
|
|
function GetRowIndex(out aRowIndex: PRInt32): Longword; extdecl;
|
|
function GetSectionRowIndex(out aSectionRowIndex: PRInt32): Longword; extdecl;
|
|
function GetCells(out aCells: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetBgColor(aBgColor: nsAString): Longword; extdecl;
|
|
function SetBgColor(const aBgColor: nsAString): Longword; extdecl;
|
|
function GetCh(aCh: nsAString): Longword; extdecl;
|
|
function SetCh(const aCh: nsAString): Longword; extdecl;
|
|
function GetChOff(aChOff: nsAString): Longword; extdecl;
|
|
function SetChOff(const aChOff: nsAString): Longword; extdecl;
|
|
function GetVAlign(aVAlign: nsAString): Longword; extdecl;
|
|
function SetVAlign(const aVAlign: nsAString): Longword; extdecl;
|
|
function InsertCell(index: PRInt32; out _retval: nsIDOMHTMLElement_std19): nsresult; extdecl;
|
|
function DeleteCell(index: PRInt32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLTableSectionElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf90b5-15b3-11d2-932e-00805f8add32}']
|
|
function GetAlign(aAlign: nsAString): Longword; extdecl;
|
|
function SetAlign(const aAlign: nsAString): Longword; extdecl;
|
|
function GetCh(aCh: nsAString): Longword; extdecl;
|
|
function SetCh(const aCh: nsAString): Longword; extdecl;
|
|
function GetChOff(aChOff: nsAString): Longword; extdecl;
|
|
function SetChOff(const aChOff: nsAString): Longword; extdecl;
|
|
function GetVAlign(aVAlign: nsAString): Longword; extdecl;
|
|
function SetVAlign(const aVAlign: nsAString): Longword; extdecl;
|
|
function GetRows(out aRows: nsIDOMHTMLCollection_std19): Longword; extdecl;
|
|
function InsertRow(index: PRInt32; out _retval: nsIDOMHTMLElement_std19): nsresult; extdecl;
|
|
function DeleteRow(index: PRInt32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLTextAreaElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9094-15b3-11d2-932e-00805f8add32}']
|
|
function GetDefaultValue(aDefaultValue: nsAString): Longword; extdecl;
|
|
function SetDefaultValue(const aDefaultValue: nsAString): Longword; extdecl;
|
|
function GetForm(out aForm: nsIDOMHTMLFormElement_std19): Longword; extdecl;
|
|
function GetAccessKey(aAccessKey: nsAString): Longword; extdecl;
|
|
function SetAccessKey(const aAccessKey: nsAString): Longword; extdecl;
|
|
function GetCols(out aCols: PRInt32): Longword; extdecl;
|
|
function SetCols(aCols: PRInt32): Longword; extdecl;
|
|
function GetDisabled(out aDisabled: PRBool): Longword; extdecl;
|
|
function SetDisabled(aDisabled: PRBool): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetReadOnly(out aReadOnly: PRBool): Longword; extdecl;
|
|
function SetReadOnly(aReadOnly: PRBool): Longword; extdecl;
|
|
function GetRows(out aRows: PRInt32): Longword; extdecl;
|
|
function SetRows(aRows: PRInt32): Longword; extdecl;
|
|
function GetTabIndex(out aTabIndex: PRInt32): Longword; extdecl;
|
|
function SetTabIndex(aTabIndex: PRInt32): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function GetValue(aValue: nsAString): Longword; extdecl;
|
|
function SetValue(const aValue: nsAString): Longword; extdecl;
|
|
function Blur(): nsresult; extdecl;
|
|
function Focus(): nsresult; extdecl;
|
|
function Select(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLTitleElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9089-15b3-11d2-932e-00805f8add32}']
|
|
function GetText(aText: nsAString): Longword; extdecl;
|
|
function SetText(const aText: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMHTMLUListElement_std19 = interface(nsIDOMHTMLElement_std19)
|
|
['{a6cf9099-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(out aCompact: PRBool): Longword; extdecl;
|
|
function SetCompact(aCompact: PRBool): Longword; extdecl;
|
|
function GetType(aType: nsAString): Longword; extdecl;
|
|
function SetType(const aType: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMMediaList_std19 = interface(nsISupports_std19)
|
|
['{9b0c2ed7-111c-4824-adf9-ef0da6dad371}']
|
|
function GetMediaText(aMediaText: nsAString): Longword; extdecl;
|
|
function SetMediaText(const aMediaText: nsAString): Longword; extdecl;
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function Item(index: PRUint32; _retval: nsAString): nsresult; extdecl;
|
|
function DeleteMedium(const oldMedium: nsAString): nsresult; extdecl;
|
|
function AppendMedium(const newMedium: nsAString): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMUIEvent_std19 = interface(nsIDOMEvent_std19)
|
|
['{a6cf90c3-15b3-11d2-932e-00805f8add32}']
|
|
function GetView(out aView: nsIDOMAbstractView_std19): Longword; extdecl;
|
|
function GetDetail(out aDetail: PRInt32): Longword; extdecl;
|
|
function InitUIEvent(const typeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool; viewArg: nsIDOMAbstractView_std19; detailArg: PRInt32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMMouseEvent_std19 = interface(nsIDOMUIEvent_std19)
|
|
['{ff751edc-8b02-aae7-0010-8301838a3123}']
|
|
function GetScreenX(out aScreenX: PRInt32): Longword; extdecl;
|
|
function GetScreenY(out aScreenY: PRInt32): Longword; extdecl;
|
|
function GetClientX(out aClientX: PRInt32): Longword; extdecl;
|
|
function GetClientY(out aClientY: PRInt32): Longword; extdecl;
|
|
function GetCtrlKey(out aCtrlKey: PRBool): Longword; extdecl;
|
|
function GetShiftKey(out aShiftKey: PRBool): Longword; extdecl;
|
|
function GetAltKey(out aAltKey: PRBool): Longword; extdecl;
|
|
function GetMetaKey(out aMetaKey: PRBool): Longword; extdecl;
|
|
function GetButton(out aButton: PRUint16): Longword; extdecl;
|
|
function GetRelatedTarget(out aRelatedTarget: nsIDOMEventTarget_std19): Longword; extdecl;
|
|
function InitMouseEvent(const typeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool; viewArg: nsIDOMAbstractView_std19; detailArg: PRInt32; screenXArg: PRInt32; screenYArg: PRInt32; clientXArg: PRInt32; clientYArg: PRInt32; ctrlKeyArg: PRBool; altKeyArg: PRBool; shiftKeyArg: PRBool; metaKeyArg: PRBool; buttonArg: PRUint16; relatedTargetArg: nsIDOMEventTarget_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMNamedNodeMap_std19 = interface(nsISupports_std19)
|
|
['{a6cf907b-15b3-11d2-932e-00805f8add32}']
|
|
function GetNamedItem(const name: nsAString; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function SetNamedItem(arg: nsIDOMNode_std19; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function RemoveNamedItem(const name: nsAString; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function Item(index: PRUint32; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function GetNamedItemNS(const namespaceURI: nsAString; const localName: nsAString; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function SetNamedItemNS(arg: nsIDOMNode_std19; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function RemoveNamedItemNS(const namespaceURI: nsAString; const localName: nsAString; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMNodeList_std19 = interface(nsISupports_std19)
|
|
['{a6cf907d-15b3-11d2-932e-00805f8add32}']
|
|
function Item(index: PRUint32; out _retval: nsIDOMNode_std19): nsresult; extdecl;
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMNotation_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf907e-15b3-11d2-932e-00805f8add32}']
|
|
function GetPublicId(aPublicId: nsAString): Longword; extdecl;
|
|
function GetSystemId(aSystemId: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMOfflineResourceList_std19 = interface(nsISupports_std19)
|
|
['{8449bce2-0d8c-4c74-ab79-b41b8d81f1c4}']
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function Item(index: PRUint32; _retval: nsAString): nsresult; extdecl;
|
|
function Add(const uri: nsAString): nsresult; extdecl;
|
|
function Remove(const uri: nsAString): nsresult; extdecl;
|
|
function GetStatus(out aStatus: PRUint16): Longword; extdecl;
|
|
function Update(): nsresult; extdecl;
|
|
function SwapCache(): nsresult; extdecl;
|
|
function GetOnchecking(out aOnchecking: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function SetOnchecking(aOnchecking: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function GetOnerror(out aOnerror: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function SetOnerror(aOnerror: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function GetOnnoupdate(out aOnnoupdate: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function SetOnnoupdate(aOnnoupdate: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function GetOndownloading(out aOndownloading: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function SetOndownloading(aOndownloading: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function GetOnprogress(out aOnprogress: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function SetOnprogress(aOnprogress: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function GetOnupdateready(out aOnupdateready: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function SetOnupdateready(aOnupdateready: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function GetOncached(out aOncached: nsIDOMEventListener_std19): Longword; extdecl;
|
|
function SetOncached(aOncached: nsIDOMEventListener_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMProcessingInstruction_std19 = interface(nsIDOMNode_std19)
|
|
['{a6cf907f-15b3-11d2-932e-00805f8add32}']
|
|
function GetTarget(aTarget: nsAString): Longword; extdecl;
|
|
function GetData(aData: nsAString): Longword; extdecl;
|
|
function SetData(const aData: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMRange_std19 = interface(nsISupports_std19)
|
|
['{a6cf90ce-15b3-11d2-932e-00805f8add32}']
|
|
function GetStartContainer(out aStartContainer: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetStartOffset(out aStartOffset: PRInt32): Longword; extdecl;
|
|
function GetEndContainer(out aEndContainer: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetEndOffset(out aEndOffset: PRInt32): Longword; extdecl;
|
|
function GetCollapsed(out aCollapsed: PRBool): Longword; extdecl;
|
|
function GetCommonAncestorContainer(out aCommonAncestorContainer: nsIDOMNode_std19): Longword; extdecl;
|
|
function SetStart(refNode: nsIDOMNode_std19; offset: PRInt32): nsresult; extdecl;
|
|
function SetEnd(refNode: nsIDOMNode_std19; offset: PRInt32): nsresult; extdecl;
|
|
function SetStartBefore(refNode: nsIDOMNode_std19): nsresult; extdecl;
|
|
function SetStartAfter(refNode: nsIDOMNode_std19): nsresult; extdecl;
|
|
function SetEndBefore(refNode: nsIDOMNode_std19): nsresult; extdecl;
|
|
function SetEndAfter(refNode: nsIDOMNode_std19): nsresult; extdecl;
|
|
function Collapse(toStart: PRBool): nsresult; extdecl;
|
|
function SelectNode(refNode: nsIDOMNode_std19): nsresult; extdecl;
|
|
function SelectNodeContents(refNode: nsIDOMNode_std19): nsresult; extdecl;
|
|
function CompareBoundaryPoints(how: PRUint16; sourceRange: nsIDOMRange_std19; out _retval: PRInt16): nsresult; extdecl;
|
|
function DeleteContents(): nsresult; extdecl;
|
|
function ExtractContents(out _retval: nsIDOMDocumentFragment_std19): nsresult; extdecl;
|
|
function CloneContents(out _retval: nsIDOMDocumentFragment_std19): nsresult; extdecl;
|
|
function InsertNode(newNode: nsIDOMNode_std19): nsresult; extdecl;
|
|
function SurroundContents(newParent: nsIDOMNode_std19): nsresult; extdecl;
|
|
function CloneRange(out _retval: nsIDOMRange_std19): nsresult; extdecl;
|
|
function ToString(_retval: nsAString): nsresult; extdecl;
|
|
function Detach(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMRect_std19 = interface(nsISupports_std19)
|
|
['{71735f62-ac5c-4236-9a1f-5ffb280d531c}']
|
|
function GetTop(out aTop: nsIDOMCSSPrimitiveValue_std19): Longword; extdecl;
|
|
function GetRight(out aRight: nsIDOMCSSPrimitiveValue_std19): Longword; extdecl;
|
|
function GetBottom(out aBottom: nsIDOMCSSPrimitiveValue_std19): Longword; extdecl;
|
|
function GetLeft(out aLeft: nsIDOMCSSPrimitiveValue_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMRGBColor_std19 = interface(nsISupports_std19)
|
|
['{6aff3102-320d-4986-9790-12316bb87cf9}']
|
|
function GetRed(out aRed: nsIDOMCSSPrimitiveValue_std19): Longword; extdecl;
|
|
function GetGreen(out aGreen: nsIDOMCSSPrimitiveValue_std19): Longword; extdecl;
|
|
function GetBlue(out aBlue: nsIDOMCSSPrimitiveValue_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMStorage_std19 = interface(nsISupports_std19)
|
|
['{95cc1383-3b62-4b89-aaef-1004a513ef47}']
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function Key(index: PRUint32; _retval: nsAString): nsresult; extdecl;
|
|
function GetItem(const key: nsAString; out _retval: nsIDOMStorageItem_std19): nsresult; extdecl;
|
|
function SetItem(const key: nsAString; const data: nsAString): nsresult; extdecl;
|
|
function RemoveItem(const key: nsAString): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMStorageEvent_std19 = interface(nsIDOMEvent_std19)
|
|
['{fc540c28-8edd-4b7a-9c30-8638289b7a7d}']
|
|
function GetDomain(aDomain: nsAString): Longword; extdecl;
|
|
function InitStorageEvent(const typeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool; const domainArg: nsAString): nsresult; extdecl;
|
|
function InitStorageEventNS(const namespaceURIArg: nsAString; const typeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool; const domainArg: nsAString): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMStorageItem_std19 = interface(nsISupports_std19)
|
|
['{0cc37c78-4c5f-48e1-adfc-7480b8fe9dc4}']
|
|
function GetSecure(out aSecure: PRBool): Longword; extdecl;
|
|
function SetSecure(aSecure: PRBool): Longword; extdecl;
|
|
function GetValue(aValue: nsAString): Longword; extdecl;
|
|
function SetValue(const aValue: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMStorageList_std19 = interface(nsISupports_std19)
|
|
['{f2166929-91b6-4372-8d5f-c366f47a5f54}']
|
|
function NamedItem(const domain: nsAString; out _retval: nsIDOMStorage_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMStorageWindow_std19 = interface(nsISupports_std19)
|
|
['{55e9c181-2476-47cf-97f8-efdaaf7b6f7a}']
|
|
function GetSessionStorage(out aSessionStorage: nsIDOMStorage_std19): Longword; extdecl;
|
|
function GetGlobalStorage(out aGlobalStorage: nsIDOMStorageList_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMStyleSheetList_std19 = interface(nsISupports_std19)
|
|
['{a6cf9081-15b3-11d2-932e-00805f8add32}']
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function Item(index: PRUint32; out _retval: nsIDOMStyleSheet_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMWindow_std19 = interface(nsISupports_std19)
|
|
['{a6cf906b-15b3-11d2-932e-00805f8add32}']
|
|
function GetDocument(out aDocument: nsIDOMDocument_std19): Longword; extdecl;
|
|
function GetParent(out aParent: nsIDOMWindow_std19): Longword; extdecl;
|
|
function GetTop(out aTop: nsIDOMWindow_std19): Longword; extdecl;
|
|
function GetScrollbars(out aScrollbars: nsIDOMBarProp_std19): Longword; extdecl;
|
|
function GetFrames(out aFrames: nsIDOMWindowCollection_std19): Longword; extdecl;
|
|
function GetName(aName: nsAString): Longword; extdecl;
|
|
function SetName(const aName: nsAString): Longword; extdecl;
|
|
function GetTextZoom(out aTextZoom: Single): Longword; extdecl;
|
|
function SetTextZoom(aTextZoom: Single): Longword; extdecl;
|
|
function GetScrollX(out aScrollX: PRInt32): Longword; extdecl;
|
|
function GetScrollY(out aScrollY: PRInt32): Longword; extdecl;
|
|
function ScrollTo(xScroll: PRInt32; yScroll: PRInt32): nsresult; extdecl;
|
|
function ScrollBy(xScrollDif: PRInt32; yScrollDif: PRInt32): nsresult; extdecl;
|
|
function GetSelection(out _retval: nsISelection_std19): nsresult; extdecl;
|
|
function ScrollByLines(numLines: PRInt32): nsresult; extdecl;
|
|
function ScrollByPages(numPages: PRInt32): nsresult; extdecl;
|
|
function SizeToContent(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMWindow2_std19 = interface(nsIDOMWindow_std19)
|
|
['{73c5fa35-3add-4c87-a303-a850ccf4d65a}']
|
|
function GetWindowRoot(out aWindowRoot: nsIDOMEventTarget_std19): Longword; extdecl;
|
|
function GetApplicationCache(out aApplicationCache: nsIDOMOfflineResourceList_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIDOMWindowCollection_std19 = interface(nsISupports_std19)
|
|
['{a6cf906f-15b3-11d2-932e-00805f8add32}']
|
|
function GetLength(out aLength: PRUint32): Longword; extdecl;
|
|
function Item(index: PRUint32; out _retval: nsIDOMWindow_std19): nsresult; extdecl;
|
|
function NamedItem(const name: nsAString; out _retval: nsIDOMWindow_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIDOMWindowUtils_std19 = interface(nsISupports_std19)
|
|
['{1cfc1a0a-e348-4b18-b61b-935c192f85c4}']
|
|
function GetImageAnimationMode(out aImageAnimationMode: PRUint16): Longword; extdecl;
|
|
function SetImageAnimationMode(aImageAnimationMode: PRUint16): Longword; extdecl;
|
|
function GetDocCharsetIsForced(out aDocCharsetIsForced: PRBool): Longword; extdecl;
|
|
function GetDocumentMetadata(const aName: nsAString; _retval: nsAString): nsresult; extdecl;
|
|
function Redraw(): nsresult; extdecl;
|
|
function SendMouseEvent(const aType: nsAString; aX: PRInt32; aY: PRInt32; aButton: PRInt32; aClickCount: PRInt32; aModifiers: PRInt32): nsresult; extdecl;
|
|
function SendKeyEvent(const aType: nsAString; aKeyCode: PRInt32; aCharCode: PRInt32; aModifiers: PRInt32): nsresult; extdecl;
|
|
function SendNativeKeyEvent(aNativeKeyboardLayout: PRInt32; aNativeKeyCode: PRInt32; aModifierFlags: PRInt32; const aCharacters: nsAString; const aUnmodifiedCharacters: nsAString): nsresult; extdecl;
|
|
function Focus(aElement: nsIDOMElement_std19): nsresult; extdecl;
|
|
function GarbageCollect(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIEmbeddingSiteWindow_std19 = interface(nsISupports_std19)
|
|
['{3e5432cd-9568-4bd1-8cbe-d50aba110743}']
|
|
function SetDimensions(flags: PRUint32; x: PRInt32; y: PRInt32; cx: PRInt32; cy: PRInt32): nsresult; extdecl;
|
|
function GetDimensions(flags: PRUint32; out x: PRInt32; out y: PRInt32; out cx: PRInt32; out cy: PRInt32): nsresult; extdecl;
|
|
function SetFocus(): nsresult; extdecl;
|
|
function GetVisibility(out aVisibility: PRBool): Longword; extdecl;
|
|
function SetVisibility(aVisibility: PRBool): Longword; extdecl;
|
|
function GetTitle(out aTitle: PWideChar): Longword; extdecl;
|
|
function SetTitle(const aTitle: PWideChar): Longword; extdecl;
|
|
function GetSiteWindow(out aSiteWindow: Pointer): Longword; extdecl;
|
|
end;
|
|
|
|
nsIFactory_std19 = interface(nsISupports_std19)
|
|
['{00000001-0000-0000-c000-000000000046}']
|
|
function CreateInstance(aOuter: nsISupports_std19; constref iid: TGUID; out _result): nsresult; extdecl;
|
|
function LockFactory(lock: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIURI_std19 = interface(nsISupports_std19)
|
|
['{07a22cc0-0ce5-11d3-9331-00104ba0fd40}']
|
|
function GetSpec(aSpec: nsACString): Longword; extdecl;
|
|
function SetSpec(const aSpec: nsACString): Longword; extdecl;
|
|
function GetPrePath(aPrePath: nsACString): Longword; extdecl;
|
|
function GetScheme(aScheme: nsACString): Longword; extdecl;
|
|
function SetScheme(const aScheme: nsACString): Longword; extdecl;
|
|
function GetUserPass(aUserPass: nsACString): Longword; extdecl;
|
|
function SetUserPass(const aUserPass: nsACString): Longword; extdecl;
|
|
function GetUsername(aUsername: nsACString): Longword; extdecl;
|
|
function SetUsername(const aUsername: nsACString): Longword; extdecl;
|
|
function GetPassword(aPassword: nsACString): Longword; extdecl;
|
|
function SetPassword(const aPassword: nsACString): Longword; extdecl;
|
|
function GetHostPort(aHostPort: nsACString): Longword; extdecl;
|
|
function SetHostPort(const aHostPort: nsACString): Longword; extdecl;
|
|
function GetHost(aHost: nsACString): Longword; extdecl;
|
|
function SetHost(const aHost: nsACString): Longword; extdecl;
|
|
function GetPort(out aPort: PRInt32): Longword; extdecl;
|
|
function SetPort(aPort: PRInt32): Longword; extdecl;
|
|
function GetPath(aPath: nsACString): Longword; extdecl;
|
|
function SetPath(const aPath: nsACString): Longword; extdecl;
|
|
function Equals(other: nsIURI_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function SchemeIs(const scheme: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
function Clone(out _retval: nsIURI_std19): nsresult; extdecl;
|
|
function Resolve(const relativePath: nsACString; _retval: nsACString): nsresult; extdecl;
|
|
function GetAsciiSpec(aAsciiSpec: nsACString): Longword; extdecl;
|
|
function GetAsciiHost(aAsciiHost: nsACString): Longword; extdecl;
|
|
function GetOriginCharset(aOriginCharset: nsACString): Longword; extdecl;
|
|
end;
|
|
|
|
nsIURL_std19 = interface(nsIURI_std19)
|
|
['{d6116970-8034-11d3-9399-00104ba0fd40}']
|
|
function GetFilePath(aFilePath: nsACString): Longword; extdecl;
|
|
function SetFilePath(const aFilePath: nsACString): Longword; extdecl;
|
|
function GetParam(aParam: nsACString): Longword; extdecl;
|
|
function SetParam(const aParam: nsACString): Longword; extdecl;
|
|
function GetQuery(aQuery: nsACString): Longword; extdecl;
|
|
function SetQuery(const aQuery: nsACString): Longword; extdecl;
|
|
function GetRef(aRef: nsACString): Longword; extdecl;
|
|
function SetRef(const aRef: nsACString): Longword; extdecl;
|
|
function GetDirectory(aDirectory: nsACString): Longword; extdecl;
|
|
function SetDirectory(const aDirectory: nsACString): Longword; extdecl;
|
|
function GetFileName(aFileName: nsACString): Longword; extdecl;
|
|
function SetFileName(const aFileName: nsACString): Longword; extdecl;
|
|
function GetFileBaseName(aFileBaseName: nsACString): Longword; extdecl;
|
|
function SetFileBaseName(const aFileBaseName: nsACString): Longword; extdecl;
|
|
function GetFileExtension(aFileExtension: nsACString): Longword; extdecl;
|
|
function SetFileExtension(const aFileExtension: nsACString): Longword; extdecl;
|
|
function GetCommonBaseSpec(aURIToCompare: nsIURI_std19; _retval: nsACString): nsresult; extdecl;
|
|
function GetRelativeSpec(aURIToCompare: nsIURI_std19; _retval: nsACString): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIFileURL_std19 = interface(nsIURL_std19)
|
|
['{d26b2e2e-1dd1-11b2-88f3-8545a7ba7949}']
|
|
function GetFile(out aFile: nsIFile_std19): Longword; extdecl;
|
|
function SetFile(aFile: nsIFile_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIGlobalHistory_std19 = interface(nsISupports_std19)
|
|
['{9491c383-e3c4-11d2-bdbe-0050040a9b44}']
|
|
function AddPage(const aURL: PAnsiChar): nsresult; extdecl;
|
|
function IsVisited(const aURL: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIHashable_std19 = interface(nsISupports_std19)
|
|
['{17e595fa-b57a-4933-bd0f-b1812e8ab188}']
|
|
function Equals(aOther: nsIHashable_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function GetHashCode(out aHashCode: PRUint32): Longword; extdecl;
|
|
end;
|
|
|
|
nsIHistoryEntry_std19 = interface(nsISupports_std19)
|
|
['{a41661d4-1417-11d5-9882-00c04fa02f40}']
|
|
function GetURI(out aURI: nsIURI_std19): Longword; extdecl;
|
|
function GetTitle(out aTitle: PWideChar): Longword; extdecl;
|
|
function GetIsSubFrame(out aIsSubFrame: PRBool): Longword; extdecl;
|
|
end;
|
|
|
|
nsIHttpChannel_std19 = interface(nsIChannel_std19)
|
|
['{9277fe09-f0cc-4cd9-bbce-581dd94b0260}']
|
|
function GetRequestMethod(aRequestMethod: nsACString): Longword; extdecl;
|
|
function SetRequestMethod(const aRequestMethod: nsACString): Longword; extdecl;
|
|
function GetReferrer(out aReferrer: nsIURI_std19): Longword; extdecl;
|
|
function SetReferrer(aReferrer: nsIURI_std19): Longword; extdecl;
|
|
function GetRequestHeader(const aHeader: nsACString; _retval: nsACString): nsresult; extdecl;
|
|
function SetRequestHeader(const aHeader: nsACString; const aValue: nsACString; aMerge: PRBool): nsresult; extdecl;
|
|
function VisitRequestHeaders(aVisitor: nsIHttpHeaderVisitor_std19): nsresult; extdecl;
|
|
function GetAllowPipelining(out aAllowPipelining: PRBool): Longword; extdecl;
|
|
function SetAllowPipelining(aAllowPipelining: PRBool): Longword; extdecl;
|
|
function GetRedirectionLimit(out aRedirectionLimit: PRUint32): Longword; extdecl;
|
|
function SetRedirectionLimit(aRedirectionLimit: PRUint32): Longword; extdecl;
|
|
function GetResponseStatus(out aResponseStatus: PRUint32): Longword; extdecl;
|
|
function GetResponseStatusText(aResponseStatusText: nsACString): Longword; extdecl;
|
|
function GetRequestSucceeded(out aRequestSucceeded: PRBool): Longword; extdecl;
|
|
function GetResponseHeader(const header: nsACString; _retval: nsACString): nsresult; extdecl;
|
|
function SetResponseHeader(const header: nsACString; const value: nsACString; merge: PRBool): nsresult; extdecl;
|
|
function VisitResponseHeaders(aVisitor: nsIHttpHeaderVisitor_std19): nsresult; extdecl;
|
|
function IsNoStoreResponse(out _retval: PRBool): nsresult; extdecl;
|
|
function IsNoCacheResponse(out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIHttpHeaderVisitor_std19 = interface(nsISupports_std19)
|
|
['{0cf40717-d7c1-4a94-8c1e-d6c9734101bb}']
|
|
function VisitHeader(const aHeader: nsACString; const aValue: nsACString): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIInputStream_std19 = interface(nsISupports_std19)
|
|
['{fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a}']
|
|
function Close(): nsresult; extdecl;
|
|
function Available(out _retval: PRUint32): nsresult; extdecl;
|
|
function Read(aBuf: Pchar; aCount: PRUint32; out _retval: PRUint32): nsresult; extdecl;
|
|
function ReadSegments(aWriter: nsWriteSegmentFun; aClosure: Pointer; aCount: PRUint32; out _retval: PRUint32): nsresult; extdecl;
|
|
function IsNonBlocking(out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIInterfaceRequestor_std19 = interface(nsISupports_std19)
|
|
['{033a1470-8b2a-11d3-af88-00a024ffc08c}']
|
|
function GetInterface(constref uuid: TGUID; out _result): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIIOService_std19 = interface(nsISupports_std19)
|
|
['{bddeda3f-9020-4d12-8c70-984ee9f7935e}']
|
|
function GetProtocolHandler(const aScheme: PAnsiChar; out _retval: nsIProtocolHandler_std19): nsresult; extdecl;
|
|
function GetProtocolFlags(const aScheme: PAnsiChar; out _retval: PRUint32): nsresult; extdecl;
|
|
function NewURI(const aSpec: nsACString; const aOriginCharset: PAnsiChar; aBaseURI: nsIURI_std19; out _retval: nsIURI_std19): nsresult; extdecl;
|
|
function NewFileURI(aFile: nsIFile_std19; out _retval: nsIURI_std19): nsresult; extdecl;
|
|
function NewChannelFromURI(aURI: nsIURI_std19; out _retval: nsIChannel_std19): nsresult; extdecl;
|
|
function NewChannel(const aSpec: nsACString; const aOriginCharset: PAnsiChar; aBaseURI: nsIURI_std19; out _retval: nsIChannel_std19): nsresult; extdecl;
|
|
function GetOffline(out aOffline: PRBool): Longword; extdecl;
|
|
function SetOffline(aOffline: PRBool): Longword; extdecl;
|
|
function AllowPort(aPort: PRInt32; const aScheme: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
function ExtractScheme(const urlString: nsACString; _retval: nsACString): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIJSON_std19 = interface(nsISupports_std19)
|
|
['{45464c36-efde-4cb5-8e00-07480533ff35}']
|
|
function Encode(_retval: nsAString): nsresult; extdecl;
|
|
function EncodeToStream(stream: nsIOutputStream_std19; const charset: PAnsiChar; writeBOM: PRBool): nsresult; extdecl;
|
|
function Decode(const str: nsAString): nsresult; extdecl;
|
|
function DecodeFromStream(stream: nsIInputStream_std19; contentLength: PRInt32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsILoadGroup_std19 = interface(nsIRequest_std19)
|
|
['{3de0a31c-feaf-400f-9f1e-4ef71f8b20cc}']
|
|
function GetGroupObserver(out aGroupObserver: nsIRequestObserver_std19): Longword; extdecl;
|
|
function SetGroupObserver(aGroupObserver: nsIRequestObserver_std19): Longword; extdecl;
|
|
function GetDefaultLoadRequest(out aDefaultLoadRequest: nsIRequest_std19): Longword; extdecl;
|
|
function SetDefaultLoadRequest(aDefaultLoadRequest: nsIRequest_std19): Longword; extdecl;
|
|
function AddRequest(aRequest: nsIRequest_std19; aContext: nsISupports_std19): nsresult; extdecl;
|
|
function RemoveRequest(aRequest: nsIRequest_std19; aContext: nsISupports_std19; aStatus: nsresult): nsresult; extdecl;
|
|
function GetRequests(out aRequests: nsISimpleEnumerator_std19): Longword; extdecl;
|
|
function GetActiveCount(out aActiveCount: PRUint32): Longword; extdecl;
|
|
function GetNotificationCallbacks(out aNotificationCallbacks: nsIInterfaceRequestor_std19): Longword; extdecl;
|
|
function SetNotificationCallbacks(aNotificationCallbacks: nsIInterfaceRequestor_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsILocalFile_std19 = interface(nsIFile_std19)
|
|
['{aa610f20-a889-11d3-8c81-000064657374}']
|
|
function InitWithPath(const filePath: nsAString): nsresult; extdecl;
|
|
function InitWithNativePath(const filePath: nsACString): nsresult; extdecl;
|
|
function InitWithFile(aFile: nsILocalFile_std19): nsresult; extdecl;
|
|
function GetFollowLinks(out aFollowLinks: PRBool): Longword; extdecl;
|
|
function SetFollowLinks(aFollowLinks: PRBool): Longword; extdecl;
|
|
function OpenNSPRFileDesc(flags: PRInt32; mode: PRInt32; out _retval: PPRFileDesc): nsresult; extdecl;
|
|
function OpenANSIFileDesc(const mode: PAnsiChar; out _retval: PFILE): nsresult; extdecl;
|
|
function Load(out _retval: PPRLibrary): nsresult; extdecl;
|
|
function GetDiskSpaceAvailable(out aDiskSpaceAvailable: PRInt64): Longword; extdecl;
|
|
function AppendRelativePath(const relativeFilePath: nsAString): nsresult; extdecl;
|
|
function AppendRelativeNativePath(const relativeFilePath: nsACString): nsresult; extdecl;
|
|
function GetPersistentDescriptor(aPersistentDescriptor: nsACString): Longword; extdecl;
|
|
function SetPersistentDescriptor(const aPersistentDescriptor: nsACString): Longword; extdecl;
|
|
function Reveal(): nsresult; extdecl;
|
|
function Launch(): nsresult; extdecl;
|
|
function GetRelativeDescriptor(fromFile: nsILocalFile_std19; _retval: nsACString): nsresult; extdecl;
|
|
function SetRelativeDescriptor(fromFile: nsILocalFile_std19; const relativeDesc: nsACString): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIMemory_std19 = interface(nsISupports_std19)
|
|
['{59e7e77a-38e4-11d4-8cf5-0060b0fc14a3}']
|
|
function Alloc(size: size_t): Pointer; extdecl;
|
|
function Realloc(ptr: Pointer; newSize: size_t): Pointer; extdecl;
|
|
procedure Free(ptr: Pointer); extdecl;
|
|
function HeapMinimize(immediate: PRBool): nsresult; extdecl;
|
|
function IsLowMemory(out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIModule_std19 = interface(nsISupports_std19)
|
|
['{7392d032-5371-11d3-994e-00805fd26fee}']
|
|
function GetClassObject(aCompMgr: nsIComponentManager_std19; constref aClass: TGUID; constref aIID: TGUID; out aResult): nsresult; extdecl;
|
|
function RegisterSelf(aCompMgr: nsIComponentManager_std19; aLocation: nsIFile_std19; const aLoaderStr: PAnsiChar; const aType: PAnsiChar): nsresult; extdecl;
|
|
function UnregisterSelf(aCompMgr: nsIComponentManager_std19; aLocation: nsIFile_std19; const aLoaderStr: PAnsiChar): nsresult; extdecl;
|
|
function CanUnload(aCompMgr: nsIComponentManager_std19; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIMutableArray_std19 = interface(nsIArray_std19)
|
|
['{af059da0-c85b-40ec-af07-ae4bfdc192cc}']
|
|
function AppendElement(element: nsISupports_std19; weak: PRBool): nsresult; extdecl;
|
|
function RemoveElementAt(index: PRUint32): nsresult; extdecl;
|
|
function InsertElementAt(element: nsISupports_std19; index: PRUint32; weak: PRBool): nsresult; extdecl;
|
|
function ReplaceElementAt(element: nsISupports_std19; index: PRUint32; weak: PRBool): nsresult; extdecl;
|
|
function Clear(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIObserver_std19 = interface(nsISupports_std19)
|
|
['{db242e01-e4d9-11d2-9dde-000064657374}']
|
|
function Observe(aSubject: nsISupports_std19; const aTopic: PAnsiChar; const aData: PWideChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIObserverService_std19 = interface(nsISupports_std19)
|
|
['{d07f5192-e3d1-11d2-8acd-00105a1b8860}']
|
|
function AddObserver(anObserver: nsIObserver_std19; const aTopic: PAnsiChar; ownsWeak: PRBool): nsresult; extdecl;
|
|
function RemoveObserver(anObserver: nsIObserver_std19; const aTopic: PAnsiChar): nsresult; extdecl;
|
|
function NotifyObservers(aSubject: nsISupports_std19; const aTopic: PAnsiChar; const someData: PWideChar): nsresult; extdecl;
|
|
function EnumerateObservers(const aTopic: PAnsiChar; out _retval: nsISimpleEnumerator_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIOutputStream_std19 = interface(nsISupports_std19)
|
|
['{0d0acd2a-61b4-11d4-9877-00c04fa0cf4a}']
|
|
function Close(): nsresult; extdecl;
|
|
function Flush(): nsresult; extdecl;
|
|
function Write(const aBuf: PAnsiChar; aCount: PRUint32; out _retval: PRUint32): nsresult; extdecl;
|
|
function WriteFrom(aFromStream: nsIInputStream_std19; aCount: PRUint32; out _retval: PRUint32): nsresult; extdecl;
|
|
function WriteSegments(aReader: nsReadSegmentFun; aClosure: Pointer; aCount: PRUint32; out _retval: PRUint32): nsresult; extdecl;
|
|
function IsNonBlocking(out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIPrefBranch_std19 = interface(nsISupports_std19)
|
|
['{56c35506-f14b-11d3-99d3-ddbfac2ccf65}']
|
|
function GetRoot(out aRoot: PAnsiChar): Longword; extdecl;
|
|
function GetPrefType(const aPrefName: PAnsiChar; out _retval: PRInt32): nsresult; extdecl;
|
|
function GetBoolPref(const aPrefName: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
function SetBoolPref(const aPrefName: PAnsiChar; aValue: PRInt32): nsresult; extdecl;
|
|
function GetCharPref(const aPrefName: PAnsiChar; out _retval: PAnsiChar): nsresult; extdecl;
|
|
function SetCharPref(const aPrefName: PAnsiChar; const aValue: PAnsiChar): nsresult; extdecl;
|
|
function GetIntPref(const aPrefName: PAnsiChar; out _retval: PRInt32): nsresult; extdecl;
|
|
function SetIntPref(const aPrefName: PAnsiChar; aValue: PRInt32): nsresult; extdecl;
|
|
function GetComplexValue(const aPrefName: PAnsiChar; constref aType: TGUID; out aValue): nsresult; extdecl;
|
|
function SetComplexValue(const aPrefName: PAnsiChar; constref aType: TGUID; aValue: nsISupports_std19): nsresult; extdecl;
|
|
function ClearUserPref(const aPrefName: PAnsiChar): nsresult; extdecl;
|
|
function LockPref(const aPrefName: PAnsiChar): nsresult; extdecl;
|
|
function PrefHasUserValue(const aPrefName: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
function PrefIsLocked(const aPrefName: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
function UnlockPref(const aPrefName: PAnsiChar): nsresult; extdecl;
|
|
function DeleteBranch(const aStartingAt: PAnsiChar): nsresult; extdecl;
|
|
function GetChildList(const aStartingAt: PAnsiChar; out aCount: PRUint32; out aChildArray_array): nsresult; extdecl;
|
|
function ResetBranch(const aStartingAt: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIPrefBranch2_std19 = interface(nsIPrefBranch_std19)
|
|
['{74567534-eb94-4b1c-8f45-389643bfc555}']
|
|
function AddObserver(const aDomain: PAnsiChar; aObserver: nsIObserver_std19; aHoldWeak: PRBool): nsresult; extdecl;
|
|
function RemoveObserver(const aDomain: PAnsiChar; aObserver: nsIObserver_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIPrefLocalizedString_std19 = interface(nsISupports_std19)
|
|
['{ae419e24-1dd1-11b2-b39a-d3e5e7073802}']
|
|
function GetData(out aData: PWideChar): Longword; extdecl;
|
|
function SetData(const aData: PWideChar): Longword; extdecl;
|
|
function ToString(out _retval: PWideChar): nsresult; extdecl;
|
|
function SetDataWithLength(length: PRUint32; const data: PWideChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIPrefService_std19 = interface(nsISupports_std19)
|
|
['{decb9cc7-c08f-4ea5-be91-a8fc637ce2d2}']
|
|
function ReadUserPrefs(aFile: nsIFile_std19): nsresult; extdecl;
|
|
function ResetPrefs(): nsresult; extdecl;
|
|
function ResetUserPrefs(): nsresult; extdecl;
|
|
function SavePrefFile(aFile: nsIFile_std19): nsresult; extdecl;
|
|
function GetBranch(const aPrefRoot: PAnsiChar; out _retval: nsIPrefBranch_std19): nsresult; extdecl;
|
|
function GetDefaultBranch(const aPrefRoot: PAnsiChar; out _retval: nsIPrefBranch_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIPrintSession_std19 = interface(nsISupports_std19)
|
|
['{2f977d52-5485-11d4-87e2-0010a4e75ef2}']
|
|
end;
|
|
|
|
nsIPrintSettings_std19 = interface(nsISupports_std19)
|
|
['{5af07661-6477-4235-8814-4a45215855b8}']
|
|
function SetPrintOptions(aType: PRInt32; aTurnOnOff: PRBool): nsresult; extdecl;
|
|
function GetPrintOptions(aType: PRInt32; out _retval: PRBool): nsresult; extdecl;
|
|
function GetPrintOptionsBits(out _retval: PRInt32): nsresult; extdecl;
|
|
function GetEffectivePageSize(out aWidth: Double; out aHeight: Double): nsresult; extdecl;
|
|
function Clone(out _retval: nsIPrintSettings_std19): nsresult; extdecl;
|
|
function Assign(aPS: nsIPrintSettings_std19): nsresult; extdecl;
|
|
function GetPrintSession(out aPrintSession: nsIPrintSession_std19): Longword; extdecl;
|
|
function SetPrintSession(aPrintSession: nsIPrintSession_std19): Longword; extdecl;
|
|
function GetStartPageRange(out aStartPageRange: PRInt32): Longword; extdecl;
|
|
function SetStartPageRange(aStartPageRange: PRInt32): Longword; extdecl;
|
|
function GetEndPageRange(out aEndPageRange: PRInt32): Longword; extdecl;
|
|
function SetEndPageRange(aEndPageRange: PRInt32): Longword; extdecl;
|
|
function GetEdgeTop(out aEdgeTop: Double): Longword; extdecl;
|
|
function SetEdgeTop(aEdgeTop: Double): Longword; extdecl;
|
|
function GetEdgeLeft(out aEdgeLeft: Double): Longword; extdecl;
|
|
function SetEdgeLeft(aEdgeLeft: Double): Longword; extdecl;
|
|
function GetEdgeBottom(out aEdgeBottom: Double): Longword; extdecl;
|
|
function SetEdgeBottom(aEdgeBottom: Double): Longword; extdecl;
|
|
function GetEdgeRight(out aEdgeRight: Double): Longword; extdecl;
|
|
function SetEdgeRight(aEdgeRight: Double): Longword; extdecl;
|
|
function GetMarginTop(out aMarginTop: Double): Longword; extdecl;
|
|
function SetMarginTop(aMarginTop: Double): Longword; extdecl;
|
|
function GetMarginLeft(out aMarginLeft: Double): Longword; extdecl;
|
|
function SetMarginLeft(aMarginLeft: Double): Longword; extdecl;
|
|
function GetMarginBottom(out aMarginBottom: Double): Longword; extdecl;
|
|
function SetMarginBottom(aMarginBottom: Double): Longword; extdecl;
|
|
function GetMarginRight(out aMarginRight: Double): Longword; extdecl;
|
|
function SetMarginRight(aMarginRight: Double): Longword; extdecl;
|
|
function GetUnwriteableMarginTop(out aUnwriteableMarginTop: Double): Longword; extdecl;
|
|
function SetUnwriteableMarginTop(aUnwriteableMarginTop: Double): Longword; extdecl;
|
|
function GetUnwriteableMarginLeft(out aUnwriteableMarginLeft: Double): Longword; extdecl;
|
|
function SetUnwriteableMarginLeft(aUnwriteableMarginLeft: Double): Longword; extdecl;
|
|
function GetUnwriteableMarginBottom(out aUnwriteableMarginBottom: Double): Longword; extdecl;
|
|
function SetUnwriteableMarginBottom(aUnwriteableMarginBottom: Double): Longword; extdecl;
|
|
function GetUnwriteableMarginRight(out aUnwriteableMarginRight: Double): Longword; extdecl;
|
|
function SetUnwriteableMarginRight(aUnwriteableMarginRight: Double): Longword; extdecl;
|
|
function GetScaling(out aScaling: Double): Longword; extdecl;
|
|
function SetScaling(aScaling: Double): Longword; extdecl;
|
|
function GetPrintBGColors(out aPrintBGColors: PRBool): Longword; extdecl;
|
|
function SetPrintBGColors(aPrintBGColors: PRBool): Longword; extdecl;
|
|
function GetPrintBGImages(out aPrintBGImages: PRBool): Longword; extdecl;
|
|
function SetPrintBGImages(aPrintBGImages: PRBool): Longword; extdecl;
|
|
function GetPrintRange(out aPrintRange: PRInt16): Longword; extdecl;
|
|
function SetPrintRange(aPrintRange: PRInt16): Longword; extdecl;
|
|
function GetTitle(out aTitle: PWideChar): Longword; extdecl;
|
|
function SetTitle(const aTitle: PWideChar): Longword; extdecl;
|
|
function GetDocURL(out aDocURL: PWideChar): Longword; extdecl;
|
|
function SetDocURL(const aDocURL: PWideChar): Longword; extdecl;
|
|
function GetHeaderStrLeft(out aHeaderStrLeft: PWideChar): Longword; extdecl;
|
|
function SetHeaderStrLeft(const aHeaderStrLeft: PWideChar): Longword; extdecl;
|
|
function GetHeaderStrCenter(out aHeaderStrCenter: PWideChar): Longword; extdecl;
|
|
function SetHeaderStrCenter(const aHeaderStrCenter: PWideChar): Longword; extdecl;
|
|
function GetHeaderStrRight(out aHeaderStrRight: PWideChar): Longword; extdecl;
|
|
function SetHeaderStrRight(const aHeaderStrRight: PWideChar): Longword; extdecl;
|
|
function GetFooterStrLeft(out aFooterStrLeft: PWideChar): Longword; extdecl;
|
|
function SetFooterStrLeft(const aFooterStrLeft: PWideChar): Longword; extdecl;
|
|
function GetFooterStrCenter(out aFooterStrCenter: PWideChar): Longword; extdecl;
|
|
function SetFooterStrCenter(const aFooterStrCenter: PWideChar): Longword; extdecl;
|
|
function GetFooterStrRight(out aFooterStrRight: PWideChar): Longword; extdecl;
|
|
function SetFooterStrRight(const aFooterStrRight: PWideChar): Longword; extdecl;
|
|
function GetHowToEnableFrameUI(out aHowToEnableFrameUI: PRInt16): Longword; extdecl;
|
|
function SetHowToEnableFrameUI(aHowToEnableFrameUI: PRInt16): Longword; extdecl;
|
|
function GetIsCancelled(out aIsCancelled: PRBool): Longword; extdecl;
|
|
function SetIsCancelled(aIsCancelled: PRBool): Longword; extdecl;
|
|
function GetPrintFrameTypeUsage(out aPrintFrameTypeUsage: PRInt16): Longword; extdecl;
|
|
function SetPrintFrameTypeUsage(aPrintFrameTypeUsage: PRInt16): Longword; extdecl;
|
|
function GetPrintFrameType(out aPrintFrameType: PRInt16): Longword; extdecl;
|
|
function SetPrintFrameType(aPrintFrameType: PRInt16): Longword; extdecl;
|
|
function GetPrintSilent(out aPrintSilent: PRBool): Longword; extdecl;
|
|
function SetPrintSilent(aPrintSilent: PRBool): Longword; extdecl;
|
|
function GetShrinkToFit(out aShrinkToFit: PRBool): Longword; extdecl;
|
|
function SetShrinkToFit(aShrinkToFit: PRBool): Longword; extdecl;
|
|
function GetShowPrintProgress(out aShowPrintProgress: PRBool): Longword; extdecl;
|
|
function SetShowPrintProgress(aShowPrintProgress: PRBool): Longword; extdecl;
|
|
function GetPaperName(out aPaperName: PWideChar): Longword; extdecl;
|
|
function SetPaperName(const aPaperName: PWideChar): Longword; extdecl;
|
|
function GetPaperSizeType(out aPaperSizeType: PRInt16): Longword; extdecl;
|
|
function SetPaperSizeType(aPaperSizeType: PRInt16): Longword; extdecl;
|
|
function GetPaperData(out aPaperData: PRInt16): Longword; extdecl;
|
|
function SetPaperData(aPaperData: PRInt16): Longword; extdecl;
|
|
function GetPaperWidth(out aPaperWidth: Double): Longword; extdecl;
|
|
function SetPaperWidth(aPaperWidth: Double): Longword; extdecl;
|
|
function GetPaperHeight(out aPaperHeight: Double): Longword; extdecl;
|
|
function SetPaperHeight(aPaperHeight: Double): Longword; extdecl;
|
|
function GetPaperSizeUnit(out aPaperSizeUnit: PRInt16): Longword; extdecl;
|
|
function SetPaperSizeUnit(aPaperSizeUnit: PRInt16): Longword; extdecl;
|
|
function GetPlexName(out aPlexName: PWideChar): Longword; extdecl;
|
|
function SetPlexName(const aPlexName: PWideChar): Longword; extdecl;
|
|
function GetColorspace(out aColorspace: PWideChar): Longword; extdecl;
|
|
function SetColorspace(const aColorspace: PWideChar): Longword; extdecl;
|
|
function GetResolutionName(out aResolutionName: PWideChar): Longword; extdecl;
|
|
function SetResolutionName(const aResolutionName: PWideChar): Longword; extdecl;
|
|
function GetDownloadFonts(out aDownloadFonts: PRBool): Longword; extdecl;
|
|
function SetDownloadFonts(aDownloadFonts: PRBool): Longword; extdecl;
|
|
function GetPrintReversed(out aPrintReversed: PRBool): Longword; extdecl;
|
|
function SetPrintReversed(aPrintReversed: PRBool): Longword; extdecl;
|
|
function GetPrintInColor(out aPrintInColor: PRBool): Longword; extdecl;
|
|
function SetPrintInColor(aPrintInColor: PRBool): Longword; extdecl;
|
|
function GetOrientation(out aOrientation: PRInt32): Longword; extdecl;
|
|
function SetOrientation(aOrientation: PRInt32): Longword; extdecl;
|
|
function GetPrintCommand(out aPrintCommand: PWideChar): Longword; extdecl;
|
|
function SetPrintCommand(const aPrintCommand: PWideChar): Longword; extdecl;
|
|
function GetNumCopies(out aNumCopies: PRInt32): Longword; extdecl;
|
|
function SetNumCopies(aNumCopies: PRInt32): Longword; extdecl;
|
|
function GetPrinterName(out aPrinterName: PWideChar): Longword; extdecl;
|
|
function SetPrinterName(const aPrinterName: PWideChar): Longword; extdecl;
|
|
function GetPrintToFile(out aPrintToFile: PRBool): Longword; extdecl;
|
|
function SetPrintToFile(aPrintToFile: PRBool): Longword; extdecl;
|
|
function GetToFileName(out aToFileName: PWideChar): Longword; extdecl;
|
|
function SetToFileName(const aToFileName: PWideChar): Longword; extdecl;
|
|
function GetOutputFormat(out aOutputFormat: PRInt16): Longword; extdecl;
|
|
function SetOutputFormat(aOutputFormat: PRInt16): Longword; extdecl;
|
|
function GetPrintPageDelay(out aPrintPageDelay: PRInt32): Longword; extdecl;
|
|
function SetPrintPageDelay(aPrintPageDelay: PRInt32): Longword; extdecl;
|
|
function GetIsInitializedFromPrinter(out aIsInitializedFromPrinter: PRBool): Longword; extdecl;
|
|
function SetIsInitializedFromPrinter(aIsInitializedFromPrinter: PRBool): Longword; extdecl;
|
|
function GetIsInitializedFromPrefs(out aIsInitializedFromPrefs: PRBool): Longword; extdecl;
|
|
function SetIsInitializedFromPrefs(aIsInitializedFromPrefs: PRBool): Longword; extdecl;
|
|
function SetMarginInTwips(var aMargin: nsMargin): nsresult; extdecl;
|
|
function SetEdgeInTwips(var aEdge: nsMargin): nsresult; extdecl;
|
|
function GetMarginInTwips(var aMargin: nsMargin): nsresult; extdecl;
|
|
function GetEdgeInTwips(var aEdge: nsMargin): nsresult; extdecl;
|
|
function SetupSilentPrinting(): nsresult; extdecl;
|
|
function SetUnwriteableMarginInTwips(var aEdge: nsMargin): nsresult; extdecl;
|
|
function GetUnwriteableMarginInTwips(var aEdge: nsMargin): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIProfile_std19 = interface(nsISupports_std19)
|
|
['{02b0625a-e7f3-11d2-9f5a-006008a6efe9}']
|
|
function GetProfileCount(out aProfileCount: PRInt32): Longword; extdecl;
|
|
function GetProfileList(out length: PRUint32; out profileNames_array): nsresult; extdecl;
|
|
function ProfileExists(const profileName: PWideChar; out _retval: PRBool): nsresult; extdecl;
|
|
function GetCurrentProfile(out aCurrentProfile: PWideChar): Longword; extdecl;
|
|
function SetCurrentProfile(const aCurrentProfile: PWideChar): Longword; extdecl;
|
|
function ShutDownCurrentProfile(shutDownType: PRUint32): nsresult; extdecl;
|
|
function CreateNewProfile(const profileName: PWideChar; const nativeProfileDir: PWideChar; const langcode: PWideChar; useExistingDir: PRBool): nsresult; extdecl;
|
|
function RenameProfile(const oldName: PWideChar; const newName: PWideChar): nsresult; extdecl;
|
|
function DeleteProfile(const name: PWideChar; canDeleteFiles: PRBool): nsresult; extdecl;
|
|
function CloneProfile(const profileName: PWideChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIProfileChangeStatus_std19 = interface(nsISupports_std19)
|
|
['{2f977d43-5485-11d4-87e2-0010a4e75ef2}']
|
|
function VetoChange(): nsresult; extdecl;
|
|
function ChangeFailed(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIProgrammingLanguage_std19 = interface(nsISupports_std19)
|
|
['{ea604e90-40ba-11d5-90bb-0010a4e73d9a}']
|
|
end;
|
|
|
|
nsIPrompt_std19 = interface(nsISupports_std19)
|
|
['{a63f70c0-148b-11d3-9333-00104ba0fd40}']
|
|
function Alert(const dialogTitle: PWideChar; const text: PWideChar): nsresult; extdecl;
|
|
function AlertCheck(const dialogTitle: PWideChar; const text: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool): nsresult; extdecl;
|
|
function Confirm(const dialogTitle: PWideChar; const text: PWideChar; out _retval: PRBool): nsresult; extdecl;
|
|
function ConfirmCheck(const dialogTitle: PWideChar; const text: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function ConfirmEx(const dialogTitle: PWideChar; const text: PWideChar; buttonFlags: PRUint32; const button0Title: PWideChar; const button1Title: PWideChar; const button2Title: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool; out _retval: PRInt32): nsresult; extdecl;
|
|
function Prompt(const dialogTitle: PWideChar; const text: PWideChar; out value: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function PromptPassword(const dialogTitle: PWideChar; const text: PWideChar; out password: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function PromptUsernameAndPassword(const dialogTitle: PWideChar; const text: PWideChar; out username: PWideChar; out password: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function Select(const dialogTitle: PWideChar; const text: PWideChar; count: PRUint32; const selectList_array; out outSelection: PRInt32; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIPromptService_std19 = interface(nsISupports_std19)
|
|
['{1630c61a-325e-49ca-8759-a31b16c47aa5}']
|
|
function Alert(aParent: nsIDOMWindow_std19; const aDialogTitle: PWideChar; const aText: PWideChar): nsresult; extdecl;
|
|
function AlertCheck(aParent: nsIDOMWindow_std19; const aDialogTitle: PWideChar; const aText: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool): nsresult; extdecl;
|
|
function Confirm(aParent: nsIDOMWindow_std19; const aDialogTitle: PWideChar; const aText: PWideChar; out _retval: PRBool): nsresult; extdecl;
|
|
function ConfirmCheck(aParent: nsIDOMWindow_std19; const aDialogTitle: PWideChar; const aText: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function ConfirmEx(aParent: nsIDOMWindow_std19; const aDialogTitle: PWideChar; const aText: PWideChar; aButtonFlags: PRUint32; const aButton0Title: PWideChar; const aButton1Title: PWideChar; const aButton2Title: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool; out _retval: PRInt32): nsresult; extdecl;
|
|
function Prompt(aParent: nsIDOMWindow_std19; const aDialogTitle: PWideChar; const aText: PWideChar; out aValue: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function PromptUsernameAndPassword(aParent: nsIDOMWindow_std19; const aDialogTitle: PWideChar; const aText: PWideChar; out aUsername: PWideChar; out aPassword: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function PromptPassword(aParent: nsIDOMWindow_std19; const aDialogTitle: PWideChar; const aText: PWideChar; out aPassword: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function Select(aParent: nsIDOMWindow_std19; const aDialogTitle: PWideChar; const aText: PWideChar; aCount: PRUint32; const aSelectList_array; out aOutSelection: PRInt32; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIProperties_std19 = interface(nsISupports_std19)
|
|
['{78650582-4e93-4b60-8e85-26ebd3eb14ca}']
|
|
function Get(const prop: PAnsiChar; constref iid: TGUID; out _result): nsresult; extdecl;
|
|
function _Set(const prop: PAnsiChar; value: nsISupports_std19): nsresult; extdecl;
|
|
function Has(const prop: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
function Undefine(const prop: PAnsiChar): nsresult; extdecl;
|
|
function GetKeys(out count: PRUint32; out keys_array): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIProtocolHandler_std19 = interface(nsISupports_std19)
|
|
['{15fd6940-8ea7-11d3-93ad-00104ba0fd40}']
|
|
function GetScheme(aScheme: nsACString): Longword; extdecl;
|
|
function GetDefaultPort(out aDefaultPort: PRInt32): Longword; extdecl;
|
|
function GetProtocolFlags(out aProtocolFlags: PRUint32): Longword; extdecl;
|
|
function NewURI(const aSpec: nsACString; const aOriginCharset: PAnsiChar; aBaseURI: nsIURI_std19; out _retval: nsIURI_std19): nsresult; extdecl;
|
|
function NewChannel(aURI: nsIURI_std19; out _retval: nsIChannel_std19): nsresult; extdecl;
|
|
function AllowPort(port: PRInt32; const scheme: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIRequestObserver_std19 = interface(nsISupports_std19)
|
|
['{fd91e2e0-1481-11d3-9333-00104ba0fd40}']
|
|
function OnStartRequest(aRequest: nsIRequest_std19; aContext: nsISupports_std19): nsresult; extdecl;
|
|
function OnStopRequest(aRequest: nsIRequest_std19; aContext: nsISupports_std19; aStatusCode: nsresult): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIScriptableInputStream_std19 = interface(nsISupports_std19)
|
|
['{a2a32f90-9b90-11d3-a189-0050041caf44}']
|
|
function Close(): nsresult; extdecl;
|
|
function Init(aInputStream: nsIInputStream_std19): nsresult; extdecl;
|
|
function Available(out _retval: PRUint32): nsresult; extdecl;
|
|
function Read(aCount: PRUint32; out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISecurityWarningDialogs_std19 = interface(nsISupports_std19)
|
|
['{1c399d06-1dd2-11b2-bc58-c87cbcacdb78}']
|
|
function ConfirmEnteringSecure(ctx: nsIInterfaceRequestor_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function ConfirmEnteringWeak(ctx: nsIInterfaceRequestor_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function ConfirmLeavingSecure(ctx: nsIInterfaceRequestor_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function ConfirmMixedMode(ctx: nsIInterfaceRequestor_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function ConfirmPostToInsecure(ctx: nsIInterfaceRequestor_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function ConfirmPostToInsecureFromSecure(ctx: nsIInterfaceRequestor_std19; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISelection_std19 = interface(nsISupports_std19)
|
|
['{b2c7ed59-8634-4352-9e37-5484c8b6e4e1}']
|
|
function GetAnchorNode(out aAnchorNode: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetAnchorOffset(out aAnchorOffset: PRInt32): Longword; extdecl;
|
|
function GetFocusNode(out aFocusNode: nsIDOMNode_std19): Longword; extdecl;
|
|
function GetFocusOffset(out aFocusOffset: PRInt32): Longword; extdecl;
|
|
function GetIsCollapsed(out aIsCollapsed: PRBool): Longword; extdecl;
|
|
function GetRangeCount(out aRangeCount: PRInt32): Longword; extdecl;
|
|
function GetRangeAt(index: PRInt32; out _retval: nsIDOMRange_std19): nsresult; extdecl;
|
|
function Collapse(parentNode: nsIDOMNode_std19; offset: PRInt32): nsresult; extdecl;
|
|
function Extend(parentNode: nsIDOMNode_std19; offset: PRInt32): nsresult; extdecl;
|
|
function CollapseToStart(): nsresult; extdecl;
|
|
function CollapseToEnd(): nsresult; extdecl;
|
|
function ContainsNode(node: nsIDOMNode_std19; partlyContained: PRBool; out _retval: PRBool): nsresult; extdecl;
|
|
function SelectAllChildren(parentNode: nsIDOMNode_std19): nsresult; extdecl;
|
|
function AddRange(range: nsIDOMRange_std19): nsresult; extdecl;
|
|
function RemoveRange(range: nsIDOMRange_std19): nsresult; extdecl;
|
|
function RemoveAllRanges(): nsresult; extdecl;
|
|
function DeleteFromDocument(): nsresult; extdecl;
|
|
function SelectionLanguageChange(langRTL: PRBool): nsresult; extdecl;
|
|
function ToString(out _retval: PWideChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIServiceManager_std19 = interface(nsISupports_std19)
|
|
['{8bb35ed9-e332-462d-9155-4a002ab5c958}']
|
|
function GetService(constref aClass: TGUID; constref aIID: TGUID; out _result): nsresult; extdecl;
|
|
function GetServiceByContractID(const aContractID: PAnsiChar; constref aIID: TGUID; out _result): nsresult; extdecl;
|
|
function IsServiceInstantiated(constref aClass: TGUID; constref aIID: TGUID; out _retval: PRBool): nsresult; extdecl;
|
|
function IsServiceInstantiatedByContractID(const aContractID: PAnsiChar; constref aIID: TGUID; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISHistory_std19 = interface(nsISupports_std19)
|
|
['{9883609f-cdd8-4d83-9b55-868ff08ad433}']
|
|
function GetCount(out aCount: PRInt32): Longword; extdecl;
|
|
function GetIndex(out aIndex: PRInt32): Longword; extdecl;
|
|
function GetRequestedIndex(out aRequestedIndex: PRInt32): Longword; extdecl;
|
|
function GetMaxLength(out aMaxLength: PRInt32): Longword; extdecl;
|
|
function SetMaxLength(aMaxLength: PRInt32): Longword; extdecl;
|
|
function GetEntryAtIndex(index: PRInt32; modifyIndex: PRBool; out _retval: nsIHistoryEntry_std19): nsresult; extdecl;
|
|
function PurgeHistory(numEntries: PRInt32): nsresult; extdecl;
|
|
function AddSHistoryListener(aListener: nsISHistoryListener_std19): nsresult; extdecl;
|
|
function RemoveSHistoryListener(aListener: nsISHistoryListener_std19): nsresult; extdecl;
|
|
function GetSHistoryEnumerator(out aSHistoryEnumerator: nsISimpleEnumerator_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsISHistoryListener_std19 = interface(nsISupports_std19)
|
|
['{3b07f591-e8e1-11d4-9882-00c04fa02f40}']
|
|
function OnHistoryNewEntry(aNewURI: nsIURI_std19): nsresult; extdecl;
|
|
function OnHistoryGoBack(aBackURI: nsIURI_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function OnHistoryGoForward(aForwardURI: nsIURI_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function OnHistoryReload(aReloadURI: nsIURI_std19; aReloadFlags: PRUint32; out _retval: PRBool): nsresult; extdecl;
|
|
function OnHistoryGotoIndex(aIndex: PRInt32; aGotoURI: nsIURI_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function OnHistoryPurge(aNumEntries: PRInt32; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIStreamListener_std19 = interface(nsIRequestObserver_std19)
|
|
['{1a637020-1482-11d3-9333-00104ba0fd40}']
|
|
function OnDataAvailable(aRequest: nsIRequest_std19; aContext: nsISupports_std19; aInputStream: nsIInputStream_std19; aOffset: PRUint32; aCount: PRUint32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPrimitive_std19 = interface(nsISupports_std19)
|
|
['{d0d4b136-1dd1-11b2-9371-f0727ef827c0}']
|
|
function GetType(out aType: PRUint16): Longword; extdecl;
|
|
end;
|
|
|
|
nsISupportsID_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{d18290a0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PGUID): Longword; extdecl;
|
|
function SetData(const aData: PGUID): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsCString_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{d65ff270-4a1c-11d3-9890-006008962422}']
|
|
function GetData(aData: nsACString): Longword; extdecl;
|
|
function SetData(const aData: nsACString): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsString_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{d79dc970-4a1c-11d3-9890-006008962422}']
|
|
function GetData(aData: nsAString): Longword; extdecl;
|
|
function SetData(const aData: nsAString): Longword; extdecl;
|
|
function ToString(out _retval: PWideChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPRBool_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{ddc3b490-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PRBool): Longword; extdecl;
|
|
function SetData(aData: PRBool): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPRUint8_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{dec2e4e0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PRUint8): Longword; extdecl;
|
|
function SetData(aData: PRUint8): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPRUint16_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{dfacb090-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PRUint16): Longword; extdecl;
|
|
function SetData(aData: PRUint16): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPRUint32_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{e01dc470-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PRUint32): Longword; extdecl;
|
|
function SetData(aData: PRUint32): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPRUint64_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{e13567c0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PRUint64): Longword; extdecl;
|
|
function SetData(aData: PRUint64): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPRTime_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{e2563630-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PRTime): Longword; extdecl;
|
|
function SetData(aData: PRTime): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsChar_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{e2b05e40-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: AnsiChar): Longword; extdecl;
|
|
function SetData(aData: AnsiChar): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPRInt16_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{e30d94b0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PRInt16): Longword; extdecl;
|
|
function SetData(aData: PRInt16): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPRInt32_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{e36c5250-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PRInt32): Longword; extdecl;
|
|
function SetData(aData: PRInt32): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsPRInt64_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{e3cb0ff0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(out aData: PRInt64): Longword; extdecl;
|
|
function SetData(aData: PRInt64): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsFloat_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{abeaa390-4ac0-11d3-baea-00805f8a5dd7}']
|
|
function GetData(out aData: Single): Longword; extdecl;
|
|
function SetData(aData: Single): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsDouble_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{b32523a0-4ac0-11d3-baea-00805f8a5dd7}']
|
|
function GetData(out aData: Double): Longword; extdecl;
|
|
function SetData(aData: Double): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsVoid_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{464484f0-568d-11d3-baf8-00805f8a5dd7}']
|
|
function GetData(out aData: Pointer): Longword; extdecl;
|
|
function SetData(aData: Pointer): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsInterfacePointer_std19 = interface(nsISupportsPrimitive_std19)
|
|
['{995ea724-1dd1-11b2-9211-c21bdd3e7ed0}']
|
|
function GetData(out aData: nsISupports_std19): Longword; extdecl;
|
|
function SetData(aData: nsISupports_std19): Longword; extdecl;
|
|
function GetDataIID(out aDataIID: PGUID): Longword; extdecl;
|
|
function SetDataIID(const aDataIID: PGUID): Longword; extdecl;
|
|
function ToString(out _retval: PAnsiChar): nsresult; extdecl;
|
|
end;
|
|
|
|
nsITooltipListener_std19 = interface(nsISupports_std19)
|
|
['{44b78386-1dd2-11b2-9ad2-e4eee2ca1916}']
|
|
function OnShowTooltip(aXCoords: PRInt32; aYCoords: PRInt32; const aTipText: PWideChar): nsresult; extdecl;
|
|
function OnHideTooltip(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsITooltipTextProvider_std19 = interface(nsISupports_std19)
|
|
['{b128a1e6-44f3-4331-8fbe-5af360ff21ee}']
|
|
function GetNodeText(aNode: nsIDOMNode_std19; out aText: PWideChar; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsITraceRefcnt_std19 = interface(nsISupports_std19)
|
|
['{273dc92f-0fe6-4545-96a9-21be77828039}']
|
|
function LogAddRef(aPtr: Pointer; aNewRefcnt: nsrefcnt; const aTypeName: PAnsiChar; aInstanceSize: PRUint32): nsresult; extdecl;
|
|
function LogRelease(aPtr: Pointer; aNewRefcnt: nsrefcnt; const aTypeName: PAnsiChar): nsresult; extdecl;
|
|
function LogCtor(aPtr: Pointer; const aTypeName: PAnsiChar; aInstanceSize: PRUint32): nsresult; extdecl;
|
|
function LogDtor(aPtr: Pointer; const aTypeName: PAnsiChar; aInstanceSize: PRUint32): nsresult; extdecl;
|
|
function LogAddCOMPtr(aPtr: Pointer; aObject: nsISupports_std19): nsresult; extdecl;
|
|
function LogReleaseCOMPtr(aPtr: Pointer; aObject: nsISupports_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIUnicharStreamListener_std19 = interface(nsIRequestObserver_std19)
|
|
['{4a7e9b62-fef8-400d-9865-d6820f630b4c}']
|
|
function OnUnicharDataAvailable(aRequest: nsIRequest_std19; aContext: nsISupports_std19; const aData: nsAString): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIUploadChannel_std19 = interface(nsISupports_std19)
|
|
['{ddf633d8-e9a4-439d-ad88-de636fd9bb75}']
|
|
function SetUploadStream(aStream: nsIInputStream_std19; const aContentType: nsACString; aContentLength: PRInt32): nsresult; extdecl;
|
|
function GetUploadStream(out aUploadStream: nsIInputStream_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIURIContentListener_std19 = interface(nsISupports_std19)
|
|
['{94928ab3-8b63-11d3-989d-001083010e9b}']
|
|
function OnStartURIOpen(aURI: nsIURI_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function DoContent(const aContentType: PAnsiChar; aIsContentPreferred: PRBool; aRequest: nsIRequest_std19; out aContentHandler: nsIStreamListener_std19; out _retval: PRBool): nsresult; extdecl;
|
|
function IsPreferred(const aContentType: PAnsiChar; out aDesiredContentType: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
function CanHandleContent(const aContentType: PAnsiChar; aIsContentPreferred: PRBool; out aDesiredContentType: PAnsiChar; out _retval: PRBool): nsresult; extdecl;
|
|
function GetLoadCookie(out aLoadCookie: nsISupports_std19): Longword; extdecl;
|
|
function SetLoadCookie(aLoadCookie: nsISupports_std19): Longword; extdecl;
|
|
function GetParentContentListener(out aParentContentListener: nsIURIContentListener_std19): Longword; extdecl;
|
|
function SetParentContentListener(aParentContentListener: nsIURIContentListener_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIWeakReference_std19 = interface(nsISupports_std19)
|
|
['{9188bc85-f92e-11d2-81ef-0060083a0bcf}']
|
|
function QueryReferent(constref uuid: TGUID; out _result): nsresult; extdecl;
|
|
end;
|
|
|
|
nsISupportsWeakReference_std19 = interface(nsISupports_std19)
|
|
['{9188bc86-f92e-11d2-81ef-0060083a0bcf}']
|
|
function GetWeakReference(out _retval: nsIWeakReference_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIWebBrowser_std19 = interface(nsISupports_std19)
|
|
['{69e5df00-7b8b-11d3-af61-00a024ffc08c}']
|
|
function AddWebBrowserListener(aListener: nsIWeakReference_std19; constref aIID: TGUID): nsresult; extdecl;
|
|
function RemoveWebBrowserListener(aListener: nsIWeakReference_std19; constref aIID: TGUID): nsresult; extdecl;
|
|
function GetContainerWindow(out aContainerWindow: nsIWebBrowserChrome_std19): Longword; extdecl;
|
|
function SetContainerWindow(aContainerWindow: nsIWebBrowserChrome_std19): Longword; extdecl;
|
|
function GetParentURIContentListener(out aParentURIContentListener: nsIURIContentListener_std19): Longword; extdecl;
|
|
function SetParentURIContentListener(aParentURIContentListener: nsIURIContentListener_std19): Longword; extdecl;
|
|
function GetContentDOMWindow(out aContentDOMWindow: nsIDOMWindow_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIWebBrowserChrome_std19 = interface(nsISupports_std19)
|
|
['{ba434c60-9d52-11d3-afb0-00a024ffc08c}']
|
|
function SetStatus(statusType: PRUint32; const status: PWideChar): nsresult; extdecl;
|
|
function GetWebBrowser(out aWebBrowser: nsIWebBrowser_std19): Longword; extdecl;
|
|
function SetWebBrowser(aWebBrowser: nsIWebBrowser_std19): Longword; extdecl;
|
|
function GetChromeFlags(out aChromeFlags: PRUint32): Longword; extdecl;
|
|
function SetChromeFlags(aChromeFlags: PRUint32): Longword; extdecl;
|
|
function DestroyBrowserWindow(): nsresult; extdecl;
|
|
function SizeBrowserTo(aCX: PRInt32; aCY: PRInt32): nsresult; extdecl;
|
|
function ShowAsModal(): nsresult; extdecl;
|
|
function IsWindowModal(out _retval: PRBool): nsresult; extdecl;
|
|
function ExitModalEventLoop(aStatus: nsresult): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIWebBrowserChromeFocus_std19 = interface(nsISupports_std19)
|
|
['{d2206418-1dd1-11b2-8e55-acddcd2bcfb8}']
|
|
function FocusNextElement(): nsresult; extdecl;
|
|
function FocusPrevElement(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIWebBrowserFind_std19 = interface(nsISupports_std19)
|
|
['{2f977d44-5485-11d4-87e2-0010a4e75ef2}']
|
|
function FindNext(out _retval: PRBool): nsresult; extdecl;
|
|
function GetSearchString(out aSearchString: PWideChar): Longword; extdecl;
|
|
function SetSearchString(const aSearchString: PWideChar): Longword; extdecl;
|
|
function GetFindBackwards(out aFindBackwards: PRBool): Longword; extdecl;
|
|
function SetFindBackwards(aFindBackwards: PRBool): Longword; extdecl;
|
|
function GetWrapFind(out aWrapFind: PRBool): Longword; extdecl;
|
|
function SetWrapFind(aWrapFind: PRBool): Longword; extdecl;
|
|
function GetEntireWord(out aEntireWord: PRBool): Longword; extdecl;
|
|
function SetEntireWord(aEntireWord: PRBool): Longword; extdecl;
|
|
function GetMatchCase(out aMatchCase: PRBool): Longword; extdecl;
|
|
function SetMatchCase(aMatchCase: PRBool): Longword; extdecl;
|
|
function GetSearchFrames(out aSearchFrames: PRBool): Longword; extdecl;
|
|
function SetSearchFrames(aSearchFrames: PRBool): Longword; extdecl;
|
|
end;
|
|
|
|
nsIWebBrowserFindInFrames_std19 = interface(nsISupports_std19)
|
|
['{e0f5d182-34bc-11d5-be5b-b760676c6ebc}']
|
|
function GetCurrentSearchFrame(out aCurrentSearchFrame: nsIDOMWindow_std19): Longword; extdecl;
|
|
function SetCurrentSearchFrame(aCurrentSearchFrame: nsIDOMWindow_std19): Longword; extdecl;
|
|
function GetRootSearchFrame(out aRootSearchFrame: nsIDOMWindow_std19): Longword; extdecl;
|
|
function SetRootSearchFrame(aRootSearchFrame: nsIDOMWindow_std19): Longword; extdecl;
|
|
function GetSearchSubframes(out aSearchSubframes: PRBool): Longword; extdecl;
|
|
function SetSearchSubframes(aSearchSubframes: PRBool): Longword; extdecl;
|
|
function GetSearchParentFrames(out aSearchParentFrames: PRBool): Longword; extdecl;
|
|
function SetSearchParentFrames(aSearchParentFrames: PRBool): Longword; extdecl;
|
|
end;
|
|
|
|
nsIWebBrowserFocus_std19 = interface(nsISupports_std19)
|
|
['{9c5d3c58-1dd1-11b2-a1c9-f3699284657a}']
|
|
function Activate(): nsresult; extdecl;
|
|
function Deactivate(): nsresult; extdecl;
|
|
function SetFocusAtFirstElement(): nsresult; extdecl;
|
|
function SetFocusAtLastElement(): nsresult; extdecl;
|
|
function GetFocusedWindow(out aFocusedWindow: nsIDOMWindow_std19): Longword; extdecl;
|
|
function SetFocusedWindow(aFocusedWindow: nsIDOMWindow_std19): Longword; extdecl;
|
|
function GetFocusedElement(out aFocusedElement: nsIDOMElement_std19): Longword; extdecl;
|
|
function SetFocusedElement(aFocusedElement: nsIDOMElement_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIWebBrowserPrint_std19 = interface(nsISupports_std19)
|
|
['{9a7ca4b0-fbba-11d4-a869-00105a183419}']
|
|
function GetGlobalPrintSettings(out aGlobalPrintSettings: nsIPrintSettings_std19): Longword; extdecl;
|
|
function GetCurrentPrintSettings(out aCurrentPrintSettings: nsIPrintSettings_std19): Longword; extdecl;
|
|
function GetCurrentChildDOMWindow(out aCurrentChildDOMWindow: nsIDOMWindow_std19): Longword; extdecl;
|
|
function GetDoingPrint(out aDoingPrint: PRBool): Longword; extdecl;
|
|
function GetDoingPrintPreview(out aDoingPrintPreview: PRBool): Longword; extdecl;
|
|
function GetIsFramesetDocument(out aIsFramesetDocument: PRBool): Longword; extdecl;
|
|
function GetIsFramesetFrameSelected(out aIsFramesetFrameSelected: PRBool): Longword; extdecl;
|
|
function GetIsIFrameSelected(out aIsIFrameSelected: PRBool): Longword; extdecl;
|
|
function GetIsRangeSelection(out aIsRangeSelection: PRBool): Longword; extdecl;
|
|
function GetPrintPreviewNumPages(out aPrintPreviewNumPages: PRInt32): Longword; extdecl;
|
|
function Print(aThePrintSettings: nsIPrintSettings_std19; aWPListener: nsIWebProgressListener_std19): nsresult; extdecl;
|
|
function PrintPreview(aThePrintSettings: nsIPrintSettings_std19; aChildDOMWin: nsIDOMWindow_std19; aWPListener: nsIWebProgressListener_std19): nsresult; extdecl;
|
|
function PrintPreviewNavigate(aNavType: PRInt16; aPageNum: PRInt32): nsresult; extdecl;
|
|
function Cancel(): nsresult; extdecl;
|
|
function EnumerateDocumentNames(out aCount: PRUint32; out aResult_array): nsresult; extdecl;
|
|
function ExitPrintPreview(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIWebBrowserSetup_std19 = interface(nsISupports_std19)
|
|
['{f15398a0-8018-11d3-af70-00a024ffc08c}']
|
|
function SetProperty(aId: PRUint32; aValue: PRUint32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIWebBrowserStream_std19 = interface(nsISupports_std19)
|
|
['{86d02f0e-219b-4cfc-9c88-bd98d2cce0b8}']
|
|
function OpenStream(aBaseURI: nsIURI_std19; const aContentType: nsACString): nsresult; extdecl;
|
|
function AppendToStream(const aData_array; aLen: PRUint32): nsresult; extdecl;
|
|
function CloseStream(): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIWebProgress_std19 = interface(nsISupports_std19)
|
|
['{570f39d0-efd0-11d3-b093-00a024ffc08c}']
|
|
function AddProgressListener(aListener: nsIWebProgressListener_std19; aNotifyMask: PRUint32): nsresult; extdecl;
|
|
function RemoveProgressListener(aListener: nsIWebProgressListener_std19): nsresult; extdecl;
|
|
function GetDOMWindow(out aDOMWindow: nsIDOMWindow_std19): Longword; extdecl;
|
|
function GetIsLoadingDocument(out aIsLoadingDocument: PRBool): Longword; extdecl;
|
|
end;
|
|
|
|
nsIWebProgressListener_std19 = interface(nsISupports_std19)
|
|
['{570f39d1-efd0-11d3-b093-00a024ffc08c}']
|
|
function OnStateChange(aWebProgress: nsIWebProgress_std19; aRequest: nsIRequest_std19; aStateFlags: PRUint32; aStatus: nsresult): nsresult; extdecl;
|
|
function OnProgressChange(aWebProgress: nsIWebProgress_std19; aRequest: nsIRequest_std19; aCurSelfProgress: PRInt32; aMaxSelfProgress: PRInt32; aCurTotalProgress: PRInt32; aMaxTotalProgress: PRInt32): nsresult; extdecl;
|
|
function OnLocationChange(aWebProgress: nsIWebProgress_std19; aRequest: nsIRequest_std19; aLocation: nsIURI_std19): nsresult; extdecl;
|
|
function OnStatusChange(aWebProgress: nsIWebProgress_std19; aRequest: nsIRequest_std19; aStatus: nsresult; const aMessage: PWideChar): nsresult; extdecl;
|
|
function OnSecurityChange(aWebProgress: nsIWebProgress_std19; aRequest: nsIRequest_std19; aState: PRUint32): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIWindowCreator_std19 = interface(nsISupports_std19)
|
|
['{30465632-a777-44cc-90f9-8145475ef999}']
|
|
function CreateChromeWindow(parent: nsIWebBrowserChrome_std19; chromeFlags: PRUint32; out _retval: nsIWebBrowserChrome_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIWindowWatcher_std19 = interface(nsISupports_std19)
|
|
['{002286a8-494b-43b3-8ddd-49e3fc50622b}']
|
|
function OpenWindow(aParent: nsIDOMWindow_std19; const aUrl: PAnsiChar; const aName: PAnsiChar; const aFeatures: PAnsiChar; aArguments: nsISupports_std19; out _retval: nsIDOMWindow_std19): nsresult; extdecl;
|
|
function RegisterNotification(aObserver: nsIObserver_std19): nsresult; extdecl;
|
|
function UnregisterNotification(aObserver: nsIObserver_std19): nsresult; extdecl;
|
|
function GetWindowEnumerator(out _retval: nsISimpleEnumerator_std19): nsresult; extdecl;
|
|
function GetNewPrompter(aParent: nsIDOMWindow_std19; out _retval: nsIPrompt_std19): nsresult; extdecl;
|
|
function GetNewAuthPrompter(aParent: nsIDOMWindow_std19; out _retval: nsIAuthPrompt_std19): nsresult; extdecl;
|
|
function SetWindowCreator(creator: nsIWindowCreator_std19): nsresult; extdecl;
|
|
function GetChromeForWindow(aWindow: nsIDOMWindow_std19; out _retval: nsIWebBrowserChrome_std19): nsresult; extdecl;
|
|
function GetWindowByName(const aTargetName: PWideChar; aCurrentWindow: nsIDOMWindow_std19; out _retval: nsIDOMWindow_std19): nsresult; extdecl;
|
|
function GetActiveWindow(out aActiveWindow: nsIDOMWindow_std19): Longword; extdecl;
|
|
function SetActiveWindow(aActiveWindow: nsIDOMWindow_std19): Longword; extdecl;
|
|
end;
|
|
|
|
nsIX509Cert_std19 = interface(nsISupports_std19)
|
|
['{f0980f60-ee3d-11d4-998b-00b0d02354a0}']
|
|
function GetNickname(aNickname: nsAString): Longword; extdecl;
|
|
function GetEmailAddress(aEmailAddress: nsAString): Longword; extdecl;
|
|
function GetEmailAddresses(out length: PRUint32; out addresses_array): nsresult; extdecl;
|
|
function ContainsEmailAddress(const aEmailAddress: nsAString; out _retval: PRBool): nsresult; extdecl;
|
|
function GetSubjectName(aSubjectName: nsAString): Longword; extdecl;
|
|
function GetCommonName(aCommonName: nsAString): Longword; extdecl;
|
|
function GetOrganization(aOrganization: nsAString): Longword; extdecl;
|
|
function GetOrganizationalUnit(aOrganizationalUnit: nsAString): Longword; extdecl;
|
|
function GetSha1Fingerprint(aSha1Fingerprint: nsAString): Longword; extdecl;
|
|
function GetMd5Fingerprint(aMd5Fingerprint: nsAString): Longword; extdecl;
|
|
function GetTokenName(aTokenName: nsAString): Longword; extdecl;
|
|
function GetIssuerName(aIssuerName: nsAString): Longword; extdecl;
|
|
function GetSerialNumber(aSerialNumber: nsAString): Longword; extdecl;
|
|
function GetIssuerCommonName(aIssuerCommonName: nsAString): Longword; extdecl;
|
|
function GetIssuerOrganization(aIssuerOrganization: nsAString): Longword; extdecl;
|
|
function GetIssuerOrganizationUnit(aIssuerOrganizationUnit: nsAString): Longword; extdecl;
|
|
function GetIssuer(out aIssuer: nsIX509Cert_std19): Longword; extdecl;
|
|
function GetValidity(out aValidity: nsIX509CertValidity_std19): Longword; extdecl;
|
|
function GetDbKey(out aDbKey: PAnsiChar): Longword; extdecl;
|
|
function GetWindowTitle(out aWindowTitle: PAnsiChar): Longword; extdecl;
|
|
function GetChain(out _retval: nsIArray_std19): nsresult; extdecl;
|
|
function GetUsagesArray(ignoreOcsp: PRBool; out verified: PRUint32; out count: PRUint32; out usages_array): nsresult; extdecl;
|
|
function GetUsagesString(ignoreOcsp: PRBool; out verified: PRUint32; usages: nsAString): nsresult; extdecl;
|
|
function VerifyForUsage(usage: PRUint32; out _retval: PRUint32): nsresult; extdecl;
|
|
function GetASN1Structure(out aASN1Structure: nsIASN1Object_std19): Longword; extdecl;
|
|
function GetRawDER(out length: PRUint32; out data_array): nsresult; extdecl;
|
|
function Equals(other: nsIX509Cert_std19; out _retval: PRBool): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIX509CertDB_std19 = interface(nsISupports_std19)
|
|
['{da48b3c0-1284-11d5-ac67-000064657374}']
|
|
function FindCertByNickname(aToken: nsISupports_std19; const aNickname: nsAString; out _retval: nsIX509Cert_std19): nsresult; extdecl;
|
|
function FindCertByDBKey(const aDBkey: PAnsiChar; aToken: nsISupports_std19; out _retval: nsIX509Cert_std19): nsresult; extdecl;
|
|
function FindCertNicknames(aToken: nsISupports_std19; aType: PRUint32; out count: PRUint32; out certNameList_array): nsresult; extdecl;
|
|
function FindEmailEncryptionCert(const aNickname: nsAString; out _retval: nsIX509Cert_std19): nsresult; extdecl;
|
|
function FindEmailSigningCert(const aNickname: nsAString; out _retval: nsIX509Cert_std19): nsresult; extdecl;
|
|
function FindCertByEmailAddress(aToken: nsISupports_std19; const aEmailAddress: PAnsiChar; out _retval: nsIX509Cert_std19): nsresult; extdecl;
|
|
function ImportCertificates(const data_array; length: PRUint32; _type: PRUint32; ctx: nsIInterfaceRequestor_std19): nsresult; extdecl;
|
|
function ImportEmailCertificate(const data_array; length: PRUint32; ctx: nsIInterfaceRequestor_std19): nsresult; extdecl;
|
|
function ImportServerCertificate(const data_array; length: PRUint32; ctx: nsIInterfaceRequestor_std19): nsresult; extdecl;
|
|
function ImportUserCertificate(const data_array; length: PRUint32; ctx: nsIInterfaceRequestor_std19): nsresult; extdecl;
|
|
function DeleteCertificate(aCert: nsIX509Cert_std19): nsresult; extdecl;
|
|
function SetCertTrust(cert: nsIX509Cert_std19; _type: PRUint32; trust: PRUint32): nsresult; extdecl;
|
|
function IsCertTrusted(cert: nsIX509Cert_std19; certType: PRUint32; trustType: PRUint32; out _retval: PRBool): nsresult; extdecl;
|
|
function ImportCertsFromFile(aToken: nsISupports_std19; aFile: nsILocalFile_std19; aType: PRUint32): nsresult; extdecl;
|
|
function ImportPKCS12File(aToken: nsISupports_std19; aFile: nsILocalFile_std19): nsresult; extdecl;
|
|
function ExportPKCS12File(aToken: nsISupports_std19; aFile: nsILocalFile_std19; count: PRUint32; const aCerts_array): nsresult; extdecl;
|
|
function GetOCSPResponders(out _retval: nsIArray_std19): nsresult; extdecl;
|
|
function GetIsOcspOn(out aIsOcspOn: PRBool): Longword; extdecl;
|
|
function ConstructX509FromBase64(const base64: PAnsiChar; out _retval: nsIX509Cert_std19): nsresult; extdecl;
|
|
end;
|
|
|
|
nsIX509CertValidity_std19 = interface(nsISupports_std19)
|
|
['{e701dfd8-1dd1-11b2-a172-ffa6cc6156ad}']
|
|
function GetNotBefore(out aNotBefore: PRTime): Longword; extdecl;
|
|
function GetNotBeforeLocalTime(aNotBeforeLocalTime: nsAString): Longword; extdecl;
|
|
function GetNotBeforeLocalDay(aNotBeforeLocalDay: nsAString): Longword; extdecl;
|
|
function GetNotBeforeGMT(aNotBeforeGMT: nsAString): Longword; extdecl;
|
|
function GetNotAfter(out aNotAfter: PRTime): Longword; extdecl;
|
|
function GetNotAfterLocalTime(aNotAfterLocalTime: nsAString): Longword; extdecl;
|
|
function GetNotAfterLocalDay(aNotAfterLocalDay: nsAString): Longword; extdecl;
|
|
function GetNotAfterGMT(aNotAfterGMT: nsAString): Longword; extdecl;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|