this.prototype = new Window(); | |
Window.prototype= new Global(); | |
function Window(){}; | |
Window.prototype.navigator= new Navigator(); | |
Window.prototype.document= new HTMLDocument(); | |
Window.prototype.Packages= new Package(); | |
Window.prototype.sun= new Package(); | |
Window.prototype.java= new Package(); | |
Window.prototype.netscape= new Object(); | |
Window.prototype.XPCNativeWrapper=function(){}; | |
Window.prototype.GeckoActiveXObject=function(arg1){}; | |
Window.prototype.Components= new nsXPCComponents(); | |
Window.prototype.length=""; | |
Window.prototype.parent= new Window(); | |
Window.prototype.top= new Window(); | |
Window.prototype.scrollbars= new BarProp(); | |
Window.prototype.name=""; | |
Window.prototype.scrollX=""; | |
Window.prototype.scrollY=""; | |
Window.prototype.scrollTo=function(arg1,arg2){}; | |
Window.prototype.scrollBy=function(arg1,arg2){}; | |
Window.prototype.getSelection=function(){}; | |
Window.prototype.scrollByLines=function(arg1){}; | |
Window.prototype.scrollByPages=function(arg1){}; | |
Window.prototype.sizeToContent=function(){}; | |
Window.prototype.dump=function(arg1){}; | |
Window.prototype.setTimeout=function(){}; | |
Window.prototype.setInterval=function(){}; | |
Window.prototype.clearTimeout=function(){}; | |
Window.prototype.clearInterval=function(){}; | |
Window.prototype.setResizable=function(arg1){}; | |
Window.prototype.captureEvents=function(arg1){}; | |
Window.prototype.releaseEvents=function(arg1){}; | |
Window.prototype.routeEvent=function(arg1){}; | |
Window.prototype.enableExternalCapture=function(){}; | |
Window.prototype.disableExternalCapture=function(){}; | |
Window.prototype.prompt=function(){}; | |
Window.prototype.open=function(){}; | |
Window.prototype.openDialog=function(){}; | |
Window.prototype.frames= new Window(); | |
Window.prototype.find=function(){}; | |
Window.prototype.self= new Window(); | |
Window.prototype.screen= new Screen(); | |
Window.prototype.history= new Array(); | |
Window.prototype.content= new Window(); | |
Window.prototype.menubar= new BarProp(); | |
Window.prototype.toolbar= new BarProp(); | |
Window.prototype.locationbar= new BarProp(); | |
Window.prototype.personalbar= new BarProp(); | |
Window.prototype.statusbar= new BarProp(); | |
Window.prototype.directories= new BarProp(); | |
Window.prototype.closed=""; | |
Window.prototype.crypto= new Crypto(); | |
Window.prototype.pkcs11= new Pkcs11(); | |
Window.prototype.controllers= new XULControllers(); | |
Window.prototype.opener=""; | |
Window.prototype.status=""; | |
Window.prototype.defaultStatus=""; | |
Window.prototype.innerWidth=0; | |
Window.prototype.innerHeight=0; | |
Window.prototype.outerWidth=0; | |
Window.prototype.outerHeight=0; | |
Window.prototype.screenX=0; | |
Window.prototype.screenY=0; | |
Window.prototype.pageXOffset=""; | |
Window.prototype.pageYOffset=""; | |
Window.prototype.scrollMaxX=""; | |
Window.prototype.scrollMaxY=""; | |
Window.prototype.fullScreen=""; | |
Window.prototype.alert=function(arg1){}; | |
Window.prototype.confirm=function(arg1){}; | |
Window.prototype.focus=function(){}; | |
Window.prototype.blur=function(){}; | |
Window.prototype.back=function(){}; | |
Window.prototype.forward=function(){}; | |
Window.prototype.home=function(){}; | |
Window.prototype.stop=function(){}; | |
Window.prototype.print=function(){}; | |
Window.prototype.moveTo=function(arg1,arg2){}; | |
Window.prototype.moveBy=function(arg1,arg2){}; | |
Window.prototype.resizeTo=function(arg1,arg2){}; | |
Window.prototype.resizeBy=function(arg1,arg2){}; | |
Window.prototype.scroll=function(arg1,arg2){}; | |
Window.prototype.close=function(){}; | |
Window.prototype.updateCommands=function(arg1){}; | |
Window.prototype.atob=function(arg1){}; | |
Window.prototype.btoa=function(arg1){}; | |
Window.prototype.frameElement=""; | |
Window.prototype.removeEventListener=function(arg1,arg2,arg3){}; | |
Window.prototype.dispatchEvent=function(arg1){}; | |
Window.prototype.getComputedStyle=function(arg1,arg2){}; | |
Window.prototype.sessionStorage=""; | |
Window.prototype.globalStorage= new StorageList(); | |
Navigator.prototype= new Array(); | |
function Navigator(){}; | |
Navigator.prototype.userAgent=""; | |
Navigator.prototype.platform=""; | |
Navigator.prototype.appCodeName=""; | |
Navigator.prototype.appName=""; | |
Navigator.prototype.appVersion=""; | |
Navigator.prototype.language=""; | |
Navigator.prototype.mimeTypes= new Array(); | |
Navigator.prototype.oscpu=""; | |
Navigator.prototype.vendor=""; | |
Navigator.prototype.vendorSub=""; | |
Navigator.prototype.product=""; | |
Navigator.prototype.productSub=""; | |
Navigator.prototype.plugins= new Array(); | |
Navigator.prototype.securityPolicy=""; | |
Navigator.prototype.cookieEnabled=false; | |
Navigator.prototype.onLine=false; | |
Navigator.prototype.javaEnabled=function(){}; | |
Navigator.prototype.taintEnabled=function(){}; | |
Navigator.prototype.buildID=""; | |
Navigator.prototype.preference=function(){}; | |
Navigator.prototype.registerContentHandler=function(arg1,arg2,arg3){}; | |
Navigator.prototype.registerProtocolHandler=function(arg1,arg2,arg3){}; | |
HTMLDocument.prototype= new Array(); | |
function HTMLDocument(){}; | |
HTMLDocument.prototype.writeln=function(){}; | |
HTMLDocument.prototype.title=""; | |
HTMLDocument.prototype.referrer=""; | |
HTMLDocument.prototype.styleSheets= new StyleSheetList(); | |
HTMLDocument.prototype.baseURI=""; | |
HTMLDocument.prototype.compareDocumentPosition=function(arg1){}; | |
HTMLDocument.prototype.textContent=""; | |
HTMLDocument.prototype.isSameNode=function(arg1){}; | |
HTMLDocument.prototype.lookupPrefix=function(arg1){}; | |
HTMLDocument.prototype.isDefaultNamespace=function(arg1){}; | |
HTMLDocument.prototype.lookupNamespaceURI=function(arg1){}; | |
HTMLDocument.prototype.isEqualNode=function(arg1){}; | |
HTMLDocument.prototype.getFeature=function(arg1,arg2){}; | |
HTMLDocument.prototype.setUserData=function(arg1,arg2,arg3){}; | |
HTMLDocument.prototype.getUserData=function(arg1){}; | |
HTMLDocument.prototype.DOCUMENT_POSITION_DISCONNECTED=0; | |
HTMLDocument.prototype.DOCUMENT_POSITION_PRECEDING=0; | |
HTMLDocument.prototype.DOCUMENT_POSITION_FOLLOWING=0; | |
HTMLDocument.prototype.DOCUMENT_POSITION_CONTAINS=0; | |
HTMLDocument.prototype.DOCUMENT_POSITION_CONTAINED_BY=0; | |
HTMLDocument.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0; | |
HTMLDocument.prototype.nodeName=""; | |
HTMLDocument.prototype.nodeValue=""; | |
HTMLDocument.prototype.nodeType=0; | |
HTMLDocument.prototype.parentNode=""; | |
HTMLDocument.prototype.childNodes= new NodeList(); | |
HTMLDocument.prototype.firstChild= new DocumentType(); | |
HTMLDocument.prototype.lastChild= new HTMLHtmlElement(); | |
HTMLDocument.prototype.previousSibling=""; | |
HTMLDocument.prototype.nextSibling=""; | |
HTMLDocument.prototype.attributes=""; | |
HTMLDocument.prototype.ownerDocument=""; | |
HTMLDocument.prototype.insertBefore=function(arg1,arg2){}; | |
HTMLDocument.prototype.replaceChild=function(arg1,arg2){}; | |
HTMLDocument.prototype.removeChild=function(arg1){}; | |
HTMLDocument.prototype.appendChild=function(arg1){}; | |
HTMLDocument.prototype.hasChildNodes=function(){}; | |
HTMLDocument.prototype.cloneNode=function(arg1){}; | |
HTMLDocument.prototype.normalize=function(){}; | |
HTMLDocument.prototype.isSupported=function(arg1,arg2){}; | |
HTMLDocument.prototype.namespaceURI=""; | |
HTMLDocument.prototype.prefix=""; | |
HTMLDocument.prototype.localName=""; | |
HTMLDocument.prototype.hasAttributes=function(){}; | |
HTMLDocument.prototype.doctype= new DocumentType(); | |
HTMLDocument.prototype.implementation= new DOMImplementation(); | |
HTMLDocument.prototype.documentElement= new HTMLHtmlElement(); | |
HTMLDocument.prototype.createElement=function(arg1){}; | |
HTMLDocument.prototype.createDocumentFragment=function(){}; | |
HTMLDocument.prototype.createTextNode=function(arg1){}; | |
HTMLDocument.prototype.createComment=function(arg1){}; | |
HTMLDocument.prototype.createCDATASection=function(arg1){}; | |
HTMLDocument.prototype.createProcessingInstruction=function(arg1,arg2){}; | |
HTMLDocument.prototype.createAttribute=function(arg1){}; | |
HTMLDocument.prototype.createEntityReference=function(arg1){}; | |
HTMLDocument.prototype.getElementsByTagName=function(arg1){}; | |
HTMLDocument.prototype.importNode=function(arg1,arg2){}; | |
HTMLDocument.prototype.createElementNS=function(arg1,arg2){}; | |
HTMLDocument.prototype.createAttributeNS=function(arg1,arg2){}; | |
HTMLDocument.prototype.getElementsByTagNameNS=function(arg1,arg2){}; | |
HTMLDocument.prototype.getElementById=function(arg1){}; | |
HTMLDocument.prototype.ELEMENT_NODE=0; | |
HTMLDocument.prototype.ATTRIBUTE_NODE=0; | |
HTMLDocument.prototype.TEXT_NODE=0; | |
HTMLDocument.prototype.CDATA_SECTION_NODE=0; | |
HTMLDocument.prototype.ENTITY_REFERENCE_NODE=0; | |
HTMLDocument.prototype.ENTITY_NODE=0; | |
HTMLDocument.prototype.PROCESSING_INSTRUCTION_NODE=0; | |
HTMLDocument.prototype.COMMENT_NODE=0; | |
HTMLDocument.prototype.DOCUMENT_NODE=0; | |
HTMLDocument.prototype.DOCUMENT_TYPE_NODE=0; | |
HTMLDocument.prototype.DOCUMENT_FRAGMENT_NODE=0; | |
HTMLDocument.prototype.NOTATION_NODE=0; | |
HTMLDocument.prototype.URL=""; | |
HTMLDocument.prototype.body= new HTMLBodyElement(); | |
HTMLDocument.prototype.images= new HTMLCollection(); | |
HTMLDocument.prototype.applets= new HTMLCollection(); | |
HTMLDocument.prototype.links= new HTMLCollection(); | |
HTMLDocument.prototype.forms= new HTMLCollection(); | |
HTMLDocument.prototype.anchors= new HTMLCollection(); | |
HTMLDocument.prototype.cookie=""; | |
HTMLDocument.prototype.close=function(){}; | |
HTMLDocument.prototype.getElementsByName=function(arg1){}; | |
HTMLDocument.prototype.width=0; | |
HTMLDocument.prototype.height=0; | |
HTMLDocument.prototype.alinkColor=""; | |
HTMLDocument.prototype.linkColor=""; | |
HTMLDocument.prototype.vlinkColor=""; | |
HTMLDocument.prototype.bgColor=""; | |
HTMLDocument.prototype.fgColor=""; | |
HTMLDocument.prototype.domain=""; | |
HTMLDocument.prototype.embeds= new HTMLCollection(); | |
HTMLDocument.prototype.getSelection=function(){}; | |
HTMLDocument.prototype.write=function(){}; | |
HTMLDocument.prototype.clear=function(){}; | |
HTMLDocument.prototype.captureEvents=function(arg1){}; | |
HTMLDocument.prototype.releaseEvents=function(arg1){}; | |
HTMLDocument.prototype.routeEvent=function(arg1){}; | |
HTMLDocument.prototype.compatMode=""; | |
HTMLDocument.prototype.plugins= new HTMLCollection(); | |
HTMLDocument.prototype.designMode=""; | |
HTMLDocument.prototype.execCommand=function(arg1,arg2,arg3){}; | |
HTMLDocument.prototype.execCommandShowHelp=function(arg1){}; | |
HTMLDocument.prototype.queryCommandEnabled=function(arg1){}; | |
HTMLDocument.prototype.queryCommandIndeterm=function(arg1){}; | |
HTMLDocument.prototype.queryCommandState=function(arg1){}; | |
HTMLDocument.prototype.queryCommandSupported=function(arg1){}; | |
HTMLDocument.prototype.queryCommandText=function(arg1){}; | |
HTMLDocument.prototype.queryCommandValue=function(arg1){}; | |
HTMLDocument.prototype.characterSet=""; | |
HTMLDocument.prototype.dir=""; | |
HTMLDocument.prototype.contentType=""; | |
HTMLDocument.prototype.lastModified=""; | |
HTMLDocument.prototype.getBoxObjectFor=function(arg1){}; | |
HTMLDocument.prototype.setBoxObjectFor=function(arg1,arg2){}; | |
HTMLDocument.prototype.createEvent=function(arg1){}; | |
HTMLDocument.prototype.preferredStylesheetSet=""; | |
HTMLDocument.prototype.defaultView= new Window(); | |
HTMLDocument.prototype.createRange=function(){}; | |
HTMLDocument.prototype.createNodeIterator=function(arg1,arg2,arg3,arg4){}; | |
HTMLDocument.prototype.createTreeWalker=function(arg1,arg2,arg3,arg4){}; | |
HTMLDocument.prototype.getAnonymousNodes=function(arg1){}; | |
HTMLDocument.prototype.getAnonymousElementByAttribute=function(arg1,arg2,arg3){}; | |
HTMLDocument.prototype.addBinding=function(arg1,arg2){}; | |
HTMLDocument.prototype.removeBinding=function(arg1,arg2){}; | |
HTMLDocument.prototype.getBindingParent=function(arg1){}; | |
HTMLDocument.prototype.loadBindingDocument=function(arg1){}; | |
HTMLDocument.prototype.removeEventListener=function(arg1,arg2,arg3){}; | |
HTMLDocument.prototype.dispatchEvent=function(arg1){}; | |
HTMLDocument.prototype.inputEncoding=""; | |
HTMLDocument.prototype.xmlEncoding=""; | |
HTMLDocument.prototype.xmlStandalone=""; | |
HTMLDocument.prototype.xmlVersion=""; | |
HTMLDocument.prototype.strictErrorChecking=false; | |
HTMLDocument.prototype.documentURI=""; | |
HTMLDocument.prototype.adoptNode=function(arg1){}; | |
HTMLDocument.prototype.domConfig=""; | |
HTMLDocument.prototype.normalizeDocument=function(){}; | |
HTMLDocument.prototype.renameNode=function(arg1,arg2,arg3){}; | |
HTMLDocument.prototype.createExpression=function(arg1,arg2){}; | |
HTMLDocument.prototype.createNSResolver=function(arg1){}; | |
HTMLDocument.prototype.evaluate=function(arg1,arg2,arg3,arg4,arg5){}; | |
StyleSheetList.prototype= new Array(); | |
function StyleSheetList(){}; | |
StyleSheetList.prototype.length=""; | |
StyleSheetList.prototype.item=function(arg1){}; | |
DocumentType.prototype= new Array(); | |
function DocumentType(){}; | |
DocumentType.prototype.nodeName=""; | |
DocumentType.prototype.nodeValue=""; | |
DocumentType.prototype.nodeType=0; | |
DocumentType.prototype.parentNode= new HTMLDocument(); | |
DocumentType.prototype.childNodes= new NodeList(); | |
DocumentType.prototype.firstChild=""; | |
DocumentType.prototype.lastChild=""; | |
DocumentType.prototype.previousSibling=""; | |
DocumentType.prototype.nextSibling= new HTMLHtmlElement(); | |
DocumentType.prototype.attributes=""; | |
DocumentType.prototype.ownerDocument= new HTMLDocument(); | |
DocumentType.prototype.insertBefore=function(arg1,arg2){}; | |
DocumentType.prototype.replaceChild=function(arg1,arg2){}; | |
DocumentType.prototype.removeChild=function(arg1){}; | |
DocumentType.prototype.appendChild=function(arg1){}; | |
DocumentType.prototype.hasChildNodes=function(){}; | |
DocumentType.prototype.cloneNode=function(arg1){}; | |
DocumentType.prototype.normalize=function(){}; | |
DocumentType.prototype.isSupported=function(arg1,arg2){}; | |
DocumentType.prototype.namespaceURI=""; | |
DocumentType.prototype.prefix=""; | |
DocumentType.prototype.localName=""; | |
DocumentType.prototype.hasAttributes=function(){}; | |
DocumentType.prototype.ELEMENT_NODE=0; | |
DocumentType.prototype.ATTRIBUTE_NODE=0; | |
DocumentType.prototype.TEXT_NODE=0; | |
DocumentType.prototype.CDATA_SECTION_NODE=0; | |
DocumentType.prototype.ENTITY_REFERENCE_NODE=0; | |
DocumentType.prototype.ENTITY_NODE=0; | |
DocumentType.prototype.PROCESSING_INSTRUCTION_NODE=0; | |
DocumentType.prototype.COMMENT_NODE=0; | |
DocumentType.prototype.DOCUMENT_NODE=0; | |
DocumentType.prototype.DOCUMENT_TYPE_NODE=0; | |
DocumentType.prototype.DOCUMENT_FRAGMENT_NODE=0; | |
DocumentType.prototype.NOTATION_NODE=0; | |
DocumentType.prototype.name=""; | |
DocumentType.prototype.entities=""; | |
DocumentType.prototype.notations=""; | |
DocumentType.prototype.publicId=""; | |
DocumentType.prototype.systemId=""; | |
DocumentType.prototype.internalSubset=""; | |
DocumentType.prototype.baseURI=""; | |
DocumentType.prototype.compareDocumentPosition=function(arg1){}; | |
DocumentType.prototype.textContent=""; | |
DocumentType.prototype.isSameNode=function(arg1){}; | |
DocumentType.prototype.lookupPrefix=function(arg1){}; | |
DocumentType.prototype.isDefaultNamespace=function(arg1){}; | |
DocumentType.prototype.lookupNamespaceURI=function(arg1){}; | |
DocumentType.prototype.isEqualNode=function(arg1){}; | |
DocumentType.prototype.getFeature=function(arg1,arg2){}; | |
DocumentType.prototype.setUserData=function(arg1,arg2,arg3){}; | |
DocumentType.prototype.getUserData=function(arg1){}; | |
DocumentType.prototype.DOCUMENT_POSITION_DISCONNECTED=0; | |
DocumentType.prototype.DOCUMENT_POSITION_PRECEDING=0; | |
DocumentType.prototype.DOCUMENT_POSITION_FOLLOWING=0; | |
DocumentType.prototype.DOCUMENT_POSITION_CONTAINS=0; | |
DocumentType.prototype.DOCUMENT_POSITION_CONTAINED_BY=0; | |
DocumentType.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0; | |
NodeList.prototype= new Array(); | |
function NodeList(){}; | |
NodeList.prototype.length=""; | |
NodeList.prototype.item=function(arg1){}; | |
HTMLHtmlElement.prototype= new Array(); | |
function HTMLHtmlElement(){}; | |
HTMLHtmlElement.prototype.nodeName=""; | |
HTMLHtmlElement.prototype.nodeValue=""; | |
HTMLHtmlElement.prototype.nodeType=0; | |
HTMLHtmlElement.prototype.parentNode= new HTMLDocument(); | |
HTMLHtmlElement.prototype.childNodes= new NodeList(); | |
HTMLHtmlElement.prototype.firstChild= new HTMLHeadElement(); | |
HTMLHtmlElement.prototype.lastChild= new HTMLBodyElement(); | |
HTMLHtmlElement.prototype.previousSibling= new DocumentType(); | |
HTMLHtmlElement.prototype.nextSibling=""; | |
HTMLHtmlElement.prototype.attributes= new NamedNodeMap(); | |
HTMLHtmlElement.prototype.ownerDocument= new HTMLDocument(); | |
HTMLHtmlElement.prototype.insertBefore=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.replaceChild=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.removeChild=function(arg1){}; | |
HTMLHtmlElement.prototype.appendChild=function(arg1){}; | |
HTMLHtmlElement.prototype.hasChildNodes=function(){}; | |
HTMLHtmlElement.prototype.cloneNode=function(arg1){}; | |
HTMLHtmlElement.prototype.normalize=function(){}; | |
HTMLHtmlElement.prototype.isSupported=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.namespaceURI=""; | |
HTMLHtmlElement.prototype.prefix=""; | |
HTMLHtmlElement.prototype.localName=""; | |
HTMLHtmlElement.prototype.hasAttributes=function(){}; | |
HTMLHtmlElement.prototype.ELEMENT_NODE=0; | |
HTMLHtmlElement.prototype.ATTRIBUTE_NODE=0; | |
HTMLHtmlElement.prototype.TEXT_NODE=0; | |
HTMLHtmlElement.prototype.CDATA_SECTION_NODE=0; | |
HTMLHtmlElement.prototype.ENTITY_REFERENCE_NODE=0; | |
HTMLHtmlElement.prototype.ENTITY_NODE=0; | |
HTMLHtmlElement.prototype.PROCESSING_INSTRUCTION_NODE=0; | |
HTMLHtmlElement.prototype.COMMENT_NODE=0; | |
HTMLHtmlElement.prototype.DOCUMENT_NODE=0; | |
HTMLHtmlElement.prototype.DOCUMENT_TYPE_NODE=0; | |
HTMLHtmlElement.prototype.DOCUMENT_FRAGMENT_NODE=0; | |
HTMLHtmlElement.prototype.NOTATION_NODE=0; | |
HTMLHtmlElement.prototype.tagName=""; | |
HTMLHtmlElement.prototype.getAttribute=function(arg1){}; | |
HTMLHtmlElement.prototype.setAttribute=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.removeAttribute=function(arg1){}; | |
HTMLHtmlElement.prototype.getAttributeNode=function(arg1){}; | |
HTMLHtmlElement.prototype.setAttributeNode=function(arg1){}; | |
HTMLHtmlElement.prototype.removeAttributeNode=function(arg1){}; | |
HTMLHtmlElement.prototype.getElementsByTagName=function(arg1){}; | |
HTMLHtmlElement.prototype.getAttributeNS=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.setAttributeNS=function(arg1,arg2,arg3){}; | |
HTMLHtmlElement.prototype.removeAttributeNS=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.getAttributeNodeNS=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.setAttributeNodeNS=function(arg1){}; | |
HTMLHtmlElement.prototype.getElementsByTagNameNS=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.hasAttribute=function(arg1){}; | |
HTMLHtmlElement.prototype.hasAttributeNS=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.id=""; | |
HTMLHtmlElement.prototype.title=""; | |
HTMLHtmlElement.prototype.lang=""; | |
HTMLHtmlElement.prototype.dir=""; | |
HTMLHtmlElement.prototype.className=""; | |
HTMLHtmlElement.prototype.version=""; | |
HTMLHtmlElement.prototype.offsetTop=""; | |
HTMLHtmlElement.prototype.offsetLeft=""; | |
HTMLHtmlElement.prototype.offsetWidth=0; | |
HTMLHtmlElement.prototype.offsetHeight=0; | |
HTMLHtmlElement.prototype.offsetParent=""; | |
HTMLHtmlElement.prototype.innerHTML=""; | |
HTMLHtmlElement.prototype.scrollTop=""; | |
HTMLHtmlElement.prototype.scrollLeft=""; | |
HTMLHtmlElement.prototype.scrollHeight=0; | |
HTMLHtmlElement.prototype.scrollWidth=0; | |
HTMLHtmlElement.prototype.clientHeight=0; | |
HTMLHtmlElement.prototype.clientWidth=0; | |
HTMLHtmlElement.prototype.tabIndex=0; | |
HTMLHtmlElement.prototype.blur=function(){}; | |
HTMLHtmlElement.prototype.focus=function(){}; | |
HTMLHtmlElement.prototype.spellcheck=""; | |
HTMLHtmlElement.prototype.style= new CSSStyleDeclaration(); | |
HTMLHtmlElement.prototype.removeEventListener=function(arg1,arg2,arg3){}; | |
HTMLHtmlElement.prototype.dispatchEvent=function(arg1){}; | |
HTMLHtmlElement.prototype.baseURI=""; | |
HTMLHtmlElement.prototype.compareDocumentPosition=function(arg1){}; | |
HTMLHtmlElement.prototype.textContent=""; | |
HTMLHtmlElement.prototype.isSameNode=function(arg1){}; | |
HTMLHtmlElement.prototype.lookupPrefix=function(arg1){}; | |
HTMLHtmlElement.prototype.isDefaultNamespace=function(arg1){}; | |
HTMLHtmlElement.prototype.lookupNamespaceURI=function(arg1){}; | |
HTMLHtmlElement.prototype.isEqualNode=function(arg1){}; | |
HTMLHtmlElement.prototype.getFeature=function(arg1,arg2){}; | |
HTMLHtmlElement.prototype.setUserData=function(arg1,arg2,arg3){}; | |
HTMLHtmlElement.prototype.getUserData=function(arg1){}; | |
HTMLHtmlElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0; | |
HTMLHtmlElement.prototype.DOCUMENT_POSITION_PRECEDING=0; | |
HTMLHtmlElement.prototype.DOCUMENT_POSITION_FOLLOWING=0; | |
HTMLHtmlElement.prototype.DOCUMENT_POSITION_CONTAINS=0; | |
HTMLHtmlElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0; | |
HTMLHtmlElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0; | |
HTMLHeadElement.prototype= new Array(); | |
function HTMLHeadElement(){}; | |
HTMLHeadElement.prototype.nodeName=""; | |
HTMLHeadElement.prototype.nodeValue=""; | |
HTMLHeadElement.prototype.nodeType=0; | |
HTMLHeadElement.prototype.parentNode= new HTMLHtmlElement(); | |
HTMLHeadElement.prototype.childNodes= new NodeList(); | |
HTMLHeadElement.prototype.firstChild= new Array(); | |
HTMLHeadElement.prototype.lastChild= new HTMLScriptElement(); | |
HTMLHeadElement.prototype.previousSibling=""; | |
HTMLHeadElement.prototype.nextSibling= new HTMLBodyElement(); | |
HTMLHeadElement.prototype.attributes= new NamedNodeMap(); | |
HTMLHeadElement.prototype.ownerDocument= new HTMLDocument(); | |
HTMLHeadElement.prototype.insertBefore=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.replaceChild=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.removeChild=function(arg1){}; | |
HTMLHeadElement.prototype.appendChild=function(arg1){}; | |
HTMLHeadElement.prototype.hasChildNodes=function(){}; | |
HTMLHeadElement.prototype.cloneNode=function(arg1){}; | |
HTMLHeadElement.prototype.normalize=function(){}; | |
HTMLHeadElement.prototype.isSupported=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.namespaceURI=""; | |
HTMLHeadElement.prototype.prefix=""; | |
HTMLHeadElement.prototype.localName=""; | |
HTMLHeadElement.prototype.hasAttributes=function(){}; | |
HTMLHeadElement.prototype.ELEMENT_NODE=0; | |
HTMLHeadElement.prototype.ATTRIBUTE_NODE=0; | |
HTMLHeadElement.prototype.TEXT_NODE=0; | |
HTMLHeadElement.prototype.CDATA_SECTION_NODE=0; | |
HTMLHeadElement.prototype.ENTITY_REFERENCE_NODE=0; | |
HTMLHeadElement.prototype.ENTITY_NODE=0; | |
HTMLHeadElement.prototype.PROCESSING_INSTRUCTION_NODE=0; | |
HTMLHeadElement.prototype.COMMENT_NODE=0; | |
HTMLHeadElement.prototype.DOCUMENT_NODE=0; | |
HTMLHeadElement.prototype.DOCUMENT_TYPE_NODE=0; | |
HTMLHeadElement.prototype.DOCUMENT_FRAGMENT_NODE=0; | |
HTMLHeadElement.prototype.NOTATION_NODE=0; | |
HTMLHeadElement.prototype.tagName=""; | |
HTMLHeadElement.prototype.getAttribute=function(arg1){}; | |
HTMLHeadElement.prototype.setAttribute=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.removeAttribute=function(arg1){}; | |
HTMLHeadElement.prototype.getAttributeNode=function(arg1){}; | |
HTMLHeadElement.prototype.setAttributeNode=function(arg1){}; | |
HTMLHeadElement.prototype.removeAttributeNode=function(arg1){}; | |
HTMLHeadElement.prototype.getElementsByTagName=function(arg1){}; | |
HTMLHeadElement.prototype.getAttributeNS=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.setAttributeNS=function(arg1,arg2,arg3){}; | |
HTMLHeadElement.prototype.removeAttributeNS=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.getAttributeNodeNS=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.setAttributeNodeNS=function(arg1){}; | |
HTMLHeadElement.prototype.getElementsByTagNameNS=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.hasAttribute=function(arg1){}; | |
HTMLHeadElement.prototype.hasAttributeNS=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.id=""; | |
HTMLHeadElement.prototype.title=""; | |
HTMLHeadElement.prototype.lang=""; | |
HTMLHeadElement.prototype.dir=""; | |
HTMLHeadElement.prototype.className=""; | |
HTMLHeadElement.prototype.profile=""; | |
HTMLHeadElement.prototype.offsetTop=""; | |
HTMLHeadElement.prototype.offsetLeft=""; | |
HTMLHeadElement.prototype.offsetWidth=""; | |
HTMLHeadElement.prototype.offsetHeight=""; | |
HTMLHeadElement.prototype.offsetParent=""; | |
HTMLHeadElement.prototype.innerHTML=""; | |
HTMLHeadElement.prototype.scrollTop=""; | |
HTMLHeadElement.prototype.scrollLeft=""; | |
HTMLHeadElement.prototype.scrollHeight=""; | |
HTMLHeadElement.prototype.scrollWidth=""; | |
HTMLHeadElement.prototype.clientHeight=""; | |
HTMLHeadElement.prototype.clientWidth=""; | |
HTMLHeadElement.prototype.tabIndex=0; | |
HTMLHeadElement.prototype.blur=function(){}; | |
HTMLHeadElement.prototype.focus=function(){}; | |
HTMLHeadElement.prototype.spellcheck=""; | |
HTMLHeadElement.prototype.style= new CSSStyleDeclaration(); | |
HTMLHeadElement.prototype.removeEventListener=function(arg1,arg2,arg3){}; | |
HTMLHeadElement.prototype.dispatchEvent=function(arg1){}; | |
HTMLHeadElement.prototype.baseURI=""; | |
HTMLHeadElement.prototype.compareDocumentPosition=function(arg1){}; | |
HTMLHeadElement.prototype.textContent=""; | |
HTMLHeadElement.prototype.isSameNode=function(arg1){}; | |
HTMLHeadElement.prototype.lookupPrefix=function(arg1){}; | |
HTMLHeadElement.prototype.isDefaultNamespace=function(arg1){}; | |
HTMLHeadElement.prototype.lookupNamespaceURI=function(arg1){}; | |
HTMLHeadElement.prototype.isEqualNode=function(arg1){}; | |
HTMLHeadElement.prototype.getFeature=function(arg1,arg2){}; | |
HTMLHeadElement.prototype.setUserData=function(arg1,arg2,arg3){}; | |
HTMLHeadElement.prototype.getUserData=function(arg1){}; | |
HTMLHeadElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0; | |
HTMLHeadElement.prototype.DOCUMENT_POSITION_PRECEDING=0; | |
HTMLHeadElement.prototype.DOCUMENT_POSITION_FOLLOWING=0; | |
HTMLHeadElement.prototype.DOCUMENT_POSITION_CONTAINS=0; | |
HTMLHeadElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0; | |
HTMLHeadElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0; | |
HTMLScriptElement.prototype= new Array(); | |
function HTMLScriptElement(){}; | |
HTMLScriptElement.prototype.nodeName=""; | |
HTMLScriptElement.prototype.nodeValue=""; | |
HTMLScriptElement.prototype.nodeType=0; | |
HTMLScriptElement.prototype.parentNode= new HTMLHeadElement(); | |
HTMLScriptElement.prototype.childNodes= new NodeList(); | |
HTMLScriptElement.prototype.firstChild= new Array(); | |
HTMLScriptElement.prototype.lastChild= new Array(); | |
HTMLScriptElement.prototype.previousSibling= new Array(); | |
HTMLScriptElement.prototype.nextSibling=""; | |
HTMLScriptElement.prototype.attributes= new NamedNodeMap(); | |
HTMLScriptElement.prototype.ownerDocument= new HTMLDocument(); | |
HTMLScriptElement.prototype.insertBefore=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.replaceChild=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.removeChild=function(arg1){}; | |
HTMLScriptElement.prototype.appendChild=function(arg1){}; | |
HTMLScriptElement.prototype.hasChildNodes=function(){}; | |
HTMLScriptElement.prototype.cloneNode=function(arg1){}; | |
HTMLScriptElement.prototype.normalize=function(){}; | |
HTMLScriptElement.prototype.isSupported=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.namespaceURI=""; | |
HTMLScriptElement.prototype.prefix=""; | |
HTMLScriptElement.prototype.localName=""; | |
HTMLScriptElement.prototype.hasAttributes=function(){}; | |
HTMLScriptElement.prototype.ELEMENT_NODE=0; | |
HTMLScriptElement.prototype.ATTRIBUTE_NODE=0; | |
HTMLScriptElement.prototype.TEXT_NODE=0; | |
HTMLScriptElement.prototype.CDATA_SECTION_NODE=0; | |
HTMLScriptElement.prototype.ENTITY_REFERENCE_NODE=0; | |
HTMLScriptElement.prototype.ENTITY_NODE=0; | |
HTMLScriptElement.prototype.PROCESSING_INSTRUCTION_NODE=0; | |
HTMLScriptElement.prototype.COMMENT_NODE=0; | |
HTMLScriptElement.prototype.DOCUMENT_NODE=0; | |
HTMLScriptElement.prototype.DOCUMENT_TYPE_NODE=0; | |
HTMLScriptElement.prototype.DOCUMENT_FRAGMENT_NODE=0; | |
HTMLScriptElement.prototype.NOTATION_NODE=0; | |
HTMLScriptElement.prototype.tagName=""; | |
HTMLScriptElement.prototype.getAttribute=function(arg1){}; | |
HTMLScriptElement.prototype.setAttribute=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.removeAttribute=function(arg1){}; | |
HTMLScriptElement.prototype.getAttributeNode=function(arg1){}; | |
HTMLScriptElement.prototype.setAttributeNode=function(arg1){}; | |
HTMLScriptElement.prototype.removeAttributeNode=function(arg1){}; | |
HTMLScriptElement.prototype.getElementsByTagName=function(arg1){}; | |
HTMLScriptElement.prototype.getAttributeNS=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.setAttributeNS=function(arg1,arg2,arg3){}; | |
HTMLScriptElement.prototype.removeAttributeNS=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.getAttributeNodeNS=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.setAttributeNodeNS=function(arg1){}; | |
HTMLScriptElement.prototype.getElementsByTagNameNS=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.hasAttribute=function(arg1){}; | |
HTMLScriptElement.prototype.hasAttributeNS=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.id=""; | |
HTMLScriptElement.prototype.title=""; | |
HTMLScriptElement.prototype.lang=""; | |
HTMLScriptElement.prototype.dir=""; | |
HTMLScriptElement.prototype.className=""; | |
HTMLScriptElement.prototype.text=""; | |
HTMLScriptElement.prototype.htmlFor=""; | |
HTMLScriptElement.prototype.event=""; | |
HTMLScriptElement.prototype.charset=""; | |
HTMLScriptElement.prototype.defer=""; | |
HTMLScriptElement.prototype.src=""; | |
HTMLScriptElement.prototype.type=""; | |
HTMLScriptElement.prototype.offsetTop=""; | |
HTMLScriptElement.prototype.offsetLeft=""; | |
HTMLScriptElement.prototype.offsetWidth=""; | |
HTMLScriptElement.prototype.offsetHeight=""; | |
HTMLScriptElement.prototype.offsetParent=""; | |
HTMLScriptElement.prototype.innerHTML=""; | |
HTMLScriptElement.prototype.scrollTop=""; | |
HTMLScriptElement.prototype.scrollLeft=""; | |
HTMLScriptElement.prototype.scrollHeight=""; | |
HTMLScriptElement.prototype.scrollWidth=""; | |
HTMLScriptElement.prototype.clientHeight=""; | |
HTMLScriptElement.prototype.clientWidth=""; | |
HTMLScriptElement.prototype.tabIndex=0; | |
HTMLScriptElement.prototype.blur=function(){}; | |
HTMLScriptElement.prototype.focus=function(){}; | |
HTMLScriptElement.prototype.spellcheck=""; | |
HTMLScriptElement.prototype.style= new CSSStyleDeclaration(); | |
HTMLScriptElement.prototype.removeEventListener=function(arg1,arg2,arg3){}; | |
HTMLScriptElement.prototype.dispatchEvent=function(arg1){}; | |
HTMLScriptElement.prototype.baseURI=""; | |
HTMLScriptElement.prototype.compareDocumentPosition=function(arg1){}; | |
HTMLScriptElement.prototype.textContent=""; | |
HTMLScriptElement.prototype.isSameNode=function(arg1){}; | |
HTMLScriptElement.prototype.lookupPrefix=function(arg1){}; | |
HTMLScriptElement.prototype.isDefaultNamespace=function(arg1){}; | |
HTMLScriptElement.prototype.lookupNamespaceURI=function(arg1){}; | |
HTMLScriptElement.prototype.isEqualNode=function(arg1){}; | |
HTMLScriptElement.prototype.getFeature=function(arg1,arg2){}; | |
HTMLScriptElement.prototype.setUserData=function(arg1,arg2,arg3){}; | |
HTMLScriptElement.prototype.getUserData=function(arg1){}; | |
HTMLScriptElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0; | |
HTMLScriptElement.prototype.DOCUMENT_POSITION_PRECEDING=0; | |
HTMLScriptElement.prototype.DOCUMENT_POSITION_FOLLOWING=0; | |
HTMLScriptElement.prototype.DOCUMENT_POSITION_CONTAINS=0; | |
HTMLScriptElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0; | |
HTMLScriptElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0; | |
CSSStyleDeclaration.prototype= new Array(); | |
function CSSStyleDeclaration(){}; | |
CSSStyleDeclaration.prototype.length=""; | |
CSSStyleDeclaration.prototype.cssText=""; | |
CSSStyleDeclaration.prototype.getPropertyValue=function(arg1){}; | |
CSSStyleDeclaration.prototype.getPropertyCSSValue=function(arg1){}; | |
CSSStyleDeclaration.prototype.removeProperty=function(arg1){}; | |
CSSStyleDeclaration.prototype.getPropertyPriority=function(arg1){}; | |
CSSStyleDeclaration.prototype.setProperty=function(arg1,arg2,arg3){}; | |
CSSStyleDeclaration.prototype.item=function(arg1){}; | |
CSSStyleDeclaration.prototype.parentRule=""; | |
CSSStyleDeclaration.prototype.azimuth=""; | |
CSSStyleDeclaration.prototype.background=""; | |
CSSStyleDeclaration.prototype.backgroundAttachment=""; | |
CSSStyleDeclaration.prototype.backgroundColor=""; | |
CSSStyleDeclaration.prototype.backgroundImage=""; | |
CSSStyleDeclaration.prototype.backgroundPosition=""; | |
CSSStyleDeclaration.prototype.backgroundRepeat=""; | |
CSSStyleDeclaration.prototype.border=""; | |
CSSStyleDeclaration.prototype.borderCollapse=""; | |
CSSStyleDeclaration.prototype.borderColor=""; | |
CSSStyleDeclaration.prototype.borderSpacing=""; | |
CSSStyleDeclaration.prototype.borderStyle=""; | |
CSSStyleDeclaration.prototype.borderTop=""; | |
CSSStyleDeclaration.prototype.borderRight=""; | |
CSSStyleDeclaration.prototype.borderBottom=""; | |
CSSStyleDeclaration.prototype.borderLeft=""; | |
CSSStyleDeclaration.prototype.borderTopColor=""; | |
CSSStyleDeclaration.prototype.borderRightColor=""; | |
CSSStyleDeclaration.prototype.borderBottomColor=""; | |
CSSStyleDeclaration.prototype.borderLeftColor=""; | |
CSSStyleDeclaration.prototype.borderTopStyle=""; | |
CSSStyleDeclaration.prototype.borderRightStyle=""; | |
CSSStyleDeclaration.prototype.borderBottomStyle=""; | |
CSSStyleDeclaration.prototype.borderLeftStyle=""; | |
CSSStyleDeclaration.prototype.borderTopWidth=""; | |
CSSStyleDeclaration.prototype.borderRightWidth=""; | |
CSSStyleDeclaration.prototype.borderBottomWidth=""; | |
CSSStyleDeclaration.prototype.borderLeftWidth=""; | |
CSSStyleDeclaration.prototype.borderWidth=""; | |
CSSStyleDeclaration.prototype.bottom=""; | |
CSSStyleDeclaration.prototype.captionSide=""; | |
CSSStyleDeclaration.prototype.clear=""; | |
CSSStyleDeclaration.prototype.clip=""; | |
CSSStyleDeclaration.prototype.color=""; | |
CSSStyleDeclaration.prototype.content=""; | |
CSSStyleDeclaration.prototype.counterIncrement=""; | |
CSSStyleDeclaration.prototype.counterReset=""; | |
CSSStyleDeclaration.prototype.cue=""; | |
CSSStyleDeclaration.prototype.cueAfter=""; | |
CSSStyleDeclaration.prototype.cueBefore=""; | |
CSSStyleDeclaration.prototype.cursor=""; | |
CSSStyleDeclaration.prototype.direction=""; | |
CSSStyleDeclaration.prototype.display=""; | |
CSSStyleDeclaration.prototype.elevation=""; | |
CSSStyleDeclaration.prototype.emptyCells=""; | |
CSSStyleDeclaration.prototype.cssFloat=""; | |
CSSStyleDeclaration.prototype.font=""; | |
CSSStyleDeclaration.prototype.fontFamily=""; | |
CSSStyleDeclaration.prototype.fontSize=""; | |
CSSStyleDeclaration.prototype.fontSizeAdjust=""; | |
CSSStyleDeclaration.prototype.fontStretch=""; | |
CSSStyleDeclaration.prototype.fontStyle=""; | |
CSSStyleDeclaration.prototype.fontVariant=""; | |
CSSStyleDeclaration.prototype.fontWeight=""; | |
CSSStyleDeclaration.prototype.height=""; | |
CSSStyleDeclaration.prototype.left=""; | |
CSSStyleDeclaration.prototype.letterSpacing=""; | |
CSSStyleDeclaration.prototype.lineHeight=""; | |
CSSStyleDeclaration.prototype.listStyle=""; | |
CSSStyleDeclaration.prototype.listStyleImage=""; | |
CSSStyleDeclaration.prototype.listStylePosition=""; | |
CSSStyleDeclaration.prototype.listStyleType=""; | |
CSSStyleDeclaration.prototype.margin=""; | |
CSSStyleDeclaration.prototype.marginTop=""; | |
CSSStyleDeclaration.prototype.marginRight=""; | |
CSSStyleDeclaration.prototype.marginBottom=""; | |
CSSStyleDeclaration.prototype.marginLeft=""; | |
CSSStyleDeclaration.prototype.markerOffset=""; | |
CSSStyleDeclaration.prototype.marks=""; | |
CSSStyleDeclaration.prototype.maxHeight=""; | |
CSSStyleDeclaration.prototype.maxWidth=""; | |
CSSStyleDeclaration.prototype.minHeight=""; | |
CSSStyleDeclaration.prototype.minWidth=""; | |
CSSStyleDeclaration.prototype.orphans=""; | |
CSSStyleDeclaration.prototype.outline=""; | |
CSSStyleDeclaration.prototype.outlineColor=""; | |
CSSStyleDeclaration.prototype.outlineStyle=""; | |
CSSStyleDeclaration.prototype.outlineWidth=""; | |
CSSStyleDeclaration.prototype.overflow=""; | |
CSSStyleDeclaration.prototype.padding=""; | |
CSSStyleDeclaration.prototype.paddingTop=""; | |
CSSStyleDeclaration.prototype.paddingRight=""; | |
CSSStyleDeclaration.prototype.paddingBottom=""; | |
CSSStyleDeclaration.prototype.paddingLeft=""; | |
CSSStyleDeclaration.prototype.page=""; | |
CSSStyleDeclaration.prototype.pageBreakAfter=""; | |
CSSStyleDeclaration.prototype.pageBreakBefore=""; | |
CSSStyleDeclaration.prototype.pageBreakInside=""; | |
CSSStyleDeclaration.prototype.pause=""; | |
CSSStyleDeclaration.prototype.pauseAfter=""; | |
CSSStyleDeclaration.prototype.pauseBefore=""; | |
CSSStyleDeclaration.prototype.pitch=""; | |
CSSStyleDeclaration.prototype.pitchRange=""; | |
CSSStyleDeclaration.prototype.position=""; | |
CSSStyleDeclaration.prototype.quotes=""; | |
CSSStyleDeclaration.prototype.richness=""; | |
CSSStyleDeclaration.prototype.right=""; | |
CSSStyleDeclaration.prototype.size=""; | |
CSSStyleDeclaration.prototype.speak=""; | |
CSSStyleDeclaration.prototype.speakHeader=""; | |
CSSStyleDeclaration.prototype.speakNumeral=""; | |
CSSStyleDeclaration.prototype.speakPunctuation=""; | |
CSSStyleDeclaration.prototype.speechRate=""; | |
CSSStyleDeclaration.prototype.stress=""; | |
CSSStyleDeclaration.prototype.tableLayout=""; | |
CSSStyleDeclaration.prototype.textAlign=""; | |
CSSStyleDeclaration.prototype.textDecoration=""; | |
CSSStyleDeclaration.prototype.textIndent=""; | |
CSSStyleDeclaration.prototype.textShadow=""; | |
CSSStyleDeclaration.prototype.textTransform=""; | |
CSSStyleDeclaration.prototype.top=""; | |
CSSStyleDeclaration.prototype.unicodeBidi=""; | |
CSSStyleDeclaration.prototype.verticalAlign=""; | |
CSSStyleDeclaration.prototype.visibility=""; | |
CSSStyleDeclaration.prototype.voiceFamily=""; | |
CSSStyleDeclaration.prototype.volume=""; | |
CSSStyleDeclaration.prototype.whiteSpace=""; | |
CSSStyleDeclaration.prototype.widows=""; | |
CSSStyleDeclaration.prototype.width=""; | |
CSSStyleDeclaration.prototype.wordSpacing=""; | |
CSSStyleDeclaration.prototype.zIndex=""; | |
CSSStyleDeclaration.prototype.MozAppearance=""; | |
CSSStyleDeclaration.prototype.MozBackgroundClip=""; | |
CSSStyleDeclaration.prototype.MozBackgroundInlinePolicy=""; | |
CSSStyleDeclaration.prototype.MozBackgroundOrigin=""; | |
CSSStyleDeclaration.prototype.MozBinding=""; | |
CSSStyleDeclaration.prototype.MozBorderBottomColors=""; | |
CSSStyleDeclaration.prototype.MozBorderLeftColors=""; | |
CSSStyleDeclaration.prototype.MozBorderRightColors=""; | |
CSSStyleDeclaration.prototype.MozBorderTopColors=""; | |
CSSStyleDeclaration.prototype.MozBorderRadius=""; | |
CSSStyleDeclaration.prototype.MozBorderRadiusTopleft=""; | |
CSSStyleDeclaration.prototype.MozBorderRadiusTopright=""; | |
CSSStyleDeclaration.prototype.MozBorderRadiusBottomleft=""; | |
CSSStyleDeclaration.prototype.MozBorderRadiusBottomright=""; | |
CSSStyleDeclaration.prototype.MozBoxAlign=""; | |
CSSStyleDeclaration.prototype.MozBoxDirection=""; | |
CSSStyleDeclaration.prototype.MozBoxFlex=""; | |
CSSStyleDeclaration.prototype.MozBoxOrient=""; | |
CSSStyleDeclaration.prototype.MozBoxOrdinalGroup=""; | |
CSSStyleDeclaration.prototype.MozBoxPack=""; | |
CSSStyleDeclaration.prototype.MozBoxSizing=""; | |
CSSStyleDeclaration.prototype.MozColumnCount=""; | |
CSSStyleDeclaration.prototype.MozColumnWidth=""; | |
CSSStyleDeclaration.prototype.MozColumnGap=""; | |
CSSStyleDeclaration.prototype.MozFloatEdge=""; | |
CSSStyleDeclaration.prototype.MozForceBrokenImageIcon=""; | |
CSSStyleDeclaration.prototype.MozImageRegion=""; | |
CSSStyleDeclaration.prototype.MozMarginEnd=""; | |
CSSStyleDeclaration.prototype.MozMarginStart=""; | |
CSSStyleDeclaration.prototype.MozOpacity=""; | |
CSSStyleDeclaration.prototype.MozOutline=""; | |
CSSStyleDeclaration.prototype.MozOutlineColor=""; | |
CSSStyleDeclaration.prototype.MozOutlineRadius=""; | |
CSSStyleDeclaration.prototype.MozOutlineRadiusTopleft=""; | |
CSSStyleDeclaration.prototype.MozOutlineRadiusTopright=""; | |
CSSStyleDeclaration.prototype.MozOutlineRadiusBottomleft=""; | |
CSSStyleDeclaration.prototype.MozOutlineRadiusBottomright=""; | |
CSSStyleDeclaration.prototype.MozOutlineStyle=""; | |
CSSStyleDeclaration.prototype.MozOutlineWidth=""; | |
CSSStyleDeclaration.prototype.MozOutlineOffset=""; | |
CSSStyleDeclaration.prototype.MozPaddingEnd=""; | |
CSSStyleDeclaration.prototype.MozPaddingStart=""; | |
CSSStyleDeclaration.prototype.MozUserFocus=""; | |
CSSStyleDeclaration.prototype.MozUserInput=""; | |
CSSStyleDeclaration.prototype.MozUserModify=""; | |
CSSStyleDeclaration.prototype.MozUserSelect=""; | |
CSSStyleDeclaration.prototype.opacity=""; | |
CSSStyleDeclaration.prototype.outlineOffset=""; | |
CSSStyleDeclaration.prototype.overflowX=""; | |
CSSStyleDeclaration.prototype.overflowY=""; | |
HTMLBodyElement.prototype= new Array(); | |
function HTMLBodyElement(){}; | |
HTMLBodyElement.prototype.nodeName=""; | |
HTMLBodyElement.prototype.nodeValue=""; | |
HTMLBodyElement.prototype.nodeType=0; | |
HTMLBodyElement.prototype.parentNode= new HTMLHtmlElement(); | |
HTMLBodyElement.prototype.childNodes= new NodeList(); | |
HTMLBodyElement.prototype.firstChild= new Array(); | |
HTMLBodyElement.prototype.lastChild= new HTMLScriptElement(); | |
HTMLBodyElement.prototype.previousSibling= new HTMLHeadElement(); | |
HTMLBodyElement.prototype.nextSibling=""; | |
HTMLBodyElement.prototype.attributes= new NamedNodeMap(); | |
HTMLBodyElement.prototype.ownerDocument= new HTMLDocument(); | |
HTMLBodyElement.prototype.insertBefore=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.replaceChild=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.removeChild=function(arg1){}; | |
HTMLBodyElement.prototype.appendChild=function(arg1){}; | |
HTMLBodyElement.prototype.hasChildNodes=function(){}; | |
HTMLBodyElement.prototype.cloneNode=function(arg1){}; | |
HTMLBodyElement.prototype.normalize=function(){}; | |
HTMLBodyElement.prototype.isSupported=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.namespaceURI=""; | |
HTMLBodyElement.prototype.prefix=""; | |
HTMLBodyElement.prototype.localName=""; | |
HTMLBodyElement.prototype.hasAttributes=function(){}; | |
HTMLBodyElement.prototype.ELEMENT_NODE=0; | |
HTMLBodyElement.prototype.ATTRIBUTE_NODE=0; | |
HTMLBodyElement.prototype.TEXT_NODE=0; | |
HTMLBodyElement.prototype.CDATA_SECTION_NODE=0; | |
HTMLBodyElement.prototype.ENTITY_REFERENCE_NODE=0; | |
HTMLBodyElement.prototype.ENTITY_NODE=0; | |
HTMLBodyElement.prototype.PROCESSING_INSTRUCTION_NODE=0; | |
HTMLBodyElement.prototype.COMMENT_NODE=0; | |
HTMLBodyElement.prototype.DOCUMENT_NODE=0; | |
HTMLBodyElement.prototype.DOCUMENT_TYPE_NODE=0; | |
HTMLBodyElement.prototype.DOCUMENT_FRAGMENT_NODE=0; | |
HTMLBodyElement.prototype.NOTATION_NODE=0; | |
HTMLBodyElement.prototype.tagName=""; | |
HTMLBodyElement.prototype.getAttribute=function(arg1){}; | |
HTMLBodyElement.prototype.setAttribute=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.removeAttribute=function(arg1){}; | |
HTMLBodyElement.prototype.getAttributeNode=function(arg1){}; | |
HTMLBodyElement.prototype.setAttributeNode=function(arg1){}; | |
HTMLBodyElement.prototype.removeAttributeNode=function(arg1){}; | |
HTMLBodyElement.prototype.getElementsByTagName=function(arg1){}; | |
HTMLBodyElement.prototype.getAttributeNS=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.setAttributeNS=function(arg1,arg2,arg3){}; | |
HTMLBodyElement.prototype.removeAttributeNS=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.getAttributeNodeNS=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.setAttributeNodeNS=function(arg1){}; | |
HTMLBodyElement.prototype.getElementsByTagNameNS=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.hasAttribute=function(arg1){}; | |
HTMLBodyElement.prototype.hasAttributeNS=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.id=""; | |
HTMLBodyElement.prototype.title=""; | |
HTMLBodyElement.prototype.lang=""; | |
HTMLBodyElement.prototype.dir=""; | |
HTMLBodyElement.prototype.className=""; | |
HTMLBodyElement.prototype.aLink=""; | |
HTMLBodyElement.prototype.background=""; | |
HTMLBodyElement.prototype.bgColor=""; | |
HTMLBodyElement.prototype.link=""; | |
HTMLBodyElement.prototype.text=""; | |
HTMLBodyElement.prototype.vLink=""; | |
HTMLBodyElement.prototype.offsetTop=""; | |
HTMLBodyElement.prototype.offsetLeft=""; | |
HTMLBodyElement.prototype.offsetWidth=0; | |
HTMLBodyElement.prototype.offsetHeight=0; | |
HTMLBodyElement.prototype.offsetParent=""; | |
HTMLBodyElement.prototype.innerHTML=""; | |
HTMLBodyElement.prototype.scrollTop=""; | |
HTMLBodyElement.prototype.scrollLeft=""; | |
HTMLBodyElement.prototype.scrollHeight=0; | |
HTMLBodyElement.prototype.scrollWidth=0; | |
HTMLBodyElement.prototype.clientHeight=0; | |
HTMLBodyElement.prototype.clientWidth=0; | |
HTMLBodyElement.prototype.tabIndex=0; | |
HTMLBodyElement.prototype.blur=function(){}; | |
HTMLBodyElement.prototype.focus=function(){}; | |
HTMLBodyElement.prototype.spellcheck=""; | |
HTMLBodyElement.prototype.style= new CSSStyleDeclaration(); | |
HTMLBodyElement.prototype.removeEventListener=function(arg1,arg2,arg3){}; | |
HTMLBodyElement.prototype.dispatchEvent=function(arg1){}; | |
HTMLBodyElement.prototype.baseURI=""; | |
HTMLBodyElement.prototype.compareDocumentPosition=function(arg1){}; | |
HTMLBodyElement.prototype.textContent=""; | |
HTMLBodyElement.prototype.isSameNode=function(arg1){}; | |
HTMLBodyElement.prototype.lookupPrefix=function(arg1){}; | |
HTMLBodyElement.prototype.isDefaultNamespace=function(arg1){}; | |
HTMLBodyElement.prototype.lookupNamespaceURI=function(arg1){}; | |
HTMLBodyElement.prototype.isEqualNode=function(arg1){}; | |
HTMLBodyElement.prototype.getFeature=function(arg1,arg2){}; | |
HTMLBodyElement.prototype.setUserData=function(arg1,arg2,arg3){}; | |
HTMLBodyElement.prototype.getUserData=function(arg1){}; | |
HTMLBodyElement.prototype.DOCUMENT_POSITION_DISCONNECTED=0; | |
HTMLBodyElement.prototype.DOCUMENT_POSITION_PRECEDING=0; | |
HTMLBodyElement.prototype.DOCUMENT_POSITION_FOLLOWING=0; | |
HTMLBodyElement.prototype.DOCUMENT_POSITION_CONTAINS=0; | |
HTMLBodyElement.prototype.DOCUMENT_POSITION_CONTAINED_BY=0; | |
HTMLBodyElement.prototype.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC=0; | |
NamedNodeMap.prototype= new Array(); | |
function NamedNodeMap(){}; | |
NamedNodeMap.prototype.length=""; | |
NamedNodeMap.prototype.getNamedItem=function(arg1){}; | |
NamedNodeMap.prototype.setNamedItem=function(arg1){}; | |
NamedNodeMap.prototype.removeNamedItem=function(arg1){}; | |
NamedNodeMap.prototype.item=function(arg1){}; | |
NamedNodeMap.prototype.getNamedItemNS=function(arg1,arg2){}; | |
NamedNodeMap.prototype.setNamedItemNS=function(arg1){}; | |
NamedNodeMap.prototype.removeNamedItemNS=function(arg1,arg2){}; | |
DOMImplementation.prototype= new Array(); | |
function DOMImplementation(){}; | |
DOMImplementation.prototype.hasFeature=function(arg1,arg2){}; | |
DOMImplementation.prototype.createDocumentType=function(arg1,arg2,arg3){}; | |
DOMImplementation.prototype.createDocument=function(arg1,arg2,arg3){}; | |
HTMLCollection.prototype= new Array(); | |
function HTMLCollection(){}; | |
HTMLCollection.prototype.length=""; | |
HTMLCollection.prototype.item=function(arg1){}; | |
HTMLCollection.prototype.namedItem=function(arg1){}; | |
Package .prototype= new Array(); | |
function Package (){}; | |
/* | |
Package sun.prototype= new Array(); | |
function Package sun(){}; | |
Package java.prototype= new Array(); | |
function Package java(){}; | |
Object.prototype= new Array(); | |
function Object(){}; | |
*/ | |
nsXPCComponents.prototype= new Array(); | |
function nsXPCComponents(){}; | |
nsXPCComponents.prototype.QueryInterface=function(arg1){}; | |
nsXPCComponents.prototype.interfaces= new nsXPCComponents_Interfaces(); | |
nsXPCComponents.prototype.interfacesByID= new nsXPCComponents_InterfacesByID(); | |
nsXPCComponents.prototype.classes=""; | |
nsXPCComponents.prototype.classesByID=""; | |
nsXPCComponents.prototype.stack=""; | |
nsXPCComponents.prototype.results=""; | |
nsXPCComponents.prototype.manager=""; | |
nsXPCComponents.prototype.utils=""; | |
nsXPCComponents.prototype.ID=""; | |
nsXPCComponents.prototype.Exception=""; | |
nsXPCComponents.prototype.Constructor=""; | |
nsXPCComponents.prototype.isSuccessCode=function(arg1){}; | |
nsXPCComponents.prototype.lookupMethod=function(){}; | |
nsXPCComponents.prototype.reportError=function(){}; | |
nsXPCComponents_Interfaces.prototype= new Array(); | |
function nsXPCComponents_Interfaces(){}; | |
nsXPCComponents_Interfaces.prototype.nsIDOMStyleSheet= new nsIDOMStyleSheet(); | |
nsXPCComponents_Interfaces.prototype.nsIWSDLPart= new nsIWSDLPart(); | |
nsXPCComponents_Interfaces.prototype.nsIUnicharStreamListener= new nsIUnicharStreamListener(); | |
nsXPCComponents_Interfaces.prototype.nsIContentSniffer= new nsIContentSniffer(); | |
nsXPCComponents_Interfaces.prototype.nsIXmlRpcClient= new nsIXmlRpcClient(); | |
nsXPCComponents_Interfaces.prototype.nsIInterfaceInfoToIDL= new nsIInterfaceInfoToIDL(); | |
nsXPCComponents_Interfaces.prototype.nsITimer= new nsITimer(); | |
nsXPCComponents_Interfaces.prototype.nsIWebServiceProxyFactory= new nsIWebServiceProxyFactory(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSXBLFormControl= new nsIDOMNSXBLFormControl(); | |
nsXPCComponents_Interfaces.prototype.nsIScrollBoxObject= new nsIScrollBoxObject(); | |
nsXPCComponents_Interfaces.prototype.nsICachingChannel= new nsICachingChannel(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXMLDocument= new nsIDOMXMLDocument(); | |
nsXPCComponents_Interfaces.prototype.nsICertSelect= new nsICertSelect(); | |
nsXPCComponents_Interfaces.prototype.nsIJARURI= new nsIJARURI(); | |
nsXPCComponents_Interfaces.prototype.nsIEditorSpellCheck_MOZILLA_1_8_BRANCH= new nsIEditorSpellCheck_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIZipReader= new nsIZipReader(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPService= new nsISOAPService(); | |
nsXPCComponents_Interfaces.prototype.nsIPropertyBag2= new nsIPropertyBag2(); | |
nsXPCComponents_Interfaces.prototype.nsILocalFile= new nsILocalFile(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMStorageItem= new nsIDOMStorageItem(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPRInt16= new nsISupportsPRInt16(); | |
nsXPCComponents_Interfaces.prototype.nsIStorageStream= new nsIStorageStream(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSInput= new nsIDOMLSInput(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMMutationEvent= new nsIDOMMutationEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIDownloadObserver= new nsIDownloadObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoRel= new nsIDOMSVGPathSegLinetoRel(); | |
nsXPCComponents_Interfaces.prototype.nsIDocumentLoader= new nsIDocumentLoader(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableCellElement= new nsIDOMHTMLTableCellElement(); | |
nsXPCComponents_Interfaces.prototype.nsIException= new nsIException(); | |
nsXPCComponents_Interfaces.prototype.nsIUrlClassifierDBService= new nsIUrlClassifierDBService(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFDataSource= new nsIRDFDataSource(); | |
nsXPCComponents_Interfaces.prototype.nsIPrefLocalizedString= new nsIPrefLocalizedString(); | |
nsXPCComponents_Interfaces.prototype.nsIJSIID= new nsIJSIID(); | |
nsXPCComponents_Interfaces.prototype.nsIHTMLObjectResizeListener= new nsIHTMLObjectResizeListener(); | |
nsXPCComponents_Interfaces.prototype.nsPIProtocolProxyService= new nsPIProtocolProxyService(); | |
nsXPCComponents_Interfaces.prototype.mozIStorageConnection= new mozIStorageConnection(); | |
nsXPCComponents_Interfaces.prototype.nsITextServicesFilter= new nsITextServicesFilter(); | |
nsXPCComponents_Interfaces.prototype.nsIWSPInterfaceInfoService= new nsIWSPInterfaceInfoService(); | |
nsXPCComponents_Interfaces.prototype.nsIWSDLSOAPBinding= new nsIWSDLSOAPBinding(); | |
nsXPCComponents_Interfaces.prototype.nsISimpleStreamListener= new nsISimpleStreamListener(); | |
nsXPCComponents_Interfaces.prototype.nsISearchContext= new nsISearchContext(); | |
nsXPCComponents_Interfaces.prototype.nsIX509Cert= new nsIX509Cert(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFNode= new nsIRDFNode(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGDescElement= new nsIDOMSVGDescElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSRule= new nsIDOMCSSRule(); | |
nsXPCComponents_Interfaces.prototype.nsIProxyInfo= new nsIProxyInfo(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPRUint32= new nsISupportsPRUint32(); | |
nsXPCComponents_Interfaces.prototype.nsICurrentCharsetListener= new nsICurrentCharsetListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGImageElement= new nsIDOMSVGImageElement(); | |
nsXPCComponents_Interfaces.prototype.nsIUrlClassifierDBServiceWorker= new nsIUrlClassifierDBServiceWorker(); | |
nsXPCComponents_Interfaces.prototype.nsISecureBrowserUI= new nsISecureBrowserUI(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLParagraphElement= new nsIDOMHTMLParagraphElement(); | |
nsXPCComponents_Interfaces.prototype.jsdIScriptHook= new jsdIScriptHook(); | |
nsXPCComponents_Interfaces.prototype.nsIRunnable= new nsIRunnable(); | |
nsXPCComponents_Interfaces.prototype.nsIDirectoryService= new nsIDirectoryService(); | |
nsXPCComponents_Interfaces.prototype.nsIDNSListener= new nsIDNSListener(); | |
nsXPCComponents_Interfaces.prototype.nsIPK11TokenDB= new nsIPK11TokenDB(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaParticle= new nsISchemaParticle(); | |
nsXPCComponents_Interfaces.prototype.nsPIDNSService= new nsPIDNSService(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFXMLVisual= new nsIXTFXMLVisual(); | |
nsXPCComponents_Interfaces.prototype.nsIMIMEHeaderParam= new nsIMIMEHeaderParam(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptableInterfacesByID= new nsIScriptableInterfacesByID(); | |
nsXPCComponents_Interfaces.prototype.nsIInstallLocation= new nsIInstallLocation(); | |
nsXPCComponents_Interfaces.prototype.nsIGlobalHistory= new nsIGlobalHistory(); | |
nsXPCComponents_Interfaces.prototype.imgIContainerObserver= new imgIContainerObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIStringEnumerator= new nsIStringEnumerator(); | |
nsXPCComponents_Interfaces.prototype.nsIHttpAuthManager= new nsIHttpAuthManager(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSerializer= new nsIDOMSerializer(); | |
nsXPCComponents_Interfaces.prototype.nsICacheMetaDataVisitor= new nsICacheMetaDataVisitor(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLDocument= new nsIDOMNSHTMLDocument(); | |
nsXPCComponents_Interfaces.prototype.nsIGeneratingKeypairInfoDialogs= new nsIGeneratingKeypairInfoDialogs(); | |
nsXPCComponents_Interfaces.prototype.jsdIEphemeral= new jsdIEphemeral(); | |
nsXPCComponents_Interfaces.prototype.mozIStorageService= new mozIStorageService(); | |
nsXPCComponents_Interfaces.prototype.nsIPrompt= new nsIPrompt(); | |
nsXPCComponents_Interfaces.prototype.nsIDocShellTreeOwner_MOZILLA_1_8_BRANCH= new nsIDocShellTreeOwner_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptableParamInfo= new nsIScriptableParamInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLLegendElement= new nsIDOMHTMLLegendElement(); | |
nsXPCComponents_Interfaces.prototype.nsICache= new nsICache(); | |
nsXPCComponents_Interfaces.prototype.nsIWyciwygChannel= new nsIWyciwygChannel(); | |
nsXPCComponents_Interfaces.prototype.nsISecretDecoderRing= new nsISecretDecoderRing(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFontElement= new nsIDOMHTMLFontElement(); | |
nsXPCComponents_Interfaces.prototype.nsIXULBuilderListener= new nsIXULBuilderListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDownloader= new nsIDownloader(); | |
nsXPCComponents_Interfaces.prototype.nsIOutputStream= new nsIOutputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCounter= new nsIDOMCounter(); | |
nsXPCComponents_Interfaces.prototype.nsIHTTPHeaderListener= new nsIHTTPHeaderListener(); | |
nsXPCComponents_Interfaces.prototype.jsdIObject= new jsdIObject(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSLocation= new nsIDOMNSLocation(); | |
nsXPCComponents_Interfaces.prototype.nsIRandomAccessIterator= new nsIRandomAccessIterator(); | |
nsXPCComponents_Interfaces.prototype.nsICertPickDialogs= new nsICertPickDialogs(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsFloat= new nsISupportsFloat(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLSelectElement= new nsIDOMHTMLSelectElement(); | |
nsXPCComponents_Interfaces.prototype.nsIBufferedOutputStream= new nsIBufferedOutputStream(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPCallCompletion= new nsISOAPCallCompletion(); | |
nsXPCComponents_Interfaces.prototype.nsIUnicharLineInputStream= new nsIUnicharLineInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsITokenDialogs= new nsITokenDialogs(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDocumentCSS= new nsIDOMDocumentCSS(); | |
nsXPCComponents_Interfaces.prototype.nsICRLInfo= new nsICRLInfo(); | |
nsXPCComponents_Interfaces.prototype.nsITransportSecurityInfo= new nsITransportSecurityInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIBoxPaintManager= new nsIBoxPaintManager(); | |
nsXPCComponents_Interfaces.prototype.nsITextToSubURI= new nsITextToSubURI(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFrameElement= new nsIDOMHTMLFrameElement(); | |
nsXPCComponents_Interfaces.prototype.nsITokenPasswordDialogs= new nsITokenPasswordDialogs(); | |
nsXPCComponents_Interfaces.prototype.nsIExternalProtocolService= new nsIExternalProtocolService(); | |
nsXPCComponents_Interfaces.prototype.nsIEnvironment= new nsIEnvironment(); | |
nsXPCComponents_Interfaces.prototype.nsIXMLHttpRequest= new nsIXMLHttpRequest(); | |
nsXPCComponents_Interfaces.prototype.nsIURIContentListener= new nsIURIContentListener(); | |
nsXPCComponents_Interfaces.prototype.nsIXPIProgressDialog= new nsIXPIProgressDialog(); | |
nsXPCComponents_Interfaces.prototype.nsISelectionPrivate= new nsISelectionPrivate(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaType= new nsISchemaType(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGZoomEvent= new nsIDOMSVGZoomEvent(); | |
nsXPCComponents_Interfaces.prototype.nsICancelable= new nsICancelable(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMAbstractView= new nsIDOMAbstractView(); | |
nsXPCComponents_Interfaces.prototype.nsIJARChannel= new nsIJARChannel(); | |
nsXPCComponents_Interfaces.prototype.nsIMemory= new nsIMemory(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSSerializerFilter= new nsIDOMLSSerializerFilter(); | |
nsXPCComponents_Interfaces.prototype.nsIBinaryOutputStream= new nsIBinaryOutputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDOMStringList= new nsIDOMDOMStringList(); | |
nsXPCComponents_Interfaces.prototype.nsIImageLoadingContent= new nsIImageLoadingContent(); | |
nsXPCComponents_Interfaces.prototype.nsIExceptionService= new nsIExceptionService(); | |
nsXPCComponents_Interfaces.prototype.nsIFileOutputStream= new nsIFileOutputStream(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaAnyAttribute= new nsISchemaAnyAttribute(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSMediaRule= new nsIDOMCSSMediaRule(); | |
nsXPCComponents_Interfaces.prototype.nsIErrorService= new nsIErrorService(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFInMemoryDataSource= new nsIRDFInMemoryDataSource(); | |
nsXPCComponents_Interfaces.prototype.nsIFeed= new nsIFeed(); | |
nsXPCComponents_Interfaces.prototype.nsIContentViewer_MOZILLA_1_8_BRANCH= new nsIContentViewer_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIEditorMailSupport= new nsIEditorMailSupport(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLPreElement= new nsIDOMHTMLPreElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNavigator_MOZILLA_1_8_BRANCH= new nsIDOMNavigator_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.gfxIImageFrame= new gfxIImageFrame(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessibleSelectable= new nsIAccessibleSelectable(); | |
nsXPCComponents_Interfaces.prototype.nsPICommandUpdater= new nsPICommandUpdater(); | |
nsXPCComponents_Interfaces.prototype.nsIDownload= new nsIDownload(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULControlElement= new nsIDOMXULControlElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedNumberList= new nsIDOMSVGAnimatedNumberList(); | |
nsXPCComponents_Interfaces.prototype.nsIDocumentCharsetInfo= new nsIDocumentCharsetInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIContentViewerContainer= new nsIContentViewerContainer(); | |
nsXPCComponents_Interfaces.prototype.nsIAppStartup= new nsIAppStartup(); | |
nsXPCComponents_Interfaces.prototype.nsICookie2= new nsICookie2(); | |
nsXPCComponents_Interfaces.prototype.nsIBrowserInstance= new nsIBrowserInstance(); | |
nsXPCComponents_Interfaces.prototype.nsIProtocolProxyService= new nsIProtocolProxyService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCDATASection= new nsIDOMCDATASection(); | |
nsXPCComponents_Interfaces.prototype.nsIJVMConfigManager= new nsIJVMConfigManager(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPPortBinding= new nsISOAPPortBinding(); | |
nsXPCComponents_Interfaces.prototype.nsIContentHandler= new nsIContentHandler(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaComponent= new nsISchemaComponent(); | |
nsXPCComponents_Interfaces.prototype.nsIPrintSettingsWin= new nsIPrintSettingsWin(); | |
nsXPCComponents_Interfaces.prototype.nsIDownloadProgressListener= new nsIDownloadProgressListener(); | |
nsXPCComponents_Interfaces.prototype.nsIMozIconURI= new nsIMozIconURI(); | |
nsXPCComponents_Interfaces.prototype.nsISHistoryInternal= new nsISHistoryInternal(); | |
nsXPCComponents_Interfaces.prototype.nsIURIFixup= new nsIURIFixup(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoHorizontalRel= new nsIDOMSVGPathSegLinetoHorizontalRel(); | |
nsXPCComponents_Interfaces.prototype.nsIXPIDialogService= new nsIXPIDialogService(); | |
nsXPCComponents_Interfaces.prototype.nsIEditActionListener= new nsIEditActionListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLAppletElement= new nsIDOMHTMLAppletElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMAttr= new nsIDOMAttr(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNotation= new nsIDOMNotation(); | |
nsXPCComponents_Interfaces.prototype.nsIProxyObjectManager= new nsIProxyObjectManager(); | |
nsXPCComponents_Interfaces.prototype.nsIPassword= new nsIPassword(); | |
nsXPCComponents_Interfaces.prototype.nsIProfileLock= new nsIProfileLock(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLCanvasElement= new nsIDOMHTMLCanvasElement(); | |
nsXPCComponents_Interfaces.prototype.nsISelectElement= new nsISelectElement(); | |
nsXPCComponents_Interfaces.prototype.nsIPopupBoxObject= new nsIPopupBoxObject(); | |
nsXPCComponents_Interfaces.prototype.nsIFind= new nsIFind(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFPrivate= new nsIXTFPrivate(); | |
nsXPCComponents_Interfaces.prototype.nsIPlaintextEditor= new nsIPlaintextEditor(); | |
nsXPCComponents_Interfaces.prototype.nsIForwardIterator= new nsIForwardIterator(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLSelectElement= new nsIDOMNSHTMLSelectElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLModElement= new nsIDOMHTMLModElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSMozDocumentRule= new nsIDOMCSSMozDocumentRule(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGEllipseElement= new nsIDOMSVGEllipseElement(); | |
nsXPCComponents_Interfaces.prototype.jsdIContext= new jsdIContext(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMPopupBlockedEvent_MOZILLA_1_8_BRANCH= new nsIDOMPopupBlockedEvent_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDocumentTraversal= new nsIDOMDocumentTraversal(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFAttributeHandler= new nsIXTFAttributeHandler(); | |
nsXPCComponents_Interfaces.prototype.inIFlasher= new inIFlasher(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsWeakReference= new nsISupportsWeakReference(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGElement= new nsIDOMSVGElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOM3DocumentEvent= new nsIDOM3DocumentEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFRemoteDataSource= new nsIRDFRemoteDataSource(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegArcAbs= new nsIDOMSVGPathSegArcAbs(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULButtonElement= new nsIDOMXULButtonElement(); | |
nsXPCComponents_Interfaces.prototype.nsIClipboardDragDropHooks= new nsIClipboardDragDropHooks(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMRect= new nsIDOMRect(); | |
nsXPCComponents_Interfaces.prototype.nsICRLManager= new nsICRLManager(); | |
nsXPCComponents_Interfaces.prototype.imgIEncoder= new imgIEncoder(); | |
nsXPCComponents_Interfaces.prototype.nsIX509Cert3= new nsIX509Cert3(); | |
nsXPCComponents_Interfaces.prototype.nsISearchEngine= new nsISearchEngine(); | |
nsXPCComponents_Interfaces.prototype.nsIUrlListManagerCallback= new nsIUrlListManagerCallback(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMEntity= new nsIDOMEntity(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXPathNamespace= new nsIDOMXPathNamespace(); | |
nsXPCComponents_Interfaces.prototype.nsIBookmarksService= new nsIBookmarksService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLHRElement= new nsIDOMHTMLHRElement(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFContainerUtils= new nsIRDFContainerUtils(); | |
nsXPCComponents_Interfaces.prototype.nsISHistoryListener= new nsISHistoryListener(); | |
nsXPCComponents_Interfaces.prototype.nsIWebBrowserFocus= new nsIWebBrowserFocus(); | |
nsXPCComponents_Interfaces.prototype.nsISAXErrorHandler= new nsISAXErrorHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoCubicAbs= new nsIDOMSVGPathSegCurvetoCubicAbs(); | |
nsXPCComponents_Interfaces.prototype.nsIHTMLObjectResizer= new nsIHTMLObjectResizer(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFXULVisual= new nsIXTFXULVisual(); | |
nsXPCComponents_Interfaces.prototype.nsIInputStreamCallback= new nsIInputStreamCallback(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPRUint64= new nsISupportsPRUint64(); | |
nsXPCComponents_Interfaces.prototype.nsIClipboard= new nsIClipboard(); | |
nsXPCComponents_Interfaces.prototype.inIDOMUtils= new inIDOMUtils(); | |
nsXPCComponents_Interfaces.prototype.nsIXmlRpcFault= new nsIXmlRpcFault(); | |
nsXPCComponents_Interfaces.prototype.nsIDirIndexListener= new nsIDirIndexListener(); | |
nsXPCComponents_Interfaces.prototype.nsITransactionListener= new nsITransactionListener(); | |
nsXPCComponents_Interfaces.prototype.nsICookiePermission= new nsICookiePermission(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSResourceResolver= new nsIDOMLSResourceResolver(); | |
nsXPCComponents_Interfaces.prototype.nsIContentPolicy= new nsIContentPolicy(); | |
nsXPCComponents_Interfaces.prototype.nsIHelperAppLauncher= new nsIHelperAppLauncher(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSEventTarget= new nsIDOMNSEventTarget(); | |
nsXPCComponents_Interfaces.prototype.nsIRelativeFilePref= new nsIRelativeFilePref(); | |
nsXPCComponents_Interfaces.prototype.nsISidebar_MOZILLA_1_8_BRANCH= new nsISidebar_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFObserver= new nsIRDFObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMPageTransitionEvent= new nsIDOMPageTransitionEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIWebBrowser= new nsIWebBrowser(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFXMLSource= new nsIRDFXMLSource(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMElement= new nsIDOMElement(); | |
nsXPCComponents_Interfaces.prototype.nsIRegistryEnumerator= new nsIRegistryEnumerator(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGTextElement= new nsIDOMSVGTextElement(); | |
nsXPCComponents_Interfaces.prototype.jsdIFilter= new jsdIFilter(); | |
nsXPCComponents_Interfaces.prototype.nsIHTMLEditor= new nsIHTMLEditor(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaUnionType= new nsISchemaUnionType(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFPropagatableDataSource= new nsIRDFPropagatableDataSource(); | |
nsXPCComponents_Interfaces.prototype.nsIContentViewer= new nsIContentViewer(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMJSWindow= new nsIDOMJSWindow(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedLengthList= new nsIDOMSVGAnimatedLengthList(); | |
nsXPCComponents_Interfaces.prototype.nsIStreamConverterService= new nsIStreamConverterService(); | |
nsXPCComponents_Interfaces.prototype.nsIFastLoadReadControl= new nsIFastLoadReadControl(); | |
nsXPCComponents_Interfaces.prototype.nsICommandController= new nsICommandController(); | |
nsXPCComponents_Interfaces.prototype.nsIFileProtocolHandler= new nsIFileProtocolHandler(); | |
nsXPCComponents_Interfaces.prototype.nsILocalSearchService= new nsILocalSearchService(); | |
nsXPCComponents_Interfaces.prototype.nsIAutoCompleteController= new nsIAutoCompleteController(); | |
nsXPCComponents_Interfaces.prototype.nsIWSDLLoader= new nsIWSDLLoader(); | |
nsXPCComponents_Interfaces.prototype.nsIPrefBranch= new nsIPrefBranch(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMPlugin= new nsIDOMPlugin(); | |
nsXPCComponents_Interfaces.prototype.nsISelectionListener= new nsISelectionListener(); | |
nsXPCComponents_Interfaces.prototype.nsIMIMEInputStream= new nsIMIMEInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIWindowDataSource= new nsIWindowDataSource(); | |
nsXPCComponents_Interfaces.prototype.nsIXMLContentBuilder= new nsIXMLContentBuilder(); | |
nsXPCComponents_Interfaces.prototype.nsIStreamLoaderObserver= new nsIStreamLoaderObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLElement= new nsIDOMHTMLElement(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFElementFactory= new nsIXTFElementFactory(); | |
nsXPCComponents_Interfaces.prototype.nsIPasswordManagerInternal= new nsIPasswordManagerInternal(); | |
nsXPCComponents_Interfaces.prototype.nsIStyleSheetService= new nsIStyleSheetService(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPCall= new nsISOAPCall(); | |
nsXPCComponents_Interfaces.prototype.nsICharsetConverterManager= new nsICharsetConverterManager(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGTextPositioningElement= new nsIDOMSVGTextPositioningElement(); | |
nsXPCComponents_Interfaces.prototype.nsIBrowserHandler= new nsIBrowserHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSDocument= new nsIDOMNSDocument(); | |
nsXPCComponents_Interfaces.prototype.nsIInputStreamTee= new nsIInputStreamTee(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGTitleElement= new nsIDOMSVGTitleElement(); | |
nsXPCComponents_Interfaces.prototype.nsIXmlRpcClientListener= new nsIXmlRpcClientListener(); | |
nsXPCComponents_Interfaces.prototype.nsIFontEnumerator= new nsIFontEnumerator(); | |
nsXPCComponents_Interfaces.prototype.nsISound= new nsISound(); | |
nsXPCComponents_Interfaces.prototype.nsIAppShellService= new nsIAppShellService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoCubicSmoothAbs= new nsIDOMSVGPathSegCurvetoCubicSmoothAbs(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDOMConfiguration= new nsIDOMDOMConfiguration(); | |
nsXPCComponents_Interfaces.prototype.nsIPasswordManager= new nsIPasswordManager(); | |
nsXPCComponents_Interfaces.prototype.nsIPKCS11Module= new nsIPKCS11Module(); | |
nsXPCComponents_Interfaces.prototype.nsIFormatConverter= new nsIFormatConverter(); | |
nsXPCComponents_Interfaces.prototype.nsIChannel= new nsIChannel(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMParser= new nsIDOMParser(); | |
nsXPCComponents_Interfaces.prototype.imgILoader= new imgILoader(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedTransformList= new nsIDOMSVGAnimatedTransformList(); | |
nsXPCComponents_Interfaces.prototype.nsIBrowserGlue= new nsIBrowserGlue(); | |
nsXPCComponents_Interfaces.prototype.nsIExternalProtocolHandler= new nsIExternalProtocolHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFElement= new nsIXTFElement(); | |
nsXPCComponents_Interfaces.prototype.nsIFilePicker= new nsIFilePicker(); | |
nsXPCComponents_Interfaces.prototype.nsIPropertyElement= new nsIPropertyElement(); | |
nsXPCComponents_Interfaces.prototype.nsIStandardURL= new nsIStandardURL(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFPurgeableDataSource= new nsIRDFPurgeableDataSource(); | |
nsXPCComponents_Interfaces.prototype.nsIExtendedExpatSink= new nsIExtendedExpatSink(); | |
nsXPCComponents_Interfaces.prototype.nsISeekableStream= new nsISeekableStream(); | |
nsXPCComponents_Interfaces.prototype.nsISessionStartup= new nsISessionStartup(); | |
nsXPCComponents_Interfaces.prototype.nsIWindowMediator= new nsIWindowMediator(); | |
nsXPCComponents_Interfaces.prototype.nsIDocumentLoaderFactory= new nsIDocumentLoaderFactory(); | |
nsXPCComponents_Interfaces.prototype.nsIStreamListenerTee= new nsIStreamListenerTee(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSCSS2Properties= new nsIDOMNSCSS2Properties(); | |
nsXPCComponents_Interfaces.prototype.nsINSSCertCache= new nsINSSCertCache(); | |
nsXPCComponents_Interfaces.prototype.nsISyncStreamListener= new nsISyncStreamListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSParserFilter= new nsIDOMLSParserFilter(); | |
nsXPCComponents_Interfaces.prototype.nsIPKIParamBlock= new nsIPKIParamBlock(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptError= new nsIScriptError(); | |
nsXPCComponents_Interfaces.prototype.nsIXULWindow= new nsIXULWindow(); | |
nsXPCComponents_Interfaces.prototype.nsIEventTarget= new nsIEventTarget(); | |
nsXPCComponents_Interfaces.prototype.nsIURLParser= new nsIURLParser(); | |
nsXPCComponents_Interfaces.prototype.mozISpellI18NManager= new mozISpellI18NManager(); | |
nsXPCComponents_Interfaces.prototype.nsIX509CertValidity= new nsIX509CertValidity(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaFacet= new nsISchemaFacet(); | |
nsXPCComponents_Interfaces.prototype.nsIModule= new nsIModule(); | |
nsXPCComponents_Interfaces.prototype.nsINativeAppSupport= new nsINativeAppSupport(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGMetadataElement= new nsIDOMSVGMetadataElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMMimeTypeArray= new nsIDOMMimeTypeArray(); | |
nsXPCComponents_Interfaces.prototype.nsIComponentManagerObsolete= new nsIComponentManagerObsolete(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLLIElement= new nsIDOMHTMLLIElement(); | |
nsXPCComponents_Interfaces.prototype.nsIWindowWatcher= new nsIWindowWatcher(); | |
nsXPCComponents_Interfaces.prototype.nsIASN1Object= new nsIASN1Object(); | |
nsXPCComponents_Interfaces.prototype.nsIPrintProgress= new nsIPrintProgress(); | |
nsXPCComponents_Interfaces.prototype.nsIXPTLoaderSink= new nsIXPTLoaderSink(); | |
nsXPCComponents_Interfaces.prototype.nsIWindowsShellService= new nsIWindowsShellService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMMouseEvent= new nsIDOMMouseEvent(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPRInt32= new nsISupportsPRInt32(); | |
nsXPCComponents_Interfaces.prototype.nsIApplicationUpdateService= new nsIApplicationUpdateService(); | |
nsXPCComponents_Interfaces.prototype.nsIInterfaceRequestor= new nsIInterfaceRequestor(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSProgressEvent= new nsIDOMLSProgressEvent(); | |
nsXPCComponents_Interfaces.prototype.nsITransactionManager= new nsITransactionManager(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLOptGroupElement= new nsIDOMHTMLOptGroupElement(); | |
nsXPCComponents_Interfaces.prototype.nsICommandManager= new nsICommandManager(); | |
nsXPCComponents_Interfaces.prototype.nsIIDNService= new nsIIDNService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTitleElement= new nsIDOMHTMLTitleElement(); | |
nsXPCComponents_Interfaces.prototype.nsITimelineService= new nsITimelineService(); | |
nsXPCComponents_Interfaces.prototype.nsIUnicharOutputStream= new nsIUnicharOutputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIStackFrame= new nsIStackFrame(); | |
nsXPCComponents_Interfaces.prototype.nsIDataType= new nsIDataType(); | |
nsXPCComponents_Interfaces.prototype.nsIHttpActivityObserver= new nsIHttpActivityObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSStyleSheet= new nsIDOMCSSStyleSheet(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCryptoDialogs= new nsIDOMCryptoDialogs(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGGradientElement= new nsIDOMSVGGradientElement(); | |
nsXPCComponents_Interfaces.prototype.nsICookieManager= new nsICookieManager(); | |
nsXPCComponents_Interfaces.prototype.nsIConverterOutputStream= new nsIConverterOutputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIInputStreamPump= new nsIInputStreamPump(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSParser= new nsIDOMLSParser(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSStyleDeclaration= new nsIDOMCSSStyleDeclaration(); | |
nsXPCComponents_Interfaces.prototype.nsIFlavorDataProvider= new nsIFlavorDataProvider(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPHeaderBlock= new nsISOAPHeaderBlock(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableSectionElement= new nsIDOMHTMLTableSectionElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNode= new nsIDOMNode(); | |
nsXPCComponents_Interfaces.prototype.imgICache= new imgICache(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGZoomAndPan= new nsIDOMSVGZoomAndPan(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMStorageWindow= new nsIDOMStorageWindow(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPRUint8= new nsISupportsPRUint8(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGStyleElement= new nsIDOMSVGStyleElement(); | |
nsXPCComponents_Interfaces.prototype.nsIURILoader= new nsIURILoader(); | |
nsXPCComponents_Interfaces.prototype.nsICommandLineHandler= new nsICommandLineHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIDocNavStartProgressListener= new nsIDocNavStartProgressListener(); | |
nsXPCComponents_Interfaces.prototype.nsIRegistryNode= new nsIRegistryNode(); | |
nsXPCComponents_Interfaces.prototype.nsITransferable= new nsITransferable(); | |
nsXPCComponents_Interfaces.prototype.nsIEditingSession= new nsIEditingSession(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessibilityService= new nsIAccessibilityService(); | |
nsXPCComponents_Interfaces.prototype.nsIUpdatePatch= new nsIUpdatePatch(); | |
nsXPCComponents_Interfaces.prototype.nsITransportEventSink= new nsITransportEventSink(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCustomEvent= new nsIDOMCustomEvent(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPRUint16= new nsISupportsPRUint16(); | |
nsXPCComponents_Interfaces.prototype.nsIUrlListManager= new nsIUrlListManager(); | |
nsXPCComponents_Interfaces.prototype.nsIWSDLOperation= new nsIWSDLOperation(); | |
nsXPCComponents_Interfaces.prototype.nsIWebProgressListener2= new nsIWebProgressListener2(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPDecoder= new nsISOAPDecoder(); | |
nsXPCComponents_Interfaces.prototype.nsISAXXMLReader= new nsISAXXMLReader(); | |
nsXPCComponents_Interfaces.prototype.nsIRecyclingAllocator= new nsIRecyclingAllocator(); | |
nsXPCComponents_Interfaces.prototype.nsIWebServiceProxy= new nsIWebServiceProxy(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFXMLSink= new nsIRDFXMLSink(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLIFrameElement= new nsIDOMHTMLIFrameElement(); | |
nsXPCComponents_Interfaces.prototype.nsIXULBrowserWindow= new nsIXULBrowserWindow(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPointList= new nsIDOMSVGPointList(); | |
nsXPCComponents_Interfaces.prototype.nsIUserInfo= new nsIUserInfo(); | |
nsXPCComponents_Interfaces.prototype.nsICacheEntryDescriptor= new nsICacheEntryDescriptor(); | |
nsXPCComponents_Interfaces.prototype.nsIHTMLAbsPosEditor= new nsIHTMLAbsPosEditor(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFVisual= new nsIXTFVisual(); | |
nsXPCComponents_Interfaces.prototype.nsIAutoCompleteObserver= new nsIAutoCompleteObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIFormHistory2= new nsIFormHistory2(); | |
nsXPCComponents_Interfaces.prototype.nsIFileSpec= new nsIFileSpec(); | |
nsXPCComponents_Interfaces.prototype.nsIPasswordInternal= new nsIPasswordInternal(); | |
nsXPCComponents_Interfaces.prototype.nsISecurityWarningDialogs= new nsISecurityWarningDialogs(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPBlock= new nsISOAPBlock(); | |
nsXPCComponents_Interfaces.prototype.nsIImageDocument= new nsIImageDocument(); | |
nsXPCComponents_Interfaces.prototype.nsITransport= new nsITransport(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPFault= new nsISOAPFault(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptContextOwner= new nsIScriptContextOwner(); | |
nsXPCComponents_Interfaces.prototype.jsdICallHook= new jsdICallHook(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPEncodingRegistry= new nsISOAPEncodingRegistry(); | |
nsXPCComponents_Interfaces.prototype.nsICategoryManager= new nsICategoryManager(); | |
nsXPCComponents_Interfaces.prototype.nsIBidirectionalIterator= new nsIBidirectionalIterator(); | |
nsXPCComponents_Interfaces.prototype.nsIWindowMediatorListener= new nsIWindowMediatorListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXPathResult= new nsIDOMXPathResult(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFSVGVisualWrapper= new nsIXTFSVGVisualWrapper(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedGenerator= new nsIFeedGenerator(); | |
nsXPCComponents_Interfaces.prototype.nsIEditor= new nsIEditor(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHistory= new nsIDOMHistory(); | |
nsXPCComponents_Interfaces.prototype.nsIZipEntry= new nsIZipEntry(); | |
nsXPCComponents_Interfaces.prototype.nsIWebContentHandlerRegistrar= new nsIWebContentHandlerRegistrar(); | |
nsXPCComponents_Interfaces.prototype.mozIStorageStatementWrapper= new mozIStorageStatementWrapper(); | |
nsXPCComponents_Interfaces.prototype.nsIFontPackageProxy= new nsIFontPackageProxy(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSOutput= new nsIDOMLSOutput(); | |
nsXPCComponents_Interfaces.prototype.nsIUnicharInputStream= new nsIUnicharInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIFontList= new nsIFontList(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptLoader= new nsIScriptLoader(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULSelectControlElement= new nsIDOMXULSelectControlElement(); | |
nsXPCComponents_Interfaces.prototype.nsIVariant= new nsIVariant(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCanvasPattern= new nsIDOMCanvasPattern(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsVoid= new nsISupportsVoid(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSImportRule= new nsIDOMCSSImportRule(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaModelGroup= new nsISchemaModelGroup(); | |
nsXPCComponents_Interfaces.prototype.nsIConsoleMessage= new nsIConsoleMessage(); | |
nsXPCComponents_Interfaces.prototype.nsISAXLocator= new nsISAXLocator(); | |
nsXPCComponents_Interfaces.prototype.inIDOMView= new inIDOMView(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLCollection= new nsIDOMHTMLCollection(); | |
nsXPCComponents_Interfaces.prototype.nsICacheDeviceInfo= new nsICacheDeviceInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedPerson= new nsIFeedPerson(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMEvent= new nsIDOMEvent(); | |
nsXPCComponents_Interfaces.prototype.nsICacheVisitor= new nsICacheVisitor(); | |
nsXPCComponents_Interfaces.prototype.nsISerializable= new nsISerializable(); | |
nsXPCComponents_Interfaces.prototype.nsINonBlockingAlertService= new nsINonBlockingAlertService(); | |
nsXPCComponents_Interfaces.prototype.nsICertificateDialogs= new nsICertificateDialogs(); | |
nsXPCComponents_Interfaces.prototype.nsIInputIterator= new nsIInputIterator(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoQuadraticSmoothRel= new nsIDOMSVGPathSegCurvetoQuadraticSmoothRel(); | |
nsXPCComponents_Interfaces.prototype.nsIInternetSearchService= new nsIInternetSearchService(); | |
nsXPCComponents_Interfaces.prototype.nsIHttpAuthenticator= new nsIHttpAuthenticator(); | |
nsXPCComponents_Interfaces.prototype.nsIAddonUpdateListener= new nsIAddonUpdateListener(); | |
nsXPCComponents_Interfaces.prototype.nsIEditorLogging= new nsIEditorLogging(); | |
nsXPCComponents_Interfaces.prototype.nsIZipReaderCache= new nsIZipReaderCache(); | |
nsXPCComponents_Interfaces.prototype.nsIAsyncStreamCopier= new nsIAsyncStreamCopier(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULLabeledControlElement= new nsIDOMXULLabeledControlElement(); | |
nsXPCComponents_Interfaces.prototype.nsICookieAcceptDialog= new nsICookieAcceptDialog(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedEnumeration= new nsIDOMSVGAnimatedEnumeration(); | |
nsXPCComponents_Interfaces.prototype.nsIPKCS11ModuleDB= new nsIPKCS11ModuleDB(); | |
nsXPCComponents_Interfaces.prototype.nsISecretDecoderRingConfig= new nsISecretDecoderRingConfig(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSUnknownRule= new nsIDOMCSSUnknownRule(); | |
nsXPCComponents_Interfaces.prototype.nsIXPTLoader= new nsIXPTLoader(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedString= new nsIDOMSVGAnimatedString(); | |
nsXPCComponents_Interfaces.prototype.nsIContentFilter= new nsIContentFilter(); | |
nsXPCComponents_Interfaces.prototype.nsIWSDLLoadListener= new nsIWSDLLoadListener(); | |
nsXPCComponents_Interfaces.prototype.mozIStorageStatementRow= new mozIStorageStatementRow(); | |
nsXPCComponents_Interfaces.prototype.imgIDecoderObserver_MOZILLA_1_8_BRANCH= new imgIDecoderObserver_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.mozISpellCheckingEngine= new mozISpellCheckingEngine(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPMessageBinding= new nsISOAPMessageBinding(); | |
nsXPCComponents_Interfaces.prototype.nsICommandHandlerInit= new nsICommandHandlerInit(); | |
nsXPCComponents_Interfaces.prototype.mozIStorageDataSet= new mozIStorageDataSet(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLFrameElement= new nsIDOMNSHTMLFrameElement(); | |
nsXPCComponents_Interfaces.prototype.nsIProfile= new nsIProfile(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGRect= new nsIDOMSVGRect(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegMovetoRel= new nsIDOMSVGPathSegMovetoRel(); | |
nsXPCComponents_Interfaces.prototype.nsIPromptService= new nsIPromptService(); | |
nsXPCComponents_Interfaces.prototype.nsIJARProtocolHandler= new nsIJARProtocolHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIRefreshURI= new nsIRefreshURI(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXPathExpression= new nsIDOMXPathExpression(); | |
nsXPCComponents_Interfaces.prototype.nsISchema= new nsISchema(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGLineElement= new nsIDOMSVGLineElement(); | |
nsXPCComponents_Interfaces.prototype.nsITreeColumn= new nsITreeColumn(); | |
nsXPCComponents_Interfaces.prototype.nsIAutoCompletePopup= new nsIAutoCompletePopup(); | |
nsXPCComponents_Interfaces.prototype.nsIFullScreen= new nsIFullScreen(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMPkcs11= new nsIDOMPkcs11(); | |
nsXPCComponents_Interfaces.prototype.nsIRequest= new nsIRequest(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSPageRule= new nsIDOMCSSPageRule(); | |
nsXPCComponents_Interfaces.prototype.nsIWebBrowserPrint= new nsIWebBrowserPrint(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNameList= new nsIDOMNameList(); | |
nsXPCComponents_Interfaces.prototype.nsIGlobalHistory2= new nsIGlobalHistory2(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPResponseListener= new nsISOAPResponseListener(); | |
nsXPCComponents_Interfaces.prototype.nsIUrlClassifierTable= new nsIUrlClassifierTable(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedNumber= new nsIDOMSVGAnimatedNumber(); | |
nsXPCComponents_Interfaces.prototype.nsIBrowserHistory= new nsIBrowserHistory(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFDelegateFactory= new nsIRDFDelegateFactory(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSPrimitiveValue= new nsIDOMCSSPrimitiveValue(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedResult= new nsIFeedResult(); | |
nsXPCComponents_Interfaces.prototype.nsISelectionController= new nsISelectionController(); | |
nsXPCComponents_Interfaces.prototype.nsISocketProvider= new nsISocketProvider(); | |
nsXPCComponents_Interfaces.prototype.nsIFontPackageService= new nsIFontPackageService(); | |
nsXPCComponents_Interfaces.prototype.nsIStringInputStream= new nsIStringInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIPhonetic= new nsIPhonetic(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGDefsElement= new nsIDOMSVGDefsElement(); | |
nsXPCComponents_Interfaces.prototype.imgIDecoder= new imgIDecoder(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSValue= new nsIDOMCSSValue(); | |
nsXPCComponents_Interfaces.prototype.nsISHContainer= new nsISHContainer(); | |
nsXPCComponents_Interfaces.prototype.nsICryptoFIPSInfo= new nsICryptoFIPSInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIMenuBoxObject= new nsIMenuBoxObject(); | |
nsXPCComponents_Interfaces.prototype.nsIWSDLPort= new nsIWSDLPort(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegClosePath= new nsIDOMSVGPathSegClosePath(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSException= new nsIDOMLSException(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFieldSetElement= new nsIDOMHTMLFieldSetElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGLinearGradientElement= new nsIDOMSVGLinearGradientElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMStorage= new nsIDOMStorage(); | |
nsXPCComponents_Interfaces.prototype.nsIStreamLoader= new nsIStreamLoader(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMWindowCollection= new nsIDOMWindowCollection(); | |
nsXPCComponents_Interfaces.prototype.nsIBinaryInputStream= new nsIBinaryInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedProcessor= new nsIFeedProcessor(); | |
nsXPCComponents_Interfaces.prototype.nsITextScroll= new nsITextScroll(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGRadialGradientElement= new nsIDOMSVGRadialGradientElement(); | |
nsXPCComponents_Interfaces.prototype.nsIVersionComparator= new nsIVersionComparator(); | |
nsXPCComponents_Interfaces.prototype.nsIAsyncStreamListener= new nsIAsyncStreamListener(); | |
nsXPCComponents_Interfaces.prototype.nsIBrowserDOMWindow= new nsIBrowserDOMWindow(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXPathException= new nsIDOMXPathException(); | |
nsXPCComponents_Interfaces.prototype.nsISHistory= new nsISHistory(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCrypto= new nsIDOMCrypto(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessible= new nsIAccessible(); | |
nsXPCComponents_Interfaces.prototype.nsITransaction= new nsITransaction(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLOptionsCollection= new nsIDOMHTMLOptionsCollection(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSEvent= new nsIDOMNSEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIAutoCompleteInput= new nsIAutoCompleteInput(); | |
nsXPCComponents_Interfaces.prototype.nsICertTree= new nsICertTree(); | |
nsXPCComponents_Interfaces.prototype.nsIComponentRegistrar= new nsIComponentRegistrar(); | |
nsXPCComponents_Interfaces.prototype.nsIFileChannel= new nsIFileChannel(); | |
nsXPCComponents_Interfaces.prototype.jsdIExecutionHook= new jsdIExecutionHook(); | |
nsXPCComponents_Interfaces.prototype.nsIAutoCompleteInput_MOZILLA_1_8_BRANCH= new nsIAutoCompleteInput_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIBoxLayoutManager= new nsIBoxLayoutManager(); | |
nsXPCComponents_Interfaces.prototype.nsIMicrosummary= new nsIMicrosummary(); | |
nsXPCComponents_Interfaces.prototype.nsICacheListener= new nsICacheListener(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPRBool= new nsISupportsPRBool(); | |
nsXPCComponents_Interfaces.prototype.mozIStorageValueArray= new mozIStorageValueArray(); | |
nsXPCComponents_Interfaces.prototype.nsIXPInstallManagerUI= new nsIXPInstallManagerUI(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDocumentEvent= new nsIDOMDocumentEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULCommandEvent= new nsIDOMXULCommandEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIContentSniffer_MOZILLA_1_8_BRANCH= new nsIContentSniffer_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIXULAppInfo= new nsIXULAppInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIProxiedProtocolHandler= new nsIProxiedProtocolHandler(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsString= new nsISupportsString(); | |
nsXPCComponents_Interfaces.prototype.nsISafeOutputStream= new nsISafeOutputStream(); | |
nsXPCComponents_Interfaces.prototype.inIDeepTreeWalker= new inIDeepTreeWalker(); | |
nsXPCComponents_Interfaces.prototype.nsIDocShellTreeItem= new nsIDocShellTreeItem(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSFontFaceRule= new nsIDOMCSSFontFaceRule(); | |
nsXPCComponents_Interfaces.prototype.nsIAlertsService= new nsIAlertsService(); | |
nsXPCComponents_Interfaces.prototype.nsICMSMessageErrors= new nsICMSMessageErrors(); | |
nsXPCComponents_Interfaces.prototype.nsIPrefBranch2= new nsIPrefBranch2(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFGenericElementWrapper= new nsIXTFGenericElementWrapper(); | |
nsXPCComponents_Interfaces.prototype.inISearchObserver= new inISearchObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedLength= new nsIDOMSVGAnimatedLength(); | |
nsXPCComponents_Interfaces.prototype.nsIUTF8StringEnumerator= new nsIUTF8StringEnumerator(); | |
nsXPCComponents_Interfaces.prototype.nsICookieConsent= new nsICookieConsent(); | |
nsXPCComponents_Interfaces.prototype.nsIResProtocolHandler= new nsIResProtocolHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIServerSocketListener= new nsIServerSocketListener(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFBindableElement= new nsIXTFBindableElement(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessNode= new nsIAccessNode(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoQuadraticAbs= new nsIDOMSVGPathSegCurvetoQuadraticAbs(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPRInt64= new nsISupportsPRInt64(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSRange= new nsIDOMNSRange(); | |
nsXPCComponents_Interfaces.prototype.nsIXPCComponents_ID= new nsIXPCComponents_ID(); | |
nsXPCComponents_Interfaces.prototype.nsITooltipTextProvider= new nsITooltipTextProvider(); | |
nsXPCComponents_Interfaces.prototype.nsIExternalHelperAppService= new nsIExternalHelperAppService(); | |
nsXPCComponents_Interfaces.prototype.nsIFastLoadService= new nsIFastLoadService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDOMImplementationLS= new nsIDOMDOMImplementationLS(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLDListElement= new nsIDOMHTMLDListElement(); | |
nsXPCComponents_Interfaces.prototype.nsIWindowsRegKey= new nsIWindowsRegKey(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaLoadListener= new nsISchemaLoadListener(); | |
nsXPCComponents_Interfaces.prototype.nsII18nCompatibility= new nsII18nCompatibility(); | |
nsXPCComponents_Interfaces.prototype.nsIWebScriptsAccessService= new nsIWebScriptsAccessService(); | |
nsXPCComponents_Interfaces.prototype.nsIWindowCreator2= new nsIWindowCreator2(); | |
nsXPCComponents_Interfaces.prototype.nsIWebServiceErrorHandler= new nsIWebServiceErrorHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIBaseWindow= new nsIBaseWindow(); | |
nsXPCComponents_Interfaces.prototype.nsIFastLoadFileControl= new nsIFastLoadFileControl(); | |
nsXPCComponents_Interfaces.prototype.nsIPrefService= new nsIPrefService(); | |
nsXPCComponents_Interfaces.prototype.nsIWritablePropertyBag= new nsIWritablePropertyBag(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGException= new nsIDOMSVGException(); | |
nsXPCComponents_Interfaces.prototype.nsIMicrosummaryGenerator= new nsIMicrosummaryGenerator(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSeg= new nsIDOMSVGPathSeg(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPMessage= new nsISOAPMessage(); | |
nsXPCComponents_Interfaces.prototype.nsIContextMenuInfo= new nsIContextMenuInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIHttpProtocolHandler= new nsIHttpProtocolHandler(); | |
nsXPCComponents_Interfaces.prototype.nsILocaleService= new nsILocaleService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMBarProp= new nsIDOMBarProp(); | |
nsXPCComponents_Interfaces.prototype.nsIProfileStartup= new nsIProfileStartup(); | |
nsXPCComponents_Interfaces.prototype.nsICookiePromptService= new nsICookiePromptService(); | |
nsXPCComponents_Interfaces.prototype.imgILoad= new imgILoad(); | |
nsXPCComponents_Interfaces.prototype.nsIPrintSettingsService= new nsIPrintSettingsService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathElement= new nsIDOMSVGPathElement(); | |
nsXPCComponents_Interfaces.prototype.nsIObjectInputStream= new nsIObjectInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaAnyParticle= new nsISchemaAnyParticle(); | |
nsXPCComponents_Interfaces.prototype.nsIDirIndex= new nsIDirIndex(); | |
nsXPCComponents_Interfaces.prototype.nsPIExternalAppLauncher= new nsPIExternalAppLauncher(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLHRElement= new nsIDOMNSHTMLHRElement(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFSVGVisual= new nsIXTFSVGVisual(); | |
nsXPCComponents_Interfaces.prototype.nsIFormFillController= new nsIFormFillController(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGSVGElement= new nsIDOMSVGSVGElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULMenuListElement= new nsIDOMXULMenuListElement(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPTransportListener= new nsISOAPTransportListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDictionary= new nsIDictionary(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLElement_MOZILLA_1_8_BRANCH= new nsIDOMNSHTMLElement_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsISyncLoadDOMService= new nsISyncLoadDOMService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMJSPluginArray= new nsIDOMJSPluginArray(); | |
nsXPCComponents_Interfaces.prototype.nsIURL= new nsIURL(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMConstructor= new nsIDOMConstructor(); | |
nsXPCComponents_Interfaces.prototype.nsIMultiplexInputStream= new nsIMultiplexInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIClipboardCommands= new nsIClipboardCommands(); | |
nsXPCComponents_Interfaces.prototype.nsIWebServiceProxyCreationListener= new nsIWebServiceProxyCreationListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMKeyEvent= new nsIDOMKeyEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIKeygenThread= new nsIKeygenThread(); | |
nsXPCComponents_Interfaces.prototype.jsdIDebuggerService= new jsdIDebuggerService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLDocument= new nsIDOMHTMLDocument(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaListType= new nsISchemaListType(); | |
nsXPCComponents_Interfaces.prototype.inICSSValueSearch= new inICSSValueSearch(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessibleDocument= new nsIAccessibleDocument(); | |
nsXPCComponents_Interfaces.prototype.nsIDocNavStartProgressCallback= new nsIDocNavStartProgressCallback(); | |
nsXPCComponents_Interfaces.prototype.nsIPrintStatusFeedback= new nsIPrintStatusFeedback(); | |
nsXPCComponents_Interfaces.prototype.nsIProfileInternal= new nsIProfileInternal(); | |
nsXPCComponents_Interfaces.prototype.nsIExceptionProvider= new nsIExceptionProvider(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMJSNavigator= new nsIDOMJSNavigator(); | |
nsXPCComponents_Interfaces.prototype.nsIXULRuntime= new nsIXULRuntime(); | |
nsXPCComponents_Interfaces.prototype.nsIDOM3EventTarget= new nsIDOM3EventTarget(); | |
nsXPCComponents_Interfaces.prototype.nsIJVMConfig= new nsIJVMConfig(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXPathNSResolver= new nsIDOMXPathNSResolver(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLAnchorElement= new nsIDOMHTMLAnchorElement(); | |
nsXPCComponents_Interfaces.prototype.nsIFTPChannel= new nsIFTPChannel(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSValueList= new nsIDOMCSSValueList(); | |
nsXPCComponents_Interfaces.prototype.nsIShellService= new nsIShellService(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaAttributeComponent= new nsISchemaAttributeComponent(); | |
nsXPCComponents_Interfaces.prototype.nsIJSConsoleService= new nsIJSConsoleService(); | |
nsXPCComponents_Interfaces.prototype.nsIToolkitChromeRegistry= new nsIToolkitChromeRegistry(); | |
nsXPCComponents_Interfaces.prototype.nsILocaleDefinition= new nsILocaleDefinition(); | |
nsXPCComponents_Interfaces.prototype.nsIProtocolProxyFilter= new nsIProtocolProxyFilter(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedElementBase= new nsIFeedElementBase(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPResponse= new nsISOAPResponse(); | |
nsXPCComponents_Interfaces.prototype.nsIFormSigningDialog= new nsIFormSigningDialog(); | |
nsXPCComponents_Interfaces.prototype.jsdIStackFrame= new jsdIStackFrame(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFElementWrapper= new nsIXTFElementWrapper(); | |
nsXPCComponents_Interfaces.prototype.nsITypeAheadFind= new nsITypeAheadFind(); | |
nsXPCComponents_Interfaces.prototype.nsIInlineSpellChecker= new nsIInlineSpellChecker(); | |
nsXPCComponents_Interfaces.prototype.nsIAptanaDebugService= new nsIAptanaDebugService(); | |
nsXPCComponents_Interfaces.prototype.nsIDownloadManager= new nsIDownloadManager(); | |
nsXPCComponents_Interfaces.prototype.nsIProxyAutoConfig= new nsIProxyAutoConfig(); | |
nsXPCComponents_Interfaces.prototype.nsIAsyncInputStream= new nsIAsyncInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIProfileChangeStatus= new nsIProfileChangeStatus(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsArray= new nsISupportsArray(); | |
nsXPCComponents_Interfaces.prototype.nsIToolkitProfile= new nsIToolkitProfile(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMMediaList= new nsIDOMMediaList(); | |
nsXPCComponents_Interfaces.prototype.nsIUrlClassifierCallback= new nsIUrlClassifierCallback(); | |
nsXPCComponents_Interfaces.prototype.nsIWebBrowserPersist= new nsIWebBrowserPersist(); | |
nsXPCComponents_Interfaces.prototype.nsIDirIndexParser= new nsIDirIndexParser(); | |
nsXPCComponents_Interfaces.prototype.nsIProgrammingLanguage= new nsIProgrammingLanguage(); | |
nsXPCComponents_Interfaces.prototype.nsIXULTemplateBuilder= new nsIXULTemplateBuilder(); | |
nsXPCComponents_Interfaces.prototype.nsISemanticUnitScanner= new nsISemanticUnitScanner(); | |
nsXPCComponents_Interfaces.prototype.nsIStreamCipher= new nsIStreamCipher(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGTextPathElement= new nsIDOMSVGTextPathElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLElement= new nsIDOMNSHTMLElement(); | |
nsXPCComponents_Interfaces.prototype.nsIAtom= new nsIAtom(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGTransformable= new nsIDOMSVGTransformable(); | |
nsXPCComponents_Interfaces.prototype.nsIEnumerator= new nsIEnumerator(); | |
nsXPCComponents_Interfaces.prototype.nsIFile= new nsIFile(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULMultiSelectControlElement= new nsIDOMXULMultiSelectControlElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLTextAreaElement= new nsIDOMNSHTMLTextAreaElement(); | |
nsXPCComponents_Interfaces.prototype.nsIContextMenuListener2= new nsIContextMenuListener2(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMWindow2= new nsIDOMWindow2(); | |
nsXPCComponents_Interfaces.prototype.nsIChromeRegistry= new nsIChromeRegistry(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNodeList= new nsIDOMNodeList(); | |
nsXPCComponents_Interfaces.prototype.nsIInputStreamChannel= new nsIInputStreamChannel(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPEncoder= new nsISOAPEncoder(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGForeignObjectElement= new nsIDOMSVGForeignObjectElement(); | |
nsXPCComponents_Interfaces.prototype.nsIEventQueue= new nsIEventQueue(); | |
nsXPCComponents_Interfaces.prototype.nsIThread= new nsIThread(); | |
nsXPCComponents_Interfaces.prototype.nsIIOService2= new nsIIOService2(); | |
nsXPCComponents_Interfaces.prototype.nsIEditorBoxObject= new nsIEditorBoxObject(); | |
nsXPCComponents_Interfaces.prototype.nsIUpdateChecker= new nsIUpdateChecker(); | |
nsXPCComponents_Interfaces.prototype.nsIStreamTransportService= new nsIStreamTransportService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableRowElement= new nsIDOMHTMLTableRowElement(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessibleProvider= new nsIAccessibleProvider(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLButtonElement= new nsIDOMHTMLButtonElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLInputElement= new nsIDOMNSHTMLInputElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDownload_MOZILLA_1_8_BRANCH= new nsIDownload_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsITransfer= new nsITransfer(); | |
nsXPCComponents_Interfaces.prototype.nsIWebBrowserStream= new nsIWebBrowserStream(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableColElement= new nsIDOMHTMLTableColElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSRuleList= new nsIDOMCSSRuleList(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoQuadraticRel= new nsIDOMSVGPathSegCurvetoQuadraticRel(); | |
nsXPCComponents_Interfaces.prototype.imgIEncoder_MOZILLA_1_8_BRANCH= new imgIEncoder_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGTSpanElement= new nsIDOMSVGTSpanElement(); | |
nsXPCComponents_Interfaces.prototype.nsIControllerContext= new nsIControllerContext(); | |
nsXPCComponents_Interfaces.prototype.nsIUrlClassifierStreamUpdater= new nsIUrlClassifierStreamUpdater(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGClipPathElement= new nsIDOMSVGClipPathElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLIsIndexElement= new nsIDOMHTMLIsIndexElement(); | |
nsXPCComponents_Interfaces.prototype.nsIExpatSink= new nsIExpatSink(); | |
nsXPCComponents_Interfaces.prototype.nsIWebBrowserSetup= new nsIWebBrowserSetup(); | |
nsXPCComponents_Interfaces.prototype.nsISOCKSSocketInfo= new nsISOCKSSocketInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMEventListener= new nsIDOMEventListener(); | |
nsXPCComponents_Interfaces.prototype.nsIPermission= new nsIPermission(); | |
nsXPCComponents_Interfaces.prototype.nsIEditorObserver= new nsIEditorObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptableMethodInfo= new nsIScriptableMethodInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptSecurityManager= new nsIScriptSecurityManager(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMEventGroup= new nsIDOMEventGroup(); | |
nsXPCComponents_Interfaces.prototype.nsIURIFixup_MOZILLA_1_8_BRANCH= new nsIURIFixup_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsITooltipListener= new nsITooltipListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMStyleSheetList= new nsIDOMStyleSheetList(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGNumberList= new nsIDOMSVGNumberList(); | |
nsXPCComponents_Interfaces.prototype.nsIPermissionManager= new nsIPermissionManager(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSFeatureFactory= new nsIDOMNSFeatureFactory(); | |
nsXPCComponents_Interfaces.prototype.nsIUpdate_MOZILLA_1_8_BRANCH= new nsIUpdate_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsISAXLexicalHandler= new nsISAXLexicalHandler(); | |
nsXPCComponents_Interfaces.prototype.nsISMimeCert= new nsISMimeCert(); | |
nsXPCComponents_Interfaces.prototype.nsISidebarExternal= new nsISidebarExternal(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegArcRel= new nsIDOMSVGPathSegArcRel(); | |
nsXPCComponents_Interfaces.prototype.nsIEventQueueService= new nsIEventQueueService(); | |
nsXPCComponents_Interfaces.prototype.nsISaveAsCharset= new nsISaveAsCharset(); | |
nsXPCComponents_Interfaces.prototype.nsICMSSecureMessage= new nsICMSSecureMessage(); | |
nsXPCComponents_Interfaces.prototype.nsIStringBundleService= new nsIStringBundleService(); | |
nsXPCComponents_Interfaces.prototype.nsIXULOverlayProvider= new nsIXULOverlayProvider(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGTransformList= new nsIDOMSVGTransformList(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDOMException= new nsIDOMDOMException(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptableUnicodeConverter= new nsIScriptableUnicodeConverter(); | |
nsXPCComponents_Interfaces.prototype.nsIFastLoadFileIO= new nsIFastLoadFileIO(); | |
nsXPCComponents_Interfaces.prototype.nsICollation= new nsICollation(); | |
nsXPCComponents_Interfaces.prototype.nsIComponentManager= new nsIComponentManager(); | |
nsXPCComponents_Interfaces.prototype.nsIBrowserSearchService= new nsIBrowserSearchService(); | |
nsXPCComponents_Interfaces.prototype.nsIXSLTProcessorObsolete= new nsIXSLTProcessorObsolete(); | |
nsXPCComponents_Interfaces.prototype.nsIUUIDGenerator= new nsIUUIDGenerator(); | |
nsXPCComponents_Interfaces.prototype.nsIControllerCommandGroup= new nsIControllerCommandGroup(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLocation= new nsIDOMLocation(); | |
nsXPCComponents_Interfaces.prototype.nsITXTToHTMLConv= new nsITXTToHTMLConv(); | |
nsXPCComponents_Interfaces.prototype.nsISessionStore= new nsISessionStore(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFBlob= new nsIRDFBlob(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLHeadElement= new nsIDOMHTMLHeadElement(); | |
nsXPCComponents_Interfaces.prototype.nsIXPCComponents_Exception= new nsIXPCComponents_Exception(); | |
nsXPCComponents_Interfaces.prototype.nsIASN1PrintableItem= new nsIASN1PrintableItem(); | |
nsXPCComponents_Interfaces.prototype.nsIEditorStyleSheets= new nsIEditorStyleSheets(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLButtonElement= new nsIDOMNSHTMLButtonElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLMapElement= new nsIDOMHTMLMapElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLBRElement= new nsIDOMHTMLBRElement(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsDouble= new nsISupportsDouble(); | |
nsXPCComponents_Interfaces.prototype.nsIProtocolProxyCallback= new nsIProtocolProxyCallback(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLLinkElement= new nsIDOMHTMLLinkElement(); | |
nsXPCComponents_Interfaces.prototype.nsIXULSortService= new nsIXULSortService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLOptionCollection= new nsIDOMNSHTMLOptionCollection(); | |
nsXPCComponents_Interfaces.prototype.nsIXULTreeBuilder= new nsIXULTreeBuilder(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGNumber= new nsIDOMSVGNumber(); | |
nsXPCComponents_Interfaces.prototype.nsIHistoryEntry= new nsIHistoryEntry(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULImageElement= new nsIDOMXULImageElement(); | |
nsXPCComponents_Interfaces.prototype.nsIFileURL= new nsIFileURL(); | |
nsXPCComponents_Interfaces.prototype.nsIFindService= new nsIFindService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSLoadEvent= new nsIDOMLSLoadEvent(); | |
nsXPCComponents_Interfaces.prototype.nsINetworkLinkService= new nsINetworkLinkService(); | |
nsXPCComponents_Interfaces.prototype.nsIClipboardHelper= new nsIClipboardHelper(); | |
nsXPCComponents_Interfaces.prototype.nsIPref= new nsIPref(); | |
nsXPCComponents_Interfaces.prototype.nsIWebProgressListener= new nsIWebProgressListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDragService= new nsIDragService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSDocumentStyle= new nsIDOMNSDocumentStyle(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLStyleElement= new nsIDOMHTMLStyleElement(); | |
nsXPCComponents_Interfaces.prototype.nsIOCSPResponder= new nsIOCSPResponder(); | |
nsXPCComponents_Interfaces.prototype.nsILocale= new nsILocale(); | |
nsXPCComponents_Interfaces.prototype.nsIUpdateItem= new nsIUpdateItem(); | |
nsXPCComponents_Interfaces.prototype.nsICiter= new nsICiter(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaRestrictionType= new nsISchemaRestrictionType(); | |
nsXPCComponents_Interfaces.prototype.nsIXSLTException= new nsIXSLTException(); | |
nsXPCComponents_Interfaces.prototype.nsIFormHistoryImporter= new nsIFormHistoryImporter(); | |
nsXPCComponents_Interfaces.prototype.nsISAXDTDHandler= new nsISAXDTDHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIRequestObserverProxy= new nsIRequestObserverProxy(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGDocument= new nsIDOMSVGDocument(); | |
nsXPCComponents_Interfaces.prototype.nsIDOM3Node= new nsIDOM3Node(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLUListElement= new nsIDOMHTMLUListElement(); | |
nsXPCComponents_Interfaces.prototype.nsIActiveXSecurityPolicy= new nsIActiveXSecurityPolicy(); | |
nsXPCComponents_Interfaces.prototype.nsIUnicodeNormalizer= new nsIUnicodeNormalizer(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLObjectElement= new nsIDOMHTMLObjectElement(); | |
nsXPCComponents_Interfaces.prototype.nsIXULChromeRegistry= new nsIXULChromeRegistry(); | |
nsXPCComponents_Interfaces.prototype.nsIXPointerResult= new nsIXPointerResult(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCRMFObject= new nsIDOMCRMFObject(); | |
nsXPCComponents_Interfaces.prototype.nsIURI= new nsIURI(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGMatrix= new nsIDOMSVGMatrix(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableElement= new nsIDOMHTMLTableElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGEvent= new nsIDOMSVGEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDocumentType= new nsIDOMDocumentType(); | |
nsXPCComponents_Interfaces.prototype.nsIQTScriptablePlugin= new nsIQTScriptablePlugin(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMWindowUtils= new nsIDOMWindowUtils(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULPopupElement= new nsIDOMXULPopupElement(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaComplexType= new nsISchemaComplexType(); | |
nsXPCComponents_Interfaces.prototype.nsIOSChromeItem= new nsIOSChromeItem(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoHorizontalAbs= new nsIDOMSVGPathSegLinetoHorizontalAbs(); | |
nsXPCComponents_Interfaces.prototype.nsIDialogParamBlock= new nsIDialogParamBlock(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLInputElement= new nsIDOMHTMLInputElement(); | |
nsXPCComponents_Interfaces.prototype.imgIRequest= new imgIRequest(); | |
nsXPCComponents_Interfaces.prototype.nsIContextMenuListener= new nsIContextMenuListener(); | |
nsXPCComponents_Interfaces.prototype.nsIExceptionManager= new nsIExceptionManager(); | |
nsXPCComponents_Interfaces.prototype.nsITimerInternal= new nsITimerInternal(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPTransport= new nsISOAPTransport(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMComment= new nsIDOMComment(); | |
nsXPCComponents_Interfaces.prototype.nsIRegistry= new nsIRegistry(); | |
nsXPCComponents_Interfaces.prototype.nsIHelperAppLauncherDialog= new nsIHelperAppLauncherDialog(); | |
nsXPCComponents_Interfaces.prototype.jsdIProperty= new jsdIProperty(); | |
nsXPCComponents_Interfaces.prototype.nsICookieService= new nsICookieService(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFInferDataSource= new nsIRDFInferDataSource(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGCircleElement= new nsIDOMSVGCircleElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoVerticalAbs= new nsIDOMSVGPathSegLinetoVerticalAbs(); | |
nsXPCComponents_Interfaces.prototype.nsIProperty= new nsIProperty(); | |
nsXPCComponents_Interfaces.prototype.nsIDocShellTreeNode= new nsIDocShellTreeNode(); | |
nsXPCComponents_Interfaces.prototype.nsIChromeEventHandler= new nsIChromeEventHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIConsoleService_MOZILLA_1_8_BRANCH= new nsIConsoleService_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoCubicSmoothRel= new nsIDOMSVGPathSegCurvetoCubicSmoothRel(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSCharsetRule= new nsIDOMCSSCharsetRule(); | |
nsXPCComponents_Interfaces.prototype.nsIPrefetchService= new nsIPrefetchService(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessibleWin32Object= new nsIAccessibleWin32Object(); | |
nsXPCComponents_Interfaces.prototype.nsIObjectOutputStream= new nsIObjectOutputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedRect= new nsIDOMSVGAnimatedRect(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLLabelElement= new nsIDOMHTMLLabelElement(); | |
nsXPCComponents_Interfaces.prototype.nsIResumableChannel= new nsIResumableChannel(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptLoaderObserver= new nsIScriptLoaderObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIHttpChannelInternal= new nsIHttpChannelInternal(); | |
nsXPCComponents_Interfaces.prototype.nsICollationFactory= new nsICollationFactory(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptableRegion= new nsIScriptableRegion(); | |
nsXPCComponents_Interfaces.prototype.jsdINestCallback= new jsdINestCallback(); | |
nsXPCComponents_Interfaces.prototype.nsPIAccessible= new nsPIAccessible(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaBuiltinType= new nsISchemaBuiltinType(); | |
nsXPCComponents_Interfaces.prototype.nsIAptanaBreakpointProperties= new nsIAptanaBreakpointProperties(); | |
nsXPCComponents_Interfaces.prototype.nsIAptanaDebugger= new nsIAptanaDebugger(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMRange= new nsIDOMRange(); | |
nsXPCComponents_Interfaces.prototype.nsIEditor_MOZILLA_1_8_BRANCH= new nsIEditor_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIListBoxObject= new nsIListBoxObject(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCharacterData= new nsIDOMCharacterData(); | |
nsXPCComponents_Interfaces.prototype.nsIDOM3Document= new nsIDOM3Document(); | |
nsXPCComponents_Interfaces.prototype.nsIByteRangeRequest= new nsIByteRangeRequest(); | |
nsXPCComponents_Interfaces.prototype.nsIArray= new nsIArray(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDocumentView= new nsIDOMDocumentView(); | |
nsXPCComponents_Interfaces.prototype.rdfIDataSource= new rdfIDataSource(); | |
nsXPCComponents_Interfaces.prototype.nsIXPCWrappedJSObjectGetter= new nsIXPCWrappedJSObjectGetter(); | |
nsXPCComponents_Interfaces.prototype.mozIJSSubScriptLoader= new mozIJSSubScriptLoader(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPAttachments= new nsISOAPAttachments(); | |
nsXPCComponents_Interfaces.prototype.nsIPKCS11Slot= new nsIPKCS11Slot(); | |
nsXPCComponents_Interfaces.prototype.nsIDirectoryEnumerator= new nsIDirectoryEnumerator(); | |
nsXPCComponents_Interfaces.prototype.nsIMutableArray= new nsIMutableArray(); | |
nsXPCComponents_Interfaces.prototype.nsIWebServiceCallContext= new nsIWebServiceCallContext(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSUIEvent= new nsIDOMNSUIEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGMarkerElement= new nsIDOMSVGMarkerElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULLabelElement= new nsIDOMXULLabelElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMUIEvent= new nsIDOMUIEvent(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFResource= new nsIRDFResource(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGLength= new nsIDOMSVGLength(); | |
nsXPCComponents_Interfaces.prototype.nsISidebar= new nsISidebar(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPreserveAspectRatio= new nsIDOMSVGPreserveAspectRatio(); | |
nsXPCComponents_Interfaces.prototype.nsIEditorDocShell= new nsIEditorDocShell(); | |
nsXPCComponents_Interfaces.prototype.nsIProgressDialog= new nsIProgressDialog(); | |
nsXPCComponents_Interfaces.prototype.nsIURIChecker= new nsIURIChecker(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessibleTreeCache= new nsIAccessibleTreeCache(); | |
nsXPCComponents_Interfaces.prototype.nsIConsoleListener= new nsIConsoleListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLImageElement= new nsIDOMNSHTMLImageElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDocumentStyle= new nsIDOMDocumentStyle(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedProgressListener= new nsIFeedProgressListener(); | |
nsXPCComponents_Interfaces.prototype.nsIXPCException= new nsIXPCException(); | |
nsXPCComponents_Interfaces.prototype.nsIWebPageDescriptor= new nsIWebPageDescriptor(); | |
nsXPCComponents_Interfaces.prototype.nsIKeyObject= new nsIKeyObject(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLQuoteElement= new nsIDOMHTMLQuoteElement(); | |
nsXPCComponents_Interfaces.prototype.nsIBidiKeyboard= new nsIBidiKeyboard(); | |
nsXPCComponents_Interfaces.prototype.nsIXPCComponents_Utils= new nsIXPCComponents_Utils(); | |
nsXPCComponents_Interfaces.prototype.nsPISocketTransportService= new nsPISocketTransportService(); | |
nsXPCComponents_Interfaces.prototype.nsIPipe= new nsIPipe(); | |
nsXPCComponents_Interfaces.prototype.nsIURLFormatter= new nsIURLFormatter(); | |
nsXPCComponents_Interfaces.prototype.nsISearchableInputStream= new nsISearchableInputStream(); | |
nsXPCComponents_Interfaces.prototype.imgIContainer= new imgIContainer(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPolylineElement= new nsIDOMSVGPolylineElement(); | |
nsXPCComponents_Interfaces.prototype.nsIPluginElement= new nsIPluginElement(); | |
nsXPCComponents_Interfaces.prototype.nsIStringBundleOverride= new nsIStringBundleOverride(); | |
nsXPCComponents_Interfaces.prototype.mozIStorageStatementParams= new mozIStorageStatementParams(); | |
nsXPCComponents_Interfaces.prototype.nsIJVMPluginInstance= new nsIJVMPluginInstance(); | |
nsXPCComponents_Interfaces.prototype.nsICipherInfoService= new nsICipherInfoService(); | |
nsXPCComponents_Interfaces.prototype.nsISocketTransport= new nsISocketTransport(); | |
nsXPCComponents_Interfaces.prototype.nsIOutputIterator= new nsIOutputIterator(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGTextContentElement= new nsIDOMSVGTextContentElement(); | |
nsXPCComponents_Interfaces.prototype.nsIHttpHeaderVisitor= new nsIHttpHeaderVisitor(); | |
nsXPCComponents_Interfaces.prototype.nsITimerManager= new nsITimerManager(); | |
nsXPCComponents_Interfaces.prototype.nsIWSDLMessage= new nsIWSDLMessage(); | |
nsXPCComponents_Interfaces.prototype.nsINetUtil= new nsINetUtil(); | |
nsXPCComponents_Interfaces.prototype.nsIWebContentConverterService= new nsIWebContentConverterService(); | |
nsXPCComponents_Interfaces.prototype.jsdIValue= new jsdIValue(); | |
nsXPCComponents_Interfaces.prototype.jsdIScript= new jsdIScript(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSEditableElement= new nsIDOMNSEditableElement(); | |
nsXPCComponents_Interfaces.prototype.nsIClassInfo= new nsIClassInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFService= new nsIRDFService(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPriority= new nsISupportsPriority(); | |
nsXPCComponents_Interfaces.prototype.nsIKeyObjectFactory= new nsIKeyObjectFactory(); | |
nsXPCComponents_Interfaces.prototype.nsIDirectoryIterator= new nsIDirectoryIterator(); | |
nsXPCComponents_Interfaces.prototype.nsIInputStream= new nsIInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsISecurityCheckedComponent= new nsISecurityCheckedComponent(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFormElement= new nsIDOMHTMLFormElement(); | |
nsXPCComponents_Interfaces.prototype.mozIPersonalDictionary= new mozIPersonalDictionary(); | |
nsXPCComponents_Interfaces.prototype.nsIUnicharStreamLoader= new nsIUnicharStreamLoader(); | |
nsXPCComponents_Interfaces.prototype.nsIDocShell= new nsIDocShell(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMViewCSS= new nsIDOMViewCSS(); | |
nsXPCComponents_Interfaces.prototype.nsISAXXMLFilter= new nsISAXXMLFilter(); | |
nsXPCComponents_Interfaces.prototype.nsIJVMManager= new nsIJVMManager(); | |
nsXPCComponents_Interfaces.prototype.nsITreeColumns= new nsITreeColumns(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLHtmlElement= new nsIDOMHTMLHtmlElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCanvasGradient= new nsIDOMCanvasGradient(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedPoints= new nsIDOMSVGAnimatedPoints(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFXMLSerializer= new nsIRDFXMLSerializer(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLAnchorElement= new nsIDOMNSHTMLAnchorElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSS2Properties= new nsIDOMCSS2Properties(); | |
nsXPCComponents_Interfaces.prototype.nsIProfileStartupListener= new nsIProfileStartupListener(); | |
nsXPCComponents_Interfaces.prototype.nsIFontPackageHandler= new nsIFontPackageHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIWSDLBinding= new nsIWSDLBinding(); | |
nsXPCComponents_Interfaces.prototype.nsIProxyCreateInstance= new nsIProxyCreateInstance(); | |
nsXPCComponents_Interfaces.prototype.nsISecurityEventSink= new nsISecurityEventSink(); | |
nsXPCComponents_Interfaces.prototype.nsICommandHandler= new nsICommandHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLinkStyle= new nsIDOMLinkStyle(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPoint= new nsIDOMSVGPoint(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessibleEvent= new nsIAccessibleEvent(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsCString= new nsISupportsCString(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsID= new nsISupportsID(); | |
nsXPCComponents_Interfaces.prototype.IDispatch= new IDispatch(); | |
nsXPCComponents_Interfaces.prototype.nsIXPInstallManager= new nsIXPInstallManager(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFXMLVisualWrapper= new nsIXTFXMLVisualWrapper(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedResultListener= new nsIFeedResultListener(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMTreeWalker= new nsIDOMTreeWalker(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMUserDataHandler= new nsIDOMUserDataHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIProcess= new nsIProcess(); | |
nsXPCComponents_Interfaces.prototype.nsIWindowCreator= new nsIWindowCreator(); | |
nsXPCComponents_Interfaces.prototype.nsITreeView= new nsITreeView(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDocumentXBL= new nsIDOMDocumentXBL(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFBindableElementWrapper= new nsIXTFBindableElementWrapper(); | |
nsXPCComponents_Interfaces.prototype.nsIObserverService= new nsIObserverService(); | |
nsXPCComponents_Interfaces.prototype.nsISAXContentHandler= new nsISAXContentHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptableConstant= new nsIScriptableConstant(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLFrameSetElement= new nsIDOMHTMLFrameSetElement(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaSimpleType= new nsISchemaSimpleType(); | |
nsXPCComponents_Interfaces.prototype.nsIFactory= new nsIFactory(); | |
nsXPCComponents_Interfaces.prototype.nsIDragDropHandler= new nsIDragDropHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIAptanaError= new nsIAptanaError(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPServiceRegistry= new nsISOAPServiceRegistry(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGStopElement= new nsIDOMSVGStopElement(); | |
nsXPCComponents_Interfaces.prototype.nsIWebBrowserFindInFrames= new nsIWebBrowserFindInFrames(); | |
nsXPCComponents_Interfaces.prototype.nsIConsoleService= new nsIConsoleService(); | |
nsXPCComponents_Interfaces.prototype.inISearchProcess= new inISearchProcess(); | |
nsXPCComponents_Interfaces.prototype.nsICacheService= new nsICacheService(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedTextConstruct= new nsIFeedTextConstruct(); | |
nsXPCComponents_Interfaces.prototype.nsIIncrementalDownload= new nsIIncrementalDownload(); | |
nsXPCComponents_Interfaces.prototype.nsIDocShellHistory= new nsIDocShellHistory(); | |
nsXPCComponents_Interfaces.prototype.nsICacheSession= new nsICacheSession(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLEmbedElement= new nsIDOMHTMLEmbedElement(); | |
nsXPCComponents_Interfaces.prototype.nsIASN1Tree= new nsIASN1Tree(); | |
nsXPCComponents_Interfaces.prototype.nsIUserCertPicker= new nsIUserCertPicker(); | |
nsXPCComponents_Interfaces.prototype.nsIProfileMigrator= new nsIProfileMigrator(); | |
nsXPCComponents_Interfaces.prototype.nsIDocShellTreeOwner= new nsIDocShellTreeOwner(); | |
nsXPCComponents_Interfaces.prototype.mozISpellI18NUtil= new mozISpellI18NUtil(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFGenericElement= new nsIXTFGenericElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMChromeWindow= new nsIDOMChromeWindow(); | |
nsXPCComponents_Interfaces.prototype.nsISSLSocketControl= new nsISSLSocketControl(); | |
nsXPCComponents_Interfaces.prototype.nsIHttpEventSink= new nsIHttpEventSink(); | |
nsXPCComponents_Interfaces.prototype.nsIGlobalHistory3= new nsIGlobalHistory3(); | |
nsXPCComponents_Interfaces.prototype.nsIMicrosummarySet= new nsIMicrosummarySet(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedEntry= new nsIFeedEntry(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedAngle= new nsIDOMSVGAnimatedAngle(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULDocument_MOZILLA_1_8_BRANCH= new nsIDOMXULDocument_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIXPCComponents_Constructor= new nsIXPCComponents_Constructor(); | |
nsXPCComponents_Interfaces.prototype.nsIUTF8ConverterService= new nsIUTF8ConverterService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMLSSerializer= new nsIDOMLSSerializer(); | |
nsXPCComponents_Interfaces.prototype.nsIBufferedInputStream= new nsIBufferedInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIHTMLInlineTableEditor= new nsIHTMLInlineTableEditor(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMMimeType= new nsIDOMMimeType(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLParamElement= new nsIDOMHTMLParamElement(); | |
nsXPCComponents_Interfaces.prototype.nsIFeedResultService= new nsIFeedResultService(); | |
nsXPCComponents_Interfaces.prototype.nsIRequestObserver= new nsIRequestObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIXPCConstructor= new nsIXPCConstructor(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegMovetoAbs= new nsIDOMSVGPathSegMovetoAbs(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptableInputStream= new nsIScriptableInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIAddonUpdateCheckListener= new nsIAddonUpdateCheckListener(); | |
nsXPCComponents_Interfaces.prototype.nsIControllerCommandTable= new nsIControllerCommandTable(); | |
nsXPCComponents_Interfaces.prototype.nsIDNSRecord= new nsIDNSRecord(); | |
nsXPCComponents_Interfaces.prototype.nsIAutoCompleteResult= new nsIAutoCompleteResult(); | |
nsXPCComponents_Interfaces.prototype.nsIAsyncOutputStream= new nsIAsyncOutputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIDirectoryServiceProvider2= new nsIDirectoryServiceProvider2(); | |
nsXPCComponents_Interfaces.prototype.nsIEditorIMESupport= new nsIEditorIMESupport(); | |
nsXPCComponents_Interfaces.prototype.nsISelection2= new nsISelection2(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLHeadingElement= new nsIDOMHTMLHeadingElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMText= new nsIDOMText(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMClientInformation= new nsIDOMClientInformation(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCanvasRenderingContext2D= new nsIDOMCanvasRenderingContext2D(); | |
nsXPCComponents_Interfaces.prototype.nsIStreamListener= new nsIStreamListener(); | |
nsXPCComponents_Interfaces.prototype.nsIOutputStreamCallback= new nsIOutputStreamCallback(); | |
nsXPCComponents_Interfaces.prototype.jsdIScriptEnumerator= new jsdIScriptEnumerator(); | |
nsXPCComponents_Interfaces.prototype.nsIClipboardImage= new nsIClipboardImage(); | |
nsXPCComponents_Interfaces.prototype.nsIBoxObject= new nsIBoxObject(); | |
nsXPCComponents_Interfaces.prototype.nsICloseAllWindows= new nsICloseAllWindows(); | |
nsXPCComponents_Interfaces.prototype.nsIScreenManager= new nsIScreenManager(); | |
nsXPCComponents_Interfaces.prototype.nsIUpdateTimerManager= new nsIUpdateTimerManager(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedPreserveAspectRatio= new nsIDOMSVGAnimatedPreserveAspectRatio(); | |
nsXPCComponents_Interfaces.prototype.nsIHttpChannel= new nsIHttpChannel(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULDescriptionElement= new nsIDOMXULDescriptionElement(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsPRTime= new nsISupportsPRTime(); | |
nsXPCComponents_Interfaces.prototype.nsIBookmarkTransactionManager= new nsIBookmarkTransactionManager(); | |
nsXPCComponents_Interfaces.prototype.nsIClientAuthDialogs= new nsIClientAuthDialogs(); | |
nsXPCComponents_Interfaces.prototype.nsISelection= new nsISelection(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFInt= new nsIRDFInt(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGLengthList= new nsIDOMSVGLengthList(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMCSSStyleRule= new nsIDOMCSSStyleRule(); | |
nsXPCComponents_Interfaces.prototype.nsIServiceManager= new nsIServiceManager(); | |
nsXPCComponents_Interfaces.prototype.nsIShellService_MOZILLA_1_8_BRANCH= new nsIShellService_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsILoadGroup= new nsILoadGroup(); | |
nsXPCComponents_Interfaces.prototype.nsIExtensionManager= new nsIExtensionManager(); | |
nsXPCComponents_Interfaces.prototype.nsICharsetResolver= new nsICharsetResolver(); | |
nsXPCComponents_Interfaces.prototype.nsICookieManager2= new nsICookieManager2(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptableDataType= new nsIScriptableDataType(); | |
nsXPCComponents_Interfaces.prototype.nsIMIMEInfo= new nsIMIMEInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAnimatedPathData= new nsIDOMSVGAnimatedPathData(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGTransform= new nsIDOMSVGTransform(); | |
nsXPCComponents_Interfaces.prototype.nsIWebNavigation= new nsIWebNavigation(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDocument= new nsIDOMDocument(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMProcessingInstruction= new nsIDOMProcessingInstruction(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTextAreaElement= new nsIDOMHTMLTextAreaElement(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFLiteral= new nsIRDFLiteral(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGAngle= new nsIDOMSVGAngle(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXPathEvaluator= new nsIDOMXPathEvaluator(); | |
nsXPCComponents_Interfaces.prototype.nsITableEditor= new nsITableEditor(); | |
nsXPCComponents_Interfaces.prototype.nsIPrintOptions= new nsIPrintOptions(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegLinetoAbs= new nsIDOMSVGPathSegLinetoAbs(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaAttribute= new nsISchemaAttribute(); | |
nsXPCComponents_Interfaces.prototype.nsIBrowserBoxObject= new nsIBrowserBoxObject(); | |
nsXPCComponents_Interfaces.prototype.nsIPrintingPromptService= new nsIPrintingPromptService(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPOperationBinding= new nsISOAPOperationBinding(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMElementCSSInlineStyle= new nsIDOMElementCSSInlineStyle(); | |
nsXPCComponents_Interfaces.prototype.nsIWritableVariant= new nsIWritableVariant(); | |
nsXPCComponents_Interfaces.prototype.nsICommandLine= new nsICommandLine(); | |
nsXPCComponents_Interfaces.prototype.nsIBookmarksService_MOZILLA_1_8_BRANCH= new nsIBookmarksService_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIRDFXMLParser= new nsIRDFXMLParser(); | |
nsXPCComponents_Interfaces.prototype.nsISchemaCollection= new nsISchemaCollection(); | |
nsXPCComponents_Interfaces.prototype.nsIURIRefObject= new nsIURIRefObject(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLFormElement= new nsIDOMNSHTMLFormElement(); | |
nsXPCComponents_Interfaces.prototype.nsIXTFXULVisualWrapper= new nsIXTFXULVisualWrapper(); | |
nsXPCComponents_Interfaces.prototype.nsICollection= new nsICollection(); | |
nsXPCComponents_Interfaces.prototype.nsISAXAttributes= new nsISAXAttributes(); | |
nsXPCComponents_Interfaces.prototype.nsIJSXMLHttpRequest= new nsIJSXMLHttpRequest(); | |
nsXPCComponents_Interfaces.prototype.nsIProgressEventSink= new nsIProgressEventSink(); | |
nsXPCComponents_Interfaces.prototype.nsIDataChannel= new nsIDataChannel(); | |
nsXPCComponents_Interfaces.prototype.nsIAuthPromptProvider= new nsIAuthPromptProvider(); | |
nsXPCComponents_Interfaces.prototype.nsIContentViewerFile= new nsIContentViewerFile(); | |
nsXPCComponents_Interfaces.prototype.nsITreeContentView= new nsITreeContentView(); | |
nsXPCComponents_Interfaces.prototype.nsIConverterInputStream= new nsIConverterInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsIScreen= new nsIScreen(); | |
nsXPCComponents_Interfaces.prototype.nsIDocCharset= new nsIDocCharset(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPPropertyBagMutator= new nsISOAPPropertyBagMutator(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULTextBoxElement= new nsIDOMXULTextBoxElement(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMRGBColor= new nsIDOMRGBColor(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMHTMLTableCaptionElement= new nsIDOMHTMLTableCaptionElement(); | |
nsXPCComponents_Interfaces.prototype.nsIIFrameBoxObject= new nsIIFrameBoxObject(); | |
nsXPCComponents_Interfaces.prototype.nsIPopupWindowManager= new nsIPopupWindowManager(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsInterfacePointer= new nsISupportsInterfacePointer(); | |
nsXPCComponents_Interfaces.prototype.nsIUpdateCheckListener= new nsIUpdateCheckListener(); | |
nsXPCComponents_Interfaces.prototype.nsIByteArrayInputStream= new nsIByteArrayInputStream(); | |
nsXPCComponents_Interfaces.prototype.nsISOAPEncoding= new nsISOAPEncoding(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGViewSpec= new nsIDOMSVGViewSpec(); | |
nsXPCComponents_Interfaces.prototype.nsIWebContentHandlerInfo= new nsIWebContentHandlerInfo(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLFormControlList= new nsIDOMNSHTMLFormControlList(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMXULTreeElement= new nsIDOMXULTreeElement(); | |
nsXPCComponents_Interfaces.prototype.nsIFrameLoaderOwner= new nsIFrameLoaderOwner(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHistory= new nsIDOMNSHistory(); | |
nsXPCComponents_Interfaces.prototype.nsISessionRoaming= new nsISessionRoaming(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSXPathExpression= new nsIDOMNSXPathExpression(); | |
nsXPCComponents_Interfaces.prototype.nsIDragSession= new nsIDragSession(); | |
nsXPCComponents_Interfaces.prototype.nsITransactionList= new nsITransactionList(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGPathSegCurvetoCubicRel= new nsIDOMSVGPathSegCurvetoCubicRel(); | |
nsXPCComponents_Interfaces.prototype.nsIClipboardDragDropHookList= new nsIClipboardDragDropHookList(); | |
nsXPCComponents_Interfaces.prototype.nsIScrollable= new nsIScrollable(); | |
nsXPCComponents_Interfaces.prototype.gfxIFormats= new gfxIFormats(); | |
nsXPCComponents_Interfaces.prototype.nsIWinAppHelper= new nsIWinAppHelper(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNodeFilter= new nsIDOMNodeFilter(); | |
nsXPCComponents_Interfaces.prototype.nsISocketTransportService= new nsISocketTransportService(); | |
nsXPCComponents_Interfaces.prototype.nsISelectionDisplay= new nsISelectionDisplay(); | |
nsXPCComponents_Interfaces.prototype.nsIJSCID= new nsIJSCID(); | |
nsXPCComponents_Interfaces.prototype.nsIObserver= new nsIObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIJSID= new nsIJSID(); | |
nsXPCComponents_Interfaces.prototype.nsISupportsChar= new nsISupportsChar(); | |
nsXPCComponents_Interfaces.prototype.nsIPrintProgressParams= new nsIPrintProgressParams(); | |
nsXPCComponents_Interfaces.prototype.nsIDocShell_MOZILLA_1_8_BRANCH= new nsIDocShell_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIProtocolHandler= new nsIProtocolHandler(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMDOMImplementation= new nsIDOMDOMImplementation(); | |
nsXPCComponents_Interfaces.prototype.nsPIXPIProxy= new nsPIXPIProxy(); | |
nsXPCComponents_Interfaces.prototype.nsITreeBoxObject= new nsITreeBoxObject(); | |
nsXPCComponents_Interfaces.prototype.nsIPersistentProperties= new nsIPersistentProperties(); | |
nsXPCComponents_Interfaces.prototype.nsIXPCComponents_utils_Sandbox= new nsIXPCComponents_utils_Sandbox(); | |
nsXPCComponents_Interfaces.prototype.nsIAccessibleRetrieval= new nsIAccessibleRetrieval(); | |
nsXPCComponents_Interfaces.prototype.nsIExtensionManager_MOZILLA_1_8_BRANCH= new nsIExtensionManager_MOZILLA_1_8_BRANCH(); | |
nsXPCComponents_Interfaces.prototype.nsIScriptableUnescapeHTML= new nsIScriptableUnescapeHTML(); | |
nsXPCComponents_Interfaces.prototype.nsIStreamConverter= new nsIStreamConverter(); | |
nsXPCComponents_Interfaces.prototype.nsIIOService= new nsIIOService(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMNSHTMLOptionElement= new nsIDOMNSHTMLOptionElement(); | |
nsXPCComponents_Interfaces.prototype.imgIDecoderObserver= new imgIDecoderObserver(); | |
nsXPCComponents_Interfaces.prototype.nsIPrinterEnumerator= new nsIPrinterEnumerator(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMEventTarget= new nsIDOMEventTarget(); | |
nsXPCComponents_Interfaces.prototype.nsIRegistryValue= new nsIRegistryValue(); | |
nsXPCComponents_Interfaces.prototype.nsIDOMSVGScriptElement= new nsIDOMSVGScriptElement(); |