4076 lines
208 KiB
ObjectPascal
4076 lines
208 KiB
ObjectPascal
unit nsXPCOM_safe19;
|
|
|
|
{$MACRO on}
|
|
|
|
{$IFDEF Windows}
|
|
{$DEFINE extdecl:=stdcall}
|
|
{$ELSE Windows}
|
|
{$DEFINE extdecl:=cdecl}
|
|
{$ENDIF}
|
|
|
|
{$IFNDEF FPC_HAS_CONSTREF}
|
|
{$DEFINE constref:=const}
|
|
{$ENDIF}
|
|
|
|
interface
|
|
|
|
uses
|
|
nsConsts, nsGeckoStrings, nsTypes;
|
|
|
|
const
|
|
NS_ISUPPORTS_SAFE19_IID: TGUID = '{00000000-0000-0000-c000-000000000046}';
|
|
|
|
MOZIJSSUBSCRIPTLOADER_SAFE19_IID: TGUID = '{8792d77e-1dd2-11b2-ac7f-9bc9be4f2916}';
|
|
|
|
NS_IARRAY_SAFE19_IID: TGUID = '{114744d9-c369-456e-b55a-52fe52880d2d}';
|
|
|
|
NS_IASN1OBJECT_SAFE19_IID: TGUID = '{ba8bf582-1dd1-11b2-898c-f40246bc9a63}';
|
|
NS_IASN1OBJECT_SAFE19_ASN1_END_CONTENTS = 0;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_BOOLEAN = 1;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_INTEGER = 2;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_BIT_STRING = 3;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_OCTET_STRING = 4;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_NULL = 5;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_OBJECT_ID = 6;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_ENUMERATED = 10;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_UTF8_STRING = 12;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_SEQUENCE = 16;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_SET = 17;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_PRINTABLE_STRING = 19;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_T61_STRING = 20;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_IA5_STRING = 22;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_UTC_TIME = 23;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_GEN_TIME = 24;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_VISIBLE_STRING = 26;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_UNIVERSAL_STRING = 28;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_BMP_STRING = 30;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_HIGH_TAG_NUMBER = 31;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_CONTEXT_SPECIFIC = 32;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_APPLICATION = 33;
|
|
NS_IASN1OBJECT_SAFE19_ASN1_PRIVATE = 34;
|
|
|
|
NS_IASN1SEQUENCE_SAFE19_IID: TGUID = '{b6b957e6-1dd1-11b2-89d7-e30624f50b00}';
|
|
|
|
NS_IAUTHPROMPT_SAFE19_IID: TGUID = '{358089f9-ee4b-4711-82fd-bcd07fc62061}';
|
|
NS_IAUTHPROMPT_SAFE19_SAVE_PASSWORD_NEVER = 0;
|
|
NS_IAUTHPROMPT_SAFE19_SAVE_PASSWORD_FOR_SESSION = 1;
|
|
NS_IAUTHPROMPT_SAFE19_SAVE_PASSWORD_PERMANENTLY = 2;
|
|
|
|
NS_ISIMPLEENUMERATOR_SAFE19_IID: TGUID = '{d1899240-f9d2-11d2-bdd6-000064657374}';
|
|
|
|
NS_ICATEGORYMANAGER_SAFE19_IID: TGUID = '{3275b2cd-af6d-429a-80d7-f0c5120342ac}';
|
|
|
|
NS_ICERTIFICATEDIALOGS_SAFE19_IID: TGUID = '{a03ca940-09be-11d5-ac5d-000064657374}';
|
|
|
|
NS_IREQUEST_SAFE19_IID: TGUID = '{ef6bfbd2-fd46-48d8-96b7-9f8f0fd387fe}';
|
|
NS_IREQUEST_SAFE19_LOAD_NORMAL = 0;
|
|
NS_IREQUEST_SAFE19_LOAD_BACKGROUND = 1;
|
|
NS_IREQUEST_SAFE19_INHIBIT_CACHING = 128;
|
|
NS_IREQUEST_SAFE19_INHIBIT_PERSISTENT_CACHING = 256;
|
|
NS_IREQUEST_SAFE19_LOAD_BYPASS_CACHE = 512;
|
|
NS_IREQUEST_SAFE19_LOAD_FROM_CACHE = 1024;
|
|
NS_IREQUEST_SAFE19_VALIDATE_ALWAYS = 2048;
|
|
NS_IREQUEST_SAFE19_VALIDATE_NEVER = 4096;
|
|
NS_IREQUEST_SAFE19_VALIDATE_ONCE_PER_SESSION = 8192;
|
|
|
|
NS_ICHANNEL_SAFE19_IID: TGUID = '{c63a055a-a676-4e71-bf3c-6cfa11082018}';
|
|
NS_ICHANNEL_SAFE19_LOAD_DOCUMENT_URI = 65536;
|
|
NS_ICHANNEL_SAFE19_LOAD_RETARGETED_DOCUMENT_URI = 131072;
|
|
NS_ICHANNEL_SAFE19_LOAD_REPLACE = 262144;
|
|
NS_ICHANNEL_SAFE19_LOAD_INITIAL_DOCUMENT_URI = 524288;
|
|
NS_ICHANNEL_SAFE19_LOAD_TARGETED = 1048576;
|
|
NS_ICHANNEL_SAFE19_LOAD_CALL_CONTENT_SNIFFERS = 2097152;
|
|
|
|
NS_ICLASSINFO_SAFE19_IID: TGUID = '{986c11d0-f340-11d4-9075-0010a4e73d9a}';
|
|
NS_ICLASSINFO_SAFE19_SINGLETON = 1;
|
|
NS_ICLASSINFO_SAFE19_THREADSAFE = 2;
|
|
NS_ICLASSINFO_SAFE19_MAIN_THREAD_ONLY = 4;
|
|
NS_ICLASSINFO_SAFE19_DOM_OBJECT = 8;
|
|
NS_ICLASSINFO_SAFE19_PLUGIN_OBJECT = 16;
|
|
NS_ICLASSINFO_SAFE19_EAGER_CLASSINFO = 32;
|
|
NS_ICLASSINFO_SAFE19_CONTENT_NODE = 64;
|
|
NS_ICLASSINFO_SAFE19_RESERVED = 2147483648;
|
|
|
|
NS_ICLIPBOARDCOMMANDS_SAFE19_IID: TGUID = '{b8100c90-73be-11d2-92a5-00105a1b0d64}';
|
|
|
|
NS_ICOMPONENTMANAGER_SAFE19_IID: TGUID = '{a88e5a60-205a-4bb1-94e1-2628daf51eae}';
|
|
|
|
NS_ICOMPONENTREGISTRAR_SAFE19_IID: TGUID = '{2417cbfe-65ad-48a6-b4b6-eb84db174392}';
|
|
|
|
NS_ICONTEXTMENULISTENER_SAFE19_IID: TGUID = '{3478b6b0-3875-11d4-94ef-0020183bf181}';
|
|
NS_ICONTEXTMENULISTENER_SAFE19_CONTEXT_NONE = 0;
|
|
NS_ICONTEXTMENULISTENER_SAFE19_CONTEXT_LINK = 1;
|
|
NS_ICONTEXTMENULISTENER_SAFE19_CONTEXT_IMAGE = 2;
|
|
NS_ICONTEXTMENULISTENER_SAFE19_CONTEXT_DOCUMENT = 4;
|
|
NS_ICONTEXTMENULISTENER_SAFE19_CONTEXT_TEXT = 8;
|
|
NS_ICONTEXTMENULISTENER_SAFE19_CONTEXT_INPUT = 16;
|
|
|
|
NS_ICOOKIE_SAFE19_IID: TGUID = '{e9fcb9a4-d376-458f-b720-e65e7df593bc}';
|
|
NS_ICOOKIE_SAFE19_STATUS_UNKNOWN = 0;
|
|
NS_ICOOKIE_SAFE19_STATUS_ACCEPTED = 1;
|
|
NS_ICOOKIE_SAFE19_STATUS_DOWNGRADED = 2;
|
|
NS_ICOOKIE_SAFE19_STATUS_FLAGGED = 3;
|
|
NS_ICOOKIE_SAFE19_STATUS_REJECTED = 4;
|
|
NS_ICOOKIE_SAFE19_POLICY_UNKNOWN = 0;
|
|
NS_ICOOKIE_SAFE19_POLICY_NONE = 1;
|
|
NS_ICOOKIE_SAFE19_POLICY_NO_CONSENT = 2;
|
|
NS_ICOOKIE_SAFE19_POLICY_IMPLICIT_CONSENT = 3;
|
|
NS_ICOOKIE_SAFE19_POLICY_EXPLICIT_CONSENT = 4;
|
|
NS_ICOOKIE_SAFE19_POLICY_NO_II = 5;
|
|
|
|
NS_ICOOKIEMANAGER_SAFE19_IID: TGUID = '{aaab6710-0f2c-11d5-a53b-0010a401eb10}';
|
|
|
|
NS_ICRLINFO_SAFE19_IID: TGUID = '{c185d920-4a3e-11d5-ba27-00108303b117}';
|
|
|
|
NS_IDEBUG_SAFE19_IID: TGUID = '{3bf0c3d7-3bd9-4cf2-a971-33572c503e1e}';
|
|
|
|
NS_IFILE_SAFE19_IID: TGUID = '{c8c0a080-0868-11d3-915f-d9d889d48e3c}';
|
|
NS_IFILE_SAFE19_NORMAL_FILE_TYPE = 0;
|
|
NS_IFILE_SAFE19_DIRECTORY_TYPE = 1;
|
|
|
|
NS_IDIRECTORYSERVICEPROVIDER_SAFE19_IID: TGUID = '{bbf8cab0-d43a-11d3-8cc2-00609792278c}';
|
|
|
|
NS_IDIRECTORYSERVICEPROVIDER2_SAFE19_IID: TGUID = '{2f977d4b-5485-11d4-87e2-0010a4e75ef2}';
|
|
|
|
NS_IDIRECTORYSERVICE_SAFE19_IID: TGUID = '{57a66a60-d43a-11d3-8cc2-00609792278c}';
|
|
|
|
NS_IDOM3DOCUMENTEVENT_SAFE19_IID: TGUID = '{090ecc19-b7cb-4f47-ae47-ed68d4926249}';
|
|
|
|
NS_IDOM3EVENTTARGET_SAFE19_IID: TGUID = '{3e9c01a7-de97-4c3b-8294-b4bd9d7056d1}';
|
|
|
|
NS_IDOMABSTRACTVIEW_SAFE19_IID: TGUID = '{f51ebade-8b1a-11d3-aae7-0010830123b4}';
|
|
|
|
NS_IDOMNODE_SAFE19_IID: TGUID = '{a6cf907c-15b3-11d2-932e-00805f8add32}';
|
|
NS_IDOMNODE_SAFE19_ELEMENT_NODE = 1;
|
|
NS_IDOMNODE_SAFE19_ATTRIBUTE_NODE = 2;
|
|
NS_IDOMNODE_SAFE19_TEXT_NODE = 3;
|
|
NS_IDOMNODE_SAFE19_CDATA_SECTION_NODE = 4;
|
|
NS_IDOMNODE_SAFE19_ENTITY_REFERENCE_NODE = 5;
|
|
NS_IDOMNODE_SAFE19_ENTITY_NODE = 6;
|
|
NS_IDOMNODE_SAFE19_PROCESSING_INSTRUCTION_NODE = 7;
|
|
NS_IDOMNODE_SAFE19_COMMENT_NODE = 8;
|
|
NS_IDOMNODE_SAFE19_DOCUMENT_NODE = 9;
|
|
NS_IDOMNODE_SAFE19_DOCUMENT_TYPE_NODE = 10;
|
|
NS_IDOMNODE_SAFE19_DOCUMENT_FRAGMENT_NODE = 11;
|
|
NS_IDOMNODE_SAFE19_NOTATION_NODE = 12;
|
|
|
|
NS_IDOMATTR_SAFE19_IID: TGUID = '{a6cf9070-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMBARPROP_SAFE19_IID: TGUID = '{9eb2c150-1d56-11d3-8221-0060083a0bcf}';
|
|
|
|
NS_IDOMCHARACTERDATA_SAFE19_IID: TGUID = '{a6cf9072-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMTEXT_SAFE19_IID: TGUID = '{a6cf9082-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCDATASECTION_SAFE19_IID: TGUID = '{a6cf9071-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCOMMENT_SAFE19_IID: TGUID = '{a6cf9073-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCOUNTER_SAFE19_IID: TGUID = '{31adb439-0055-402d-9b1d-d5ca94f3f55b}';
|
|
|
|
NS_IDOMCSSVALUE_SAFE19_IID: TGUID = '{009f7ea5-9e80-41be-b008-db62f10823f2}';
|
|
NS_IDOMCSSVALUE_SAFE19_CSS_INHERIT = 0;
|
|
NS_IDOMCSSVALUE_SAFE19_CSS_PRIMITIVE_VALUE = 1;
|
|
NS_IDOMCSSVALUE_SAFE19_CSS_VALUE_LIST = 2;
|
|
NS_IDOMCSSVALUE_SAFE19_CSS_CUSTOM = 3;
|
|
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_IID: TGUID = '{e249031f-8df9-4e7a-b644-18946dce0019}';
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_UNKNOWN = 0;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_NUMBER = 1;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_PERCENTAGE = 2;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_EMS = 3;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_EXS = 4;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_PX = 5;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_CM = 6;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_MM = 7;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_IN = 8;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_PT = 9;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_PC = 10;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_DEG = 11;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_RAD = 12;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_GRAD = 13;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_MS = 14;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_S = 15;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_HZ = 16;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_KHZ = 17;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_DIMENSION = 18;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_STRING = 19;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_URI = 20;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_IDENT = 21;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_ATTR = 22;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_COUNTER = 23;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_RECT = 24;
|
|
NS_IDOMCSSPRIMITIVEVALUE_SAFE19_CSS_RGBCOLOR = 25;
|
|
|
|
NS_IDOMCSSRULE_SAFE19_IID: TGUID = '{a6cf90c1-15b3-11d2-932e-00805f8add32}';
|
|
NS_IDOMCSSRULE_SAFE19_UNKNOWN_RULE = 0;
|
|
NS_IDOMCSSRULE_SAFE19_STYLE_RULE = 1;
|
|
NS_IDOMCSSRULE_SAFE19_CHARSET_RULE = 2;
|
|
NS_IDOMCSSRULE_SAFE19_IMPORT_RULE = 3;
|
|
NS_IDOMCSSRULE_SAFE19_MEDIA_RULE = 4;
|
|
NS_IDOMCSSRULE_SAFE19_FONT_FACE_RULE = 5;
|
|
NS_IDOMCSSRULE_SAFE19_PAGE_RULE = 6;
|
|
|
|
NS_IDOMCSSRULELIST_SAFE19_IID: TGUID = '{a6cf90c0-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCSSSTYLEDECLARATION_SAFE19_IID: TGUID = '{a6cf90be-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMSTYLESHEET_SAFE19_IID: TGUID = '{a6cf9080-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCSSSTYLESHEET_SAFE19_IID: TGUID = '{a6cf90c2-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMCSSVALUELIST_SAFE19_IID: TGUID = '{8f09fa84-39b9-4dca-9b2f-db0eeb186286}';
|
|
|
|
NS_IDOMEVENT_SAFE19_IID: TGUID = '{a66b7b80-ff46-bd97-0080-5f8ae38add32}';
|
|
NS_IDOMEVENT_SAFE19_CAPTURING_PHASE = 1;
|
|
NS_IDOMEVENT_SAFE19_AT_TARGET = 2;
|
|
NS_IDOMEVENT_SAFE19_BUBBLING_PHASE = 3;
|
|
|
|
NS_IDOMCUSTOMEVENT_SAFE19_IID: TGUID = '{55c7af7b-1a64-40bf-87eb-2c2cbee0491b}';
|
|
|
|
NS_IDOMDOCUMENT_SAFE19_IID: TGUID = '{a6cf9075-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMDOCUMENTEVENT_SAFE19_IID: TGUID = '{46b91d66-28e2-11d4-ab1e-0010830123b4}';
|
|
|
|
NS_IDOMDOCUMENTFRAGMENT_SAFE19_IID: TGUID = '{a6cf9076-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMDOCUMENTRANGE_SAFE19_IID: TGUID = '{7b9badc6-c9bc-447a-8670-dbd195aed24b}';
|
|
|
|
NS_IDOMDOCUMENTSTYLE_SAFE19_IID: TGUID = '{3d9f4973-dd2e-48f5-b5f7-2634e09eadd9}';
|
|
|
|
NS_IDOMDOCUMENTTYPE_SAFE19_IID: TGUID = '{a6cf9077-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMDOCUMENTVIEW_SAFE19_IID: TGUID = '{1acdb2ba-1dd2-11b2-95bc-9542495d2569}';
|
|
|
|
NS_IDOMDOMEXCEPTION_SAFE19_IID: TGUID = '{a6cf910a-15b3-11d2-932e-00805f8add32}';
|
|
NS_IDOMDOMEXCEPTION_SAFE19_INDEX_SIZE_ERR = 1;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_DOMSTRING_SIZE_ERR = 2;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_HIERARCHY_REQUEST_ERR = 3;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_WRONG_DOCUMENT_ERR = 4;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_INVALID_CHARACTER_ERR = 5;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_NO_DATA_ALLOWED_ERR = 6;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_NO_MODIFICATION_ALLOWED_ERR = 7;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_NOT_FOUND_ERR = 8;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_NOT_SUPPORTED_ERR = 9;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_INUSE_ATTRIBUTE_ERR = 10;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_INVALID_STATE_ERR = 11;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_SYNTAX_ERR = 12;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_INVALID_MODIFICATION_ERR = 13;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_NAMESPACE_ERR = 14;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_INVALID_ACCESS_ERR = 15;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_VALIDATION_ERR = 16;
|
|
NS_IDOMDOMEXCEPTION_SAFE19_TYPE_MISMATCH_ERR = 17;
|
|
|
|
NS_IDOMDOMIMPLEMENTATION_SAFE19_IID: TGUID = '{a6cf9074-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMELEMENT_SAFE19_IID: TGUID = '{a6cf9078-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMELEMENTCSSINLINESTYLE_SAFE19_IID: TGUID = '{99715845-95fc-4a56-aa53-214b65c26e22}';
|
|
|
|
NS_IDOMENTITY_SAFE19_IID: TGUID = '{a6cf9079-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMENTITYREFERENCE_SAFE19_IID: TGUID = '{a6cf907a-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMEVENTGROUP_SAFE19_IID: TGUID = '{33347bee-6620-4841-8152-36091ae80c7e}';
|
|
|
|
NS_IDOMEVENTLISTENER_SAFE19_IID: TGUID = '{df31c120-ded6-11d1-bd85-00805f8ae3f4}';
|
|
|
|
NS_IDOMEVENTTARGET_SAFE19_IID: TGUID = '{1c773b30-d1cf-11d2-bd95-00805f8ae3f4}';
|
|
|
|
NS_IDOMHTMLELEMENT_SAFE19_IID: TGUID = '{a6cf9085-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLANCHORELEMENT_SAFE19_IID: TGUID = '{a6cf90aa-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLAPPLETELEMENT_SAFE19_IID: TGUID = '{a6cf90ae-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLAREAELEMENT_SAFE19_IID: TGUID = '{a6cf90b0-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBASEELEMENT_SAFE19_IID: TGUID = '{a6cf908b-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBASEFONTELEMENT_SAFE19_IID: TGUID = '{a6cf90a6-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBODYELEMENT_SAFE19_IID: TGUID = '{a6cf908e-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBRELEMENT_SAFE19_IID: TGUID = '{a6cf90a5-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLBUTTONELEMENT_SAFE19_IID: TGUID = '{a6cf9095-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLCOLLECTION_SAFE19_IID: TGUID = '{a6cf9083-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLDIRECTORYELEMENT_SAFE19_IID: TGUID = '{a6cf909c-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLDIVELEMENT_SAFE19_IID: TGUID = '{a6cf90a0-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLDLISTELEMENT_SAFE19_IID: TGUID = '{a6cf909b-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLDOCUMENT_SAFE19_IID: TGUID = '{a6cf9084-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLEMBEDELEMENT_SAFE19_IID: TGUID = '{123f90ab-15b3-11d2-456e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFIELDSETELEMENT_SAFE19_IID: TGUID = '{a6cf9097-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFONTELEMENT_SAFE19_IID: TGUID = '{a6cf90a7-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFORMELEMENT_SAFE19_IID: TGUID = '{a6cf908f-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFRAMEELEMENT_SAFE19_IID: TGUID = '{a6cf90b9-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLFRAMESETELEMENT_SAFE19_IID: TGUID = '{a6cf90b8-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLHEADELEMENT_SAFE19_IID: TGUID = '{a6cf9087-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLHEADINGELEMENT_SAFE19_IID: TGUID = '{a6cf90a2-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLHRELEMENT_SAFE19_IID: TGUID = '{a6cf90a8-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLHTMLELEMENT_SAFE19_IID: TGUID = '{a6cf9086-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLIFRAMEELEMENT_SAFE19_IID: TGUID = '{a6cf90ba-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLIMAGEELEMENT_SAFE19_IID: TGUID = '{a6cf90ab-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLINPUTELEMENT_SAFE19_IID: TGUID = '{a6cf9093-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLISINDEXELEMENT_SAFE19_IID: TGUID = '{a6cf908c-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLLABELELEMENT_SAFE19_IID: TGUID = '{a6cf9096-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLLEGENDELEMENT_SAFE19_IID: TGUID = '{a6cf9098-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLLIELEMENT_SAFE19_IID: TGUID = '{a6cf909e-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLLINKELEMENT_SAFE19_IID: TGUID = '{a6cf9088-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLMAPELEMENT_SAFE19_IID: TGUID = '{a6cf90af-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLMENUELEMENT_SAFE19_IID: TGUID = '{a6cf909d-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLMETAELEMENT_SAFE19_IID: TGUID = '{a6cf908a-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLMODELEMENT_SAFE19_IID: TGUID = '{a6cf90a9-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOBJECTELEMENT_SAFE19_IID: TGUID = '{a6cf90ac-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOLISTELEMENT_SAFE19_IID: TGUID = '{a6cf909a-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOPTGROUPELEMENT_SAFE19_IID: TGUID = '{a6cf9091-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOPTIONELEMENT_SAFE19_IID: TGUID = '{a6cf9092-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLOPTIONSCOLLECTION_SAFE19_IID: TGUID = '{bce0213c-f70f-488f-b93f-688acca55d63}';
|
|
|
|
NS_IDOMHTMLPARAGRAPHELEMENT_SAFE19_IID: TGUID = '{a6cf90a1-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLPARAMELEMENT_SAFE19_IID: TGUID = '{a6cf90ad-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLPREELEMENT_SAFE19_IID: TGUID = '{a6cf90a4-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLQUOTEELEMENT_SAFE19_IID: TGUID = '{a6cf90a3-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLSCRIPTELEMENT_SAFE19_IID: TGUID = '{a6cf90b1-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLSELECTELEMENT_SAFE19_IID: TGUID = '{a6cf9090-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLSTYLEELEMENT_SAFE19_IID: TGUID = '{a6cf908d-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLECAPTIONELEMENT_SAFE19_IID: TGUID = '{a6cf90b3-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLECELLELEMENT_SAFE19_IID: TGUID = '{a6cf90b7-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLECOLELEMENT_SAFE19_IID: TGUID = '{a6cf90b4-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLEELEMENT_SAFE19_IID: TGUID = '{a6cf90b2-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLEROWELEMENT_SAFE19_IID: TGUID = '{a6cf90b6-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTABLESECTIONELEMENT_SAFE19_IID: TGUID = '{a6cf90b5-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTEXTAREAELEMENT_SAFE19_IID: TGUID = '{a6cf9094-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLTITLEELEMENT_SAFE19_IID: TGUID = '{a6cf9089-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMHTMLULISTELEMENT_SAFE19_IID: TGUID = '{a6cf9099-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMMEDIALIST_SAFE19_IID: TGUID = '{9b0c2ed7-111c-4824-adf9-ef0da6dad371}';
|
|
|
|
NS_IDOMUIEVENT_SAFE19_IID: TGUID = '{a6cf90c3-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMMOUSEEVENT_SAFE19_IID: TGUID = '{ff751edc-8b02-aae7-0010-8301838a3123}';
|
|
|
|
NS_IDOMNAMEDNODEMAP_SAFE19_IID: TGUID = '{a6cf907b-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMNODELIST_SAFE19_IID: TGUID = '{a6cf907d-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMNOTATION_SAFE19_IID: TGUID = '{a6cf907e-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMOFFLINERESOURCELIST_SAFE19_IID: TGUID = '{8449bce2-0d8c-4c74-ab79-b41b8d81f1c4}';
|
|
NS_IDOMOFFLINERESOURCELIST_SAFE19_UNCACHED = 0;
|
|
NS_IDOMOFFLINERESOURCELIST_SAFE19_IDLE = 1;
|
|
NS_IDOMOFFLINERESOURCELIST_SAFE19_CHECKING = 2;
|
|
NS_IDOMOFFLINERESOURCELIST_SAFE19_DOWNLOADING = 3;
|
|
NS_IDOMOFFLINERESOURCELIST_SAFE19_UPDATEREADY = 4;
|
|
|
|
NS_IDOMPROCESSINGINSTRUCTION_SAFE19_IID: TGUID = '{a6cf907f-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMRANGE_SAFE19_IID: TGUID = '{a6cf90ce-15b3-11d2-932e-00805f8add32}';
|
|
NS_IDOMRANGE_SAFE19_START_TO_START = 0;
|
|
NS_IDOMRANGE_SAFE19_START_TO_END = 1;
|
|
NS_IDOMRANGE_SAFE19_END_TO_END = 2;
|
|
NS_IDOMRANGE_SAFE19_END_TO_START = 3;
|
|
|
|
NS_IDOMRECT_SAFE19_IID: TGUID = '{71735f62-ac5c-4236-9a1f-5ffb280d531c}';
|
|
|
|
NS_IDOMRGBCOLOR_SAFE19_IID: TGUID = '{6aff3102-320d-4986-9790-12316bb87cf9}';
|
|
|
|
NS_IDOMSTORAGE_SAFE19_IID: TGUID = '{95cc1383-3b62-4b89-aaef-1004a513ef47}';
|
|
|
|
NS_IDOMSTORAGEEVENT_SAFE19_IID: TGUID = '{fc540c28-8edd-4b7a-9c30-8638289b7a7d}';
|
|
|
|
NS_IDOMSTORAGEITEM_SAFE19_IID: TGUID = '{0cc37c78-4c5f-48e1-adfc-7480b8fe9dc4}';
|
|
|
|
NS_IDOMSTORAGELIST_SAFE19_IID: TGUID = '{f2166929-91b6-4372-8d5f-c366f47a5f54}';
|
|
|
|
NS_IDOMSTORAGEWINDOW_SAFE19_IID: TGUID = '{55e9c181-2476-47cf-97f8-efdaaf7b6f7a}';
|
|
|
|
NS_IDOMSTYLESHEETLIST_SAFE19_IID: TGUID = '{a6cf9081-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMWINDOW_SAFE19_IID: TGUID = '{a6cf906b-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMWINDOW2_SAFE19_IID: TGUID = '{73c5fa35-3add-4c87-a303-a850ccf4d65a}';
|
|
|
|
NS_IDOMWINDOWCOLLECTION_SAFE19_IID: TGUID = '{a6cf906f-15b3-11d2-932e-00805f8add32}';
|
|
|
|
NS_IDOMWINDOWUTILS_SAFE19_IID: TGUID = '{1cfc1a0a-e348-4b18-b61b-935c192f85c4}';
|
|
|
|
NS_IEMBEDDINGSITEWINDOW_SAFE19_IID: TGUID = '{3e5432cd-9568-4bd1-8cbe-d50aba110743}';
|
|
NS_IEMBEDDINGSITEWINDOW_SAFE19_DIM_FLAGS_POSITION = 1;
|
|
NS_IEMBEDDINGSITEWINDOW_SAFE19_DIM_FLAGS_SIZE_INNER = 2;
|
|
NS_IEMBEDDINGSITEWINDOW_SAFE19_DIM_FLAGS_SIZE_OUTER = 4;
|
|
|
|
NS_IFACTORY_SAFE19_IID: TGUID = '{00000001-0000-0000-c000-000000000046}';
|
|
|
|
NS_IURI_SAFE19_IID: TGUID = '{07a22cc0-0ce5-11d3-9331-00104ba0fd40}';
|
|
|
|
NS_IURL_SAFE19_IID: TGUID = '{d6116970-8034-11d3-9399-00104ba0fd40}';
|
|
|
|
NS_IFILEURL_SAFE19_IID: TGUID = '{d26b2e2e-1dd1-11b2-88f3-8545a7ba7949}';
|
|
|
|
NS_IGLOBALHISTORY_SAFE19_IID: TGUID = '{9491c383-e3c4-11d2-bdbe-0050040a9b44}';
|
|
|
|
NS_IHASHABLE_SAFE19_IID: TGUID = '{17e595fa-b57a-4933-bd0f-b1812e8ab188}';
|
|
|
|
NS_IHISTORYENTRY_SAFE19_IID: TGUID = '{a41661d4-1417-11d5-9882-00c04fa02f40}';
|
|
|
|
NS_IHTTPCHANNEL_SAFE19_IID: TGUID = '{9277fe09-f0cc-4cd9-bbce-581dd94b0260}';
|
|
|
|
NS_IHTTPHEADERVISITOR_SAFE19_IID: TGUID = '{0cf40717-d7c1-4a94-8c1e-d6c9734101bb}';
|
|
|
|
NS_IINPUTSTREAM_SAFE19_IID: TGUID = '{fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a}';
|
|
|
|
NS_IINTERFACEREQUESTOR_SAFE19_IID: TGUID = '{033a1470-8b2a-11d3-af88-00a024ffc08c}';
|
|
|
|
NS_IIOSERVICE_SAFE19_IID: TGUID = '{bddeda3f-9020-4d12-8c70-984ee9f7935e}';
|
|
|
|
NS_IJSON_SAFE19_IID: TGUID = '{45464c36-efde-4cb5-8e00-07480533ff35}';
|
|
|
|
NS_ILOADGROUP_SAFE19_IID: TGUID = '{3de0a31c-feaf-400f-9f1e-4ef71f8b20cc}';
|
|
|
|
NS_ILOCALFILE_SAFE19_IID: TGUID = '{aa610f20-a889-11d3-8c81-000064657374}';
|
|
|
|
NS_IMEMORY_SAFE19_IID: TGUID = '{59e7e77a-38e4-11d4-8cf5-0060b0fc14a3}';
|
|
|
|
NS_IMODULE_SAFE19_IID: TGUID = '{7392d032-5371-11d3-994e-00805fd26fee}';
|
|
|
|
NS_IMUTABLEARRAY_SAFE19_IID: TGUID = '{af059da0-c85b-40ec-af07-ae4bfdc192cc}';
|
|
|
|
NS_IOBSERVER_SAFE19_IID: TGUID = '{db242e01-e4d9-11d2-9dde-000064657374}';
|
|
|
|
NS_IOBSERVERSERVICE_SAFE19_IID: TGUID = '{d07f5192-e3d1-11d2-8acd-00105a1b8860}';
|
|
|
|
NS_IOUTPUTSTREAM_SAFE19_IID: TGUID = '{0d0acd2a-61b4-11d4-9877-00c04fa0cf4a}';
|
|
|
|
NS_IPREFBRANCH_SAFE19_IID: TGUID = '{56c35506-f14b-11d3-99d3-ddbfac2ccf65}';
|
|
NS_IPREFBRANCH_SAFE19_PREF_INVALID = 0;
|
|
NS_IPREFBRANCH_SAFE19_PREF_STRING = 32;
|
|
NS_IPREFBRANCH_SAFE19_PREF_INT = 64;
|
|
NS_IPREFBRANCH_SAFE19_PREF_BOOL = 128;
|
|
|
|
NS_IPREFBRANCH2_SAFE19_IID: TGUID = '{74567534-eb94-4b1c-8f45-389643bfc555}';
|
|
|
|
NS_IPREFLOCALIZEDSTRING_SAFE19_IID: TGUID = '{ae419e24-1dd1-11b2-b39a-d3e5e7073802}';
|
|
|
|
NS_IPREFSERVICE_SAFE19_IID: TGUID = '{decb9cc7-c08f-4ea5-be91-a8fc637ce2d2}';
|
|
|
|
NS_IPRINTSESSION_SAFE19_IID: TGUID = '{2f977d52-5485-11d4-87e2-0010a4e75ef2}';
|
|
|
|
NS_IPRINTSETTINGS_SAFE19_IID: TGUID = '{5af07661-6477-4235-8814-4a45215855b8}';
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveOddEvenPages = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveHeaderLeft = 2;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveHeaderCenter = 4;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveHeaderRight = 8;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveFooterLeft = 16;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveFooterCenter = 32;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveFooterRight = 64;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveBGColors = 128;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveBGImages = 256;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSavePaperSize = 512;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSavePaperData = 8192;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveUnwriteableMargins = 16384;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveEdges = 32768;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveReversed = 65536;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveInColor = 131072;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveOrientation = 262144;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSavePrintCommand = 524288;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSavePrinterName = 1048576;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSavePrintToFile = 2097152;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveToFileName = 4194304;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSavePageDelay = 8388608;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveMargins = 16777216;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveNativeData = 33554432;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSavePlexName = 67108864;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveShrinkToFit = 134217728;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveScaling = 268435456;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveColorspace = 536870912;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveResolutionName = 1073741824;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveDownloadFonts = 2147483648;
|
|
NS_IPRINTSETTINGS_SAFE19_kInitSaveAll = 4294967295;
|
|
NS_IPRINTSETTINGS_SAFE19_kPrintOddPages = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kPrintEvenPages = 2;
|
|
NS_IPRINTSETTINGS_SAFE19_kEnableSelectionRB = 4;
|
|
NS_IPRINTSETTINGS_SAFE19_kRangeAllPages = 0;
|
|
NS_IPRINTSETTINGS_SAFE19_kRangeSpecifiedPageRange = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kRangeSelection = 2;
|
|
NS_IPRINTSETTINGS_SAFE19_kRangeFocusFrame = 3;
|
|
NS_IPRINTSETTINGS_SAFE19_kJustLeft = 0;
|
|
NS_IPRINTSETTINGS_SAFE19_kJustCenter = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kJustRight = 2;
|
|
NS_IPRINTSETTINGS_SAFE19_kUseInternalDefault = 0;
|
|
NS_IPRINTSETTINGS_SAFE19_kUseSettingWhenPossible = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kPaperSizeNativeData = 0;
|
|
NS_IPRINTSETTINGS_SAFE19_kPaperSizeDefined = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kPaperSizeInches = 0;
|
|
NS_IPRINTSETTINGS_SAFE19_kPaperSizeMillimeters = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kPortraitOrientation = 0;
|
|
NS_IPRINTSETTINGS_SAFE19_kLandscapeOrientation = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kNoFrames = 0;
|
|
NS_IPRINTSETTINGS_SAFE19_kFramesAsIs = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kSelectedFrame = 2;
|
|
NS_IPRINTSETTINGS_SAFE19_kEachFrameSep = 3;
|
|
NS_IPRINTSETTINGS_SAFE19_kFrameEnableNone = 0;
|
|
NS_IPRINTSETTINGS_SAFE19_kFrameEnableAll = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kFrameEnableAsIsAndEach = 2;
|
|
NS_IPRINTSETTINGS_SAFE19_kOutputFormatNative = 0;
|
|
NS_IPRINTSETTINGS_SAFE19_kOutputFormatPS = 1;
|
|
NS_IPRINTSETTINGS_SAFE19_kOutputFormatPDF = 2;
|
|
|
|
NS_IPROFILE_SAFE19_IID: TGUID = '{02b0625a-e7f3-11d2-9f5a-006008a6efe9}';
|
|
NS_IPROFILE_SAFE19_SHUTDOWN_PERSIST = 1;
|
|
NS_IPROFILE_SAFE19_SHUTDOWN_CLEANSE = 2;
|
|
|
|
NS_IPROFILECHANGESTATUS_SAFE19_IID: TGUID = '{2f977d43-5485-11d4-87e2-0010a4e75ef2}';
|
|
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_IID: TGUID = '{ea604e90-40ba-11d5-90bb-0010a4e73d9a}';
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_UNKNOWN = 0;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_CPLUSPLUS = 1;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_JAVASCRIPT = 2;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_PYTHON = 3;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_PERL = 4;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_JAVA = 5;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_ZX81_BASIC = 6;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_JAVASCRIPT2 = 7;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_RUBY = 8;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_PHP = 9;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_TCL = 10;
|
|
NS_IPROGRAMMINGLANGUAGE_SAFE19_MAX = 10;
|
|
|
|
NS_IPROMPT_SAFE19_IID: TGUID = '{a63f70c0-148b-11d3-9333-00104ba0fd40}';
|
|
NS_IPROMPT_SAFE19_BUTTON_POS_0 = 1;
|
|
NS_IPROMPT_SAFE19_BUTTON_POS_1 = 256;
|
|
NS_IPROMPT_SAFE19_BUTTON_POS_2 = 65536;
|
|
NS_IPROMPT_SAFE19_BUTTON_TITLE_OK = 1;
|
|
NS_IPROMPT_SAFE19_BUTTON_TITLE_CANCEL = 2;
|
|
NS_IPROMPT_SAFE19_BUTTON_TITLE_YES = 3;
|
|
NS_IPROMPT_SAFE19_BUTTON_TITLE_NO = 4;
|
|
NS_IPROMPT_SAFE19_BUTTON_TITLE_SAVE = 5;
|
|
NS_IPROMPT_SAFE19_BUTTON_TITLE_DONT_SAVE = 6;
|
|
NS_IPROMPT_SAFE19_BUTTON_TITLE_REVERT = 7;
|
|
NS_IPROMPT_SAFE19_BUTTON_TITLE_IS_STRING = 127;
|
|
NS_IPROMPT_SAFE19_BUTTON_POS_0_DEFAULT = 0;
|
|
NS_IPROMPT_SAFE19_BUTTON_POS_1_DEFAULT = 16777216;
|
|
NS_IPROMPT_SAFE19_BUTTON_POS_2_DEFAULT = 33554432;
|
|
NS_IPROMPT_SAFE19_BUTTON_DELAY_ENABLE = 67108864;
|
|
NS_IPROMPT_SAFE19_STD_OK_CANCEL_BUTTONS = 513;
|
|
NS_IPROMPT_SAFE19_STD_YES_NO_BUTTONS = 1027;
|
|
|
|
NS_IPROMPTSERVICE_SAFE19_IID: TGUID = '{1630c61a-325e-49ca-8759-a31b16c47aa5}';
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_POS_0 = 1;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_POS_1 = 256;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_POS_2 = 65536;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_TITLE_OK = 1;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_TITLE_CANCEL = 2;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_TITLE_YES = 3;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_TITLE_NO = 4;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_TITLE_SAVE = 5;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_TITLE_DONT_SAVE = 6;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_TITLE_REVERT = 7;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_TITLE_IS_STRING = 127;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_POS_0_DEFAULT = 0;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_POS_1_DEFAULT = 16777216;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_POS_2_DEFAULT = 33554432;
|
|
NS_IPROMPTSERVICE_SAFE19_BUTTON_DELAY_ENABLE = 67108864;
|
|
NS_IPROMPTSERVICE_SAFE19_STD_OK_CANCEL_BUTTONS = 513;
|
|
NS_IPROMPTSERVICE_SAFE19_STD_YES_NO_BUTTONS = 1027;
|
|
|
|
NS_IPROPERTIES_SAFE19_IID: TGUID = '{78650582-4e93-4b60-8e85-26ebd3eb14ca}';
|
|
|
|
NS_IPROTOCOLHANDLER_SAFE19_IID: TGUID = '{15fd6940-8ea7-11d3-93ad-00104ba0fd40}';
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_STD = 0;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_NORELATIVE = 1;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_NOAUTH = 2;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_INHERITS_SECURITY_CONTEXT = 16;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_FORBIDS_AUTOMATIC_DOCUMENT_REPLACEMENT = 32;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_LOADABLE_BY_ANYONE = 64;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_DANGEROUS_TO_LOAD = 128;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_IS_UI_RESOURCE = 256;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_IS_LOCAL_FILE = 512;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_NON_PERSISTABLE = 1024;
|
|
NS_IPROTOCOLHANDLER_SAFE19_URI_DOES_NOT_RETURN_DATA = 2048;
|
|
NS_IPROTOCOLHANDLER_SAFE19_ALLOWS_PROXY = 4;
|
|
NS_IPROTOCOLHANDLER_SAFE19_ALLOWS_PROXY_HTTP = 8;
|
|
|
|
NS_IREQUESTOBSERVER_SAFE19_IID: TGUID = '{fd91e2e0-1481-11d3-9333-00104ba0fd40}';
|
|
|
|
NS_ISCRIPTABLEINPUTSTREAM_SAFE19_IID: TGUID = '{a2a32f90-9b90-11d3-a189-0050041caf44}';
|
|
|
|
NS_ISECURITYWARNINGDIALOGS_SAFE19_IID: TGUID = '{1c399d06-1dd2-11b2-bc58-c87cbcacdb78}';
|
|
|
|
NS_ISELECTION_SAFE19_IID: TGUID = '{b2c7ed59-8634-4352-9e37-5484c8b6e4e1}';
|
|
|
|
NS_ISERVICEMANAGER_SAFE19_IID: TGUID = '{8bb35ed9-e332-462d-9155-4a002ab5c958}';
|
|
|
|
NS_ISHISTORY_SAFE19_IID: TGUID = '{9883609f-cdd8-4d83-9b55-868ff08ad433}';
|
|
|
|
NS_ISHISTORYLISTENER_SAFE19_IID: TGUID = '{3b07f591-e8e1-11d4-9882-00c04fa02f40}';
|
|
|
|
NS_ISTREAMLISTENER_SAFE19_IID: TGUID = '{1a637020-1482-11d3-9333-00104ba0fd40}';
|
|
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_IID: TGUID = '{d0d4b136-1dd1-11b2-9371-f0727ef827c0}';
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_ID = 1;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_CSTRING = 2;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_STRING = 3;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_PRBOOL = 4;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_PRUINT8 = 5;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_PRUINT16 = 6;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_PRUINT32 = 7;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_PRUINT64 = 8;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_PRTIME = 9;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_CHAR = 10;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_PRINT16 = 11;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_PRINT32 = 12;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_PRINT64 = 13;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_FLOAT = 14;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_DOUBLE = 15;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_VOID = 16;
|
|
NS_ISUPPORTSPRIMITIVE_SAFE19_TYPE_INTERFACE_POINTER = 17;
|
|
|
|
NS_ISUPPORTSID_SAFE19_IID: TGUID = '{d18290a0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSCSTRING_SAFE19_IID: TGUID = '{d65ff270-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSSTRING_SAFE19_IID: TGUID = '{d79dc970-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRBOOL_SAFE19_IID: TGUID = '{ddc3b490-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRUINT8_SAFE19_IID: TGUID = '{dec2e4e0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRUINT16_SAFE19_IID: TGUID = '{dfacb090-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRUINT32_SAFE19_IID: TGUID = '{e01dc470-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRUINT64_SAFE19_IID: TGUID = '{e13567c0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRTIME_SAFE19_IID: TGUID = '{e2563630-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSCHAR_SAFE19_IID: TGUID = '{e2b05e40-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRINT16_SAFE19_IID: TGUID = '{e30d94b0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRINT32_SAFE19_IID: TGUID = '{e36c5250-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSPRINT64_SAFE19_IID: TGUID = '{e3cb0ff0-4a1c-11d3-9890-006008962422}';
|
|
|
|
NS_ISUPPORTSFLOAT_SAFE19_IID: TGUID = '{abeaa390-4ac0-11d3-baea-00805f8a5dd7}';
|
|
|
|
NS_ISUPPORTSDOUBLE_SAFE19_IID: TGUID = '{b32523a0-4ac0-11d3-baea-00805f8a5dd7}';
|
|
|
|
NS_ISUPPORTSVOID_SAFE19_IID: TGUID = '{464484f0-568d-11d3-baf8-00805f8a5dd7}';
|
|
|
|
NS_ISUPPORTSINTERFACEPOINTER_SAFE19_IID: TGUID = '{995ea724-1dd1-11b2-9211-c21bdd3e7ed0}';
|
|
|
|
NS_ITOOLTIPLISTENER_SAFE19_IID: TGUID = '{44b78386-1dd2-11b2-9ad2-e4eee2ca1916}';
|
|
|
|
NS_ITOOLTIPTEXTPROVIDER_SAFE19_IID: TGUID = '{b128a1e6-44f3-4331-8fbe-5af360ff21ee}';
|
|
|
|
NS_ITRACEREFCNT_SAFE19_IID: TGUID = '{273dc92f-0fe6-4545-96a9-21be77828039}';
|
|
|
|
NS_IUNICHARSTREAMLISTENER_SAFE19_IID: TGUID = '{4a7e9b62-fef8-400d-9865-d6820f630b4c}';
|
|
|
|
NS_IUPLOADCHANNEL_SAFE19_IID: TGUID = '{ddf633d8-e9a4-439d-ad88-de636fd9bb75}';
|
|
|
|
NS_IURICONTENTLISTENER_SAFE19_IID: TGUID = '{94928ab3-8b63-11d3-989d-001083010e9b}';
|
|
|
|
NS_IWEAKREFERENCE_SAFE19_IID: TGUID = '{9188bc85-f92e-11d2-81ef-0060083a0bcf}';
|
|
|
|
NS_ISUPPORTSWEAKREFERENCE_SAFE19_IID: TGUID = '{9188bc86-f92e-11d2-81ef-0060083a0bcf}';
|
|
|
|
NS_IWEBBROWSER_SAFE19_IID: TGUID = '{69e5df00-7b8b-11d3-af61-00a024ffc08c}';
|
|
|
|
NS_IWEBBROWSERCHROME_SAFE19_IID: TGUID = '{ba434c60-9d52-11d3-afb0-00a024ffc08c}';
|
|
NS_IWEBBROWSERCHROME_SAFE19_STATUS_SCRIPT = 1;
|
|
NS_IWEBBROWSERCHROME_SAFE19_STATUS_SCRIPT_DEFAULT = 2;
|
|
NS_IWEBBROWSERCHROME_SAFE19_STATUS_LINK = 3;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_DEFAULT = 1;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_WINDOW_BORDERS = 2;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_WINDOW_CLOSE = 4;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_WINDOW_RESIZE = 8;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_MENUBAR = 16;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_TOOLBAR = 32;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_LOCATIONBAR = 64;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_STATUSBAR = 128;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_PERSONAL_TOOLBAR = 256;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_SCROLLBARS = 512;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_TITLEBAR = 1024;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_EXTRA = 2048;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_WITH_SIZE = 4096;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_WITH_POSITION = 8192;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_WINDOW_MIN = 16384;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_WINDOW_POPUP = 32768;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_WINDOW_RAISED = 33554432;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_WINDOW_LOWERED = 67108864;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_CENTER_SCREEN = 134217728;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_DEPENDENT = 268435456;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_MODAL = 536870912;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_OPENAS_DIALOG = 1073741824;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_OPENAS_CHROME = 2147483648;
|
|
NS_IWEBBROWSERCHROME_SAFE19_CHROME_ALL = 4094;
|
|
|
|
NS_IWEBBROWSERCHROMEFOCUS_SAFE19_IID: TGUID = '{d2206418-1dd1-11b2-8e55-acddcd2bcfb8}';
|
|
|
|
NS_IWEBBROWSERFIND_SAFE19_IID: TGUID = '{2f977d44-5485-11d4-87e2-0010a4e75ef2}';
|
|
|
|
NS_IWEBBROWSERFINDINFRAMES_SAFE19_IID: TGUID = '{e0f5d182-34bc-11d5-be5b-b760676c6ebc}';
|
|
|
|
NS_IWEBBROWSERFOCUS_SAFE19_IID: TGUID = '{9c5d3c58-1dd1-11b2-a1c9-f3699284657a}';
|
|
|
|
NS_IWEBBROWSERPRINT_SAFE19_IID: TGUID = '{9a7ca4b0-fbba-11d4-a869-00105a183419}';
|
|
NS_IWEBBROWSERPRINT_SAFE19_PRINTPREVIEW_GOTO_PAGENUM = 0;
|
|
NS_IWEBBROWSERPRINT_SAFE19_PRINTPREVIEW_PREV_PAGE = 1;
|
|
NS_IWEBBROWSERPRINT_SAFE19_PRINTPREVIEW_NEXT_PAGE = 2;
|
|
NS_IWEBBROWSERPRINT_SAFE19_PRINTPREVIEW_HOME = 3;
|
|
NS_IWEBBROWSERPRINT_SAFE19_PRINTPREVIEW_END = 4;
|
|
|
|
NS_IWEBBROWSERSETUP_SAFE19_IID: TGUID = '{f15398a0-8018-11d3-af70-00a024ffc08c}';
|
|
NS_IWEBBROWSERSETUP_SAFE19_SETUP_ALLOW_PLUGINS = 1;
|
|
NS_IWEBBROWSERSETUP_SAFE19_SETUP_ALLOW_JAVASCRIPT = 2;
|
|
NS_IWEBBROWSERSETUP_SAFE19_SETUP_ALLOW_META_REDIRECTS = 3;
|
|
NS_IWEBBROWSERSETUP_SAFE19_SETUP_ALLOW_SUBFRAMES = 4;
|
|
NS_IWEBBROWSERSETUP_SAFE19_SETUP_ALLOW_IMAGES = 5;
|
|
NS_IWEBBROWSERSETUP_SAFE19_SETUP_FOCUS_DOC_BEFORE_CONTENT = 6;
|
|
NS_IWEBBROWSERSETUP_SAFE19_SETUP_USE_GLOBAL_HISTORY = 256;
|
|
NS_IWEBBROWSERSETUP_SAFE19_SETUP_IS_CHROME_WRAPPER = 7;
|
|
|
|
NS_IWEBBROWSERSTREAM_SAFE19_IID: TGUID = '{86d02f0e-219b-4cfc-9c88-bd98d2cce0b8}';
|
|
|
|
NS_IWEBPROGRESS_SAFE19_IID: TGUID = '{570f39d0-efd0-11d3-b093-00a024ffc08c}';
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_STATE_REQUEST = 1;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_STATE_DOCUMENT = 2;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_STATE_NETWORK = 4;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_STATE_WINDOW = 8;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_STATE_ALL = 15;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_PROGRESS = 16;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_STATUS = 32;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_SECURITY = 64;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_LOCATION = 128;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_REFRESH = 256;
|
|
NS_IWEBPROGRESS_SAFE19_NOTIFY_ALL = 511;
|
|
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_IID: TGUID = '{570f39d1-efd0-11d3-b093-00a024ffc08c}';
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_START = 1;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_REDIRECTING = 2;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_TRANSFERRING = 4;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_NEGOTIATING = 8;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_STOP = 16;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_IS_REQUEST = 65536;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_IS_DOCUMENT = 131072;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_IS_NETWORK = 262144;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_IS_WINDOW = 524288;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_RESTORING = 16777216;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_IS_INSECURE = 4;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_IS_BROKEN = 1;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_IS_SECURE = 2;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_SECURE_HIGH = 262144;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_SECURE_MED = 65536;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_SECURE_LOW = 131072;
|
|
NS_IWEBPROGRESSLISTENER_SAFE19_STATE_IDENTITY_EV_TOPLEVEL = 1048576;
|
|
|
|
NS_IWINDOWCREATOR_SAFE19_IID: TGUID = '{30465632-a777-44cc-90f9-8145475ef999}';
|
|
|
|
NS_IWINDOWWATCHER_SAFE19_IID: TGUID = '{002286a8-494b-43b3-8ddd-49e3fc50622b}';
|
|
|
|
NS_IX509CERT_SAFE19_IID: TGUID = '{f0980f60-ee3d-11d4-998b-00b0d02354a0}';
|
|
NS_IX509CERT_SAFE19_UNKNOWN_CERT = 0;
|
|
NS_IX509CERT_SAFE19_CA_CERT = 1;
|
|
NS_IX509CERT_SAFE19_USER_CERT = 2;
|
|
NS_IX509CERT_SAFE19_EMAIL_CERT = 4;
|
|
NS_IX509CERT_SAFE19_SERVER_CERT = 8;
|
|
NS_IX509CERT_SAFE19_VERIFIED_OK = 0;
|
|
NS_IX509CERT_SAFE19_NOT_VERIFIED_UNKNOWN = 1;
|
|
NS_IX509CERT_SAFE19_CERT_REVOKED = 2;
|
|
NS_IX509CERT_SAFE19_CERT_EXPIRED = 4;
|
|
NS_IX509CERT_SAFE19_CERT_NOT_TRUSTED = 8;
|
|
NS_IX509CERT_SAFE19_ISSUER_NOT_TRUSTED = 16;
|
|
NS_IX509CERT_SAFE19_ISSUER_UNKNOWN = 32;
|
|
NS_IX509CERT_SAFE19_INVALID_CA = 64;
|
|
NS_IX509CERT_SAFE19_USAGE_NOT_ALLOWED = 128;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_SSLClient = 0;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_SSLServer = 1;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_SSLServerWithStepUp = 2;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_SSLCA = 3;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_EmailSigner = 4;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_EmailRecipient = 5;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_ObjectSigner = 6;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_UserCertImport = 7;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_VerifyCA = 8;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_ProtectedObjectSigner = 9;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_StatusResponder = 10;
|
|
NS_IX509CERT_SAFE19_CERT_USAGE_AnyCA = 11;
|
|
|
|
NS_IX509CERTDB_SAFE19_IID: TGUID = '{da48b3c0-1284-11d5-ac67-000064657374}';
|
|
NS_IX509CERTDB_SAFE19_UNTRUSTED = 0;
|
|
NS_IX509CERTDB_SAFE19_TRUSTED_SSL = 1;
|
|
NS_IX509CERTDB_SAFE19_TRUSTED_EMAIL = 2;
|
|
NS_IX509CERTDB_SAFE19_TRUSTED_OBJSIGN = 4;
|
|
|
|
NS_IX509CERTVALIDITY_SAFE19_IID: TGUID = '{e701dfd8-1dd1-11b2-a172-ffa6cc6156ad}';
|
|
|
|
type
|
|
nsISupports_safe19 = interface;
|
|
mozIJSSubScriptLoader_safe19 = interface;
|
|
nsIArray_safe19 = interface;
|
|
nsIASN1Object_safe19 = interface;
|
|
nsIASN1Sequence_safe19 = interface;
|
|
nsIAuthPrompt_safe19 = interface;
|
|
nsISimpleEnumerator_safe19 = interface;
|
|
nsICategoryManager_safe19 = interface;
|
|
nsICertificateDialogs_safe19 = interface;
|
|
nsIRequest_safe19 = interface;
|
|
nsIChannel_safe19 = interface;
|
|
nsIClassInfo_safe19 = interface;
|
|
nsIClipboardCommands_safe19 = interface;
|
|
nsIComponentManager_safe19 = interface;
|
|
nsIComponentRegistrar_safe19 = interface;
|
|
nsIContextMenuListener_safe19 = interface;
|
|
nsICookie_safe19 = interface;
|
|
nsICookieManager_safe19 = interface;
|
|
nsICRLInfo_safe19 = interface;
|
|
nsIDebug_safe19 = interface;
|
|
nsIFile_safe19 = interface;
|
|
nsIDirectoryServiceProvider_safe19 = interface;
|
|
nsIDirectoryServiceProvider2_safe19 = interface;
|
|
nsIDirectoryService_safe19 = interface;
|
|
nsIDOM3DocumentEvent_safe19 = interface;
|
|
nsIDOM3EventTarget_safe19 = interface;
|
|
nsIDOMAbstractView_safe19 = interface;
|
|
nsIDOMNode_safe19 = interface;
|
|
nsIDOMAttr_safe19 = interface;
|
|
nsIDOMBarProp_safe19 = interface;
|
|
nsIDOMCharacterData_safe19 = interface;
|
|
nsIDOMText_safe19 = interface;
|
|
nsIDOMCDATASection_safe19 = interface;
|
|
nsIDOMComment_safe19 = interface;
|
|
nsIDOMCounter_safe19 = interface;
|
|
nsIDOMCSSValue_safe19 = interface;
|
|
nsIDOMCSSPrimitiveValue_safe19 = interface;
|
|
nsIDOMCSSRule_safe19 = interface;
|
|
nsIDOMCSSRuleList_safe19 = interface;
|
|
nsIDOMCSSStyleDeclaration_safe19 = interface;
|
|
nsIDOMStyleSheet_safe19 = interface;
|
|
nsIDOMCSSStyleSheet_safe19 = interface;
|
|
nsIDOMCSSValueList_safe19 = interface;
|
|
nsIDOMEvent_safe19 = interface;
|
|
nsIDOMCustomEvent_safe19 = interface;
|
|
nsIDOMDocument_safe19 = interface;
|
|
nsIDOMDocumentEvent_safe19 = interface;
|
|
nsIDOMDocumentFragment_safe19 = interface;
|
|
nsIDOMDocumentRange_safe19 = interface;
|
|
nsIDOMDocumentStyle_safe19 = interface;
|
|
nsIDOMDocumentType_safe19 = interface;
|
|
nsIDOMDocumentView_safe19 = interface;
|
|
nsIDOMDOMException_safe19 = interface;
|
|
nsIDOMDOMImplementation_safe19 = interface;
|
|
nsIDOMElement_safe19 = interface;
|
|
nsIDOMElementCSSInlineStyle_safe19 = interface;
|
|
nsIDOMEntity_safe19 = interface;
|
|
nsIDOMEntityReference_safe19 = interface;
|
|
nsIDOMEventGroup_safe19 = interface;
|
|
nsIDOMEventListener_safe19 = interface;
|
|
nsIDOMEventTarget_safe19 = interface;
|
|
nsIDOMHTMLElement_safe19 = interface;
|
|
nsIDOMHTMLAnchorElement_safe19 = interface;
|
|
nsIDOMHTMLAppletElement_safe19 = interface;
|
|
nsIDOMHTMLAreaElement_safe19 = interface;
|
|
nsIDOMHTMLBaseElement_safe19 = interface;
|
|
nsIDOMHTMLBaseFontElement_safe19 = interface;
|
|
nsIDOMHTMLBodyElement_safe19 = interface;
|
|
nsIDOMHTMLBRElement_safe19 = interface;
|
|
nsIDOMHTMLButtonElement_safe19 = interface;
|
|
nsIDOMHTMLCollection_safe19 = interface;
|
|
nsIDOMHTMLDirectoryElement_safe19 = interface;
|
|
nsIDOMHTMLDivElement_safe19 = interface;
|
|
nsIDOMHTMLDListElement_safe19 = interface;
|
|
nsIDOMHTMLDocument_safe19 = interface;
|
|
nsIDOMHTMLEmbedElement_safe19 = interface;
|
|
nsIDOMHTMLFieldSetElement_safe19 = interface;
|
|
nsIDOMHTMLFontElement_safe19 = interface;
|
|
nsIDOMHTMLFormElement_safe19 = interface;
|
|
nsIDOMHTMLFrameElement_safe19 = interface;
|
|
nsIDOMHTMLFrameSetElement_safe19 = interface;
|
|
nsIDOMHTMLHeadElement_safe19 = interface;
|
|
nsIDOMHTMLHeadingElement_safe19 = interface;
|
|
nsIDOMHTMLHRElement_safe19 = interface;
|
|
nsIDOMHTMLHtmlElement_safe19 = interface;
|
|
nsIDOMHTMLIFrameElement_safe19 = interface;
|
|
nsIDOMHTMLImageElement_safe19 = interface;
|
|
nsIDOMHTMLInputElement_safe19 = interface;
|
|
nsIDOMHTMLIsIndexElement_safe19 = interface;
|
|
nsIDOMHTMLLabelElement_safe19 = interface;
|
|
nsIDOMHTMLLegendElement_safe19 = interface;
|
|
nsIDOMHTMLLIElement_safe19 = interface;
|
|
nsIDOMHTMLLinkElement_safe19 = interface;
|
|
nsIDOMHTMLMapElement_safe19 = interface;
|
|
nsIDOMHTMLMenuElement_safe19 = interface;
|
|
nsIDOMHTMLMetaElement_safe19 = interface;
|
|
nsIDOMHTMLModElement_safe19 = interface;
|
|
nsIDOMHTMLObjectElement_safe19 = interface;
|
|
nsIDOMHTMLOListElement_safe19 = interface;
|
|
nsIDOMHTMLOptGroupElement_safe19 = interface;
|
|
nsIDOMHTMLOptionElement_safe19 = interface;
|
|
nsIDOMHTMLOptionsCollection_safe19 = interface;
|
|
nsIDOMHTMLParagraphElement_safe19 = interface;
|
|
nsIDOMHTMLParamElement_safe19 = interface;
|
|
nsIDOMHTMLPreElement_safe19 = interface;
|
|
nsIDOMHTMLQuoteElement_safe19 = interface;
|
|
nsIDOMHTMLScriptElement_safe19 = interface;
|
|
nsIDOMHTMLSelectElement_safe19 = interface;
|
|
nsIDOMHTMLStyleElement_safe19 = interface;
|
|
nsIDOMHTMLTableCaptionElement_safe19 = interface;
|
|
nsIDOMHTMLTableCellElement_safe19 = interface;
|
|
nsIDOMHTMLTableColElement_safe19 = interface;
|
|
nsIDOMHTMLTableElement_safe19 = interface;
|
|
nsIDOMHTMLTableRowElement_safe19 = interface;
|
|
nsIDOMHTMLTableSectionElement_safe19 = interface;
|
|
nsIDOMHTMLTextAreaElement_safe19 = interface;
|
|
nsIDOMHTMLTitleElement_safe19 = interface;
|
|
nsIDOMHTMLUListElement_safe19 = interface;
|
|
nsIDOMMediaList_safe19 = interface;
|
|
nsIDOMUIEvent_safe19 = interface;
|
|
nsIDOMMouseEvent_safe19 = interface;
|
|
nsIDOMNamedNodeMap_safe19 = interface;
|
|
nsIDOMNodeList_safe19 = interface;
|
|
nsIDOMNotation_safe19 = interface;
|
|
nsIDOMOfflineResourceList_safe19 = interface;
|
|
nsIDOMProcessingInstruction_safe19 = interface;
|
|
nsIDOMRange_safe19 = interface;
|
|
nsIDOMRect_safe19 = interface;
|
|
nsIDOMRGBColor_safe19 = interface;
|
|
nsIDOMStorage_safe19 = interface;
|
|
nsIDOMStorageEvent_safe19 = interface;
|
|
nsIDOMStorageItem_safe19 = interface;
|
|
nsIDOMStorageList_safe19 = interface;
|
|
nsIDOMStorageWindow_safe19 = interface;
|
|
nsIDOMStyleSheetList_safe19 = interface;
|
|
nsIDOMWindow_safe19 = interface;
|
|
nsIDOMWindow2_safe19 = interface;
|
|
nsIDOMWindowCollection_safe19 = interface;
|
|
nsIDOMWindowUtils_safe19 = interface;
|
|
nsIEmbeddingSiteWindow_safe19 = interface;
|
|
nsIFactory_safe19 = interface;
|
|
nsIURI_safe19 = interface;
|
|
nsIURL_safe19 = interface;
|
|
nsIFileURL_safe19 = interface;
|
|
nsIGlobalHistory_safe19 = interface;
|
|
nsIHashable_safe19 = interface;
|
|
nsIHistoryEntry_safe19 = interface;
|
|
nsIHttpChannel_safe19 = interface;
|
|
nsIHttpHeaderVisitor_safe19 = interface;
|
|
nsIInputStream_safe19 = interface;
|
|
nsIInterfaceRequestor_safe19 = interface;
|
|
nsIIOService_safe19 = interface;
|
|
nsIJSON_safe19 = interface;
|
|
nsILoadGroup_safe19 = interface;
|
|
nsILocalFile_safe19 = interface;
|
|
nsIMemory_safe19 = interface;
|
|
nsIModule_safe19 = interface;
|
|
nsIMutableArray_safe19 = interface;
|
|
nsIObserver_safe19 = interface;
|
|
nsIObserverService_safe19 = interface;
|
|
nsIOutputStream_safe19 = interface;
|
|
nsIPrefBranch_safe19 = interface;
|
|
nsIPrefBranch2_safe19 = interface;
|
|
nsIPrefLocalizedString_safe19 = interface;
|
|
nsIPrefService_safe19 = interface;
|
|
nsIPrintSession_safe19 = interface;
|
|
nsIPrintSettings_safe19 = interface;
|
|
nsIProfile_safe19 = interface;
|
|
nsIProfileChangeStatus_safe19 = interface;
|
|
nsIProgrammingLanguage_safe19 = interface;
|
|
nsIPrompt_safe19 = interface;
|
|
nsIPromptService_safe19 = interface;
|
|
nsIProperties_safe19 = interface;
|
|
nsIProtocolHandler_safe19 = interface;
|
|
nsIRequestObserver_safe19 = interface;
|
|
nsIScriptableInputStream_safe19 = interface;
|
|
nsISecurityWarningDialogs_safe19 = interface;
|
|
nsISelection_safe19 = interface;
|
|
nsIServiceManager_safe19 = interface;
|
|
nsISHistory_safe19 = interface;
|
|
nsISHistoryListener_safe19 = interface;
|
|
nsIStreamListener_safe19 = interface;
|
|
nsISupportsPrimitive_safe19 = interface;
|
|
nsISupportsID_safe19 = interface;
|
|
nsISupportsCString_safe19 = interface;
|
|
nsISupportsString_safe19 = interface;
|
|
nsISupportsPRBool_safe19 = interface;
|
|
nsISupportsPRUint8_safe19 = interface;
|
|
nsISupportsPRUint16_safe19 = interface;
|
|
nsISupportsPRUint32_safe19 = interface;
|
|
nsISupportsPRUint64_safe19 = interface;
|
|
nsISupportsPRTime_safe19 = interface;
|
|
nsISupportsChar_safe19 = interface;
|
|
nsISupportsPRInt16_safe19 = interface;
|
|
nsISupportsPRInt32_safe19 = interface;
|
|
nsISupportsPRInt64_safe19 = interface;
|
|
nsISupportsFloat_safe19 = interface;
|
|
nsISupportsDouble_safe19 = interface;
|
|
nsISupportsVoid_safe19 = interface;
|
|
nsISupportsInterfacePointer_safe19 = interface;
|
|
nsITooltipListener_safe19 = interface;
|
|
nsITooltipTextProvider_safe19 = interface;
|
|
nsITraceRefcnt_safe19 = interface;
|
|
nsIUnicharStreamListener_safe19 = interface;
|
|
nsIUploadChannel_safe19 = interface;
|
|
nsIURIContentListener_safe19 = interface;
|
|
nsIWeakReference_safe19 = interface;
|
|
nsISupportsWeakReference_safe19 = interface;
|
|
nsIWebBrowser_safe19 = interface;
|
|
nsIWebBrowserChrome_safe19 = interface;
|
|
nsIWebBrowserChromeFocus_safe19 = interface;
|
|
nsIWebBrowserFind_safe19 = interface;
|
|
nsIWebBrowserFindInFrames_safe19 = interface;
|
|
nsIWebBrowserFocus_safe19 = interface;
|
|
nsIWebBrowserPrint_safe19 = interface;
|
|
nsIWebBrowserSetup_safe19 = interface;
|
|
nsIWebBrowserStream_safe19 = interface;
|
|
nsIWebProgress_safe19 = interface;
|
|
nsIWebProgressListener_safe19 = interface;
|
|
nsIWindowCreator_safe19 = interface;
|
|
nsIWindowWatcher_safe19 = interface;
|
|
nsIX509Cert_safe19 = interface;
|
|
nsIX509CertDB_safe19 = interface;
|
|
nsIX509CertValidity_safe19 = interface;
|
|
nsWriteSegmentFun = function (aInStream: nsIInputStream_safe19;
|
|
aClosure: Pointer;
|
|
const aFromSegment: Pointer;
|
|
aToOffset: PRUint32;
|
|
aCount: PRUint32;
|
|
out aWriteCount: PRUint32): nsresult; extdecl;
|
|
|
|
|
|
nsReadSegmentFun = function (aOutStream: nsIOutputStream_safe19;
|
|
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_safe19 = interface
|
|
['{00000000-0000-0000-c000-000000000046}']
|
|
end;
|
|
|
|
mozIJSSubScriptLoader_safe19 = interface(nsISupports_safe19)
|
|
['{8792d77e-1dd2-11b2-ac7f-9bc9be4f2916}']
|
|
procedure LoadSubScript(const url: PWideChar); safecall;
|
|
end;
|
|
|
|
nsIArray_safe19 = interface(nsISupports_safe19)
|
|
['{114744d9-c369-456e-b55a-52fe52880d2d}']
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
procedure QueryElementAt(index: PRUint32; constref uuid: TGUID; out _result); safecall;
|
|
function IndexOf(startIndex: PRUint32; element: nsISupports_safe19): PRUint32; safecall;
|
|
function Enumerate(): nsISimpleEnumerator_safe19; safecall;
|
|
end;
|
|
|
|
nsIASN1Object_safe19 = interface(nsISupports_safe19)
|
|
['{ba8bf582-1dd1-11b2-898c-f40246bc9a63}']
|
|
function GetType(): PRUint32; safecall;
|
|
procedure SetType(aType: PRUint32); safecall;
|
|
property _Type: PRUint32 read GetType write SetType;
|
|
function GetTag(): PRUint32; safecall;
|
|
procedure SetTag(aTag: PRUint32); safecall;
|
|
property Tag: PRUint32 read GetTag write SetTag;
|
|
procedure GetDisplayName(aDisplayName: nsAString); safecall;
|
|
procedure SetDisplayName(const aDisplayName: nsAString); safecall;
|
|
procedure GetDisplayValue(aDisplayValue: nsAString); safecall;
|
|
procedure SetDisplayValue(const aDisplayValue: nsAString); safecall;
|
|
end;
|
|
|
|
nsIASN1Sequence_safe19 = interface(nsIASN1Object_safe19)
|
|
['{b6b957e6-1dd1-11b2-89d7-e30624f50b00}']
|
|
function GetASN1Objects(): nsIMutableArray_safe19; safecall;
|
|
procedure SetASN1Objects(aASN1Objects: nsIMutableArray_safe19); safecall;
|
|
property ASN1Objects: nsIMutableArray_safe19 read GetASN1Objects write SetASN1Objects;
|
|
function GetIsValidContainer(): PRBool; safecall;
|
|
procedure SetIsValidContainer(aIsValidContainer: PRBool); safecall;
|
|
property IsValidContainer: PRBool read GetIsValidContainer write SetIsValidContainer;
|
|
function GetIsExpanded(): PRBool; safecall;
|
|
procedure SetIsExpanded(aIsExpanded: PRBool); safecall;
|
|
property IsExpanded: PRBool read GetIsExpanded write SetIsExpanded;
|
|
end;
|
|
|
|
nsIAuthPrompt_safe19 = interface(nsISupports_safe19)
|
|
['{358089f9-ee4b-4711-82fd-bcd07fc62061}']
|
|
function Prompt(const dialogTitle: PWideChar; const text: PWideChar; const passwordRealm: PWideChar; savePassword: PRUint32; const defaultText: PWideChar; out _result: PWideChar): PRBool; safecall;
|
|
function PromptUsernameAndPassword(const dialogTitle: PWideChar; const text: PWideChar; const passwordRealm: PWideChar; savePassword: PRUint32; out user: PWideChar; out pwd: PWideChar): PRBool; safecall;
|
|
function PromptPassword(const dialogTitle: PWideChar; const text: PWideChar; const passwordRealm: PWideChar; savePassword: PRUint32; out pwd: PWideChar): PRBool; safecall;
|
|
end;
|
|
|
|
nsISimpleEnumerator_safe19 = interface(nsISupports_safe19)
|
|
['{d1899240-f9d2-11d2-bdd6-000064657374}']
|
|
function HasMoreElements(): PRBool; safecall;
|
|
function GetNext(): nsISupports_safe19; safecall;
|
|
end;
|
|
|
|
nsICategoryManager_safe19 = interface(nsISupports_safe19)
|
|
['{3275b2cd-af6d-429a-80d7-f0c5120342ac}']
|
|
function GetCategoryEntry(const aCategory: PAnsiChar; const aEntry: PAnsiChar): PAnsiChar; safecall;
|
|
function AddCategoryEntry(const aCategory: PAnsiChar; const aEntry: PAnsiChar; const aValue: PAnsiChar; aPersist: PRBool; aReplace: PRBool): PAnsiChar; safecall;
|
|
procedure DeleteCategoryEntry(const aCategory: PAnsiChar; const aEntry: PAnsiChar; aPersist: PRBool); safecall;
|
|
procedure DeleteCategory(const aCategory: PAnsiChar); safecall;
|
|
function EnumerateCategory(const aCategory: PAnsiChar): nsISimpleEnumerator_safe19; safecall;
|
|
function EnumerateCategories(): nsISimpleEnumerator_safe19; safecall;
|
|
end;
|
|
|
|
nsICertificateDialogs_safe19 = interface(nsISupports_safe19)
|
|
['{a03ca940-09be-11d5-ac5d-000064657374}']
|
|
function ConfirmDownloadCACert(ctx: nsIInterfaceRequestor_safe19; cert: nsIX509Cert_safe19; out trust: PRUint32): PRBool; safecall;
|
|
procedure NotifyCACertExists(ctx: nsIInterfaceRequestor_safe19); safecall;
|
|
function SetPKCS12FilePassword(ctx: nsIInterfaceRequestor_safe19; password: nsAString): PRBool; safecall;
|
|
function GetPKCS12FilePassword(ctx: nsIInterfaceRequestor_safe19; password: nsAString): PRBool; safecall;
|
|
procedure ViewCert(ctx: nsIInterfaceRequestor_safe19; cert: nsIX509Cert_safe19); safecall;
|
|
procedure CrlImportStatusDialog(ctx: nsIInterfaceRequestor_safe19; crl: nsICRLInfo_safe19); safecall;
|
|
end;
|
|
|
|
nsIRequest_safe19 = interface(nsISupports_safe19)
|
|
['{ef6bfbd2-fd46-48d8-96b7-9f8f0fd387fe}']
|
|
procedure GetName(aName: nsACString); safecall;
|
|
function IsPending(): PRBool; safecall;
|
|
function GetStatus(): nsresult; safecall;
|
|
property Status: nsresult read GetStatus;
|
|
procedure Cancel(aStatus: nsresult); safecall;
|
|
procedure Suspend(); safecall;
|
|
procedure Resume(); safecall;
|
|
function GetLoadGroup(): nsILoadGroup_safe19; safecall;
|
|
procedure SetLoadGroup(aLoadGroup: nsILoadGroup_safe19); safecall;
|
|
property LoadGroup: nsILoadGroup_safe19 read GetLoadGroup write SetLoadGroup;
|
|
function GetLoadFlags(): nsLoadFlags; safecall;
|
|
procedure SetLoadFlags(aLoadFlags: nsLoadFlags); safecall;
|
|
property LoadFlags: nsLoadFlags read GetLoadFlags write SetLoadFlags;
|
|
end;
|
|
|
|
nsIChannel_safe19 = interface(nsIRequest_safe19)
|
|
['{c63a055a-a676-4e71-bf3c-6cfa11082018}']
|
|
function GetOriginalURI(): nsIURI_safe19; safecall;
|
|
procedure SetOriginalURI(aOriginalURI: nsIURI_safe19); safecall;
|
|
property OriginalURI: nsIURI_safe19 read GetOriginalURI write SetOriginalURI;
|
|
function GetURI(): nsIURI_safe19; safecall;
|
|
property URI: nsIURI_safe19 read GetURI;
|
|
function GetOwner(): nsISupports_safe19; safecall;
|
|
procedure SetOwner(aOwner: nsISupports_safe19); safecall;
|
|
property Owner: nsISupports_safe19 read GetOwner write SetOwner;
|
|
function GetNotificationCallbacks(): nsIInterfaceRequestor_safe19; safecall;
|
|
procedure SetNotificationCallbacks(aNotificationCallbacks: nsIInterfaceRequestor_safe19); safecall;
|
|
property NotificationCallbacks: nsIInterfaceRequestor_safe19 read GetNotificationCallbacks write SetNotificationCallbacks;
|
|
function GetSecurityInfo(): nsISupports_safe19; safecall;
|
|
property SecurityInfo: nsISupports_safe19 read GetSecurityInfo;
|
|
procedure GetContentType(aContentType: nsACString); safecall;
|
|
procedure SetContentType(const aContentType: nsACString); safecall;
|
|
procedure GetContentCharset(aContentCharset: nsACString); safecall;
|
|
procedure SetContentCharset(const aContentCharset: nsACString); safecall;
|
|
function GetContentLength(): PRInt32; safecall;
|
|
procedure SetContentLength(aContentLength: PRInt32); safecall;
|
|
property ContentLength: PRInt32 read GetContentLength write SetContentLength;
|
|
function Open(): nsIInputStream_safe19; safecall;
|
|
procedure AsyncOpen(aListener: nsIStreamListener_safe19; aContext: nsISupports_safe19); safecall;
|
|
end;
|
|
|
|
nsIClassInfo_safe19 = interface(nsISupports_safe19)
|
|
['{986c11d0-f340-11d4-9075-0010a4e73d9a}']
|
|
procedure GetInterfaces(out count: PRUint32; out _array_array); safecall;
|
|
function GetHelperForLanguage(language: PRUint32): nsISupports_safe19; safecall;
|
|
function GetContractID(): PAnsiChar; safecall;
|
|
property ContractID: PAnsiChar read GetContractID;
|
|
function GetClassDescription(): PAnsiChar; safecall;
|
|
property ClassDescription: PAnsiChar read GetClassDescription;
|
|
function GetClassID(): PGUID; safecall;
|
|
property ClassID: PGUID read GetClassID;
|
|
function GetImplementationLanguage(): PRUint32; safecall;
|
|
property ImplementationLanguage: PRUint32 read GetImplementationLanguage;
|
|
function GetFlags(): PRUint32; safecall;
|
|
property Flags: PRUint32 read GetFlags;
|
|
function GetClassIDNoAlloc(): TGUID; safecall;
|
|
property ClassIDNoAlloc: TGUID read GetClassIDNoAlloc;
|
|
end;
|
|
|
|
nsIClipboardCommands_safe19 = interface(nsISupports_safe19)
|
|
['{b8100c90-73be-11d2-92a5-00105a1b0d64}']
|
|
function CanCutSelection(): PRBool; safecall;
|
|
function CanCopySelection(): PRBool; safecall;
|
|
function CanCopyLinkLocation(): PRBool; safecall;
|
|
function CanCopyImageLocation(): PRBool; safecall;
|
|
function CanCopyImageContents(): PRBool; safecall;
|
|
function CanPaste(): PRBool; safecall;
|
|
procedure CutSelection(); safecall;
|
|
procedure CopySelection(); safecall;
|
|
procedure CopyLinkLocation(); safecall;
|
|
procedure CopyImageLocation(); safecall;
|
|
procedure CopyImageContents(); safecall;
|
|
procedure Paste(); safecall;
|
|
procedure SelectAll(); safecall;
|
|
procedure SelectNone(); safecall;
|
|
end;
|
|
|
|
nsIComponentManager_safe19 = interface(nsISupports_safe19)
|
|
['{a88e5a60-205a-4bb1-94e1-2628daf51eae}']
|
|
procedure GetClassObject(constref aClass: TGUID; constref aIID: TGUID; out _result); safecall;
|
|
procedure GetClassObjectByContractID(const aContractID: PAnsiChar; constref aIID: TGUID; out _result); safecall;
|
|
procedure CreateInstance(constref aClass: TGUID; aDelegate: nsISupports_safe19; constref aIID: TGUID; out _result); safecall;
|
|
procedure CreateInstanceByContractID(const aContractID: PAnsiChar; aDelegate: nsISupports_safe19; constref aIID: TGUID; out _result); safecall;
|
|
end;
|
|
|
|
nsIComponentRegistrar_safe19 = interface(nsISupports_safe19)
|
|
['{2417cbfe-65ad-48a6-b4b6-eb84db174392}']
|
|
procedure AutoRegister(aSpec: nsIFile_safe19); safecall;
|
|
procedure AutoUnregister(aSpec: nsIFile_safe19); safecall;
|
|
procedure RegisterFactory(constref aClass: TGUID; const aClassName: PAnsiChar; const aContractID: PAnsiChar; aFactory: nsIFactory_safe19); safecall;
|
|
procedure UnregisterFactory(constref aClass: TGUID; aFactory: nsIFactory_safe19); safecall;
|
|
procedure RegisterFactoryLocation(constref aClass: TGUID; const aClassName: PAnsiChar; const aContractID: PAnsiChar; aFile: nsIFile_safe19; const aLoaderStr: PAnsiChar; const aType: PAnsiChar); safecall;
|
|
procedure UnregisterFactoryLocation(constref aClass: TGUID; aFile: nsIFile_safe19); safecall;
|
|
function IsCIDRegistered(constref aClass: TGUID): PRBool; safecall;
|
|
function IsContractIDRegistered(const aContractID: PAnsiChar): PRBool; safecall;
|
|
function EnumerateCIDs(): nsISimpleEnumerator_safe19; safecall;
|
|
function EnumerateContractIDs(): nsISimpleEnumerator_safe19; safecall;
|
|
function CIDToContractID(constref aClass: TGUID): PAnsiChar; safecall;
|
|
function ContractIDToCID(const aContractID: PAnsiChar): PGUID; safecall;
|
|
end;
|
|
|
|
nsIContextMenuListener_safe19 = interface(nsISupports_safe19)
|
|
['{3478b6b0-3875-11d4-94ef-0020183bf181}']
|
|
procedure OnShowContextMenu(aContextFlags: PRUint32; aEvent: nsIDOMEvent_safe19; aNode: nsIDOMNode_safe19); safecall;
|
|
end;
|
|
|
|
nsICookie_safe19 = interface(nsISupports_safe19)
|
|
['{e9fcb9a4-d376-458f-b720-e65e7df593bc}']
|
|
procedure GetName(aName: nsACString); safecall;
|
|
procedure GetValue(aValue: nsACString); safecall;
|
|
function GetIsDomain(): PRBool; safecall;
|
|
property IsDomain: PRBool read GetIsDomain;
|
|
procedure GetHost(aHost: nsACString); safecall;
|
|
procedure GetPath(aPath: nsACString); safecall;
|
|
function GetIsSecure(): PRBool; safecall;
|
|
property IsSecure: PRBool read GetIsSecure;
|
|
function GetExpires(): PRUint64; safecall;
|
|
property Expires: PRUint64 read GetExpires;
|
|
function GetStatus(): nsCookieStatus; safecall;
|
|
property Status: nsCookieStatus read GetStatus;
|
|
function GetPolicy(): nsCookiePolicy; safecall;
|
|
property Policy: nsCookiePolicy read GetPolicy;
|
|
end;
|
|
|
|
nsICookieManager_safe19 = interface(nsISupports_safe19)
|
|
['{aaab6710-0f2c-11d5-a53b-0010a401eb10}']
|
|
procedure RemoveAll(); safecall;
|
|
function GetEnumerator(): nsISimpleEnumerator_safe19; safecall;
|
|
property Enumerator: nsISimpleEnumerator_safe19 read GetEnumerator;
|
|
procedure Remove(const aDomain: nsACString; const aName: nsACString; const aPath: nsACString; aBlocked: PRBool); safecall;
|
|
end;
|
|
|
|
nsICRLInfo_safe19 = interface(nsISupports_safe19)
|
|
['{c185d920-4a3e-11d5-ba27-00108303b117}']
|
|
procedure GetOrganization(aOrganization: nsAString); safecall;
|
|
procedure GetOrganizationalUnit(aOrganizationalUnit: nsAString); safecall;
|
|
function GetLastUpdate(): PRTime; safecall;
|
|
property LastUpdate: PRTime read GetLastUpdate;
|
|
function GetNextUpdate(): PRTime; safecall;
|
|
property NextUpdate: PRTime read GetNextUpdate;
|
|
procedure GetLastUpdateLocale(aLastUpdateLocale: nsAString); safecall;
|
|
procedure GetNextUpdateLocale(aNextUpdateLocale: nsAString); safecall;
|
|
procedure GetNameInDb(aNameInDb: nsAString); safecall;
|
|
procedure GetLastFetchURL(aLastFetchURL: nsACString); safecall;
|
|
end;
|
|
|
|
nsIDebug_safe19 = interface(nsISupports_safe19)
|
|
['{3bf0c3d7-3bd9-4cf2-a971-33572c503e1e}']
|
|
procedure Assertion(const aStr: PAnsiChar; const aExpr: PAnsiChar; const aFile: PAnsiChar; aLine: PRInt32); safecall;
|
|
procedure Warning(const aStr: PAnsiChar; const aFile: PAnsiChar; aLine: PRInt32); safecall;
|
|
procedure Break(const aFile: PAnsiChar; aLine: PRInt32); safecall;
|
|
procedure Abort(const aFile: PAnsiChar; aLine: PRInt32); safecall;
|
|
end;
|
|
|
|
nsIFile_safe19 = interface(nsISupports_safe19)
|
|
['{c8c0a080-0868-11d3-915f-d9d889d48e3c}']
|
|
procedure Append(const node: nsAString); safecall;
|
|
procedure AppendNative(const node: nsACString); safecall;
|
|
procedure Normalize(); safecall;
|
|
procedure Create(_type: PRUint32; permissions: PRUint32); safecall;
|
|
procedure GetLeafName(aLeafName: nsAString); safecall;
|
|
procedure SetLeafName(const aLeafName: nsAString); safecall;
|
|
procedure GetNativeLeafName(aNativeLeafName: nsACString); safecall;
|
|
procedure SetNativeLeafName(const aNativeLeafName: nsACString); safecall;
|
|
procedure CopyTo(newParentDir: nsIFile_safe19; const newName: nsAString); safecall;
|
|
procedure CopyToNative(newParentDir: nsIFile_safe19; const newName: nsACString); safecall;
|
|
procedure CopyToFollowingLinks(newParentDir: nsIFile_safe19; const newName: nsAString); safecall;
|
|
procedure CopyToFollowingLinksNative(newParentDir: nsIFile_safe19; const newName: nsACString); safecall;
|
|
procedure MoveTo(newParentDir: nsIFile_safe19; const newName: nsAString); safecall;
|
|
procedure MoveToNative(newParentDir: nsIFile_safe19; const newName: nsACString); safecall;
|
|
procedure Remove(recursive: PRBool); safecall;
|
|
function GetPermissions(): PRUint32; safecall;
|
|
procedure SetPermissions(aPermissions: PRUint32); safecall;
|
|
property Permissions: PRUint32 read GetPermissions write SetPermissions;
|
|
function GetPermissionsOfLink(): PRUint32; safecall;
|
|
procedure SetPermissionsOfLink(aPermissionsOfLink: PRUint32); safecall;
|
|
property PermissionsOfLink: PRUint32 read GetPermissionsOfLink write SetPermissionsOfLink;
|
|
function GetLastModifiedTime(): PRInt64; safecall;
|
|
procedure SetLastModifiedTime(aLastModifiedTime: PRInt64); safecall;
|
|
property LastModifiedTime: PRInt64 read GetLastModifiedTime write SetLastModifiedTime;
|
|
function GetLastModifiedTimeOfLink(): PRInt64; safecall;
|
|
procedure SetLastModifiedTimeOfLink(aLastModifiedTimeOfLink: PRInt64); safecall;
|
|
property LastModifiedTimeOfLink: PRInt64 read GetLastModifiedTimeOfLink write SetLastModifiedTimeOfLink;
|
|
function GetFileSize(): PRInt64; safecall;
|
|
procedure SetFileSize(aFileSize: PRInt64); safecall;
|
|
property FileSize: PRInt64 read GetFileSize write SetFileSize;
|
|
function GetFileSizeOfLink(): PRInt64; safecall;
|
|
property FileSizeOfLink: PRInt64 read GetFileSizeOfLink;
|
|
procedure GetTarget(aTarget: nsAString); safecall;
|
|
procedure GetNativeTarget(aNativeTarget: nsACString); safecall;
|
|
procedure GetPath(aPath: nsAString); safecall;
|
|
procedure GetNativePath(aNativePath: nsACString); safecall;
|
|
function Exists(): PRBool; safecall;
|
|
function IsWritable(): PRBool; safecall;
|
|
function IsReadable(): PRBool; safecall;
|
|
function IsExecutable(): PRBool; safecall;
|
|
function IsHidden(): PRBool; safecall;
|
|
function IsDirectory(): PRBool; safecall;
|
|
function IsFile(): PRBool; safecall;
|
|
function IsSymlink(): PRBool; safecall;
|
|
function IsSpecial(): PRBool; safecall;
|
|
procedure CreateUnique(_type: PRUint32; permissions: PRUint32); safecall;
|
|
function Clone(): nsIFile_safe19; safecall;
|
|
function Equals(inFile: nsIFile_safe19): PRBool; safecall;
|
|
function _Contains(inFile: nsIFile_safe19; recur: PRBool): PRBool; safecall;
|
|
function GetParent(): nsIFile_safe19; safecall;
|
|
property Parent: nsIFile_safe19 read GetParent;
|
|
function GetDirectoryEntries(): nsISimpleEnumerator_safe19; safecall;
|
|
property DirectoryEntries: nsISimpleEnumerator_safe19 read GetDirectoryEntries;
|
|
end;
|
|
|
|
nsIDirectoryServiceProvider_safe19 = interface(nsISupports_safe19)
|
|
['{bbf8cab0-d43a-11d3-8cc2-00609792278c}']
|
|
function GetFile(const prop: PAnsiChar; out persistent: PRBool): nsIFile_safe19; safecall;
|
|
end;
|
|
|
|
nsIDirectoryServiceProvider2_safe19 = interface(nsIDirectoryServiceProvider_safe19)
|
|
['{2f977d4b-5485-11d4-87e2-0010a4e75ef2}']
|
|
function GetFiles(const prop: PAnsiChar): nsISimpleEnumerator_safe19; safecall;
|
|
end;
|
|
|
|
nsIDirectoryService_safe19 = interface(nsISupports_safe19)
|
|
['{57a66a60-d43a-11d3-8cc2-00609792278c}']
|
|
procedure Init(); safecall;
|
|
procedure RegisterProvider(prov: nsIDirectoryServiceProvider_safe19); safecall;
|
|
procedure UnregisterProvider(prov: nsIDirectoryServiceProvider_safe19); safecall;
|
|
end;
|
|
|
|
nsIDOM3DocumentEvent_safe19 = interface(nsISupports_safe19)
|
|
['{090ecc19-b7cb-4f47-ae47-ed68d4926249}']
|
|
function CreateEventGroup(): nsIDOMEventGroup_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOM3EventTarget_safe19 = interface(nsISupports_safe19)
|
|
['{3e9c01a7-de97-4c3b-8294-b4bd9d7056d1}']
|
|
procedure AddGroupedEventListener(const _type: nsAString; listener: nsIDOMEventListener_safe19; useCapture: PRBool; evtGroup: nsIDOMEventGroup_safe19); safecall;
|
|
procedure RemoveGroupedEventListener(const _type: nsAString; listener: nsIDOMEventListener_safe19; useCapture: PRBool; evtGroup: nsIDOMEventGroup_safe19); safecall;
|
|
function CanTrigger(const _type: nsAString): PRBool; safecall;
|
|
function IsRegisteredHere(const _type: nsAString): PRBool; safecall;
|
|
end;
|
|
|
|
nsIDOMAbstractView_safe19 = interface(nsISupports_safe19)
|
|
['{f51ebade-8b1a-11d3-aae7-0010830123b4}']
|
|
function GetDocument(): nsIDOMDocumentView_safe19; safecall;
|
|
property Document: nsIDOMDocumentView_safe19 read GetDocument;
|
|
end;
|
|
|
|
nsIDOMNode_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf907c-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetNodeName(aNodeName: nsAString); safecall;
|
|
procedure GetNodeValue(aNodeValue: nsAString); safecall;
|
|
procedure SetNodeValue(const aNodeValue: nsAString); safecall;
|
|
function GetNodeType(): PRUint16; safecall;
|
|
property NodeType: PRUint16 read GetNodeType;
|
|
function GetParentNode(): nsIDOMNode_safe19; safecall;
|
|
property ParentNode: nsIDOMNode_safe19 read GetParentNode;
|
|
function GetChildNodes(): nsIDOMNodeList_safe19; safecall;
|
|
property ChildNodes: nsIDOMNodeList_safe19 read GetChildNodes;
|
|
function GetFirstChild(): nsIDOMNode_safe19; safecall;
|
|
property FirstChild: nsIDOMNode_safe19 read GetFirstChild;
|
|
function GetLastChild(): nsIDOMNode_safe19; safecall;
|
|
property LastChild: nsIDOMNode_safe19 read GetLastChild;
|
|
function GetPreviousSibling(): nsIDOMNode_safe19; safecall;
|
|
property PreviousSibling: nsIDOMNode_safe19 read GetPreviousSibling;
|
|
function GetNextSibling(): nsIDOMNode_safe19; safecall;
|
|
property NextSibling: nsIDOMNode_safe19 read GetNextSibling;
|
|
function GetAttributes(): nsIDOMNamedNodeMap_safe19; safecall;
|
|
property Attributes: nsIDOMNamedNodeMap_safe19 read GetAttributes;
|
|
function GetOwnerDocument(): nsIDOMDocument_safe19; safecall;
|
|
property OwnerDocument: nsIDOMDocument_safe19 read GetOwnerDocument;
|
|
function InsertBefore(newChild: nsIDOMNode_safe19; refChild: nsIDOMNode_safe19): nsIDOMNode_safe19; safecall;
|
|
function ReplaceChild(newChild: nsIDOMNode_safe19; oldChild: nsIDOMNode_safe19): nsIDOMNode_safe19; safecall;
|
|
function RemoveChild(oldChild: nsIDOMNode_safe19): nsIDOMNode_safe19; safecall;
|
|
function AppendChild(newChild: nsIDOMNode_safe19): nsIDOMNode_safe19; safecall;
|
|
function HasChildNodes(): PRBool; safecall;
|
|
function CloneNode(deep: PRBool): nsIDOMNode_safe19; safecall;
|
|
procedure Normalize(); safecall;
|
|
function IsSupported(const feature: nsAString; const version: nsAString): PRBool; safecall;
|
|
procedure GetNamespaceURI(aNamespaceURI: nsAString); safecall;
|
|
procedure GetPrefix(aPrefix: nsAString); safecall;
|
|
procedure SetPrefix(const aPrefix: nsAString); safecall;
|
|
procedure GetLocalName(aLocalName: nsAString); safecall;
|
|
function HasAttributes(): PRBool; safecall;
|
|
end;
|
|
|
|
nsIDOMAttr_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf9070-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetName(aName: nsAString); safecall;
|
|
function GetSpecified(): PRBool; safecall;
|
|
property Specified: PRBool read GetSpecified;
|
|
procedure GetValue(aValue: nsAString); safecall;
|
|
procedure SetValue(const aValue: nsAString); safecall;
|
|
function GetOwnerElement(): nsIDOMElement_safe19; safecall;
|
|
property OwnerElement: nsIDOMElement_safe19 read GetOwnerElement;
|
|
end;
|
|
|
|
nsIDOMBarProp_safe19 = interface(nsISupports_safe19)
|
|
['{9eb2c150-1d56-11d3-8221-0060083a0bcf}']
|
|
function GetVisible(): PRBool; safecall;
|
|
procedure SetVisible(aVisible: PRBool); safecall;
|
|
property Visible: PRBool read GetVisible write SetVisible;
|
|
end;
|
|
|
|
nsIDOMCharacterData_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf9072-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetData(aData: nsAString); safecall;
|
|
procedure SetData(const aData: nsAString); safecall;
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
procedure SubstringData(offset: PRUint32; count: PRUint32; _retval: nsAString); safecall;
|
|
procedure AppendData(const arg: nsAString); safecall;
|
|
procedure InsertData(offset: PRUint32; const arg: nsAString); safecall;
|
|
procedure DeleteData(offset: PRUint32; count: PRUint32); safecall;
|
|
procedure ReplaceData(offset: PRUint32; count: PRUint32; const arg: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMText_safe19 = interface(nsIDOMCharacterData_safe19)
|
|
['{a6cf9082-15b3-11d2-932e-00805f8add32}']
|
|
function SplitText(offset: PRUint32): nsIDOMText_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMCDATASection_safe19 = interface(nsIDOMText_safe19)
|
|
['{a6cf9071-15b3-11d2-932e-00805f8add32}']
|
|
end;
|
|
|
|
nsIDOMComment_safe19 = interface(nsIDOMCharacterData_safe19)
|
|
['{a6cf9073-15b3-11d2-932e-00805f8add32}']
|
|
end;
|
|
|
|
nsIDOMCounter_safe19 = interface(nsISupports_safe19)
|
|
['{31adb439-0055-402d-9b1d-d5ca94f3f55b}']
|
|
procedure GetIdentifier(aIdentifier: nsAString); safecall;
|
|
procedure GetListStyle(aListStyle: nsAString); safecall;
|
|
procedure GetSeparator(aSeparator: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMCSSValue_safe19 = interface(nsISupports_safe19)
|
|
['{009f7ea5-9e80-41be-b008-db62f10823f2}']
|
|
procedure GetCssText(aCssText: nsAString); safecall;
|
|
procedure SetCssText(const aCssText: nsAString); safecall;
|
|
function GetCssValueType(): PRUint16; safecall;
|
|
property CssValueType: PRUint16 read GetCssValueType;
|
|
end;
|
|
|
|
nsIDOMCSSPrimitiveValue_safe19 = interface(nsIDOMCSSValue_safe19)
|
|
['{e249031f-8df9-4e7a-b644-18946dce0019}']
|
|
function GetPrimitiveType(): PRUint16; safecall;
|
|
property PrimitiveType: PRUint16 read GetPrimitiveType;
|
|
procedure SetFloatValue(unitType: PRUint16; floatValue: Single); safecall;
|
|
function GetFloatValue(unitType: PRUint16): Single; safecall;
|
|
procedure SetStringValue(stringType: PRUint16; const stringValue: nsAString); safecall;
|
|
procedure GetStringValue(_retval: nsAString); safecall;
|
|
function GetCounterValue(): nsIDOMCounter_safe19; safecall;
|
|
function GetRectValue(): nsIDOMRect_safe19; safecall;
|
|
function GetRGBColorValue(): nsIDOMRGBColor_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMCSSRule_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf90c1-15b3-11d2-932e-00805f8add32}']
|
|
function GetType(): PRUint16; safecall;
|
|
property _Type: PRUint16 read GetType;
|
|
procedure GetCssText(aCssText: nsAString); safecall;
|
|
procedure SetCssText(const aCssText: nsAString); safecall;
|
|
function GetParentStyleSheet(): nsIDOMCSSStyleSheet_safe19; safecall;
|
|
property ParentStyleSheet: nsIDOMCSSStyleSheet_safe19 read GetParentStyleSheet;
|
|
function GetParentRule(): nsIDOMCSSRule_safe19; safecall;
|
|
property ParentRule: nsIDOMCSSRule_safe19 read GetParentRule;
|
|
end;
|
|
|
|
nsIDOMCSSRuleList_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf90c0-15b3-11d2-932e-00805f8add32}']
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
function Item(index: PRUint32): nsIDOMCSSRule_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMCSSStyleDeclaration_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf90be-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetCssText(aCssText: nsAString); safecall;
|
|
procedure SetCssText(const aCssText: nsAString); safecall;
|
|
procedure GetPropertyValue(const propertyName: nsAString; _retval: nsAString); safecall;
|
|
function GetPropertyCSSValue(const propertyName: nsAString): nsIDOMCSSValue_safe19; safecall;
|
|
procedure RemoveProperty(const propertyName: nsAString; _retval: nsAString); safecall;
|
|
procedure GetPropertyPriority(const propertyName: nsAString; _retval: nsAString); safecall;
|
|
procedure SetProperty(const propertyName: nsAString; const value: nsAString; const priority: nsAString); safecall;
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
procedure Item(index: PRUint32; _retval: nsAString); safecall;
|
|
function GetParentRule(): nsIDOMCSSRule_safe19; safecall;
|
|
property ParentRule: nsIDOMCSSRule_safe19 read GetParentRule;
|
|
end;
|
|
|
|
nsIDOMStyleSheet_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf9080-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetType(aType: nsAString); safecall;
|
|
function GetDisabled(): PRBool; safecall;
|
|
procedure SetDisabled(aDisabled: PRBool); safecall;
|
|
property Disabled: PRBool read GetDisabled write SetDisabled;
|
|
function GetOwnerNode(): nsIDOMNode_safe19; safecall;
|
|
property OwnerNode: nsIDOMNode_safe19 read GetOwnerNode;
|
|
function GetParentStyleSheet(): nsIDOMStyleSheet_safe19; safecall;
|
|
property ParentStyleSheet: nsIDOMStyleSheet_safe19 read GetParentStyleSheet;
|
|
procedure GetHref(aHref: nsAString); safecall;
|
|
procedure GetTitle(aTitle: nsAString); safecall;
|
|
function GetMedia(): nsIDOMMediaList_safe19; safecall;
|
|
property Media: nsIDOMMediaList_safe19 read GetMedia;
|
|
end;
|
|
|
|
nsIDOMCSSStyleSheet_safe19 = interface(nsIDOMStyleSheet_safe19)
|
|
['{a6cf90c2-15b3-11d2-932e-00805f8add32}']
|
|
function GetOwnerRule(): nsIDOMCSSRule_safe19; safecall;
|
|
property OwnerRule: nsIDOMCSSRule_safe19 read GetOwnerRule;
|
|
function GetCssRules(): nsIDOMCSSRuleList_safe19; safecall;
|
|
property CssRules: nsIDOMCSSRuleList_safe19 read GetCssRules;
|
|
function InsertRule(const rule: nsAString; index: PRUint32): PRUint32; safecall;
|
|
procedure DeleteRule(index: PRUint32); safecall;
|
|
end;
|
|
|
|
nsIDOMCSSValueList_safe19 = interface(nsIDOMCSSValue_safe19)
|
|
['{8f09fa84-39b9-4dca-9b2f-db0eeb186286}']
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
function Item(index: PRUint32): nsIDOMCSSValue_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMEvent_safe19 = interface(nsISupports_safe19)
|
|
['{a66b7b80-ff46-bd97-0080-5f8ae38add32}']
|
|
procedure GetType(aType: nsAString); safecall;
|
|
function GetTarget(): nsIDOMEventTarget_safe19; safecall;
|
|
property Target: nsIDOMEventTarget_safe19 read GetTarget;
|
|
function GetCurrentTarget(): nsIDOMEventTarget_safe19; safecall;
|
|
property CurrentTarget: nsIDOMEventTarget_safe19 read GetCurrentTarget;
|
|
function GetEventPhase(): PRUint16; safecall;
|
|
property EventPhase: PRUint16 read GetEventPhase;
|
|
function GetBubbles(): PRBool; safecall;
|
|
property Bubbles: PRBool read GetBubbles;
|
|
function GetCancelable(): PRBool; safecall;
|
|
property Cancelable: PRBool read GetCancelable;
|
|
function GetTimeStamp(): DOMTimeStamp; safecall;
|
|
property TimeStamp: DOMTimeStamp read GetTimeStamp;
|
|
procedure StopPropagation(); safecall;
|
|
procedure PreventDefault(); safecall;
|
|
procedure InitEvent(const eventTypeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool); safecall;
|
|
end;
|
|
|
|
nsIDOMCustomEvent_safe19 = interface(nsIDOMEvent_safe19)
|
|
['{55c7af7b-1a64-40bf-87eb-2c2cbee0491b}']
|
|
procedure SetCurrentTarget(target: nsIDOMNode_safe19); safecall;
|
|
procedure SetEventPhase(phase: PRUint16); safecall;
|
|
end;
|
|
|
|
nsIDOMDocument_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf9075-15b3-11d2-932e-00805f8add32}']
|
|
function GetDoctype(): nsIDOMDocumentType_safe19; safecall;
|
|
property Doctype: nsIDOMDocumentType_safe19 read GetDoctype;
|
|
function GetImplementation(): nsIDOMDOMImplementation_safe19; safecall;
|
|
property _Implementation: nsIDOMDOMImplementation_safe19 read GetImplementation;
|
|
function GetDocumentElement(): nsIDOMElement_safe19; safecall;
|
|
property DocumentElement: nsIDOMElement_safe19 read GetDocumentElement;
|
|
function CreateElement(const tagName: nsAString): nsIDOMElement_safe19; safecall;
|
|
function CreateDocumentFragment(): nsIDOMDocumentFragment_safe19; safecall;
|
|
function CreateTextNode(const data: nsAString): nsIDOMText_safe19; safecall;
|
|
function CreateComment(const data: nsAString): nsIDOMComment_safe19; safecall;
|
|
function CreateCDATASection(const data: nsAString): nsIDOMCDATASection_safe19; safecall;
|
|
function CreateProcessingInstruction(const target: nsAString; const data: nsAString): nsIDOMProcessingInstruction_safe19; safecall;
|
|
function CreateAttribute(const name: nsAString): nsIDOMAttr_safe19; safecall;
|
|
function CreateEntityReference(const name: nsAString): nsIDOMEntityReference_safe19; safecall;
|
|
function GetElementsByTagName(const tagname: nsAString): nsIDOMNodeList_safe19; safecall;
|
|
function ImportNode(importedNode: nsIDOMNode_safe19; deep: PRBool): nsIDOMNode_safe19; safecall;
|
|
function CreateElementNS(const namespaceURI: nsAString; const qualifiedName: nsAString): nsIDOMElement_safe19; safecall;
|
|
function CreateAttributeNS(const namespaceURI: nsAString; const qualifiedName: nsAString): nsIDOMAttr_safe19; safecall;
|
|
function GetElementsByTagNameNS(const namespaceURI: nsAString; const localName: nsAString): nsIDOMNodeList_safe19; safecall;
|
|
function GetElementById(const elementId: nsAString): nsIDOMElement_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMDocumentEvent_safe19 = interface(nsISupports_safe19)
|
|
['{46b91d66-28e2-11d4-ab1e-0010830123b4}']
|
|
function CreateEvent(const eventType: nsAString): nsIDOMEvent_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMDocumentFragment_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf9076-15b3-11d2-932e-00805f8add32}']
|
|
end;
|
|
|
|
nsIDOMDocumentRange_safe19 = interface(nsISupports_safe19)
|
|
['{7b9badc6-c9bc-447a-8670-dbd195aed24b}']
|
|
function CreateRange(): nsIDOMRange_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMDocumentStyle_safe19 = interface(nsISupports_safe19)
|
|
['{3d9f4973-dd2e-48f5-b5f7-2634e09eadd9}']
|
|
function GetStyleSheets(): nsIDOMStyleSheetList_safe19; safecall;
|
|
property StyleSheets: nsIDOMStyleSheetList_safe19 read GetStyleSheets;
|
|
end;
|
|
|
|
nsIDOMDocumentType_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf9077-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetName(aName: nsAString); safecall;
|
|
function GetEntities(): nsIDOMNamedNodeMap_safe19; safecall;
|
|
property Entities: nsIDOMNamedNodeMap_safe19 read GetEntities;
|
|
function GetNotations(): nsIDOMNamedNodeMap_safe19; safecall;
|
|
property Notations: nsIDOMNamedNodeMap_safe19 read GetNotations;
|
|
procedure GetPublicId(aPublicId: nsAString); safecall;
|
|
procedure GetSystemId(aSystemId: nsAString); safecall;
|
|
procedure GetInternalSubset(aInternalSubset: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMDocumentView_safe19 = interface(nsISupports_safe19)
|
|
['{1acdb2ba-1dd2-11b2-95bc-9542495d2569}']
|
|
function GetDefaultView(): nsIDOMAbstractView_safe19; safecall;
|
|
property DefaultView: nsIDOMAbstractView_safe19 read GetDefaultView;
|
|
end;
|
|
|
|
nsIDOMDOMException_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf910a-15b3-11d2-932e-00805f8add32}']
|
|
function GetCode(): PRUint32; safecall;
|
|
property Code: PRUint32 read GetCode;
|
|
end;
|
|
|
|
nsIDOMDOMImplementation_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf9074-15b3-11d2-932e-00805f8add32}']
|
|
function HasFeature(const feature: nsAString; const version: nsAString): PRBool; safecall;
|
|
function CreateDocumentType(const qualifiedName: nsAString; const publicId: nsAString; const systemId: nsAString): nsIDOMDocumentType_safe19; safecall;
|
|
function CreateDocument(const namespaceURI: nsAString; const qualifiedName: nsAString; doctype: nsIDOMDocumentType_safe19): nsIDOMDocument_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMElement_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf9078-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetTagName(aTagName: nsAString); safecall;
|
|
procedure GetAttribute(const name: nsAString; _retval: nsAString); safecall;
|
|
procedure SetAttribute(const name: nsAString; const value: nsAString); safecall;
|
|
procedure RemoveAttribute(const name: nsAString); safecall;
|
|
function GetAttributeNode(const name: nsAString): nsIDOMAttr_safe19; safecall;
|
|
function SetAttributeNode(newAttr: nsIDOMAttr_safe19): nsIDOMAttr_safe19; safecall;
|
|
function RemoveAttributeNode(oldAttr: nsIDOMAttr_safe19): nsIDOMAttr_safe19; safecall;
|
|
function GetElementsByTagName(const name: nsAString): nsIDOMNodeList_safe19; safecall;
|
|
procedure GetAttributeNS(const namespaceURI: nsAString; const localName: nsAString; _retval: nsAString); safecall;
|
|
procedure SetAttributeNS(const namespaceURI: nsAString; const qualifiedName: nsAString; const value: nsAString); safecall;
|
|
procedure RemoveAttributeNS(const namespaceURI: nsAString; const localName: nsAString); safecall;
|
|
function GetAttributeNodeNS(const namespaceURI: nsAString; const localName: nsAString): nsIDOMAttr_safe19; safecall;
|
|
function SetAttributeNodeNS(newAttr: nsIDOMAttr_safe19): nsIDOMAttr_safe19; safecall;
|
|
function GetElementsByTagNameNS(const namespaceURI: nsAString; const localName: nsAString): nsIDOMNodeList_safe19; safecall;
|
|
function HasAttribute(const name: nsAString): PRBool; safecall;
|
|
function HasAttributeNS(const namespaceURI: nsAString; const localName: nsAString): PRBool; safecall;
|
|
end;
|
|
|
|
nsIDOMElementCSSInlineStyle_safe19 = interface(nsISupports_safe19)
|
|
['{99715845-95fc-4a56-aa53-214b65c26e22}']
|
|
function GetStyle(): nsIDOMCSSStyleDeclaration_safe19; safecall;
|
|
property Style: nsIDOMCSSStyleDeclaration_safe19 read GetStyle;
|
|
end;
|
|
|
|
nsIDOMEntity_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf9079-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetPublicId(aPublicId: nsAString); safecall;
|
|
procedure GetSystemId(aSystemId: nsAString); safecall;
|
|
procedure GetNotationName(aNotationName: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMEntityReference_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf907a-15b3-11d2-932e-00805f8add32}']
|
|
end;
|
|
|
|
nsIDOMEventGroup_safe19 = interface(nsISupports_safe19)
|
|
['{33347bee-6620-4841-8152-36091ae80c7e}']
|
|
function IsSameEventGroup(other: nsIDOMEventGroup_safe19): PRBool; safecall;
|
|
end;
|
|
|
|
nsIDOMEventListener_safe19 = interface(nsISupports_safe19)
|
|
['{df31c120-ded6-11d1-bd85-00805f8ae3f4}']
|
|
procedure HandleEvent(event: nsIDOMEvent_safe19); safecall;
|
|
end;
|
|
|
|
nsIDOMEventTarget_safe19 = interface(nsISupports_safe19)
|
|
['{1c773b30-d1cf-11d2-bd95-00805f8ae3f4}']
|
|
procedure AddEventListener(const _type: nsAString; listener: nsIDOMEventListener_safe19; useCapture: PRBool); safecall;
|
|
procedure RemoveEventListener(const _type: nsAString; listener: nsIDOMEventListener_safe19; useCapture: PRBool); safecall;
|
|
function DispatchEvent(evt: nsIDOMEvent_safe19): PRBool; safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLElement_safe19 = interface(nsIDOMElement_safe19)
|
|
['{a6cf9085-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetId(aId: nsAString); safecall;
|
|
procedure SetId(const aId: nsAString); safecall;
|
|
procedure GetTitle(aTitle: nsAString); safecall;
|
|
procedure SetTitle(const aTitle: nsAString); safecall;
|
|
procedure GetLang(aLang: nsAString); safecall;
|
|
procedure SetLang(const aLang: nsAString); safecall;
|
|
procedure GetDir(aDir: nsAString); safecall;
|
|
procedure SetDir(const aDir: nsAString); safecall;
|
|
procedure GetClassName(aClassName: nsAString); safecall;
|
|
procedure SetClassName(const aClassName: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLAnchorElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90aa-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAccessKey(aAccessKey: nsAString); safecall;
|
|
procedure SetAccessKey(const aAccessKey: nsAString); safecall;
|
|
procedure GetCharset(aCharset: nsAString); safecall;
|
|
procedure SetCharset(const aCharset: nsAString); safecall;
|
|
procedure GetCoords(aCoords: nsAString); safecall;
|
|
procedure SetCoords(const aCoords: nsAString); safecall;
|
|
procedure GetHref(aHref: nsAString); safecall;
|
|
procedure SetHref(const aHref: nsAString); safecall;
|
|
procedure GetHreflang(aHreflang: nsAString); safecall;
|
|
procedure SetHreflang(const aHreflang: nsAString); safecall;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
procedure GetRel(aRel: nsAString); safecall;
|
|
procedure SetRel(const aRel: nsAString); safecall;
|
|
procedure GetRev(aRev: nsAString); safecall;
|
|
procedure SetRev(const aRev: nsAString); safecall;
|
|
procedure GetShape(aShape: nsAString); safecall;
|
|
procedure SetShape(const aShape: nsAString); safecall;
|
|
function GetTabIndex(): PRInt32; safecall;
|
|
procedure SetTabIndex(aTabIndex: PRInt32); safecall;
|
|
property TabIndex: PRInt32 read GetTabIndex write SetTabIndex;
|
|
procedure GetTarget(aTarget: nsAString); safecall;
|
|
procedure SetTarget(const aTarget: nsAString); safecall;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
procedure Blur(); safecall;
|
|
procedure Focus(); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLAppletElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90ae-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetAlt(aAlt: nsAString); safecall;
|
|
procedure SetAlt(const aAlt: nsAString); safecall;
|
|
procedure GetArchive(aArchive: nsAString); safecall;
|
|
procedure SetArchive(const aArchive: nsAString); safecall;
|
|
procedure GetCode(aCode: nsAString); safecall;
|
|
procedure SetCode(const aCode: nsAString); safecall;
|
|
procedure GetCodeBase(aCodeBase: nsAString); safecall;
|
|
procedure SetCodeBase(const aCodeBase: nsAString); safecall;
|
|
procedure GetHeight(aHeight: nsAString); safecall;
|
|
procedure SetHeight(const aHeight: nsAString); safecall;
|
|
function GetHspace(): PRInt32; safecall;
|
|
procedure SetHspace(aHspace: PRInt32); safecall;
|
|
property Hspace: PRInt32 read GetHspace write SetHspace;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
procedure GetObject(aObject: nsAString); safecall;
|
|
procedure SetObject(const aObject: nsAString); safecall;
|
|
function GetVspace(): PRInt32; safecall;
|
|
procedure SetVspace(aVspace: PRInt32); safecall;
|
|
property Vspace: PRInt32 read GetVspace write SetVspace;
|
|
procedure GetWidth(aWidth: nsAString); safecall;
|
|
procedure SetWidth(const aWidth: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLAreaElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b0-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAccessKey(aAccessKey: nsAString); safecall;
|
|
procedure SetAccessKey(const aAccessKey: nsAString); safecall;
|
|
procedure GetAlt(aAlt: nsAString); safecall;
|
|
procedure SetAlt(const aAlt: nsAString); safecall;
|
|
procedure GetCoords(aCoords: nsAString); safecall;
|
|
procedure SetCoords(const aCoords: nsAString); safecall;
|
|
procedure GetHref(aHref: nsAString); safecall;
|
|
procedure SetHref(const aHref: nsAString); safecall;
|
|
function GetNoHref(): PRBool; safecall;
|
|
procedure SetNoHref(aNoHref: PRBool); safecall;
|
|
property NoHref: PRBool read GetNoHref write SetNoHref;
|
|
procedure GetShape(aShape: nsAString); safecall;
|
|
procedure SetShape(const aShape: nsAString); safecall;
|
|
function GetTabIndex(): PRInt32; safecall;
|
|
procedure SetTabIndex(aTabIndex: PRInt32); safecall;
|
|
property TabIndex: PRInt32 read GetTabIndex write SetTabIndex;
|
|
procedure GetTarget(aTarget: nsAString); safecall;
|
|
procedure SetTarget(const aTarget: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLBaseElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf908b-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetHref(aHref: nsAString); safecall;
|
|
procedure SetHref(const aHref: nsAString); safecall;
|
|
procedure GetTarget(aTarget: nsAString); safecall;
|
|
procedure SetTarget(const aTarget: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLBaseFontElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a6-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetColor(aColor: nsAString); safecall;
|
|
procedure SetColor(const aColor: nsAString); safecall;
|
|
procedure GetFace(aFace: nsAString); safecall;
|
|
procedure SetFace(const aFace: nsAString); safecall;
|
|
function GetSize(): PRInt32; safecall;
|
|
procedure SetSize(aSize: PRInt32); safecall;
|
|
property Size: PRInt32 read GetSize write SetSize;
|
|
end;
|
|
|
|
nsIDOMHTMLBodyElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf908e-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetALink(aALink: nsAString); safecall;
|
|
procedure SetALink(const aALink: nsAString); safecall;
|
|
procedure GetBackground(aBackground: nsAString); safecall;
|
|
procedure SetBackground(const aBackground: nsAString); safecall;
|
|
procedure GetBgColor(aBgColor: nsAString); safecall;
|
|
procedure SetBgColor(const aBgColor: nsAString); safecall;
|
|
procedure GetLink(aLink: nsAString); safecall;
|
|
procedure SetLink(const aLink: nsAString); safecall;
|
|
procedure GetText(aText: nsAString); safecall;
|
|
procedure SetText(const aText: nsAString); safecall;
|
|
procedure GetVLink(aVLink: nsAString); safecall;
|
|
procedure SetVLink(const aVLink: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLBRElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a5-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetClear(aClear: nsAString); safecall;
|
|
procedure SetClear(const aClear: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLButtonElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9095-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
procedure GetAccessKey(aAccessKey: nsAString); safecall;
|
|
procedure SetAccessKey(const aAccessKey: nsAString); safecall;
|
|
function GetDisabled(): PRBool; safecall;
|
|
procedure SetDisabled(aDisabled: PRBool); safecall;
|
|
property Disabled: PRBool read GetDisabled write SetDisabled;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
function GetTabIndex(): PRInt32; safecall;
|
|
procedure SetTabIndex(aTabIndex: PRInt32); safecall;
|
|
property TabIndex: PRInt32 read GetTabIndex write SetTabIndex;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure GetValue(aValue: nsAString); safecall;
|
|
procedure SetValue(const aValue: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLCollection_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf9083-15b3-11d2-932e-00805f8add32}']
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
function Item(index: PRUint32): nsIDOMNode_safe19; safecall;
|
|
function NamedItem(const name: nsAString): nsIDOMNode_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLDirectoryElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf909c-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(): PRBool; safecall;
|
|
procedure SetCompact(aCompact: PRBool); safecall;
|
|
property Compact: PRBool read GetCompact write SetCompact;
|
|
end;
|
|
|
|
nsIDOMHTMLDivElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a0-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLDListElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf909b-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(): PRBool; safecall;
|
|
procedure SetCompact(aCompact: PRBool); safecall;
|
|
property Compact: PRBool read GetCompact write SetCompact;
|
|
end;
|
|
|
|
nsIDOMHTMLDocument_safe19 = interface(nsIDOMDocument_safe19)
|
|
['{a6cf9084-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetTitle(aTitle: nsAString); safecall;
|
|
procedure SetTitle(const aTitle: nsAString); safecall;
|
|
procedure GetReferrer(aReferrer: nsAString); safecall;
|
|
procedure GetDomain(aDomain: nsAString); safecall;
|
|
procedure GetURL(aURL: nsAString); safecall;
|
|
function GetBody(): nsIDOMHTMLElement_safe19; safecall;
|
|
procedure SetBody(aBody: nsIDOMHTMLElement_safe19); safecall;
|
|
property Body: nsIDOMHTMLElement_safe19 read GetBody write SetBody;
|
|
function GetImages(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Images: nsIDOMHTMLCollection_safe19 read GetImages;
|
|
function GetApplets(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Applets: nsIDOMHTMLCollection_safe19 read GetApplets;
|
|
function GetLinks(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Links: nsIDOMHTMLCollection_safe19 read GetLinks;
|
|
function GetForms(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Forms: nsIDOMHTMLCollection_safe19 read GetForms;
|
|
function GetAnchors(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Anchors: nsIDOMHTMLCollection_safe19 read GetAnchors;
|
|
procedure GetCookie(aCookie: nsAString); safecall;
|
|
procedure SetCookie(const aCookie: nsAString); safecall;
|
|
procedure Open(); safecall;
|
|
procedure Close(); safecall;
|
|
procedure Write(const text: nsAString); safecall;
|
|
procedure Writeln(const text: nsAString); safecall;
|
|
function GetElementsByName(const elementName: nsAString): nsIDOMNodeList_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLEmbedElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{123f90ab-15b3-11d2-456e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetHeight(aHeight: nsAString); safecall;
|
|
procedure SetHeight(const aHeight: nsAString); safecall;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
procedure GetSrc(aSrc: nsAString); safecall;
|
|
procedure SetSrc(const aSrc: nsAString); safecall;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
procedure GetWidth(aWidth: nsAString); safecall;
|
|
procedure SetWidth(const aWidth: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLFieldSetElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9097-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
end;
|
|
|
|
nsIDOMHTMLFontElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a7-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetColor(aColor: nsAString); safecall;
|
|
procedure SetColor(const aColor: nsAString); safecall;
|
|
procedure GetFace(aFace: nsAString); safecall;
|
|
procedure SetFace(const aFace: nsAString); safecall;
|
|
procedure GetSize(aSize: nsAString); safecall;
|
|
procedure SetSize(const aSize: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLFormElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf908f-15b3-11d2-932e-00805f8add32}']
|
|
function GetElements(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Elements: nsIDOMHTMLCollection_safe19 read GetElements;
|
|
function GetLength(): PRInt32; safecall;
|
|
property Length: PRInt32 read GetLength;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
procedure GetAcceptCharset(aAcceptCharset: nsAString); safecall;
|
|
procedure SetAcceptCharset(const aAcceptCharset: nsAString); safecall;
|
|
procedure GetAction(aAction: nsAString); safecall;
|
|
procedure SetAction(const aAction: nsAString); safecall;
|
|
procedure GetEnctype(aEnctype: nsAString); safecall;
|
|
procedure SetEnctype(const aEnctype: nsAString); safecall;
|
|
procedure GetMethod(aMethod: nsAString); safecall;
|
|
procedure SetMethod(const aMethod: nsAString); safecall;
|
|
procedure GetTarget(aTarget: nsAString); safecall;
|
|
procedure SetTarget(const aTarget: nsAString); safecall;
|
|
procedure Submit(); safecall;
|
|
procedure Reset(); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLFrameElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b9-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetFrameBorder(aFrameBorder: nsAString); safecall;
|
|
procedure SetFrameBorder(const aFrameBorder: nsAString); safecall;
|
|
procedure GetLongDesc(aLongDesc: nsAString); safecall;
|
|
procedure SetLongDesc(const aLongDesc: nsAString); safecall;
|
|
procedure GetMarginHeight(aMarginHeight: nsAString); safecall;
|
|
procedure SetMarginHeight(const aMarginHeight: nsAString); safecall;
|
|
procedure GetMarginWidth(aMarginWidth: nsAString); safecall;
|
|
procedure SetMarginWidth(const aMarginWidth: nsAString); safecall;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
function GetNoResize(): PRBool; safecall;
|
|
procedure SetNoResize(aNoResize: PRBool); safecall;
|
|
property NoResize: PRBool read GetNoResize write SetNoResize;
|
|
procedure GetScrolling(aScrolling: nsAString); safecall;
|
|
procedure SetScrolling(const aScrolling: nsAString); safecall;
|
|
procedure GetSrc(aSrc: nsAString); safecall;
|
|
procedure SetSrc(const aSrc: nsAString); safecall;
|
|
function GetContentDocument(): nsIDOMDocument_safe19; safecall;
|
|
property ContentDocument: nsIDOMDocument_safe19 read GetContentDocument;
|
|
end;
|
|
|
|
nsIDOMHTMLFrameSetElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b8-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetCols(aCols: nsAString); safecall;
|
|
procedure SetCols(const aCols: nsAString); safecall;
|
|
procedure GetRows(aRows: nsAString); safecall;
|
|
procedure SetRows(const aRows: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLHeadElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9087-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetProfile(aProfile: nsAString); safecall;
|
|
procedure SetProfile(const aProfile: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLHeadingElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a2-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLHRElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a8-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
function GetNoShade(): PRBool; safecall;
|
|
procedure SetNoShade(aNoShade: PRBool); safecall;
|
|
property NoShade: PRBool read GetNoShade write SetNoShade;
|
|
procedure GetSize(aSize: nsAString); safecall;
|
|
procedure SetSize(const aSize: nsAString); safecall;
|
|
procedure GetWidth(aWidth: nsAString); safecall;
|
|
procedure SetWidth(const aWidth: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLHtmlElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9086-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetVersion(aVersion: nsAString); safecall;
|
|
procedure SetVersion(const aVersion: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLIFrameElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90ba-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetFrameBorder(aFrameBorder: nsAString); safecall;
|
|
procedure SetFrameBorder(const aFrameBorder: nsAString); safecall;
|
|
procedure GetHeight(aHeight: nsAString); safecall;
|
|
procedure SetHeight(const aHeight: nsAString); safecall;
|
|
procedure GetLongDesc(aLongDesc: nsAString); safecall;
|
|
procedure SetLongDesc(const aLongDesc: nsAString); safecall;
|
|
procedure GetMarginHeight(aMarginHeight: nsAString); safecall;
|
|
procedure SetMarginHeight(const aMarginHeight: nsAString); safecall;
|
|
procedure GetMarginWidth(aMarginWidth: nsAString); safecall;
|
|
procedure SetMarginWidth(const aMarginWidth: nsAString); safecall;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
procedure GetScrolling(aScrolling: nsAString); safecall;
|
|
procedure SetScrolling(const aScrolling: nsAString); safecall;
|
|
procedure GetSrc(aSrc: nsAString); safecall;
|
|
procedure SetSrc(const aSrc: nsAString); safecall;
|
|
procedure GetWidth(aWidth: nsAString); safecall;
|
|
procedure SetWidth(const aWidth: nsAString); safecall;
|
|
function GetContentDocument(): nsIDOMDocument_safe19; safecall;
|
|
property ContentDocument: nsIDOMDocument_safe19 read GetContentDocument;
|
|
end;
|
|
|
|
nsIDOMHTMLImageElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90ab-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetAlt(aAlt: nsAString); safecall;
|
|
procedure SetAlt(const aAlt: nsAString); safecall;
|
|
procedure GetBorder(aBorder: nsAString); safecall;
|
|
procedure SetBorder(const aBorder: nsAString); safecall;
|
|
function GetHeight(): PRInt32; safecall;
|
|
procedure SetHeight(aHeight: PRInt32); safecall;
|
|
property Height: PRInt32 read GetHeight write SetHeight;
|
|
function GetHspace(): PRInt32; safecall;
|
|
procedure SetHspace(aHspace: PRInt32); safecall;
|
|
property Hspace: PRInt32 read GetHspace write SetHspace;
|
|
function GetIsMap(): PRBool; safecall;
|
|
procedure SetIsMap(aIsMap: PRBool); safecall;
|
|
property IsMap: PRBool read GetIsMap write SetIsMap;
|
|
procedure GetLongDesc(aLongDesc: nsAString); safecall;
|
|
procedure SetLongDesc(const aLongDesc: nsAString); safecall;
|
|
procedure GetSrc(aSrc: nsAString); safecall;
|
|
procedure SetSrc(const aSrc: nsAString); safecall;
|
|
procedure GetUseMap(aUseMap: nsAString); safecall;
|
|
procedure SetUseMap(const aUseMap: nsAString); safecall;
|
|
function GetVspace(): PRInt32; safecall;
|
|
procedure SetVspace(aVspace: PRInt32); safecall;
|
|
property Vspace: PRInt32 read GetVspace write SetVspace;
|
|
function GetWidth(): PRInt32; safecall;
|
|
procedure SetWidth(aWidth: PRInt32); safecall;
|
|
property Width: PRInt32 read GetWidth write SetWidth;
|
|
end;
|
|
|
|
nsIDOMHTMLInputElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9093-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetDefaultValue(aDefaultValue: nsAString); safecall;
|
|
procedure SetDefaultValue(const aDefaultValue: nsAString); safecall;
|
|
function GetDefaultChecked(): PRBool; safecall;
|
|
procedure SetDefaultChecked(aDefaultChecked: PRBool); safecall;
|
|
property DefaultChecked: PRBool read GetDefaultChecked write SetDefaultChecked;
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
procedure GetAccept(aAccept: nsAString); safecall;
|
|
procedure SetAccept(const aAccept: nsAString); safecall;
|
|
procedure GetAccessKey(aAccessKey: nsAString); safecall;
|
|
procedure SetAccessKey(const aAccessKey: nsAString); safecall;
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetAlt(aAlt: nsAString); safecall;
|
|
procedure SetAlt(const aAlt: nsAString); safecall;
|
|
function GetChecked(): PRBool; safecall;
|
|
procedure SetChecked(aChecked: PRBool); safecall;
|
|
property Checked: PRBool read GetChecked write SetChecked;
|
|
function GetDisabled(): PRBool; safecall;
|
|
procedure SetDisabled(aDisabled: PRBool); safecall;
|
|
property Disabled: PRBool read GetDisabled write SetDisabled;
|
|
function GetMaxLength(): PRInt32; safecall;
|
|
procedure SetMaxLength(aMaxLength: PRInt32); safecall;
|
|
property MaxLength: PRInt32 read GetMaxLength write SetMaxLength;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
function GetReadOnly(): PRBool; safecall;
|
|
procedure SetReadOnly(aReadOnly: PRBool); safecall;
|
|
property ReadOnly: PRBool read GetReadOnly write SetReadOnly;
|
|
function GetSize(): PRUint32; safecall;
|
|
procedure SetSize(aSize: PRUint32); safecall;
|
|
property Size: PRUint32 read GetSize write SetSize;
|
|
procedure GetSrc(aSrc: nsAString); safecall;
|
|
procedure SetSrc(const aSrc: nsAString); safecall;
|
|
function GetTabIndex(): PRInt32; safecall;
|
|
procedure SetTabIndex(aTabIndex: PRInt32); safecall;
|
|
property TabIndex: PRInt32 read GetTabIndex write SetTabIndex;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
procedure GetUseMap(aUseMap: nsAString); safecall;
|
|
procedure SetUseMap(const aUseMap: nsAString); safecall;
|
|
procedure GetValue(aValue: nsAString); safecall;
|
|
procedure SetValue(const aValue: nsAString); safecall;
|
|
procedure Blur(); safecall;
|
|
procedure Focus(); safecall;
|
|
procedure Select(); safecall;
|
|
procedure Click(); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLIsIndexElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf908c-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
procedure GetPrompt(aPrompt: nsAString); safecall;
|
|
procedure SetPrompt(const aPrompt: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLLabelElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9096-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
procedure GetAccessKey(aAccessKey: nsAString); safecall;
|
|
procedure SetAccessKey(const aAccessKey: nsAString); safecall;
|
|
procedure GetHtmlFor(aHtmlFor: nsAString); safecall;
|
|
procedure SetHtmlFor(const aHtmlFor: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLLegendElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9098-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
procedure GetAccessKey(aAccessKey: nsAString); safecall;
|
|
procedure SetAccessKey(const aAccessKey: nsAString); safecall;
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLLIElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf909e-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
function GetValue(): PRInt32; safecall;
|
|
procedure SetValue(aValue: PRInt32); safecall;
|
|
property Value: PRInt32 read GetValue write SetValue;
|
|
end;
|
|
|
|
nsIDOMHTMLLinkElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9088-15b3-11d2-932e-00805f8add32}']
|
|
function GetDisabled(): PRBool; safecall;
|
|
procedure SetDisabled(aDisabled: PRBool); safecall;
|
|
property Disabled: PRBool read GetDisabled write SetDisabled;
|
|
procedure GetCharset(aCharset: nsAString); safecall;
|
|
procedure SetCharset(const aCharset: nsAString); safecall;
|
|
procedure GetHref(aHref: nsAString); safecall;
|
|
procedure SetHref(const aHref: nsAString); safecall;
|
|
procedure GetHreflang(aHreflang: nsAString); safecall;
|
|
procedure SetHreflang(const aHreflang: nsAString); safecall;
|
|
procedure GetMedia(aMedia: nsAString); safecall;
|
|
procedure SetMedia(const aMedia: nsAString); safecall;
|
|
procedure GetRel(aRel: nsAString); safecall;
|
|
procedure SetRel(const aRel: nsAString); safecall;
|
|
procedure GetRev(aRev: nsAString); safecall;
|
|
procedure SetRev(const aRev: nsAString); safecall;
|
|
procedure GetTarget(aTarget: nsAString); safecall;
|
|
procedure SetTarget(const aTarget: nsAString); safecall;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLMapElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90af-15b3-11d2-932e-00805f8add32}']
|
|
function GetAreas(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Areas: nsIDOMHTMLCollection_safe19 read GetAreas;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLMenuElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf909d-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(): PRBool; safecall;
|
|
procedure SetCompact(aCompact: PRBool); safecall;
|
|
property Compact: PRBool read GetCompact write SetCompact;
|
|
end;
|
|
|
|
nsIDOMHTMLMetaElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf908a-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetContent(aContent: nsAString); safecall;
|
|
procedure SetContent(const aContent: nsAString); safecall;
|
|
procedure GetHttpEquiv(aHttpEquiv: nsAString); safecall;
|
|
procedure SetHttpEquiv(const aHttpEquiv: nsAString); safecall;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
procedure GetScheme(aScheme: nsAString); safecall;
|
|
procedure SetScheme(const aScheme: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLModElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a9-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetCite(aCite: nsAString); safecall;
|
|
procedure SetCite(const aCite: nsAString); safecall;
|
|
procedure GetDateTime(aDateTime: nsAString); safecall;
|
|
procedure SetDateTime(const aDateTime: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLObjectElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90ac-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
procedure GetCode(aCode: nsAString); safecall;
|
|
procedure SetCode(const aCode: nsAString); safecall;
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetArchive(aArchive: nsAString); safecall;
|
|
procedure SetArchive(const aArchive: nsAString); safecall;
|
|
procedure GetBorder(aBorder: nsAString); safecall;
|
|
procedure SetBorder(const aBorder: nsAString); safecall;
|
|
procedure GetCodeBase(aCodeBase: nsAString); safecall;
|
|
procedure SetCodeBase(const aCodeBase: nsAString); safecall;
|
|
procedure GetCodeType(aCodeType: nsAString); safecall;
|
|
procedure SetCodeType(const aCodeType: nsAString); safecall;
|
|
procedure GetData(aData: nsAString); safecall;
|
|
procedure SetData(const aData: nsAString); safecall;
|
|
function GetDeclare(): PRBool; safecall;
|
|
procedure SetDeclare(aDeclare: PRBool); safecall;
|
|
property Declare: PRBool read GetDeclare write SetDeclare;
|
|
procedure GetHeight(aHeight: nsAString); safecall;
|
|
procedure SetHeight(const aHeight: nsAString); safecall;
|
|
function GetHspace(): PRInt32; safecall;
|
|
procedure SetHspace(aHspace: PRInt32); safecall;
|
|
property Hspace: PRInt32 read GetHspace write SetHspace;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
procedure GetStandby(aStandby: nsAString); safecall;
|
|
procedure SetStandby(const aStandby: nsAString); safecall;
|
|
function GetTabIndex(): PRInt32; safecall;
|
|
procedure SetTabIndex(aTabIndex: PRInt32); safecall;
|
|
property TabIndex: PRInt32 read GetTabIndex write SetTabIndex;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
procedure GetUseMap(aUseMap: nsAString); safecall;
|
|
procedure SetUseMap(const aUseMap: nsAString); safecall;
|
|
function GetVspace(): PRInt32; safecall;
|
|
procedure SetVspace(aVspace: PRInt32); safecall;
|
|
property Vspace: PRInt32 read GetVspace write SetVspace;
|
|
procedure GetWidth(aWidth: nsAString); safecall;
|
|
procedure SetWidth(const aWidth: nsAString); safecall;
|
|
function GetContentDocument(): nsIDOMDocument_safe19; safecall;
|
|
property ContentDocument: nsIDOMDocument_safe19 read GetContentDocument;
|
|
end;
|
|
|
|
nsIDOMHTMLOListElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf909a-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(): PRBool; safecall;
|
|
procedure SetCompact(aCompact: PRBool); safecall;
|
|
property Compact: PRBool read GetCompact write SetCompact;
|
|
function GetStart(): PRInt32; safecall;
|
|
procedure SetStart(aStart: PRInt32); safecall;
|
|
property Start: PRInt32 read GetStart write SetStart;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLOptGroupElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9091-15b3-11d2-932e-00805f8add32}']
|
|
function GetDisabled(): PRBool; safecall;
|
|
procedure SetDisabled(aDisabled: PRBool); safecall;
|
|
property Disabled: PRBool read GetDisabled write SetDisabled;
|
|
procedure GetLabel(aLabel: nsAString); safecall;
|
|
procedure SetLabel(const aLabel: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLOptionElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9092-15b3-11d2-932e-00805f8add32}']
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
function GetDefaultSelected(): PRBool; safecall;
|
|
procedure SetDefaultSelected(aDefaultSelected: PRBool); safecall;
|
|
property DefaultSelected: PRBool read GetDefaultSelected write SetDefaultSelected;
|
|
procedure GetText(aText: nsAString); safecall;
|
|
function GetIndex(): PRInt32; safecall;
|
|
property Index: PRInt32 read GetIndex;
|
|
function GetDisabled(): PRBool; safecall;
|
|
procedure SetDisabled(aDisabled: PRBool); safecall;
|
|
property Disabled: PRBool read GetDisabled write SetDisabled;
|
|
procedure GetLabel(aLabel: nsAString); safecall;
|
|
procedure SetLabel(const aLabel: nsAString); safecall;
|
|
function GetSelected(): PRBool; safecall;
|
|
procedure SetSelected(aSelected: PRBool); safecall;
|
|
property Selected: PRBool read GetSelected write SetSelected;
|
|
procedure GetValue(aValue: nsAString); safecall;
|
|
procedure SetValue(const aValue: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLOptionsCollection_safe19 = interface(nsISupports_safe19)
|
|
['{bce0213c-f70f-488f-b93f-688acca55d63}']
|
|
function GetLength(): PRUint32; safecall;
|
|
procedure SetLength(aLength: PRUint32); safecall;
|
|
property Length: PRUint32 read GetLength write SetLength;
|
|
function Item(index: PRUint32): nsIDOMNode_safe19; safecall;
|
|
function NamedItem(const name: nsAString): nsIDOMNode_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLParagraphElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a1-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLParamElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90ad-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
procedure GetValue(aValue: nsAString); safecall;
|
|
procedure SetValue(const aValue: nsAString); safecall;
|
|
procedure GetValueType(aValueType: nsAString); safecall;
|
|
procedure SetValueType(const aValueType: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLPreElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a4-15b3-11d2-932e-00805f8add32}']
|
|
function GetWidth(): PRInt32; safecall;
|
|
procedure SetWidth(aWidth: PRInt32); safecall;
|
|
property Width: PRInt32 read GetWidth write SetWidth;
|
|
end;
|
|
|
|
nsIDOMHTMLQuoteElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90a3-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetCite(aCite: nsAString); safecall;
|
|
procedure SetCite(const aCite: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLScriptElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b1-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetText(aText: nsAString); safecall;
|
|
procedure SetText(const aText: nsAString); safecall;
|
|
procedure GetHtmlFor(aHtmlFor: nsAString); safecall;
|
|
procedure SetHtmlFor(const aHtmlFor: nsAString); safecall;
|
|
procedure GetEvent(aEvent: nsAString); safecall;
|
|
procedure SetEvent(const aEvent: nsAString); safecall;
|
|
procedure GetCharset(aCharset: nsAString); safecall;
|
|
procedure SetCharset(const aCharset: nsAString); safecall;
|
|
function GetDefer(): PRBool; safecall;
|
|
procedure SetDefer(aDefer: PRBool); safecall;
|
|
property Defer: PRBool read GetDefer write SetDefer;
|
|
procedure GetSrc(aSrc: nsAString); safecall;
|
|
procedure SetSrc(const aSrc: nsAString); safecall;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLSelectElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9090-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetType(aType: nsAString); safecall;
|
|
function GetSelectedIndex(): PRInt32; safecall;
|
|
procedure SetSelectedIndex(aSelectedIndex: PRInt32); safecall;
|
|
property SelectedIndex: PRInt32 read GetSelectedIndex write SetSelectedIndex;
|
|
procedure GetValue(aValue: nsAString); safecall;
|
|
procedure SetValue(const aValue: nsAString); safecall;
|
|
function GetLength(): PRUint32; safecall;
|
|
procedure SetLength(aLength: PRUint32); safecall;
|
|
property Length: PRUint32 read GetLength write SetLength;
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
function GetOptions(): nsIDOMHTMLOptionsCollection_safe19; safecall;
|
|
property Options: nsIDOMHTMLOptionsCollection_safe19 read GetOptions;
|
|
function GetDisabled(): PRBool; safecall;
|
|
procedure SetDisabled(aDisabled: PRBool); safecall;
|
|
property Disabled: PRBool read GetDisabled write SetDisabled;
|
|
function GetMultiple(): PRBool; safecall;
|
|
procedure SetMultiple(aMultiple: PRBool); safecall;
|
|
property Multiple: PRBool read GetMultiple write SetMultiple;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
function GetSize(): PRInt32; safecall;
|
|
procedure SetSize(aSize: PRInt32); safecall;
|
|
property Size: PRInt32 read GetSize write SetSize;
|
|
function GetTabIndex(): PRInt32; safecall;
|
|
procedure SetTabIndex(aTabIndex: PRInt32); safecall;
|
|
property TabIndex: PRInt32 read GetTabIndex write SetTabIndex;
|
|
procedure Add(element: nsIDOMHTMLElement_safe19; before: nsIDOMHTMLElement_safe19); safecall;
|
|
procedure Remove(index: PRInt32); safecall;
|
|
procedure Blur(); safecall;
|
|
procedure Focus(); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLStyleElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf908d-15b3-11d2-932e-00805f8add32}']
|
|
function GetDisabled(): PRBool; safecall;
|
|
procedure SetDisabled(aDisabled: PRBool); safecall;
|
|
property Disabled: PRBool read GetDisabled write SetDisabled;
|
|
procedure GetMedia(aMedia: nsAString); safecall;
|
|
procedure SetMedia(const aMedia: nsAString); safecall;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLTableCaptionElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b3-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLTableCellElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b7-15b3-11d2-932e-00805f8add32}']
|
|
function GetCellIndex(): PRInt32; safecall;
|
|
property CellIndex: PRInt32 read GetCellIndex;
|
|
procedure GetAbbr(aAbbr: nsAString); safecall;
|
|
procedure SetAbbr(const aAbbr: nsAString); safecall;
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetAxis(aAxis: nsAString); safecall;
|
|
procedure SetAxis(const aAxis: nsAString); safecall;
|
|
procedure GetBgColor(aBgColor: nsAString); safecall;
|
|
procedure SetBgColor(const aBgColor: nsAString); safecall;
|
|
procedure GetCh(aCh: nsAString); safecall;
|
|
procedure SetCh(const aCh: nsAString); safecall;
|
|
procedure GetChOff(aChOff: nsAString); safecall;
|
|
procedure SetChOff(const aChOff: nsAString); safecall;
|
|
function GetColSpan(): PRInt32; safecall;
|
|
procedure SetColSpan(aColSpan: PRInt32); safecall;
|
|
property ColSpan: PRInt32 read GetColSpan write SetColSpan;
|
|
procedure GetHeaders(aHeaders: nsAString); safecall;
|
|
procedure SetHeaders(const aHeaders: nsAString); safecall;
|
|
procedure GetHeight(aHeight: nsAString); safecall;
|
|
procedure SetHeight(const aHeight: nsAString); safecall;
|
|
function GetNoWrap(): PRBool; safecall;
|
|
procedure SetNoWrap(aNoWrap: PRBool); safecall;
|
|
property NoWrap: PRBool read GetNoWrap write SetNoWrap;
|
|
function GetRowSpan(): PRInt32; safecall;
|
|
procedure SetRowSpan(aRowSpan: PRInt32); safecall;
|
|
property RowSpan: PRInt32 read GetRowSpan write SetRowSpan;
|
|
procedure GetScope(aScope: nsAString); safecall;
|
|
procedure SetScope(const aScope: nsAString); safecall;
|
|
procedure GetVAlign(aVAlign: nsAString); safecall;
|
|
procedure SetVAlign(const aVAlign: nsAString); safecall;
|
|
procedure GetWidth(aWidth: nsAString); safecall;
|
|
procedure SetWidth(const aWidth: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLTableColElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b4-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetCh(aCh: nsAString); safecall;
|
|
procedure SetCh(const aCh: nsAString); safecall;
|
|
procedure GetChOff(aChOff: nsAString); safecall;
|
|
procedure SetChOff(const aChOff: nsAString); safecall;
|
|
function GetSpan(): PRInt32; safecall;
|
|
procedure SetSpan(aSpan: PRInt32); safecall;
|
|
property Span: PRInt32 read GetSpan write SetSpan;
|
|
procedure GetVAlign(aVAlign: nsAString); safecall;
|
|
procedure SetVAlign(const aVAlign: nsAString); safecall;
|
|
procedure GetWidth(aWidth: nsAString); safecall;
|
|
procedure SetWidth(const aWidth: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLTableElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b2-15b3-11d2-932e-00805f8add32}']
|
|
function GetCaption(): nsIDOMHTMLTableCaptionElement_safe19; safecall;
|
|
procedure SetCaption(aCaption: nsIDOMHTMLTableCaptionElement_safe19); safecall;
|
|
property Caption: nsIDOMHTMLTableCaptionElement_safe19 read GetCaption write SetCaption;
|
|
function GetTHead(): nsIDOMHTMLTableSectionElement_safe19; safecall;
|
|
procedure SetTHead(aTHead: nsIDOMHTMLTableSectionElement_safe19); safecall;
|
|
property THead: nsIDOMHTMLTableSectionElement_safe19 read GetTHead write SetTHead;
|
|
function GetTFoot(): nsIDOMHTMLTableSectionElement_safe19; safecall;
|
|
procedure SetTFoot(aTFoot: nsIDOMHTMLTableSectionElement_safe19); safecall;
|
|
property TFoot: nsIDOMHTMLTableSectionElement_safe19 read GetTFoot write SetTFoot;
|
|
function GetRows(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Rows: nsIDOMHTMLCollection_safe19 read GetRows;
|
|
function GetTBodies(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property TBodies: nsIDOMHTMLCollection_safe19 read GetTBodies;
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetBgColor(aBgColor: nsAString); safecall;
|
|
procedure SetBgColor(const aBgColor: nsAString); safecall;
|
|
procedure GetBorder(aBorder: nsAString); safecall;
|
|
procedure SetBorder(const aBorder: nsAString); safecall;
|
|
procedure GetCellPadding(aCellPadding: nsAString); safecall;
|
|
procedure SetCellPadding(const aCellPadding: nsAString); safecall;
|
|
procedure GetCellSpacing(aCellSpacing: nsAString); safecall;
|
|
procedure SetCellSpacing(const aCellSpacing: nsAString); safecall;
|
|
procedure GetFrame(aFrame: nsAString); safecall;
|
|
procedure SetFrame(const aFrame: nsAString); safecall;
|
|
procedure GetRules(aRules: nsAString); safecall;
|
|
procedure SetRules(const aRules: nsAString); safecall;
|
|
procedure GetSummary(aSummary: nsAString); safecall;
|
|
procedure SetSummary(const aSummary: nsAString); safecall;
|
|
procedure GetWidth(aWidth: nsAString); safecall;
|
|
procedure SetWidth(const aWidth: nsAString); safecall;
|
|
function CreateTHead(): nsIDOMHTMLElement_safe19; safecall;
|
|
procedure DeleteTHead(); safecall;
|
|
function CreateTFoot(): nsIDOMHTMLElement_safe19; safecall;
|
|
procedure DeleteTFoot(); safecall;
|
|
function CreateCaption(): nsIDOMHTMLElement_safe19; safecall;
|
|
procedure DeleteCaption(); safecall;
|
|
function InsertRow(index: PRInt32): nsIDOMHTMLElement_safe19; safecall;
|
|
procedure DeleteRow(index: PRInt32); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLTableRowElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b6-15b3-11d2-932e-00805f8add32}']
|
|
function GetRowIndex(): PRInt32; safecall;
|
|
property RowIndex: PRInt32 read GetRowIndex;
|
|
function GetSectionRowIndex(): PRInt32; safecall;
|
|
property SectionRowIndex: PRInt32 read GetSectionRowIndex;
|
|
function GetCells(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Cells: nsIDOMHTMLCollection_safe19 read GetCells;
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetBgColor(aBgColor: nsAString); safecall;
|
|
procedure SetBgColor(const aBgColor: nsAString); safecall;
|
|
procedure GetCh(aCh: nsAString); safecall;
|
|
procedure SetCh(const aCh: nsAString); safecall;
|
|
procedure GetChOff(aChOff: nsAString); safecall;
|
|
procedure SetChOff(const aChOff: nsAString); safecall;
|
|
procedure GetVAlign(aVAlign: nsAString); safecall;
|
|
procedure SetVAlign(const aVAlign: nsAString); safecall;
|
|
function InsertCell(index: PRInt32): nsIDOMHTMLElement_safe19; safecall;
|
|
procedure DeleteCell(index: PRInt32); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLTableSectionElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf90b5-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetAlign(aAlign: nsAString); safecall;
|
|
procedure SetAlign(const aAlign: nsAString); safecall;
|
|
procedure GetCh(aCh: nsAString); safecall;
|
|
procedure SetCh(const aCh: nsAString); safecall;
|
|
procedure GetChOff(aChOff: nsAString); safecall;
|
|
procedure SetChOff(const aChOff: nsAString); safecall;
|
|
procedure GetVAlign(aVAlign: nsAString); safecall;
|
|
procedure SetVAlign(const aVAlign: nsAString); safecall;
|
|
function GetRows(): nsIDOMHTMLCollection_safe19; safecall;
|
|
property Rows: nsIDOMHTMLCollection_safe19 read GetRows;
|
|
function InsertRow(index: PRInt32): nsIDOMHTMLElement_safe19; safecall;
|
|
procedure DeleteRow(index: PRInt32); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLTextAreaElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9094-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetDefaultValue(aDefaultValue: nsAString); safecall;
|
|
procedure SetDefaultValue(const aDefaultValue: nsAString); safecall;
|
|
function GetForm(): nsIDOMHTMLFormElement_safe19; safecall;
|
|
property Form: nsIDOMHTMLFormElement_safe19 read GetForm;
|
|
procedure GetAccessKey(aAccessKey: nsAString); safecall;
|
|
procedure SetAccessKey(const aAccessKey: nsAString); safecall;
|
|
function GetCols(): PRInt32; safecall;
|
|
procedure SetCols(aCols: PRInt32); safecall;
|
|
property Cols: PRInt32 read GetCols write SetCols;
|
|
function GetDisabled(): PRBool; safecall;
|
|
procedure SetDisabled(aDisabled: PRBool); safecall;
|
|
property Disabled: PRBool read GetDisabled write SetDisabled;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
function GetReadOnly(): PRBool; safecall;
|
|
procedure SetReadOnly(aReadOnly: PRBool); safecall;
|
|
property ReadOnly: PRBool read GetReadOnly write SetReadOnly;
|
|
function GetRows(): PRInt32; safecall;
|
|
procedure SetRows(aRows: PRInt32); safecall;
|
|
property Rows: PRInt32 read GetRows write SetRows;
|
|
function GetTabIndex(): PRInt32; safecall;
|
|
procedure SetTabIndex(aTabIndex: PRInt32); safecall;
|
|
property TabIndex: PRInt32 read GetTabIndex write SetTabIndex;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure GetValue(aValue: nsAString); safecall;
|
|
procedure SetValue(const aValue: nsAString); safecall;
|
|
procedure Blur(); safecall;
|
|
procedure Focus(); safecall;
|
|
procedure Select(); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLTitleElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9089-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetText(aText: nsAString); safecall;
|
|
procedure SetText(const aText: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMHTMLUListElement_safe19 = interface(nsIDOMHTMLElement_safe19)
|
|
['{a6cf9099-15b3-11d2-932e-00805f8add32}']
|
|
function GetCompact(): PRBool; safecall;
|
|
procedure SetCompact(aCompact: PRBool); safecall;
|
|
property Compact: PRBool read GetCompact write SetCompact;
|
|
procedure GetType(aType: nsAString); safecall;
|
|
procedure SetType(const aType: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMMediaList_safe19 = interface(nsISupports_safe19)
|
|
['{9b0c2ed7-111c-4824-adf9-ef0da6dad371}']
|
|
procedure GetMediaText(aMediaText: nsAString); safecall;
|
|
procedure SetMediaText(const aMediaText: nsAString); safecall;
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
procedure Item(index: PRUint32; _retval: nsAString); safecall;
|
|
procedure DeleteMedium(const oldMedium: nsAString); safecall;
|
|
procedure AppendMedium(const newMedium: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMUIEvent_safe19 = interface(nsIDOMEvent_safe19)
|
|
['{a6cf90c3-15b3-11d2-932e-00805f8add32}']
|
|
function GetView(): nsIDOMAbstractView_safe19; safecall;
|
|
property View: nsIDOMAbstractView_safe19 read GetView;
|
|
function GetDetail(): PRInt32; safecall;
|
|
property Detail: PRInt32 read GetDetail;
|
|
procedure InitUIEvent(const typeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool; viewArg: nsIDOMAbstractView_safe19; detailArg: PRInt32); safecall;
|
|
end;
|
|
|
|
nsIDOMMouseEvent_safe19 = interface(nsIDOMUIEvent_safe19)
|
|
['{ff751edc-8b02-aae7-0010-8301838a3123}']
|
|
function GetScreenX(): PRInt32; safecall;
|
|
property ScreenX: PRInt32 read GetScreenX;
|
|
function GetScreenY(): PRInt32; safecall;
|
|
property ScreenY: PRInt32 read GetScreenY;
|
|
function GetClientX(): PRInt32; safecall;
|
|
property ClientX: PRInt32 read GetClientX;
|
|
function GetClientY(): PRInt32; safecall;
|
|
property ClientY: PRInt32 read GetClientY;
|
|
function GetCtrlKey(): PRBool; safecall;
|
|
property CtrlKey: PRBool read GetCtrlKey;
|
|
function GetShiftKey(): PRBool; safecall;
|
|
property ShiftKey: PRBool read GetShiftKey;
|
|
function GetAltKey(): PRBool; safecall;
|
|
property AltKey: PRBool read GetAltKey;
|
|
function GetMetaKey(): PRBool; safecall;
|
|
property MetaKey: PRBool read GetMetaKey;
|
|
function GetButton(): PRUint16; safecall;
|
|
property Button: PRUint16 read GetButton;
|
|
function GetRelatedTarget(): nsIDOMEventTarget_safe19; safecall;
|
|
property RelatedTarget: nsIDOMEventTarget_safe19 read GetRelatedTarget;
|
|
procedure InitMouseEvent(const typeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool; viewArg: nsIDOMAbstractView_safe19; detailArg: PRInt32; screenXArg: PRInt32; screenYArg: PRInt32; clientXArg: PRInt32; clientYArg: PRInt32; ctrlKeyArg: PRBool; altKeyArg: PRBool; shiftKeyArg: PRBool; metaKeyArg: PRBool; buttonArg: PRUint16; relatedTargetArg: nsIDOMEventTarget_safe19); safecall;
|
|
end;
|
|
|
|
nsIDOMNamedNodeMap_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf907b-15b3-11d2-932e-00805f8add32}']
|
|
function GetNamedItem(const name: nsAString): nsIDOMNode_safe19; safecall;
|
|
function SetNamedItem(arg: nsIDOMNode_safe19): nsIDOMNode_safe19; safecall;
|
|
function RemoveNamedItem(const name: nsAString): nsIDOMNode_safe19; safecall;
|
|
function Item(index: PRUint32): nsIDOMNode_safe19; safecall;
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
function GetNamedItemNS(const namespaceURI: nsAString; const localName: nsAString): nsIDOMNode_safe19; safecall;
|
|
function SetNamedItemNS(arg: nsIDOMNode_safe19): nsIDOMNode_safe19; safecall;
|
|
function RemoveNamedItemNS(const namespaceURI: nsAString; const localName: nsAString): nsIDOMNode_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMNodeList_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf907d-15b3-11d2-932e-00805f8add32}']
|
|
function Item(index: PRUint32): nsIDOMNode_safe19; safecall;
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
end;
|
|
|
|
nsIDOMNotation_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf907e-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetPublicId(aPublicId: nsAString); safecall;
|
|
procedure GetSystemId(aSystemId: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMOfflineResourceList_safe19 = interface(nsISupports_safe19)
|
|
['{8449bce2-0d8c-4c74-ab79-b41b8d81f1c4}']
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
procedure Item(index: PRUint32; _retval: nsAString); safecall;
|
|
procedure Add(const uri: nsAString); safecall;
|
|
procedure Remove(const uri: nsAString); safecall;
|
|
function GetStatus(): PRUint16; safecall;
|
|
property Status: PRUint16 read GetStatus;
|
|
procedure Update(); safecall;
|
|
procedure SwapCache(); safecall;
|
|
function GetOnchecking(): nsIDOMEventListener_safe19; safecall;
|
|
procedure SetOnchecking(aOnchecking: nsIDOMEventListener_safe19); safecall;
|
|
property Onchecking: nsIDOMEventListener_safe19 read GetOnchecking write SetOnchecking;
|
|
function GetOnerror(): nsIDOMEventListener_safe19; safecall;
|
|
procedure SetOnerror(aOnerror: nsIDOMEventListener_safe19); safecall;
|
|
property Onerror: nsIDOMEventListener_safe19 read GetOnerror write SetOnerror;
|
|
function GetOnnoupdate(): nsIDOMEventListener_safe19; safecall;
|
|
procedure SetOnnoupdate(aOnnoupdate: nsIDOMEventListener_safe19); safecall;
|
|
property Onnoupdate: nsIDOMEventListener_safe19 read GetOnnoupdate write SetOnnoupdate;
|
|
function GetOndownloading(): nsIDOMEventListener_safe19; safecall;
|
|
procedure SetOndownloading(aOndownloading: nsIDOMEventListener_safe19); safecall;
|
|
property Ondownloading: nsIDOMEventListener_safe19 read GetOndownloading write SetOndownloading;
|
|
function GetOnprogress(): nsIDOMEventListener_safe19; safecall;
|
|
procedure SetOnprogress(aOnprogress: nsIDOMEventListener_safe19); safecall;
|
|
property Onprogress: nsIDOMEventListener_safe19 read GetOnprogress write SetOnprogress;
|
|
function GetOnupdateready(): nsIDOMEventListener_safe19; safecall;
|
|
procedure SetOnupdateready(aOnupdateready: nsIDOMEventListener_safe19); safecall;
|
|
property Onupdateready: nsIDOMEventListener_safe19 read GetOnupdateready write SetOnupdateready;
|
|
function GetOncached(): nsIDOMEventListener_safe19; safecall;
|
|
procedure SetOncached(aOncached: nsIDOMEventListener_safe19); safecall;
|
|
property Oncached: nsIDOMEventListener_safe19 read GetOncached write SetOncached;
|
|
end;
|
|
|
|
nsIDOMProcessingInstruction_safe19 = interface(nsIDOMNode_safe19)
|
|
['{a6cf907f-15b3-11d2-932e-00805f8add32}']
|
|
procedure GetTarget(aTarget: nsAString); safecall;
|
|
procedure GetData(aData: nsAString); safecall;
|
|
procedure SetData(const aData: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMRange_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf90ce-15b3-11d2-932e-00805f8add32}']
|
|
function GetStartContainer(): nsIDOMNode_safe19; safecall;
|
|
property StartContainer: nsIDOMNode_safe19 read GetStartContainer;
|
|
function GetStartOffset(): PRInt32; safecall;
|
|
property StartOffset: PRInt32 read GetStartOffset;
|
|
function GetEndContainer(): nsIDOMNode_safe19; safecall;
|
|
property EndContainer: nsIDOMNode_safe19 read GetEndContainer;
|
|
function GetEndOffset(): PRInt32; safecall;
|
|
property EndOffset: PRInt32 read GetEndOffset;
|
|
function GetCollapsed(): PRBool; safecall;
|
|
property Collapsed: PRBool read GetCollapsed;
|
|
function GetCommonAncestorContainer(): nsIDOMNode_safe19; safecall;
|
|
property CommonAncestorContainer: nsIDOMNode_safe19 read GetCommonAncestorContainer;
|
|
procedure SetStart(refNode: nsIDOMNode_safe19; offset: PRInt32); safecall;
|
|
procedure SetEnd(refNode: nsIDOMNode_safe19; offset: PRInt32); safecall;
|
|
procedure SetStartBefore(refNode: nsIDOMNode_safe19); safecall;
|
|
procedure SetStartAfter(refNode: nsIDOMNode_safe19); safecall;
|
|
procedure SetEndBefore(refNode: nsIDOMNode_safe19); safecall;
|
|
procedure SetEndAfter(refNode: nsIDOMNode_safe19); safecall;
|
|
procedure Collapse(toStart: PRBool); safecall;
|
|
procedure SelectNode(refNode: nsIDOMNode_safe19); safecall;
|
|
procedure SelectNodeContents(refNode: nsIDOMNode_safe19); safecall;
|
|
function CompareBoundaryPoints(how: PRUint16; sourceRange: nsIDOMRange_safe19): PRInt16; safecall;
|
|
procedure DeleteContents(); safecall;
|
|
function ExtractContents(): nsIDOMDocumentFragment_safe19; safecall;
|
|
function CloneContents(): nsIDOMDocumentFragment_safe19; safecall;
|
|
procedure InsertNode(newNode: nsIDOMNode_safe19); safecall;
|
|
procedure SurroundContents(newParent: nsIDOMNode_safe19); safecall;
|
|
function CloneRange(): nsIDOMRange_safe19; safecall;
|
|
procedure ToString(_retval: nsAString); safecall;
|
|
procedure Detach(); safecall;
|
|
end;
|
|
|
|
nsIDOMRect_safe19 = interface(nsISupports_safe19)
|
|
['{71735f62-ac5c-4236-9a1f-5ffb280d531c}']
|
|
function GetTop(): nsIDOMCSSPrimitiveValue_safe19; safecall;
|
|
property Top: nsIDOMCSSPrimitiveValue_safe19 read GetTop;
|
|
function GetRight(): nsIDOMCSSPrimitiveValue_safe19; safecall;
|
|
property Right: nsIDOMCSSPrimitiveValue_safe19 read GetRight;
|
|
function GetBottom(): nsIDOMCSSPrimitiveValue_safe19; safecall;
|
|
property Bottom: nsIDOMCSSPrimitiveValue_safe19 read GetBottom;
|
|
function GetLeft(): nsIDOMCSSPrimitiveValue_safe19; safecall;
|
|
property Left: nsIDOMCSSPrimitiveValue_safe19 read GetLeft;
|
|
end;
|
|
|
|
nsIDOMRGBColor_safe19 = interface(nsISupports_safe19)
|
|
['{6aff3102-320d-4986-9790-12316bb87cf9}']
|
|
function GetRed(): nsIDOMCSSPrimitiveValue_safe19; safecall;
|
|
property Red: nsIDOMCSSPrimitiveValue_safe19 read GetRed;
|
|
function GetGreen(): nsIDOMCSSPrimitiveValue_safe19; safecall;
|
|
property Green: nsIDOMCSSPrimitiveValue_safe19 read GetGreen;
|
|
function GetBlue(): nsIDOMCSSPrimitiveValue_safe19; safecall;
|
|
property Blue: nsIDOMCSSPrimitiveValue_safe19 read GetBlue;
|
|
end;
|
|
|
|
nsIDOMStorage_safe19 = interface(nsISupports_safe19)
|
|
['{95cc1383-3b62-4b89-aaef-1004a513ef47}']
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
procedure Key(index: PRUint32; _retval: nsAString); safecall;
|
|
function GetItem(const key: nsAString): nsIDOMStorageItem_safe19; safecall;
|
|
procedure SetItem(const key: nsAString; const data: nsAString); safecall;
|
|
procedure RemoveItem(const key: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMStorageEvent_safe19 = interface(nsIDOMEvent_safe19)
|
|
['{fc540c28-8edd-4b7a-9c30-8638289b7a7d}']
|
|
procedure GetDomain(aDomain: nsAString); safecall;
|
|
procedure InitStorageEvent(const typeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool; const domainArg: nsAString); safecall;
|
|
procedure InitStorageEventNS(const namespaceURIArg: nsAString; const typeArg: nsAString; canBubbleArg: PRBool; cancelableArg: PRBool; const domainArg: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMStorageItem_safe19 = interface(nsISupports_safe19)
|
|
['{0cc37c78-4c5f-48e1-adfc-7480b8fe9dc4}']
|
|
function GetSecure(): PRBool; safecall;
|
|
procedure SetSecure(aSecure: PRBool); safecall;
|
|
property Secure: PRBool read GetSecure write SetSecure;
|
|
procedure GetValue(aValue: nsAString); safecall;
|
|
procedure SetValue(const aValue: nsAString); safecall;
|
|
end;
|
|
|
|
nsIDOMStorageList_safe19 = interface(nsISupports_safe19)
|
|
['{f2166929-91b6-4372-8d5f-c366f47a5f54}']
|
|
function NamedItem(const domain: nsAString): nsIDOMStorage_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMStorageWindow_safe19 = interface(nsISupports_safe19)
|
|
['{55e9c181-2476-47cf-97f8-efdaaf7b6f7a}']
|
|
function GetSessionStorage(): nsIDOMStorage_safe19; safecall;
|
|
property SessionStorage: nsIDOMStorage_safe19 read GetSessionStorage;
|
|
function GetGlobalStorage(): nsIDOMStorageList_safe19; safecall;
|
|
property GlobalStorage: nsIDOMStorageList_safe19 read GetGlobalStorage;
|
|
end;
|
|
|
|
nsIDOMStyleSheetList_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf9081-15b3-11d2-932e-00805f8add32}']
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
function Item(index: PRUint32): nsIDOMStyleSheet_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMWindow_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf906b-15b3-11d2-932e-00805f8add32}']
|
|
function GetDocument(): nsIDOMDocument_safe19; safecall;
|
|
property Document: nsIDOMDocument_safe19 read GetDocument;
|
|
function GetParent(): nsIDOMWindow_safe19; safecall;
|
|
property Parent: nsIDOMWindow_safe19 read GetParent;
|
|
function GetTop(): nsIDOMWindow_safe19; safecall;
|
|
property Top: nsIDOMWindow_safe19 read GetTop;
|
|
function GetScrollbars(): nsIDOMBarProp_safe19; safecall;
|
|
property Scrollbars: nsIDOMBarProp_safe19 read GetScrollbars;
|
|
function GetFrames(): nsIDOMWindowCollection_safe19; safecall;
|
|
property Frames: nsIDOMWindowCollection_safe19 read GetFrames;
|
|
procedure GetName(aName: nsAString); safecall;
|
|
procedure SetName(const aName: nsAString); safecall;
|
|
function GetTextZoom(): Single; safecall;
|
|
procedure SetTextZoom(aTextZoom: Single); safecall;
|
|
property TextZoom: Single read GetTextZoom write SetTextZoom;
|
|
function GetScrollX(): PRInt32; safecall;
|
|
property ScrollX: PRInt32 read GetScrollX;
|
|
function GetScrollY(): PRInt32; safecall;
|
|
property ScrollY: PRInt32 read GetScrollY;
|
|
procedure ScrollTo(xScroll: PRInt32; yScroll: PRInt32); safecall;
|
|
procedure ScrollBy(xScrollDif: PRInt32; yScrollDif: PRInt32); safecall;
|
|
function GetSelection(): nsISelection_safe19; safecall;
|
|
procedure ScrollByLines(numLines: PRInt32); safecall;
|
|
procedure ScrollByPages(numPages: PRInt32); safecall;
|
|
procedure SizeToContent(); safecall;
|
|
end;
|
|
|
|
nsIDOMWindow2_safe19 = interface(nsIDOMWindow_safe19)
|
|
['{73c5fa35-3add-4c87-a303-a850ccf4d65a}']
|
|
function GetWindowRoot(): nsIDOMEventTarget_safe19; safecall;
|
|
property WindowRoot: nsIDOMEventTarget_safe19 read GetWindowRoot;
|
|
function GetApplicationCache(): nsIDOMOfflineResourceList_safe19; safecall;
|
|
property ApplicationCache: nsIDOMOfflineResourceList_safe19 read GetApplicationCache;
|
|
end;
|
|
|
|
nsIDOMWindowCollection_safe19 = interface(nsISupports_safe19)
|
|
['{a6cf906f-15b3-11d2-932e-00805f8add32}']
|
|
function GetLength(): PRUint32; safecall;
|
|
property Length: PRUint32 read GetLength;
|
|
function Item(index: PRUint32): nsIDOMWindow_safe19; safecall;
|
|
function NamedItem(const name: nsAString): nsIDOMWindow_safe19; safecall;
|
|
end;
|
|
|
|
nsIDOMWindowUtils_safe19 = interface(nsISupports_safe19)
|
|
['{1cfc1a0a-e348-4b18-b61b-935c192f85c4}']
|
|
function GetImageAnimationMode(): PRUint16; safecall;
|
|
procedure SetImageAnimationMode(aImageAnimationMode: PRUint16); safecall;
|
|
property ImageAnimationMode: PRUint16 read GetImageAnimationMode write SetImageAnimationMode;
|
|
function GetDocCharsetIsForced(): PRBool; safecall;
|
|
property DocCharsetIsForced: PRBool read GetDocCharsetIsForced;
|
|
procedure GetDocumentMetadata(const aName: nsAString; _retval: nsAString); safecall;
|
|
procedure Redraw(); safecall;
|
|
procedure SendMouseEvent(const aType: nsAString; aX: PRInt32; aY: PRInt32; aButton: PRInt32; aClickCount: PRInt32; aModifiers: PRInt32); safecall;
|
|
procedure SendKeyEvent(const aType: nsAString; aKeyCode: PRInt32; aCharCode: PRInt32; aModifiers: PRInt32); safecall;
|
|
procedure SendNativeKeyEvent(aNativeKeyboardLayout: PRInt32; aNativeKeyCode: PRInt32; aModifierFlags: PRInt32; const aCharacters: nsAString; const aUnmodifiedCharacters: nsAString); safecall;
|
|
procedure Focus(aElement: nsIDOMElement_safe19); safecall;
|
|
procedure GarbageCollect(); safecall;
|
|
end;
|
|
|
|
nsIEmbeddingSiteWindow_safe19 = interface(nsISupports_safe19)
|
|
['{3e5432cd-9568-4bd1-8cbe-d50aba110743}']
|
|
procedure SetDimensions(flags: PRUint32; x: PRInt32; y: PRInt32; cx: PRInt32; cy: PRInt32); safecall;
|
|
procedure GetDimensions(flags: PRUint32; out x: PRInt32; out y: PRInt32; out cx: PRInt32; out cy: PRInt32); safecall;
|
|
procedure SetFocus(); safecall;
|
|
function GetVisibility(): PRBool; safecall;
|
|
procedure SetVisibility(aVisibility: PRBool); safecall;
|
|
property Visibility: PRBool read GetVisibility write SetVisibility;
|
|
function GetTitle(): PWideChar; safecall;
|
|
procedure SetTitle(const aTitle: PWideChar); safecall;
|
|
property Title: PWideChar read GetTitle write SetTitle;
|
|
function GetSiteWindow(): Pointer; safecall;
|
|
property SiteWindow: Pointer read GetSiteWindow;
|
|
end;
|
|
|
|
nsIFactory_safe19 = interface(nsISupports_safe19)
|
|
['{00000001-0000-0000-c000-000000000046}']
|
|
procedure CreateInstance(aOuter: nsISupports_safe19; constref iid: TGUID; out _result); safecall;
|
|
procedure LockFactory(lock: PRBool); safecall;
|
|
end;
|
|
|
|
nsIURI_safe19 = interface(nsISupports_safe19)
|
|
['{07a22cc0-0ce5-11d3-9331-00104ba0fd40}']
|
|
procedure GetSpec(aSpec: nsACString); safecall;
|
|
procedure SetSpec(const aSpec: nsACString); safecall;
|
|
procedure GetPrePath(aPrePath: nsACString); safecall;
|
|
procedure GetScheme(aScheme: nsACString); safecall;
|
|
procedure SetScheme(const aScheme: nsACString); safecall;
|
|
procedure GetUserPass(aUserPass: nsACString); safecall;
|
|
procedure SetUserPass(const aUserPass: nsACString); safecall;
|
|
procedure GetUsername(aUsername: nsACString); safecall;
|
|
procedure SetUsername(const aUsername: nsACString); safecall;
|
|
procedure GetPassword(aPassword: nsACString); safecall;
|
|
procedure SetPassword(const aPassword: nsACString); safecall;
|
|
procedure GetHostPort(aHostPort: nsACString); safecall;
|
|
procedure SetHostPort(const aHostPort: nsACString); safecall;
|
|
procedure GetHost(aHost: nsACString); safecall;
|
|
procedure SetHost(const aHost: nsACString); safecall;
|
|
function GetPort(): PRInt32; safecall;
|
|
procedure SetPort(aPort: PRInt32); safecall;
|
|
property Port: PRInt32 read GetPort write SetPort;
|
|
procedure GetPath(aPath: nsACString); safecall;
|
|
procedure SetPath(const aPath: nsACString); safecall;
|
|
function Equals(other: nsIURI_safe19): PRBool; safecall;
|
|
function SchemeIs(const scheme: PAnsiChar): PRBool; safecall;
|
|
function Clone(): nsIURI_safe19; safecall;
|
|
procedure Resolve(const relativePath: nsACString; _retval: nsACString); safecall;
|
|
procedure GetAsciiSpec(aAsciiSpec: nsACString); safecall;
|
|
procedure GetAsciiHost(aAsciiHost: nsACString); safecall;
|
|
procedure GetOriginCharset(aOriginCharset: nsACString); safecall;
|
|
end;
|
|
|
|
nsIURL_safe19 = interface(nsIURI_safe19)
|
|
['{d6116970-8034-11d3-9399-00104ba0fd40}']
|
|
procedure GetFilePath(aFilePath: nsACString); safecall;
|
|
procedure SetFilePath(const aFilePath: nsACString); safecall;
|
|
procedure GetParam(aParam: nsACString); safecall;
|
|
procedure SetParam(const aParam: nsACString); safecall;
|
|
procedure GetQuery(aQuery: nsACString); safecall;
|
|
procedure SetQuery(const aQuery: nsACString); safecall;
|
|
procedure GetRef(aRef: nsACString); safecall;
|
|
procedure SetRef(const aRef: nsACString); safecall;
|
|
procedure GetDirectory(aDirectory: nsACString); safecall;
|
|
procedure SetDirectory(const aDirectory: nsACString); safecall;
|
|
procedure GetFileName(aFileName: nsACString); safecall;
|
|
procedure SetFileName(const aFileName: nsACString); safecall;
|
|
procedure GetFileBaseName(aFileBaseName: nsACString); safecall;
|
|
procedure SetFileBaseName(const aFileBaseName: nsACString); safecall;
|
|
procedure GetFileExtension(aFileExtension: nsACString); safecall;
|
|
procedure SetFileExtension(const aFileExtension: nsACString); safecall;
|
|
procedure GetCommonBaseSpec(aURIToCompare: nsIURI_safe19; _retval: nsACString); safecall;
|
|
procedure GetRelativeSpec(aURIToCompare: nsIURI_safe19; _retval: nsACString); safecall;
|
|
end;
|
|
|
|
nsIFileURL_safe19 = interface(nsIURL_safe19)
|
|
['{d26b2e2e-1dd1-11b2-88f3-8545a7ba7949}']
|
|
function GetFile(): nsIFile_safe19; safecall;
|
|
procedure SetFile(aFile: nsIFile_safe19); safecall;
|
|
property _File: nsIFile_safe19 read GetFile write SetFile;
|
|
end;
|
|
|
|
nsIGlobalHistory_safe19 = interface(nsISupports_safe19)
|
|
['{9491c383-e3c4-11d2-bdbe-0050040a9b44}']
|
|
procedure AddPage(const aURL: PAnsiChar); safecall;
|
|
function IsVisited(const aURL: PAnsiChar): PRBool; safecall;
|
|
end;
|
|
|
|
nsIHashable_safe19 = interface(nsISupports_safe19)
|
|
['{17e595fa-b57a-4933-bd0f-b1812e8ab188}']
|
|
function Equals(aOther: nsIHashable_safe19): PRBool; safecall;
|
|
function GetHashCode(): PRUint32; safecall;
|
|
property HashCode: PRUint32 read GetHashCode;
|
|
end;
|
|
|
|
nsIHistoryEntry_safe19 = interface(nsISupports_safe19)
|
|
['{a41661d4-1417-11d5-9882-00c04fa02f40}']
|
|
function GetURI(): nsIURI_safe19; safecall;
|
|
property URI: nsIURI_safe19 read GetURI;
|
|
function GetTitle(): PWideChar; safecall;
|
|
property Title: PWideChar read GetTitle;
|
|
function GetIsSubFrame(): PRBool; safecall;
|
|
property IsSubFrame: PRBool read GetIsSubFrame;
|
|
end;
|
|
|
|
nsIHttpChannel_safe19 = interface(nsIChannel_safe19)
|
|
['{9277fe09-f0cc-4cd9-bbce-581dd94b0260}']
|
|
procedure GetRequestMethod(aRequestMethod: nsACString); safecall;
|
|
procedure SetRequestMethod(const aRequestMethod: nsACString); safecall;
|
|
function GetReferrer(): nsIURI_safe19; safecall;
|
|
procedure SetReferrer(aReferrer: nsIURI_safe19); safecall;
|
|
property Referrer: nsIURI_safe19 read GetReferrer write SetReferrer;
|
|
function GetRequestHeader(const aHeader: nsACString): nsACString; safecall;
|
|
procedure SetRequestHeader(const aHeader: nsACString; const aValue: nsACString; aMerge: PRBool); safecall;
|
|
procedure VisitRequestHeaders(aVisitor: nsIHttpHeaderVisitor_safe19); safecall;
|
|
function GetAllowPipelining(): PRBool; safecall;
|
|
procedure SetAllowPipelining(aAllowPipelining: PRBool); safecall;
|
|
property AllowPipelining: PRBool read GetAllowPipelining write SetAllowPipelining;
|
|
function GetRedirectionLimit(): PRUint32; safecall;
|
|
procedure SetRedirectionLimit(aRedirectionLimit: PRUint32); safecall;
|
|
property RedirectionLimit: PRUint32 read GetRedirectionLimit write SetRedirectionLimit;
|
|
function GetResponseStatus(): PRUint32; safecall;
|
|
property ResponseStatus: PRUint32 read GetResponseStatus;
|
|
procedure GetResponseStatusText(aResponseStatusText: nsACString); safecall;
|
|
function GetRequestSucceeded(): PRBool; safecall;
|
|
property RequestSucceeded: PRBool read GetRequestSucceeded;
|
|
function GetResponseHeader(const header: nsACString): nsACString; safecall;
|
|
procedure SetResponseHeader(const header: nsACString; const value: nsACString; merge: PRBool); safecall;
|
|
procedure VisitResponseHeaders(aVisitor: nsIHttpHeaderVisitor_safe19); safecall;
|
|
function IsNoStoreResponse(): PRBool; safecall;
|
|
function IsNoCacheResponse(): PRBool; safecall;
|
|
end;
|
|
|
|
nsIHttpHeaderVisitor_safe19 = interface(nsISupports_safe19)
|
|
['{0cf40717-d7c1-4a94-8c1e-d6c9734101bb}']
|
|
procedure VisitHeader(const aHeader: nsACString; const aValue: nsACString); safecall;
|
|
end;
|
|
|
|
nsIInputStream_safe19 = interface(nsISupports_safe19)
|
|
['{fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a}']
|
|
procedure Close(); safecall;
|
|
function Available(): PRUint32; safecall;
|
|
function Read(aBuf: Pchar; aCount: PRUint32): PRUint32; safecall;
|
|
function ReadSegments(aWriter: nsWriteSegmentFun; aClosure: Pointer; aCount: PRUint32): PRUint32; safecall;
|
|
function IsNonBlocking(): PRBool; safecall;
|
|
end;
|
|
|
|
nsIInterfaceRequestor_safe19 = interface(nsISupports_safe19)
|
|
['{033a1470-8b2a-11d3-af88-00a024ffc08c}']
|
|
procedure GetInterface(constref uuid: TGUID; out _result); safecall;
|
|
end;
|
|
|
|
nsIIOService_safe19 = interface(nsISupports_safe19)
|
|
['{bddeda3f-9020-4d12-8c70-984ee9f7935e}']
|
|
function GetProtocolHandler(const aScheme: PAnsiChar): nsIProtocolHandler_safe19; safecall;
|
|
function GetProtocolFlags(const aScheme: PAnsiChar): PRUint32; safecall;
|
|
function NewURI(const aSpec: nsACString; const aOriginCharset: PAnsiChar; aBaseURI: nsIURI_safe19): nsIURI_safe19; safecall;
|
|
function NewFileURI(aFile: nsIFile_safe19): nsIURI_safe19; safecall;
|
|
function NewChannelFromURI(aURI: nsIURI_safe19): nsIChannel_safe19; safecall;
|
|
function NewChannel(const aSpec: nsACString; const aOriginCharset: PAnsiChar; aBaseURI: nsIURI_safe19): nsIChannel_safe19; safecall;
|
|
function GetOffline(): PRBool; safecall;
|
|
procedure SetOffline(aOffline: PRBool); safecall;
|
|
property Offline: PRBool read GetOffline write SetOffline;
|
|
function AllowPort(aPort: PRInt32; const aScheme: PAnsiChar): PRBool; safecall;
|
|
function ExtractScheme(const urlString: nsACString): nsACString; safecall;
|
|
end;
|
|
|
|
nsIJSON_safe19 = interface(nsISupports_safe19)
|
|
['{45464c36-efde-4cb5-8e00-07480533ff35}']
|
|
procedure Encode(_retval: nsAString); safecall;
|
|
procedure EncodeToStream(stream: nsIOutputStream_safe19; const charset: PAnsiChar; writeBOM: PRBool); safecall;
|
|
procedure Decode(const str: nsAString); safecall;
|
|
procedure DecodeFromStream(stream: nsIInputStream_safe19; contentLength: PRInt32); safecall;
|
|
end;
|
|
|
|
nsILoadGroup_safe19 = interface(nsIRequest_safe19)
|
|
['{3de0a31c-feaf-400f-9f1e-4ef71f8b20cc}']
|
|
function GetGroupObserver(): nsIRequestObserver_safe19; safecall;
|
|
procedure SetGroupObserver(aGroupObserver: nsIRequestObserver_safe19); safecall;
|
|
property GroupObserver: nsIRequestObserver_safe19 read GetGroupObserver write SetGroupObserver;
|
|
function GetDefaultLoadRequest(): nsIRequest_safe19; safecall;
|
|
procedure SetDefaultLoadRequest(aDefaultLoadRequest: nsIRequest_safe19); safecall;
|
|
property DefaultLoadRequest: nsIRequest_safe19 read GetDefaultLoadRequest write SetDefaultLoadRequest;
|
|
procedure AddRequest(aRequest: nsIRequest_safe19; aContext: nsISupports_safe19); safecall;
|
|
procedure RemoveRequest(aRequest: nsIRequest_safe19; aContext: nsISupports_safe19; aStatus: nsresult); safecall;
|
|
function GetRequests(): nsISimpleEnumerator_safe19; safecall;
|
|
property Requests: nsISimpleEnumerator_safe19 read GetRequests;
|
|
function GetActiveCount(): PRUint32; safecall;
|
|
property ActiveCount: PRUint32 read GetActiveCount;
|
|
function GetNotificationCallbacks(): nsIInterfaceRequestor_safe19; safecall;
|
|
procedure SetNotificationCallbacks(aNotificationCallbacks: nsIInterfaceRequestor_safe19); safecall;
|
|
property NotificationCallbacks: nsIInterfaceRequestor_safe19 read GetNotificationCallbacks write SetNotificationCallbacks;
|
|
end;
|
|
|
|
nsILocalFile_safe19 = interface(nsIFile_safe19)
|
|
['{aa610f20-a889-11d3-8c81-000064657374}']
|
|
procedure InitWithPath(const filePath: nsAString); safecall;
|
|
procedure InitWithNativePath(const filePath: nsACString); safecall;
|
|
procedure InitWithFile(aFile: nsILocalFile_safe19); safecall;
|
|
function GetFollowLinks(): PRBool; safecall;
|
|
procedure SetFollowLinks(aFollowLinks: PRBool); safecall;
|
|
property FollowLinks: PRBool read GetFollowLinks write SetFollowLinks;
|
|
function OpenNSPRFileDesc(flags: PRInt32; mode: PRInt32): PPRFileDesc; safecall;
|
|
function OpenANSIFileDesc(const mode: PAnsiChar): PFILE; safecall;
|
|
function Load(): PPRLibrary; safecall;
|
|
function GetDiskSpaceAvailable(): PRInt64; safecall;
|
|
property DiskSpaceAvailable: PRInt64 read GetDiskSpaceAvailable;
|
|
procedure AppendRelativePath(const relativeFilePath: nsAString); safecall;
|
|
procedure AppendRelativeNativePath(const relativeFilePath: nsACString); safecall;
|
|
procedure GetPersistentDescriptor(aPersistentDescriptor: nsACString); safecall;
|
|
procedure SetPersistentDescriptor(const aPersistentDescriptor: nsACString); safecall;
|
|
procedure Reveal(); safecall;
|
|
procedure Launch(); safecall;
|
|
function GetRelativeDescriptor(fromFile: nsILocalFile_safe19): nsACString; safecall;
|
|
procedure SetRelativeDescriptor(fromFile: nsILocalFile_safe19; const relativeDesc: nsACString); safecall;
|
|
end;
|
|
|
|
nsIMemory_safe19 = interface(nsISupports_safe19)
|
|
['{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;
|
|
procedure HeapMinimize(immediate: PRBool); safecall;
|
|
function IsLowMemory(): PRBool; safecall;
|
|
end;
|
|
|
|
nsIModule_safe19 = interface(nsISupports_safe19)
|
|
['{7392d032-5371-11d3-994e-00805fd26fee}']
|
|
procedure GetClassObject(aCompMgr: nsIComponentManager_safe19; constref aClass: TGUID; constref aIID: TGUID; out aResult); safecall;
|
|
procedure RegisterSelf(aCompMgr: nsIComponentManager_safe19; aLocation: nsIFile_safe19; const aLoaderStr: PAnsiChar; const aType: PAnsiChar); safecall;
|
|
procedure UnregisterSelf(aCompMgr: nsIComponentManager_safe19; aLocation: nsIFile_safe19; const aLoaderStr: PAnsiChar); safecall;
|
|
function CanUnload(aCompMgr: nsIComponentManager_safe19): PRBool; safecall;
|
|
end;
|
|
|
|
nsIMutableArray_safe19 = interface(nsIArray_safe19)
|
|
['{af059da0-c85b-40ec-af07-ae4bfdc192cc}']
|
|
procedure AppendElement(element: nsISupports_safe19; weak: PRBool); safecall;
|
|
procedure RemoveElementAt(index: PRUint32); safecall;
|
|
procedure InsertElementAt(element: nsISupports_safe19; index: PRUint32; weak: PRBool); safecall;
|
|
procedure ReplaceElementAt(element: nsISupports_safe19; index: PRUint32; weak: PRBool); safecall;
|
|
procedure Clear(); safecall;
|
|
end;
|
|
|
|
nsIObserver_safe19 = interface(nsISupports_safe19)
|
|
['{db242e01-e4d9-11d2-9dde-000064657374}']
|
|
procedure Observe(aSubject: nsISupports_safe19; const aTopic: PAnsiChar; const aData: PWideChar); safecall;
|
|
end;
|
|
|
|
nsIObserverService_safe19 = interface(nsISupports_safe19)
|
|
['{d07f5192-e3d1-11d2-8acd-00105a1b8860}']
|
|
procedure AddObserver(anObserver: nsIObserver_safe19; const aTopic: PAnsiChar; ownsWeak: PRBool); safecall;
|
|
procedure RemoveObserver(anObserver: nsIObserver_safe19; const aTopic: PAnsiChar); safecall;
|
|
procedure NotifyObservers(aSubject: nsISupports_safe19; const aTopic: PAnsiChar; const someData: PWideChar); safecall;
|
|
function EnumerateObservers(const aTopic: PAnsiChar): nsISimpleEnumerator_safe19; safecall;
|
|
end;
|
|
|
|
nsIOutputStream_safe19 = interface(nsISupports_safe19)
|
|
['{0d0acd2a-61b4-11d4-9877-00c04fa0cf4a}']
|
|
procedure Close(); safecall;
|
|
procedure Flush(); safecall;
|
|
function Write(const aBuf: PAnsiChar; aCount: PRUint32): PRUint32; safecall;
|
|
function WriteFrom(aFromStream: nsIInputStream_safe19; aCount: PRUint32): PRUint32; safecall;
|
|
function WriteSegments(aReader: nsReadSegmentFun; aClosure: Pointer; aCount: PRUint32): PRUint32; safecall;
|
|
function IsNonBlocking(): PRBool; safecall;
|
|
end;
|
|
|
|
nsIPrefBranch_safe19 = interface(nsISupports_safe19)
|
|
['{56c35506-f14b-11d3-99d3-ddbfac2ccf65}']
|
|
function GetRoot(): PAnsiChar; safecall;
|
|
property Root: PAnsiChar read GetRoot;
|
|
function GetPrefType(const aPrefName: PAnsiChar): PRInt32; safecall;
|
|
function GetBoolPref(const aPrefName: PAnsiChar): PRBool; safecall;
|
|
procedure SetBoolPref(const aPrefName: PAnsiChar; aValue: PRInt32); safecall;
|
|
function GetCharPref(const aPrefName: PAnsiChar): PAnsiChar; safecall;
|
|
procedure SetCharPref(const aPrefName: PAnsiChar; const aValue: PAnsiChar); safecall;
|
|
function GetIntPref(const aPrefName: PAnsiChar): PRInt32; safecall;
|
|
procedure SetIntPref(const aPrefName: PAnsiChar; aValue: PRInt32); safecall;
|
|
procedure GetComplexValue(const aPrefName: PAnsiChar; constref aType: TGUID; out aValue); safecall;
|
|
procedure SetComplexValue(const aPrefName: PAnsiChar; constref aType: TGUID; aValue: nsISupports_safe19); safecall;
|
|
procedure ClearUserPref(const aPrefName: PAnsiChar); safecall;
|
|
procedure LockPref(const aPrefName: PAnsiChar); safecall;
|
|
function PrefHasUserValue(const aPrefName: PAnsiChar): PRBool; safecall;
|
|
function PrefIsLocked(const aPrefName: PAnsiChar): PRBool; safecall;
|
|
procedure UnlockPref(const aPrefName: PAnsiChar); safecall;
|
|
procedure DeleteBranch(const aStartingAt: PAnsiChar); safecall;
|
|
procedure GetChildList(const aStartingAt: PAnsiChar; out aCount: PRUint32; out aChildArray_array); safecall;
|
|
procedure ResetBranch(const aStartingAt: PAnsiChar); safecall;
|
|
end;
|
|
|
|
nsIPrefBranch2_safe19 = interface(nsIPrefBranch_safe19)
|
|
['{74567534-eb94-4b1c-8f45-389643bfc555}']
|
|
procedure AddObserver(const aDomain: PAnsiChar; aObserver: nsIObserver_safe19; aHoldWeak: PRBool); safecall;
|
|
procedure RemoveObserver(const aDomain: PAnsiChar; aObserver: nsIObserver_safe19); safecall;
|
|
end;
|
|
|
|
nsIPrefLocalizedString_safe19 = interface(nsISupports_safe19)
|
|
['{ae419e24-1dd1-11b2-b39a-d3e5e7073802}']
|
|
function GetData(): PWideChar; safecall;
|
|
procedure SetData(const aData: PWideChar); safecall;
|
|
property Data: PWideChar read GetData write SetData;
|
|
function ToString(): PWideChar; safecall;
|
|
procedure SetDataWithLength(length: PRUint32; const data: PWideChar); safecall;
|
|
end;
|
|
|
|
nsIPrefService_safe19 = interface(nsISupports_safe19)
|
|
['{decb9cc7-c08f-4ea5-be91-a8fc637ce2d2}']
|
|
procedure ReadUserPrefs(aFile: nsIFile_safe19); safecall;
|
|
procedure ResetPrefs(); safecall;
|
|
procedure ResetUserPrefs(); safecall;
|
|
procedure SavePrefFile(aFile: nsIFile_safe19); safecall;
|
|
function GetBranch(const aPrefRoot: PAnsiChar): nsIPrefBranch_safe19; safecall;
|
|
function GetDefaultBranch(const aPrefRoot: PAnsiChar): nsIPrefBranch_safe19; safecall;
|
|
end;
|
|
|
|
nsIPrintSession_safe19 = interface(nsISupports_safe19)
|
|
['{2f977d52-5485-11d4-87e2-0010a4e75ef2}']
|
|
end;
|
|
|
|
nsIPrintSettings_safe19 = interface(nsISupports_safe19)
|
|
['{5af07661-6477-4235-8814-4a45215855b8}']
|
|
procedure SetPrintOptions(aType: PRInt32; aTurnOnOff: PRBool); safecall;
|
|
function GetPrintOptions(aType: PRInt32): PRBool; safecall;
|
|
function GetPrintOptionsBits(): PRInt32; safecall;
|
|
procedure GetEffectivePageSize(out aWidth: Double; out aHeight: Double); safecall;
|
|
function Clone(): nsIPrintSettings_safe19; safecall;
|
|
procedure Assign(aPS: nsIPrintSettings_safe19); safecall;
|
|
function GetPrintSession(): nsIPrintSession_safe19; safecall;
|
|
procedure SetPrintSession(aPrintSession: nsIPrintSession_safe19); safecall;
|
|
property PrintSession: nsIPrintSession_safe19 read GetPrintSession write SetPrintSession;
|
|
function GetStartPageRange(): PRInt32; safecall;
|
|
procedure SetStartPageRange(aStartPageRange: PRInt32); safecall;
|
|
property StartPageRange: PRInt32 read GetStartPageRange write SetStartPageRange;
|
|
function GetEndPageRange(): PRInt32; safecall;
|
|
procedure SetEndPageRange(aEndPageRange: PRInt32); safecall;
|
|
property EndPageRange: PRInt32 read GetEndPageRange write SetEndPageRange;
|
|
function GetEdgeTop(): Double; safecall;
|
|
procedure SetEdgeTop(aEdgeTop: Double); safecall;
|
|
property EdgeTop: Double read GetEdgeTop write SetEdgeTop;
|
|
function GetEdgeLeft(): Double; safecall;
|
|
procedure SetEdgeLeft(aEdgeLeft: Double); safecall;
|
|
property EdgeLeft: Double read GetEdgeLeft write SetEdgeLeft;
|
|
function GetEdgeBottom(): Double; safecall;
|
|
procedure SetEdgeBottom(aEdgeBottom: Double); safecall;
|
|
property EdgeBottom: Double read GetEdgeBottom write SetEdgeBottom;
|
|
function GetEdgeRight(): Double; safecall;
|
|
procedure SetEdgeRight(aEdgeRight: Double); safecall;
|
|
property EdgeRight: Double read GetEdgeRight write SetEdgeRight;
|
|
function GetMarginTop(): Double; safecall;
|
|
procedure SetMarginTop(aMarginTop: Double); safecall;
|
|
property MarginTop: Double read GetMarginTop write SetMarginTop;
|
|
function GetMarginLeft(): Double; safecall;
|
|
procedure SetMarginLeft(aMarginLeft: Double); safecall;
|
|
property MarginLeft: Double read GetMarginLeft write SetMarginLeft;
|
|
function GetMarginBottom(): Double; safecall;
|
|
procedure SetMarginBottom(aMarginBottom: Double); safecall;
|
|
property MarginBottom: Double read GetMarginBottom write SetMarginBottom;
|
|
function GetMarginRight(): Double; safecall;
|
|
procedure SetMarginRight(aMarginRight: Double); safecall;
|
|
property MarginRight: Double read GetMarginRight write SetMarginRight;
|
|
function GetUnwriteableMarginTop(): Double; safecall;
|
|
procedure SetUnwriteableMarginTop(aUnwriteableMarginTop: Double); safecall;
|
|
property UnwriteableMarginTop: Double read GetUnwriteableMarginTop write SetUnwriteableMarginTop;
|
|
function GetUnwriteableMarginLeft(): Double; safecall;
|
|
procedure SetUnwriteableMarginLeft(aUnwriteableMarginLeft: Double); safecall;
|
|
property UnwriteableMarginLeft: Double read GetUnwriteableMarginLeft write SetUnwriteableMarginLeft;
|
|
function GetUnwriteableMarginBottom(): Double; safecall;
|
|
procedure SetUnwriteableMarginBottom(aUnwriteableMarginBottom: Double); safecall;
|
|
property UnwriteableMarginBottom: Double read GetUnwriteableMarginBottom write SetUnwriteableMarginBottom;
|
|
function GetUnwriteableMarginRight(): Double; safecall;
|
|
procedure SetUnwriteableMarginRight(aUnwriteableMarginRight: Double); safecall;
|
|
property UnwriteableMarginRight: Double read GetUnwriteableMarginRight write SetUnwriteableMarginRight;
|
|
function GetScaling(): Double; safecall;
|
|
procedure SetScaling(aScaling: Double); safecall;
|
|
property Scaling: Double read GetScaling write SetScaling;
|
|
function GetPrintBGColors(): PRBool; safecall;
|
|
procedure SetPrintBGColors(aPrintBGColors: PRBool); safecall;
|
|
property PrintBGColors: PRBool read GetPrintBGColors write SetPrintBGColors;
|
|
function GetPrintBGImages(): PRBool; safecall;
|
|
procedure SetPrintBGImages(aPrintBGImages: PRBool); safecall;
|
|
property PrintBGImages: PRBool read GetPrintBGImages write SetPrintBGImages;
|
|
function GetPrintRange(): PRInt16; safecall;
|
|
procedure SetPrintRange(aPrintRange: PRInt16); safecall;
|
|
property PrintRange: PRInt16 read GetPrintRange write SetPrintRange;
|
|
function GetTitle(): PWideChar; safecall;
|
|
procedure SetTitle(const aTitle: PWideChar); safecall;
|
|
property Title: PWideChar read GetTitle write SetTitle;
|
|
function GetDocURL(): PWideChar; safecall;
|
|
procedure SetDocURL(const aDocURL: PWideChar); safecall;
|
|
property DocURL: PWideChar read GetDocURL write SetDocURL;
|
|
function GetHeaderStrLeft(): PWideChar; safecall;
|
|
procedure SetHeaderStrLeft(const aHeaderStrLeft: PWideChar); safecall;
|
|
property HeaderStrLeft: PWideChar read GetHeaderStrLeft write SetHeaderStrLeft;
|
|
function GetHeaderStrCenter(): PWideChar; safecall;
|
|
procedure SetHeaderStrCenter(const aHeaderStrCenter: PWideChar); safecall;
|
|
property HeaderStrCenter: PWideChar read GetHeaderStrCenter write SetHeaderStrCenter;
|
|
function GetHeaderStrRight(): PWideChar; safecall;
|
|
procedure SetHeaderStrRight(const aHeaderStrRight: PWideChar); safecall;
|
|
property HeaderStrRight: PWideChar read GetHeaderStrRight write SetHeaderStrRight;
|
|
function GetFooterStrLeft(): PWideChar; safecall;
|
|
procedure SetFooterStrLeft(const aFooterStrLeft: PWideChar); safecall;
|
|
property FooterStrLeft: PWideChar read GetFooterStrLeft write SetFooterStrLeft;
|
|
function GetFooterStrCenter(): PWideChar; safecall;
|
|
procedure SetFooterStrCenter(const aFooterStrCenter: PWideChar); safecall;
|
|
property FooterStrCenter: PWideChar read GetFooterStrCenter write SetFooterStrCenter;
|
|
function GetFooterStrRight(): PWideChar; safecall;
|
|
procedure SetFooterStrRight(const aFooterStrRight: PWideChar); safecall;
|
|
property FooterStrRight: PWideChar read GetFooterStrRight write SetFooterStrRight;
|
|
function GetHowToEnableFrameUI(): PRInt16; safecall;
|
|
procedure SetHowToEnableFrameUI(aHowToEnableFrameUI: PRInt16); safecall;
|
|
property HowToEnableFrameUI: PRInt16 read GetHowToEnableFrameUI write SetHowToEnableFrameUI;
|
|
function GetIsCancelled(): PRBool; safecall;
|
|
procedure SetIsCancelled(aIsCancelled: PRBool); safecall;
|
|
property IsCancelled: PRBool read GetIsCancelled write SetIsCancelled;
|
|
function GetPrintFrameTypeUsage(): PRInt16; safecall;
|
|
procedure SetPrintFrameTypeUsage(aPrintFrameTypeUsage: PRInt16); safecall;
|
|
property PrintFrameTypeUsage: PRInt16 read GetPrintFrameTypeUsage write SetPrintFrameTypeUsage;
|
|
function GetPrintFrameType(): PRInt16; safecall;
|
|
procedure SetPrintFrameType(aPrintFrameType: PRInt16); safecall;
|
|
property PrintFrameType: PRInt16 read GetPrintFrameType write SetPrintFrameType;
|
|
function GetPrintSilent(): PRBool; safecall;
|
|
procedure SetPrintSilent(aPrintSilent: PRBool); safecall;
|
|
property PrintSilent: PRBool read GetPrintSilent write SetPrintSilent;
|
|
function GetShrinkToFit(): PRBool; safecall;
|
|
procedure SetShrinkToFit(aShrinkToFit: PRBool); safecall;
|
|
property ShrinkToFit: PRBool read GetShrinkToFit write SetShrinkToFit;
|
|
function GetShowPrintProgress(): PRBool; safecall;
|
|
procedure SetShowPrintProgress(aShowPrintProgress: PRBool); safecall;
|
|
property ShowPrintProgress: PRBool read GetShowPrintProgress write SetShowPrintProgress;
|
|
function GetPaperName(): PWideChar; safecall;
|
|
procedure SetPaperName(const aPaperName: PWideChar); safecall;
|
|
property PaperName: PWideChar read GetPaperName write SetPaperName;
|
|
function GetPaperSizeType(): PRInt16; safecall;
|
|
procedure SetPaperSizeType(aPaperSizeType: PRInt16); safecall;
|
|
property PaperSizeType: PRInt16 read GetPaperSizeType write SetPaperSizeType;
|
|
function GetPaperData(): PRInt16; safecall;
|
|
procedure SetPaperData(aPaperData: PRInt16); safecall;
|
|
property PaperData: PRInt16 read GetPaperData write SetPaperData;
|
|
function GetPaperWidth(): Double; safecall;
|
|
procedure SetPaperWidth(aPaperWidth: Double); safecall;
|
|
property PaperWidth: Double read GetPaperWidth write SetPaperWidth;
|
|
function GetPaperHeight(): Double; safecall;
|
|
procedure SetPaperHeight(aPaperHeight: Double); safecall;
|
|
property PaperHeight: Double read GetPaperHeight write SetPaperHeight;
|
|
function GetPaperSizeUnit(): PRInt16; safecall;
|
|
procedure SetPaperSizeUnit(aPaperSizeUnit: PRInt16); safecall;
|
|
property PaperSizeUnit: PRInt16 read GetPaperSizeUnit write SetPaperSizeUnit;
|
|
function GetPlexName(): PWideChar; safecall;
|
|
procedure SetPlexName(const aPlexName: PWideChar); safecall;
|
|
property PlexName: PWideChar read GetPlexName write SetPlexName;
|
|
function GetColorspace(): PWideChar; safecall;
|
|
procedure SetColorspace(const aColorspace: PWideChar); safecall;
|
|
property Colorspace: PWideChar read GetColorspace write SetColorspace;
|
|
function GetResolutionName(): PWideChar; safecall;
|
|
procedure SetResolutionName(const aResolutionName: PWideChar); safecall;
|
|
property ResolutionName: PWideChar read GetResolutionName write SetResolutionName;
|
|
function GetDownloadFonts(): PRBool; safecall;
|
|
procedure SetDownloadFonts(aDownloadFonts: PRBool); safecall;
|
|
property DownloadFonts: PRBool read GetDownloadFonts write SetDownloadFonts;
|
|
function GetPrintReversed(): PRBool; safecall;
|
|
procedure SetPrintReversed(aPrintReversed: PRBool); safecall;
|
|
property PrintReversed: PRBool read GetPrintReversed write SetPrintReversed;
|
|
function GetPrintInColor(): PRBool; safecall;
|
|
procedure SetPrintInColor(aPrintInColor: PRBool); safecall;
|
|
property PrintInColor: PRBool read GetPrintInColor write SetPrintInColor;
|
|
function GetOrientation(): PRInt32; safecall;
|
|
procedure SetOrientation(aOrientation: PRInt32); safecall;
|
|
property Orientation: PRInt32 read GetOrientation write SetOrientation;
|
|
function GetPrintCommand(): PWideChar; safecall;
|
|
procedure SetPrintCommand(const aPrintCommand: PWideChar); safecall;
|
|
property PrintCommand: PWideChar read GetPrintCommand write SetPrintCommand;
|
|
function GetNumCopies(): PRInt32; safecall;
|
|
procedure SetNumCopies(aNumCopies: PRInt32); safecall;
|
|
property NumCopies: PRInt32 read GetNumCopies write SetNumCopies;
|
|
function GetPrinterName(): PWideChar; safecall;
|
|
procedure SetPrinterName(const aPrinterName: PWideChar); safecall;
|
|
property PrinterName: PWideChar read GetPrinterName write SetPrinterName;
|
|
function GetPrintToFile(): PRBool; safecall;
|
|
procedure SetPrintToFile(aPrintToFile: PRBool); safecall;
|
|
property PrintToFile: PRBool read GetPrintToFile write SetPrintToFile;
|
|
function GetToFileName(): PWideChar; safecall;
|
|
procedure SetToFileName(const aToFileName: PWideChar); safecall;
|
|
property ToFileName: PWideChar read GetToFileName write SetToFileName;
|
|
function GetOutputFormat(): PRInt16; safecall;
|
|
procedure SetOutputFormat(aOutputFormat: PRInt16); safecall;
|
|
property OutputFormat: PRInt16 read GetOutputFormat write SetOutputFormat;
|
|
function GetPrintPageDelay(): PRInt32; safecall;
|
|
procedure SetPrintPageDelay(aPrintPageDelay: PRInt32); safecall;
|
|
property PrintPageDelay: PRInt32 read GetPrintPageDelay write SetPrintPageDelay;
|
|
function GetIsInitializedFromPrinter(): PRBool; safecall;
|
|
procedure SetIsInitializedFromPrinter(aIsInitializedFromPrinter: PRBool); safecall;
|
|
property IsInitializedFromPrinter: PRBool read GetIsInitializedFromPrinter write SetIsInitializedFromPrinter;
|
|
function GetIsInitializedFromPrefs(): PRBool; safecall;
|
|
procedure SetIsInitializedFromPrefs(aIsInitializedFromPrefs: PRBool); safecall;
|
|
property IsInitializedFromPrefs: PRBool read GetIsInitializedFromPrefs write SetIsInitializedFromPrefs;
|
|
procedure SetMarginInTwips(var aMargin: nsMargin); safecall;
|
|
procedure SetEdgeInTwips(var aEdge: nsMargin); safecall;
|
|
procedure GetMarginInTwips(var aMargin: nsMargin); safecall;
|
|
procedure GetEdgeInTwips(var aEdge: nsMargin); safecall;
|
|
procedure SetupSilentPrinting(); safecall;
|
|
procedure SetUnwriteableMarginInTwips(var aEdge: nsMargin); safecall;
|
|
procedure GetUnwriteableMarginInTwips(var aEdge: nsMargin); safecall;
|
|
end;
|
|
|
|
nsIProfile_safe19 = interface(nsISupports_safe19)
|
|
['{02b0625a-e7f3-11d2-9f5a-006008a6efe9}']
|
|
function GetProfileCount(): PRInt32; safecall;
|
|
property ProfileCount: PRInt32 read GetProfileCount;
|
|
procedure GetProfileList(out length: PRUint32; out profileNames_array); safecall;
|
|
function ProfileExists(const profileName: PWideChar): PRBool; safecall;
|
|
function GetCurrentProfile(): PWideChar; safecall;
|
|
procedure SetCurrentProfile(const aCurrentProfile: PWideChar); safecall;
|
|
property CurrentProfile: PWideChar read GetCurrentProfile write SetCurrentProfile;
|
|
procedure ShutDownCurrentProfile(shutDownType: PRUint32); safecall;
|
|
procedure CreateNewProfile(const profileName: PWideChar; const nativeProfileDir: PWideChar; const langcode: PWideChar; useExistingDir: PRBool); safecall;
|
|
procedure RenameProfile(const oldName: PWideChar; const newName: PWideChar); safecall;
|
|
procedure DeleteProfile(const name: PWideChar; canDeleteFiles: PRBool); safecall;
|
|
procedure CloneProfile(const profileName: PWideChar); safecall;
|
|
end;
|
|
|
|
nsIProfileChangeStatus_safe19 = interface(nsISupports_safe19)
|
|
['{2f977d43-5485-11d4-87e2-0010a4e75ef2}']
|
|
procedure VetoChange(); safecall;
|
|
procedure ChangeFailed(); safecall;
|
|
end;
|
|
|
|
nsIProgrammingLanguage_safe19 = interface(nsISupports_safe19)
|
|
['{ea604e90-40ba-11d5-90bb-0010a4e73d9a}']
|
|
end;
|
|
|
|
nsIPrompt_safe19 = interface(nsISupports_safe19)
|
|
['{a63f70c0-148b-11d3-9333-00104ba0fd40}']
|
|
procedure Alert(const dialogTitle: PWideChar; const text: PWideChar); safecall;
|
|
procedure AlertCheck(const dialogTitle: PWideChar; const text: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool); safecall;
|
|
function Confirm(const dialogTitle: PWideChar; const text: PWideChar): PRBool; safecall;
|
|
function ConfirmCheck(const dialogTitle: PWideChar; const text: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool): PRBool; safecall;
|
|
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): PRInt32; safecall;
|
|
function Prompt(const dialogTitle: PWideChar; const text: PWideChar; out value: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool): PRBool; safecall;
|
|
function PromptPassword(const dialogTitle: PWideChar; const text: PWideChar; out password: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool): PRBool; safecall;
|
|
function PromptUsernameAndPassword(const dialogTitle: PWideChar; const text: PWideChar; out username: PWideChar; out password: PWideChar; const checkMsg: PWideChar; out checkValue: PRBool): PRBool; safecall;
|
|
function Select(const dialogTitle: PWideChar; const text: PWideChar; count: PRUint32; const selectList_array; out outSelection: PRInt32): PRBool; safecall;
|
|
end;
|
|
|
|
nsIPromptService_safe19 = interface(nsISupports_safe19)
|
|
['{1630c61a-325e-49ca-8759-a31b16c47aa5}']
|
|
procedure Alert(aParent: nsIDOMWindow_safe19; const aDialogTitle: PWideChar; const aText: PWideChar); safecall;
|
|
procedure AlertCheck(aParent: nsIDOMWindow_safe19; const aDialogTitle: PWideChar; const aText: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool); safecall;
|
|
function Confirm(aParent: nsIDOMWindow_safe19; const aDialogTitle: PWideChar; const aText: PWideChar): PRBool; safecall;
|
|
function ConfirmCheck(aParent: nsIDOMWindow_safe19; const aDialogTitle: PWideChar; const aText: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool): PRBool; safecall;
|
|
function ConfirmEx(aParent: nsIDOMWindow_safe19; const aDialogTitle: PWideChar; const aText: PWideChar; aButtonFlags: PRUint32; const aButton0Title: PWideChar; const aButton1Title: PWideChar; const aButton2Title: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool): PRInt32; safecall;
|
|
function Prompt(aParent: nsIDOMWindow_safe19; const aDialogTitle: PWideChar; const aText: PWideChar; out aValue: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool): PRBool; safecall;
|
|
function PromptUsernameAndPassword(aParent: nsIDOMWindow_safe19; const aDialogTitle: PWideChar; const aText: PWideChar; out aUsername: PWideChar; out aPassword: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool): PRBool; safecall;
|
|
function PromptPassword(aParent: nsIDOMWindow_safe19; const aDialogTitle: PWideChar; const aText: PWideChar; out aPassword: PWideChar; const aCheckMsg: PWideChar; out aCheckState: PRBool): PRBool; safecall;
|
|
function Select(aParent: nsIDOMWindow_safe19; const aDialogTitle: PWideChar; const aText: PWideChar; aCount: PRUint32; const aSelectList_array; out aOutSelection: PRInt32): PRBool; safecall;
|
|
end;
|
|
|
|
nsIProperties_safe19 = interface(nsISupports_safe19)
|
|
['{78650582-4e93-4b60-8e85-26ebd3eb14ca}']
|
|
procedure Get(const prop: PAnsiChar; constref iid: TGUID; out _result); safecall;
|
|
procedure _Set(const prop: PAnsiChar; value: nsISupports_safe19); safecall;
|
|
function Has(const prop: PAnsiChar): PRBool; safecall;
|
|
procedure Undefine(const prop: PAnsiChar); safecall;
|
|
procedure GetKeys(out count: PRUint32; out keys_array); safecall;
|
|
end;
|
|
|
|
nsIProtocolHandler_safe19 = interface(nsISupports_safe19)
|
|
['{15fd6940-8ea7-11d3-93ad-00104ba0fd40}']
|
|
procedure GetScheme(aScheme: nsACString); safecall;
|
|
function GetDefaultPort(): PRInt32; safecall;
|
|
property DefaultPort: PRInt32 read GetDefaultPort;
|
|
function GetProtocolFlags(): PRUint32; safecall;
|
|
property ProtocolFlags: PRUint32 read GetProtocolFlags;
|
|
function NewURI(const aSpec: nsACString; const aOriginCharset: PAnsiChar; aBaseURI: nsIURI_safe19): nsIURI_safe19; safecall;
|
|
function NewChannel(aURI: nsIURI_safe19): nsIChannel_safe19; safecall;
|
|
function AllowPort(port: PRInt32; const scheme: PAnsiChar): PRBool; safecall;
|
|
end;
|
|
|
|
nsIRequestObserver_safe19 = interface(nsISupports_safe19)
|
|
['{fd91e2e0-1481-11d3-9333-00104ba0fd40}']
|
|
procedure OnStartRequest(aRequest: nsIRequest_safe19; aContext: nsISupports_safe19); safecall;
|
|
procedure OnStopRequest(aRequest: nsIRequest_safe19; aContext: nsISupports_safe19; aStatusCode: nsresult); safecall;
|
|
end;
|
|
|
|
nsIScriptableInputStream_safe19 = interface(nsISupports_safe19)
|
|
['{a2a32f90-9b90-11d3-a189-0050041caf44}']
|
|
procedure Close(); safecall;
|
|
procedure Init(aInputStream: nsIInputStream_safe19); safecall;
|
|
function Available(): PRUint32; safecall;
|
|
function Read(aCount: PRUint32): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISecurityWarningDialogs_safe19 = interface(nsISupports_safe19)
|
|
['{1c399d06-1dd2-11b2-bc58-c87cbcacdb78}']
|
|
function ConfirmEnteringSecure(ctx: nsIInterfaceRequestor_safe19): PRBool; safecall;
|
|
function ConfirmEnteringWeak(ctx: nsIInterfaceRequestor_safe19): PRBool; safecall;
|
|
function ConfirmLeavingSecure(ctx: nsIInterfaceRequestor_safe19): PRBool; safecall;
|
|
function ConfirmMixedMode(ctx: nsIInterfaceRequestor_safe19): PRBool; safecall;
|
|
function ConfirmPostToInsecure(ctx: nsIInterfaceRequestor_safe19): PRBool; safecall;
|
|
function ConfirmPostToInsecureFromSecure(ctx: nsIInterfaceRequestor_safe19): PRBool; safecall;
|
|
end;
|
|
|
|
nsISelection_safe19 = interface(nsISupports_safe19)
|
|
['{b2c7ed59-8634-4352-9e37-5484c8b6e4e1}']
|
|
function GetAnchorNode(): nsIDOMNode_safe19; safecall;
|
|
property AnchorNode: nsIDOMNode_safe19 read GetAnchorNode;
|
|
function GetAnchorOffset(): PRInt32; safecall;
|
|
property AnchorOffset: PRInt32 read GetAnchorOffset;
|
|
function GetFocusNode(): nsIDOMNode_safe19; safecall;
|
|
property FocusNode: nsIDOMNode_safe19 read GetFocusNode;
|
|
function GetFocusOffset(): PRInt32; safecall;
|
|
property FocusOffset: PRInt32 read GetFocusOffset;
|
|
function GetIsCollapsed(): PRBool; safecall;
|
|
property IsCollapsed: PRBool read GetIsCollapsed;
|
|
function GetRangeCount(): PRInt32; safecall;
|
|
property RangeCount: PRInt32 read GetRangeCount;
|
|
function GetRangeAt(index: PRInt32): nsIDOMRange_safe19; safecall;
|
|
procedure Collapse(parentNode: nsIDOMNode_safe19; offset: PRInt32); safecall;
|
|
procedure Extend(parentNode: nsIDOMNode_safe19; offset: PRInt32); safecall;
|
|
procedure CollapseToStart(); safecall;
|
|
procedure CollapseToEnd(); safecall;
|
|
function ContainsNode(node: nsIDOMNode_safe19; partlyContained: PRBool): PRBool; safecall;
|
|
procedure SelectAllChildren(parentNode: nsIDOMNode_safe19); safecall;
|
|
procedure AddRange(range: nsIDOMRange_safe19); safecall;
|
|
procedure RemoveRange(range: nsIDOMRange_safe19); safecall;
|
|
procedure RemoveAllRanges(); safecall;
|
|
procedure DeleteFromDocument(); safecall;
|
|
procedure SelectionLanguageChange(langRTL: PRBool); safecall;
|
|
function ToString(): PWideChar; safecall;
|
|
end;
|
|
|
|
nsIServiceManager_safe19 = interface(nsISupports_safe19)
|
|
['{8bb35ed9-e332-462d-9155-4a002ab5c958}']
|
|
procedure GetService(constref aClass: TGUID; constref aIID: TGUID; out _result); safecall;
|
|
procedure GetServiceByContractID(const aContractID: PAnsiChar; constref aIID: TGUID; out _result); safecall;
|
|
function IsServiceInstantiated(constref aClass: TGUID; constref aIID: TGUID): PRBool; safecall;
|
|
function IsServiceInstantiatedByContractID(const aContractID: PAnsiChar; constref aIID: TGUID): PRBool; safecall;
|
|
end;
|
|
|
|
nsISHistory_safe19 = interface(nsISupports_safe19)
|
|
['{9883609f-cdd8-4d83-9b55-868ff08ad433}']
|
|
function GetCount(): PRInt32; safecall;
|
|
property Count: PRInt32 read GetCount;
|
|
function GetIndex(): PRInt32; safecall;
|
|
property Index: PRInt32 read GetIndex;
|
|
function GetRequestedIndex(): PRInt32; safecall;
|
|
property RequestedIndex: PRInt32 read GetRequestedIndex;
|
|
function GetMaxLength(): PRInt32; safecall;
|
|
procedure SetMaxLength(aMaxLength: PRInt32); safecall;
|
|
property MaxLength: PRInt32 read GetMaxLength write SetMaxLength;
|
|
function GetEntryAtIndex(index: PRInt32; modifyIndex: PRBool): nsIHistoryEntry_safe19; safecall;
|
|
procedure PurgeHistory(numEntries: PRInt32); safecall;
|
|
procedure AddSHistoryListener(aListener: nsISHistoryListener_safe19); safecall;
|
|
procedure RemoveSHistoryListener(aListener: nsISHistoryListener_safe19); safecall;
|
|
function GetSHistoryEnumerator(): nsISimpleEnumerator_safe19; safecall;
|
|
property SHistoryEnumerator: nsISimpleEnumerator_safe19 read GetSHistoryEnumerator;
|
|
end;
|
|
|
|
nsISHistoryListener_safe19 = interface(nsISupports_safe19)
|
|
['{3b07f591-e8e1-11d4-9882-00c04fa02f40}']
|
|
procedure OnHistoryNewEntry(aNewURI: nsIURI_safe19); safecall;
|
|
function OnHistoryGoBack(aBackURI: nsIURI_safe19): PRBool; safecall;
|
|
function OnHistoryGoForward(aForwardURI: nsIURI_safe19): PRBool; safecall;
|
|
function OnHistoryReload(aReloadURI: nsIURI_safe19; aReloadFlags: PRUint32): PRBool; safecall;
|
|
function OnHistoryGotoIndex(aIndex: PRInt32; aGotoURI: nsIURI_safe19): PRBool; safecall;
|
|
function OnHistoryPurge(aNumEntries: PRInt32): PRBool; safecall;
|
|
end;
|
|
|
|
nsIStreamListener_safe19 = interface(nsIRequestObserver_safe19)
|
|
['{1a637020-1482-11d3-9333-00104ba0fd40}']
|
|
procedure OnDataAvailable(aRequest: nsIRequest_safe19; aContext: nsISupports_safe19; aInputStream: nsIInputStream_safe19; aOffset: PRUint32; aCount: PRUint32); safecall;
|
|
end;
|
|
|
|
nsISupportsPrimitive_safe19 = interface(nsISupports_safe19)
|
|
['{d0d4b136-1dd1-11b2-9371-f0727ef827c0}']
|
|
function GetType(): PRUint16; safecall;
|
|
property _Type: PRUint16 read GetType;
|
|
end;
|
|
|
|
nsISupportsID_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{d18290a0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PGUID; safecall;
|
|
procedure SetData(const aData: PGUID); safecall;
|
|
property Data: PGUID read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsCString_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{d65ff270-4a1c-11d3-9890-006008962422}']
|
|
procedure GetData(aData: nsACString); safecall;
|
|
procedure SetData(const aData: nsACString); safecall;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsString_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{d79dc970-4a1c-11d3-9890-006008962422}']
|
|
procedure GetData(aData: nsAString); safecall;
|
|
procedure SetData(const aData: nsAString); safecall;
|
|
function ToString(): PWideChar; safecall;
|
|
end;
|
|
|
|
nsISupportsPRBool_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{ddc3b490-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PRBool; safecall;
|
|
procedure SetData(aData: PRBool); safecall;
|
|
property Data: PRBool read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsPRUint8_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{dec2e4e0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PRUint8; safecall;
|
|
procedure SetData(aData: PRUint8); safecall;
|
|
property Data: PRUint8 read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsPRUint16_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{dfacb090-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PRUint16; safecall;
|
|
procedure SetData(aData: PRUint16); safecall;
|
|
property Data: PRUint16 read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsPRUint32_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{e01dc470-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PRUint32; safecall;
|
|
procedure SetData(aData: PRUint32); safecall;
|
|
property Data: PRUint32 read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsPRUint64_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{e13567c0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PRUint64; safecall;
|
|
procedure SetData(aData: PRUint64); safecall;
|
|
property Data: PRUint64 read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsPRTime_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{e2563630-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PRTime; safecall;
|
|
procedure SetData(aData: PRTime); safecall;
|
|
property Data: PRTime read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsChar_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{e2b05e40-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): AnsiChar; safecall;
|
|
procedure SetData(aData: AnsiChar); safecall;
|
|
property Data: AnsiChar read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsPRInt16_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{e30d94b0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PRInt16; safecall;
|
|
procedure SetData(aData: PRInt16); safecall;
|
|
property Data: PRInt16 read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsPRInt32_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{e36c5250-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PRInt32; safecall;
|
|
procedure SetData(aData: PRInt32); safecall;
|
|
property Data: PRInt32 read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsPRInt64_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{e3cb0ff0-4a1c-11d3-9890-006008962422}']
|
|
function GetData(): PRInt64; safecall;
|
|
procedure SetData(aData: PRInt64); safecall;
|
|
property Data: PRInt64 read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsFloat_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{abeaa390-4ac0-11d3-baea-00805f8a5dd7}']
|
|
function GetData(): Single; safecall;
|
|
procedure SetData(aData: Single); safecall;
|
|
property Data: Single read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsDouble_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{b32523a0-4ac0-11d3-baea-00805f8a5dd7}']
|
|
function GetData(): Double; safecall;
|
|
procedure SetData(aData: Double); safecall;
|
|
property Data: Double read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsVoid_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{464484f0-568d-11d3-baf8-00805f8a5dd7}']
|
|
function GetData(): Pointer; safecall;
|
|
procedure SetData(aData: Pointer); safecall;
|
|
property Data: Pointer read GetData write SetData;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsISupportsInterfacePointer_safe19 = interface(nsISupportsPrimitive_safe19)
|
|
['{995ea724-1dd1-11b2-9211-c21bdd3e7ed0}']
|
|
function GetData(): nsISupports_safe19; safecall;
|
|
procedure SetData(aData: nsISupports_safe19); safecall;
|
|
property Data: nsISupports_safe19 read GetData write SetData;
|
|
function GetDataIID(): PGUID; safecall;
|
|
procedure SetDataIID(const aDataIID: PGUID); safecall;
|
|
property DataIID: PGUID read GetDataIID write SetDataIID;
|
|
function ToString(): PAnsiChar; safecall;
|
|
end;
|
|
|
|
nsITooltipListener_safe19 = interface(nsISupports_safe19)
|
|
['{44b78386-1dd2-11b2-9ad2-e4eee2ca1916}']
|
|
procedure OnShowTooltip(aXCoords: PRInt32; aYCoords: PRInt32; const aTipText: PWideChar); safecall;
|
|
procedure OnHideTooltip(); safecall;
|
|
end;
|
|
|
|
nsITooltipTextProvider_safe19 = interface(nsISupports_safe19)
|
|
['{b128a1e6-44f3-4331-8fbe-5af360ff21ee}']
|
|
function GetNodeText(aNode: nsIDOMNode_safe19; out aText: PWideChar): PRBool; safecall;
|
|
end;
|
|
|
|
nsITraceRefcnt_safe19 = interface(nsISupports_safe19)
|
|
['{273dc92f-0fe6-4545-96a9-21be77828039}']
|
|
procedure LogAddRef(aPtr: Pointer; aNewRefcnt: nsrefcnt; const aTypeName: PAnsiChar; aInstanceSize: PRUint32); safecall;
|
|
procedure LogRelease(aPtr: Pointer; aNewRefcnt: nsrefcnt; const aTypeName: PAnsiChar); safecall;
|
|
procedure LogCtor(aPtr: Pointer; const aTypeName: PAnsiChar; aInstanceSize: PRUint32); safecall;
|
|
procedure LogDtor(aPtr: Pointer; const aTypeName: PAnsiChar; aInstanceSize: PRUint32); safecall;
|
|
procedure LogAddCOMPtr(aPtr: Pointer; aObject: nsISupports_safe19); safecall;
|
|
procedure LogReleaseCOMPtr(aPtr: Pointer; aObject: nsISupports_safe19); safecall;
|
|
end;
|
|
|
|
nsIUnicharStreamListener_safe19 = interface(nsIRequestObserver_safe19)
|
|
['{4a7e9b62-fef8-400d-9865-d6820f630b4c}']
|
|
procedure OnUnicharDataAvailable(aRequest: nsIRequest_safe19; aContext: nsISupports_safe19; const aData: nsAString); safecall;
|
|
end;
|
|
|
|
nsIUploadChannel_safe19 = interface(nsISupports_safe19)
|
|
['{ddf633d8-e9a4-439d-ad88-de636fd9bb75}']
|
|
procedure SetUploadStream(aStream: nsIInputStream_safe19; const aContentType: nsACString; aContentLength: PRInt32); safecall;
|
|
function GetUploadStream(): nsIInputStream_safe19; safecall;
|
|
property UploadStream: nsIInputStream_safe19 read GetUploadStream;
|
|
end;
|
|
|
|
nsIURIContentListener_safe19 = interface(nsISupports_safe19)
|
|
['{94928ab3-8b63-11d3-989d-001083010e9b}']
|
|
function OnStartURIOpen(aURI: nsIURI_safe19): PRBool; safecall;
|
|
function DoContent(const aContentType: PAnsiChar; aIsContentPreferred: PRBool; aRequest: nsIRequest_safe19; out aContentHandler: nsIStreamListener_safe19): PRBool; safecall;
|
|
function IsPreferred(const aContentType: PAnsiChar; out aDesiredContentType: PAnsiChar): PRBool; safecall;
|
|
function CanHandleContent(const aContentType: PAnsiChar; aIsContentPreferred: PRBool; out aDesiredContentType: PAnsiChar): PRBool; safecall;
|
|
function GetLoadCookie(): nsISupports_safe19; safecall;
|
|
procedure SetLoadCookie(aLoadCookie: nsISupports_safe19); safecall;
|
|
property LoadCookie: nsISupports_safe19 read GetLoadCookie write SetLoadCookie;
|
|
function GetParentContentListener(): nsIURIContentListener_safe19; safecall;
|
|
procedure SetParentContentListener(aParentContentListener: nsIURIContentListener_safe19); safecall;
|
|
property ParentContentListener: nsIURIContentListener_safe19 read GetParentContentListener write SetParentContentListener;
|
|
end;
|
|
|
|
nsIWeakReference_safe19 = interface(nsISupports_safe19)
|
|
['{9188bc85-f92e-11d2-81ef-0060083a0bcf}']
|
|
procedure QueryReferent(constref uuid: TGUID; out _result); safecall;
|
|
end;
|
|
|
|
nsISupportsWeakReference_safe19 = interface(nsISupports_safe19)
|
|
['{9188bc86-f92e-11d2-81ef-0060083a0bcf}']
|
|
function GetWeakReference(): nsIWeakReference_safe19; safecall;
|
|
end;
|
|
|
|
nsIWebBrowser_safe19 = interface(nsISupports_safe19)
|
|
['{69e5df00-7b8b-11d3-af61-00a024ffc08c}']
|
|
procedure AddWebBrowserListener(aListener: nsIWeakReference_safe19; constref aIID: TGUID); safecall;
|
|
procedure RemoveWebBrowserListener(aListener: nsIWeakReference_safe19; constref aIID: TGUID); safecall;
|
|
function GetContainerWindow(): nsIWebBrowserChrome_safe19; safecall;
|
|
procedure SetContainerWindow(aContainerWindow: nsIWebBrowserChrome_safe19); safecall;
|
|
property ContainerWindow: nsIWebBrowserChrome_safe19 read GetContainerWindow write SetContainerWindow;
|
|
function GetParentURIContentListener(): nsIURIContentListener_safe19; safecall;
|
|
procedure SetParentURIContentListener(aParentURIContentListener: nsIURIContentListener_safe19); safecall;
|
|
property ParentURIContentListener: nsIURIContentListener_safe19 read GetParentURIContentListener write SetParentURIContentListener;
|
|
function GetContentDOMWindow(): nsIDOMWindow_safe19; safecall;
|
|
property ContentDOMWindow: nsIDOMWindow_safe19 read GetContentDOMWindow;
|
|
end;
|
|
|
|
nsIWebBrowserChrome_safe19 = interface(nsISupports_safe19)
|
|
['{ba434c60-9d52-11d3-afb0-00a024ffc08c}']
|
|
procedure SetStatus(statusType: PRUint32; const status: PWideChar); safecall;
|
|
function GetWebBrowser(): nsIWebBrowser_safe19; safecall;
|
|
procedure SetWebBrowser(aWebBrowser: nsIWebBrowser_safe19); safecall;
|
|
property WebBrowser: nsIWebBrowser_safe19 read GetWebBrowser write SetWebBrowser;
|
|
function GetChromeFlags(): PRUint32; safecall;
|
|
procedure SetChromeFlags(aChromeFlags: PRUint32); safecall;
|
|
property ChromeFlags: PRUint32 read GetChromeFlags write SetChromeFlags;
|
|
procedure DestroyBrowserWindow(); safecall;
|
|
procedure SizeBrowserTo(aCX: PRInt32; aCY: PRInt32); safecall;
|
|
procedure ShowAsModal(); safecall;
|
|
function IsWindowModal(): PRBool; safecall;
|
|
procedure ExitModalEventLoop(aStatus: nsresult); safecall;
|
|
end;
|
|
|
|
nsIWebBrowserChromeFocus_safe19 = interface(nsISupports_safe19)
|
|
['{d2206418-1dd1-11b2-8e55-acddcd2bcfb8}']
|
|
procedure FocusNextElement(); safecall;
|
|
procedure FocusPrevElement(); safecall;
|
|
end;
|
|
|
|
nsIWebBrowserFind_safe19 = interface(nsISupports_safe19)
|
|
['{2f977d44-5485-11d4-87e2-0010a4e75ef2}']
|
|
function FindNext(): PRBool; safecall;
|
|
function GetSearchString(): PWideChar; safecall;
|
|
procedure SetSearchString(const aSearchString: PWideChar); safecall;
|
|
property SearchString: PWideChar read GetSearchString write SetSearchString;
|
|
function GetFindBackwards(): PRBool; safecall;
|
|
procedure SetFindBackwards(aFindBackwards: PRBool); safecall;
|
|
property FindBackwards: PRBool read GetFindBackwards write SetFindBackwards;
|
|
function GetWrapFind(): PRBool; safecall;
|
|
procedure SetWrapFind(aWrapFind: PRBool); safecall;
|
|
property WrapFind: PRBool read GetWrapFind write SetWrapFind;
|
|
function GetEntireWord(): PRBool; safecall;
|
|
procedure SetEntireWord(aEntireWord: PRBool); safecall;
|
|
property EntireWord: PRBool read GetEntireWord write SetEntireWord;
|
|
function GetMatchCase(): PRBool; safecall;
|
|
procedure SetMatchCase(aMatchCase: PRBool); safecall;
|
|
property MatchCase: PRBool read GetMatchCase write SetMatchCase;
|
|
function GetSearchFrames(): PRBool; safecall;
|
|
procedure SetSearchFrames(aSearchFrames: PRBool); safecall;
|
|
property SearchFrames: PRBool read GetSearchFrames write SetSearchFrames;
|
|
end;
|
|
|
|
nsIWebBrowserFindInFrames_safe19 = interface(nsISupports_safe19)
|
|
['{e0f5d182-34bc-11d5-be5b-b760676c6ebc}']
|
|
function GetCurrentSearchFrame(): nsIDOMWindow_safe19; safecall;
|
|
procedure SetCurrentSearchFrame(aCurrentSearchFrame: nsIDOMWindow_safe19); safecall;
|
|
property CurrentSearchFrame: nsIDOMWindow_safe19 read GetCurrentSearchFrame write SetCurrentSearchFrame;
|
|
function GetRootSearchFrame(): nsIDOMWindow_safe19; safecall;
|
|
procedure SetRootSearchFrame(aRootSearchFrame: nsIDOMWindow_safe19); safecall;
|
|
property RootSearchFrame: nsIDOMWindow_safe19 read GetRootSearchFrame write SetRootSearchFrame;
|
|
function GetSearchSubframes(): PRBool; safecall;
|
|
procedure SetSearchSubframes(aSearchSubframes: PRBool); safecall;
|
|
property SearchSubframes: PRBool read GetSearchSubframes write SetSearchSubframes;
|
|
function GetSearchParentFrames(): PRBool; safecall;
|
|
procedure SetSearchParentFrames(aSearchParentFrames: PRBool); safecall;
|
|
property SearchParentFrames: PRBool read GetSearchParentFrames write SetSearchParentFrames;
|
|
end;
|
|
|
|
nsIWebBrowserFocus_safe19 = interface(nsISupports_safe19)
|
|
['{9c5d3c58-1dd1-11b2-a1c9-f3699284657a}']
|
|
procedure Activate(); safecall;
|
|
procedure Deactivate(); safecall;
|
|
procedure SetFocusAtFirstElement(); safecall;
|
|
procedure SetFocusAtLastElement(); safecall;
|
|
function GetFocusedWindow(): nsIDOMWindow_safe19; safecall;
|
|
procedure SetFocusedWindow(aFocusedWindow: nsIDOMWindow_safe19); safecall;
|
|
property FocusedWindow: nsIDOMWindow_safe19 read GetFocusedWindow write SetFocusedWindow;
|
|
function GetFocusedElement(): nsIDOMElement_safe19; safecall;
|
|
procedure SetFocusedElement(aFocusedElement: nsIDOMElement_safe19); safecall;
|
|
property FocusedElement: nsIDOMElement_safe19 read GetFocusedElement write SetFocusedElement;
|
|
end;
|
|
|
|
nsIWebBrowserPrint_safe19 = interface(nsISupports_safe19)
|
|
['{9a7ca4b0-fbba-11d4-a869-00105a183419}']
|
|
function GetGlobalPrintSettings(): nsIPrintSettings_safe19; safecall;
|
|
property GlobalPrintSettings: nsIPrintSettings_safe19 read GetGlobalPrintSettings;
|
|
function GetCurrentPrintSettings(): nsIPrintSettings_safe19; safecall;
|
|
property CurrentPrintSettings: nsIPrintSettings_safe19 read GetCurrentPrintSettings;
|
|
function GetCurrentChildDOMWindow(): nsIDOMWindow_safe19; safecall;
|
|
property CurrentChildDOMWindow: nsIDOMWindow_safe19 read GetCurrentChildDOMWindow;
|
|
function GetDoingPrint(): PRBool; safecall;
|
|
property DoingPrint: PRBool read GetDoingPrint;
|
|
function GetDoingPrintPreview(): PRBool; safecall;
|
|
property DoingPrintPreview: PRBool read GetDoingPrintPreview;
|
|
function GetIsFramesetDocument(): PRBool; safecall;
|
|
property IsFramesetDocument: PRBool read GetIsFramesetDocument;
|
|
function GetIsFramesetFrameSelected(): PRBool; safecall;
|
|
property IsFramesetFrameSelected: PRBool read GetIsFramesetFrameSelected;
|
|
function GetIsIFrameSelected(): PRBool; safecall;
|
|
property IsIFrameSelected: PRBool read GetIsIFrameSelected;
|
|
function GetIsRangeSelection(): PRBool; safecall;
|
|
property IsRangeSelection: PRBool read GetIsRangeSelection;
|
|
function GetPrintPreviewNumPages(): PRInt32; safecall;
|
|
property PrintPreviewNumPages: PRInt32 read GetPrintPreviewNumPages;
|
|
procedure Print(aThePrintSettings: nsIPrintSettings_safe19; aWPListener: nsIWebProgressListener_safe19); safecall;
|
|
procedure PrintPreview(aThePrintSettings: nsIPrintSettings_safe19; aChildDOMWin: nsIDOMWindow_safe19; aWPListener: nsIWebProgressListener_safe19); safecall;
|
|
procedure PrintPreviewNavigate(aNavType: PRInt16; aPageNum: PRInt32); safecall;
|
|
procedure Cancel(); safecall;
|
|
procedure EnumerateDocumentNames(out aCount: PRUint32; out aResult_array); safecall;
|
|
procedure ExitPrintPreview(); safecall;
|
|
end;
|
|
|
|
nsIWebBrowserSetup_safe19 = interface(nsISupports_safe19)
|
|
['{f15398a0-8018-11d3-af70-00a024ffc08c}']
|
|
procedure SetProperty(aId: PRUint32; aValue: PRUint32); safecall;
|
|
end;
|
|
|
|
nsIWebBrowserStream_safe19 = interface(nsISupports_safe19)
|
|
['{86d02f0e-219b-4cfc-9c88-bd98d2cce0b8}']
|
|
procedure OpenStream(aBaseURI: nsIURI_safe19; const aContentType: nsACString); safecall;
|
|
procedure AppendToStream(const aData_array; aLen: PRUint32); safecall;
|
|
procedure CloseStream(); safecall;
|
|
end;
|
|
|
|
nsIWebProgress_safe19 = interface(nsISupports_safe19)
|
|
['{570f39d0-efd0-11d3-b093-00a024ffc08c}']
|
|
procedure AddProgressListener(aListener: nsIWebProgressListener_safe19; aNotifyMask: PRUint32); safecall;
|
|
procedure RemoveProgressListener(aListener: nsIWebProgressListener_safe19); safecall;
|
|
function GetDOMWindow(): nsIDOMWindow_safe19; safecall;
|
|
property DOMWindow: nsIDOMWindow_safe19 read GetDOMWindow;
|
|
function GetIsLoadingDocument(): PRBool; safecall;
|
|
property IsLoadingDocument: PRBool read GetIsLoadingDocument;
|
|
end;
|
|
|
|
nsIWebProgressListener_safe19 = interface(nsISupports_safe19)
|
|
['{570f39d1-efd0-11d3-b093-00a024ffc08c}']
|
|
procedure OnStateChange(aWebProgress: nsIWebProgress_safe19; aRequest: nsIRequest_safe19; aStateFlags: PRUint32; aStatus: nsresult); safecall;
|
|
procedure OnProgressChange(aWebProgress: nsIWebProgress_safe19; aRequest: nsIRequest_safe19; aCurSelfProgress: PRInt32; aMaxSelfProgress: PRInt32; aCurTotalProgress: PRInt32; aMaxTotalProgress: PRInt32); safecall;
|
|
procedure OnLocationChange(aWebProgress: nsIWebProgress_safe19; aRequest: nsIRequest_safe19; aLocation: nsIURI_safe19); safecall;
|
|
procedure OnStatusChange(aWebProgress: nsIWebProgress_safe19; aRequest: nsIRequest_safe19; aStatus: nsresult; const aMessage: PWideChar); safecall;
|
|
procedure OnSecurityChange(aWebProgress: nsIWebProgress_safe19; aRequest: nsIRequest_safe19; aState: PRUint32); safecall;
|
|
end;
|
|
|
|
nsIWindowCreator_safe19 = interface(nsISupports_safe19)
|
|
['{30465632-a777-44cc-90f9-8145475ef999}']
|
|
function CreateChromeWindow(parent: nsIWebBrowserChrome_safe19; chromeFlags: PRUint32): nsIWebBrowserChrome_safe19; safecall;
|
|
end;
|
|
|
|
nsIWindowWatcher_safe19 = interface(nsISupports_safe19)
|
|
['{002286a8-494b-43b3-8ddd-49e3fc50622b}']
|
|
function OpenWindow(aParent: nsIDOMWindow_safe19; const aUrl: PAnsiChar; const aName: PAnsiChar; const aFeatures: PAnsiChar; aArguments: nsISupports_safe19): nsIDOMWindow_safe19; safecall;
|
|
procedure RegisterNotification(aObserver: nsIObserver_safe19); safecall;
|
|
procedure UnregisterNotification(aObserver: nsIObserver_safe19); safecall;
|
|
function GetWindowEnumerator(): nsISimpleEnumerator_safe19; safecall;
|
|
function GetNewPrompter(aParent: nsIDOMWindow_safe19): nsIPrompt_safe19; safecall;
|
|
function GetNewAuthPrompter(aParent: nsIDOMWindow_safe19): nsIAuthPrompt_safe19; safecall;
|
|
procedure SetWindowCreator(creator: nsIWindowCreator_safe19); safecall;
|
|
function GetChromeForWindow(aWindow: nsIDOMWindow_safe19): nsIWebBrowserChrome_safe19; safecall;
|
|
function GetWindowByName(const aTargetName: PWideChar; aCurrentWindow: nsIDOMWindow_safe19): nsIDOMWindow_safe19; safecall;
|
|
function GetActiveWindow(): nsIDOMWindow_safe19; safecall;
|
|
procedure SetActiveWindow(aActiveWindow: nsIDOMWindow_safe19); safecall;
|
|
property ActiveWindow: nsIDOMWindow_safe19 read GetActiveWindow write SetActiveWindow;
|
|
end;
|
|
|
|
nsIX509Cert_safe19 = interface(nsISupports_safe19)
|
|
['{f0980f60-ee3d-11d4-998b-00b0d02354a0}']
|
|
procedure GetNickname(aNickname: nsAString); safecall;
|
|
procedure GetEmailAddress(aEmailAddress: nsAString); safecall;
|
|
procedure GetEmailAddresses(out length: PRUint32; out addresses_array); safecall;
|
|
function ContainsEmailAddress(const aEmailAddress: nsAString): PRBool; safecall;
|
|
procedure GetSubjectName(aSubjectName: nsAString); safecall;
|
|
procedure GetCommonName(aCommonName: nsAString); safecall;
|
|
procedure GetOrganization(aOrganization: nsAString); safecall;
|
|
procedure GetOrganizationalUnit(aOrganizationalUnit: nsAString); safecall;
|
|
procedure GetSha1Fingerprint(aSha1Fingerprint: nsAString); safecall;
|
|
procedure GetMd5Fingerprint(aMd5Fingerprint: nsAString); safecall;
|
|
procedure GetTokenName(aTokenName: nsAString); safecall;
|
|
procedure GetIssuerName(aIssuerName: nsAString); safecall;
|
|
procedure GetSerialNumber(aSerialNumber: nsAString); safecall;
|
|
procedure GetIssuerCommonName(aIssuerCommonName: nsAString); safecall;
|
|
procedure GetIssuerOrganization(aIssuerOrganization: nsAString); safecall;
|
|
procedure GetIssuerOrganizationUnit(aIssuerOrganizationUnit: nsAString); safecall;
|
|
function GetIssuer(): nsIX509Cert_safe19; safecall;
|
|
property Issuer: nsIX509Cert_safe19 read GetIssuer;
|
|
function GetValidity(): nsIX509CertValidity_safe19; safecall;
|
|
property Validity: nsIX509CertValidity_safe19 read GetValidity;
|
|
function GetDbKey(): PAnsiChar; safecall;
|
|
property DbKey: PAnsiChar read GetDbKey;
|
|
function GetWindowTitle(): PAnsiChar; safecall;
|
|
property WindowTitle: PAnsiChar read GetWindowTitle;
|
|
function GetChain(): nsIArray_safe19; safecall;
|
|
procedure GetUsagesArray(ignoreOcsp: PRBool; out verified: PRUint32; out count: PRUint32; out usages_array); safecall;
|
|
procedure GetUsagesString(ignoreOcsp: PRBool; out verified: PRUint32; usages: nsAString); safecall;
|
|
function VerifyForUsage(usage: PRUint32): PRUint32; safecall;
|
|
function GetASN1Structure(): nsIASN1Object_safe19; safecall;
|
|
property ASN1Structure: nsIASN1Object_safe19 read GetASN1Structure;
|
|
procedure GetRawDER(out length: PRUint32; out data_array); safecall;
|
|
function Equals(other: nsIX509Cert_safe19): PRBool; safecall;
|
|
end;
|
|
|
|
nsIX509CertDB_safe19 = interface(nsISupports_safe19)
|
|
['{da48b3c0-1284-11d5-ac67-000064657374}']
|
|
function FindCertByNickname(aToken: nsISupports_safe19; const aNickname: nsAString): nsIX509Cert_safe19; safecall;
|
|
function FindCertByDBKey(const aDBkey: PAnsiChar; aToken: nsISupports_safe19): nsIX509Cert_safe19; safecall;
|
|
procedure FindCertNicknames(aToken: nsISupports_safe19; aType: PRUint32; out count: PRUint32; out certNameList_array); safecall;
|
|
function FindEmailEncryptionCert(const aNickname: nsAString): nsIX509Cert_safe19; safecall;
|
|
function FindEmailSigningCert(const aNickname: nsAString): nsIX509Cert_safe19; safecall;
|
|
function FindCertByEmailAddress(aToken: nsISupports_safe19; const aEmailAddress: PAnsiChar): nsIX509Cert_safe19; safecall;
|
|
procedure ImportCertificates(const data_array; length: PRUint32; _type: PRUint32; ctx: nsIInterfaceRequestor_safe19); safecall;
|
|
procedure ImportEmailCertificate(const data_array; length: PRUint32; ctx: nsIInterfaceRequestor_safe19); safecall;
|
|
procedure ImportServerCertificate(const data_array; length: PRUint32; ctx: nsIInterfaceRequestor_safe19); safecall;
|
|
procedure ImportUserCertificate(const data_array; length: PRUint32; ctx: nsIInterfaceRequestor_safe19); safecall;
|
|
procedure DeleteCertificate(aCert: nsIX509Cert_safe19); safecall;
|
|
procedure SetCertTrust(cert: nsIX509Cert_safe19; _type: PRUint32; trust: PRUint32); safecall;
|
|
function IsCertTrusted(cert: nsIX509Cert_safe19; certType: PRUint32; trustType: PRUint32): PRBool; safecall;
|
|
procedure ImportCertsFromFile(aToken: nsISupports_safe19; aFile: nsILocalFile_safe19; aType: PRUint32); safecall;
|
|
procedure ImportPKCS12File(aToken: nsISupports_safe19; aFile: nsILocalFile_safe19); safecall;
|
|
procedure ExportPKCS12File(aToken: nsISupports_safe19; aFile: nsILocalFile_safe19; count: PRUint32; const aCerts_array); safecall;
|
|
function GetOCSPResponders(): nsIArray_safe19; safecall;
|
|
function GetIsOcspOn(): PRBool; safecall;
|
|
property IsOcspOn: PRBool read GetIsOcspOn;
|
|
function ConstructX509FromBase64(const base64: PAnsiChar): nsIX509Cert_safe19; safecall;
|
|
end;
|
|
|
|
nsIX509CertValidity_safe19 = interface(nsISupports_safe19)
|
|
['{e701dfd8-1dd1-11b2-a172-ffa6cc6156ad}']
|
|
function GetNotBefore(): PRTime; safecall;
|
|
property NotBefore: PRTime read GetNotBefore;
|
|
procedure GetNotBeforeLocalTime(aNotBeforeLocalTime: nsAString); safecall;
|
|
procedure GetNotBeforeLocalDay(aNotBeforeLocalDay: nsAString); safecall;
|
|
procedure GetNotBeforeGMT(aNotBeforeGMT: nsAString); safecall;
|
|
function GetNotAfter(): PRTime; safecall;
|
|
property NotAfter: PRTime read GetNotAfter;
|
|
procedure GetNotAfterLocalTime(aNotAfterLocalTime: nsAString); safecall;
|
|
procedure GetNotAfterLocalDay(aNotAfterLocalDay: nsAString); safecall;
|
|
procedure GetNotAfterGMT(aNotAfterGMT: nsAString); safecall;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|