2 * Copyright 2005-2007 Jacek Caban for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 * This file is not a typical idl file. Interfaces in this file are XPCOM
22 * interfaces (NOT MSCOM!), but we generate the header file with WIDL
23 * compatible with XPCOM, usable in C code.
26 cpp_quote("#define GECKO_VERSION \"1.0.0\"")
27 cpp_quote("#define GECKO_VERSION_STRING \"Wine Gecko \" GECKO_VERSION")
31 cpp_quote("#ifdef WINE_NO_UNICODE_MACROS")
32 cpp_quote("#undef GetForm")
33 cpp_quote("#undef SetPort")
36 typedef HRESULT nsresult;
37 typedef ULONG nsrefcnt;
42 typedef REFIID nsIIDRef;
43 typedef nsIIDRef nsCIDRef;
45 typedef void** nsQIResult;
46 typedef WCHAR PRUnichar;
47 typedef ULONG PRUint32;
49 typedef WORD PRUint16;
50 typedef INT16 PRInt16;
53 typedef LARGE_INTEGER PRInt64;
54 typedef ULARGE_INTEGER PRUint64;
55 typedef PRUint64 DOMTimeStamp;
56 typedef PRUint32 nsLoadFlags;
72 typedef nsCStringContainer nsACString;
73 typedef nsStringContainer nsAString;
75 interface nsIWebBrowserChrome;
76 interface nsILoadGroup;
78 interface nsIDOMDocument;
79 interface nsIDOMEvent;
81 interface nsISelectionController;
82 interface nsITransactionManager;
83 interface nsITransaction;
84 interface nsIInlineSpellChecker;
85 interface nsIOutputStream;
86 interface nsIEditorObserver;
87 interface nsIEditActionListener;
88 interface nsIDocumentStateListener;
89 interface nsIDOMCSSStyleSheet;
90 interface nsIDOMDocumentView;
91 interface nsIDocumentObserver;
97 uuid(00000000-0000-0000-c000-000000000046),
100 interface nsISupports
102 nsresult QueryInterface(nsIIDRef riid, nsQIResult result);
107 /* Currently we don't need a full declaration of these interfaces */
108 typedef nsISupports nsISHistory;
109 typedef nsISupports nsIWidget;
110 typedef nsISupports nsIHttpHeaderVisitor;
111 typedef nsISupports nsIDOMBarProp;
112 typedef nsISupports nsIDOMWindowCollection;
113 typedef nsISupports nsIPrompt;
114 typedef nsISupports nsIAuthPrompt;
115 typedef nsISupports nsIDOMNamedNodeMap;
116 typedef nsISupports nsIDOMAttr;
117 typedef nsISupports nsIDOMDocumentType;
118 typedef nsISupports nsIDOMDOMImplementation;
119 typedef nsISupports nsIDOMCDATASection;
120 typedef nsISupports nsIDOMProcessingInstruction;
121 typedef nsISupports nsIDOMEntityReference;
122 typedef nsISupports nsIDOMHTMLFormElement;
123 typedef nsISupports nsIDOMHTMLOptionsCollection;
124 typedef nsISupports nsIWebProgressListener;
125 typedef nsISupports nsIDOMCSSValue;
126 typedef nsISupports nsIPrintSession;
127 typedef nsISupports nsIControllerCommandTable;
128 typedef nsISupports nsIPrincipal;
129 typedef nsISupports nsIAtom;
130 typedef nsISupports nsISupportsArray;
131 typedef nsISupports nsIContentFilter;
132 typedef nsISupports nsIDOMMediaList;
133 typedef nsISupports nsIDOMHTMLTableCaptionElement;
134 typedef nsISupports nsIDOMHTMLTableSectionElement;
135 typedef nsISupports nsIDOMClientRectList;
136 typedef nsISupports nsIDOMClientRect;
137 typedef nsISupports nsIDOMLocation;
138 typedef nsISupports nsIBoxObject;
139 typedef nsISupports nsIDocument;
140 typedef nsISupports nsIContent;
141 typedef nsISupports nsINode;
142 typedef nsISupports nsIStyleSheet;
143 typedef nsISupports nsIStyleRule;
147 uuid(8bb35ed9-e332-462d-9155-4a002ab5c958),
151 interface nsIServiceManager : nsISupports
153 nsresult GetService(nsCIDRef aClass, nsIIDRef aIID, void **result);
154 nsresult GetServiceByContractID(const char *aContractID, nsIIDRef aIID, void **result);
155 nsresult IsServiceInstantiated(nsCIDRef aClass, nsIIDRef aIID, BOOL *_retval);
156 nsresult IsServiceInstantiatedByContractID(const char *aContractID, nsIIDRef aIID, BOOL *_retval);
161 uuid(00000001-0000-0000-c000-000000000046),
165 interface nsIFactory : nsISupports
167 nsresult CreateInstance(nsISupports *aOuter, const nsIID *iid, void **result);
168 nsresult LockFactory(PRBool lock);
173 uuid(db242e01-e4d9-11d2-9dde-000064657374),
177 interface nsIObserver : nsISupports
179 nsresult Observe(nsISupports *aSubject, const char *aTopic, const PRUnichar *aData);
184 uuid(a88e5a60-205a-4bb1-94e1-2628daf51eae),
188 interface nsIComponentManager : nsISupports
190 nsresult GetClassObject(nsCIDRef aClass, nsIIDRef aIID, nsQIResult result);
191 nsresult GetClassObjectByContractID(const char *aContractID, nsIIDRef aIID, nsQIResult result);
192 nsresult CreateInstance(nsCIDRef aClass, nsISupports *aDelegate, nsIIDRef aIID,
194 nsresult CreateInstanceByContractID(const char *aContractID, nsISupports *aDelegate,
195 nsIIDRef aIID, nsQIResult result);
200 uuid(59e7e77a-38e4-11d4-8cf5-0060b0fc14a3),
204 interface nsIMemory : nsISupports
206 void *Alloc(/*size_t*/ int size);
207 void *Realloc(void *_ptr, /*size_t*/ int newSize);
208 void Free(void *_ptr);
209 nsresult HeapMinimize(PRBool immediate);
210 nsresult IsLowMemory(PRBool *_retval);
215 uuid(9188bc85-f92e-11d2-81ef-0060083a0bcf),
219 interface nsIWeakReference : nsISupports
221 nsresult QueryReferent(const nsIID *riid, void **result);
226 uuid(9188bc86-f92e-11d2-81ef-0060083a0bcf),
230 interface nsISupportsWeakReference : nsISupports
232 nsresult GetWeakReference(nsIWeakReference **_retval);
237 uuid(033a1470-8b2a-11d3-af88-00a024ffc08c),
241 interface nsIInterfaceRequestor : nsISupports
243 nsresult GetInterface(const nsIID *riid, void **result);
248 uuid(4a2abaf0-6886-11d3-9382-00104ba0fd40),
252 interface nsIRunnable : nsISupports
259 uuid(d1899240-f9d2-11d2-bdd6-000064657374),
263 interface nsISimpleEnumerator : nsISupports
265 nsresult HasMoreElements(PRBool *_retval);
266 nsresult GetNext(nsISupports **_retval);
271 uuid(fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a),
275 interface nsIInputStream : nsISupports
278 nsresult Available(PRUint32 *_retval);
279 nsresult Read(char *aBuf, PRUint32 aCount, PRUint32 *_retval);
280 nsresult ReadSegments(nsresult (*aWriter)(nsIInputStream *aInStream,
281 void *aClosure, const char *aFromSegment, PRUint32 aToOffset,
282 PRUint32 aCount, PRUint32 *aWriteCount),
283 void *aClosure, PRUint32 aCount, PRUint32 *_retval);
284 nsresult IsNonBlocking(PRBool *_retval);
289 uuid(07a22cc0-0ce5-11d3-9331-00104ba0fd40),
293 interface nsIURI : nsISupports
295 nsresult GetSpec(nsACString *aSpec);
296 nsresult SetSpec(const nsACString *aSpec);
297 nsresult GetPrePath(nsACString *aPrePath);
298 nsresult GetScheme(nsACString *aScheme);
299 nsresult SetScheme(const nsACString *aScheme);
300 nsresult GetUserPass(nsACString *aUserPass);
301 nsresult SetUserPass(const nsACString *aUserPass);
302 nsresult GetUsername(nsACString *aUsername);
303 nsresult SetUsername(const nsACString *aUsername);
304 nsresult GetPassword(nsACString *aPassword);
305 nsresult SetPassword(const nsACString *aPassword);
306 nsresult GetHostPort(nsACString *aHostPort);
307 nsresult SetHostPort(const nsACString *aHostPort);
308 nsresult GetHost(nsACString *aHost);
309 nsresult SetHost(const nsACString *aHost);
310 nsresult GetPort(PRInt32 *aPort);
311 nsresult SetPort(PRInt32 aPort);
312 nsresult GetPath(nsACString *aPath);
313 nsresult SetPath(const nsACString *aPath);
314 nsresult Equals(nsIURI *other, PRBool *_retval);
315 nsresult SchemeIs(const char *scheme, PRBool *_retval);
316 nsresult Clone(nsIURI **_retval);
317 nsresult Resolve(const nsACString *relativePath, nsACString *_retval);
318 nsresult GetAsciiSpec(nsACString *aAsciiSpec);
319 nsresult GetAsciiHost(nsACString *aAsciiHost);
320 nsresult GetOriginCharset(nsACString *aOriginCharset);
325 uuid(d6116970-8034-11d3-9399-00104ba0fd40),
329 interface nsIURL : nsIURI
331 nsresult GetFilePath(nsACString *aFilePath);
332 nsresult SetFilePath(const nsACString *aFilePath);
333 nsresult GetParam(nsACString *aParam);
334 nsresult SetParam(const nsACString *aParam);
335 nsresult GetQuery(nsACString *aQuery);
336 nsresult SetQuery(const nsACString *aQuery);
337 nsresult GetRef(nsACString *aRef);
338 nsresult SetRef(const nsACString *aRef);
339 nsresult GetDirectory(nsACString *aDirectory);
340 nsresult SetDirectory(const nsACString *aDirectory);
341 nsresult GetFileName(nsACString *aFileName);
342 nsresult SetFileName(const nsACString *aFileName);
343 nsresult GetFileBaseName(nsACString *aFileBaseName);
344 nsresult SetFileBaseName(const nsACString *aFileBaseName);
345 nsresult GetFileExtension(nsACString *aFileExtension);
346 nsresult SetFileExtension(const nsACString *aFileExtension);
347 nsresult GetCommonBaseSpec(nsIURI *aURIToCompare, nsACString *_retval);
348 nsresult GetRelativeSpec(nsIURI *aURIToCompare, nsACString *_retval);
353 uuid(ef6bfbd2-fd46-48d8-96b7-9f8f0fd387fe),
357 interface nsIRequest : nsISupports
359 nsresult GetName(nsACString *aName);
360 nsresult IsPending(PRBool *_retval);
361 nsresult GetStatus(nsresult *aStatus);
362 nsresult Cancel(nsresult aStatus);
365 nsresult GetLoadGroup(nsILoadGroup **aLoadGroup);
366 nsresult SetLoadGroup(nsILoadGroup *aLoadGroup);
367 nsresult GetLoadFlags(nsLoadFlags *aLoadFlags);
368 nsresult SetLoadFlags(nsLoadFlags aLoadFlags);
373 uuid(fd91e2e0-1481-11d3-9333-00104ba0fd40),
377 interface nsIRequestObserver : nsISupports
379 nsresult OnStartRequest(nsIRequest *aRequest, nsISupports *aContext);
380 nsresult OnStopRequest(nsIRequest *aRequest, nsISupports *aContext, nsresult aStatusCode);
385 uuid(1a637020-1482-11d3-9333-00104ba0fd40),
389 interface nsIStreamListener : nsIRequestObserver
391 nsresult OnDataAvailable(nsIRequest *aRequest, nsISupports *aContext,
392 nsIInputStream *aInputStream, PRUint32 aOffset, PRUint32 aCount);
397 uuid(3de0a31c-feaf-400f-9f1e-4ef71f8b20cc),
401 interface nsILoadGroup : nsIRequest
403 nsresult GetGroupObserver(nsIRequestObserver **aGroupObserver);
404 nsresult SetGroupObserver(nsIRequestObserver *aGroupObserver);
405 nsresult GetDefaultLoadRequest(nsIRequest **aDefaultLoadRequest);
406 nsresult SetDefaultLoadRequest(nsIRequest *aDefaultLoadRequest);
407 nsresult AddRequest(nsIRequest *aRequest, nsISupports *aContext);
408 nsresult RemoveRequest(nsIRequest *aRequest, nsISupports *aContext, nsresult aStatus);
409 nsresult GetRequests(nsISimpleEnumerator **aRequests);
410 nsresult GetActiveCount(PRUint32 *aActiveCount);
411 nsresult GetNotificationCallbacks(nsIInterfaceRequestor **aNotificationCallbacks);
412 nsresult SetNotificationCallbacks(nsIInterfaceRequestor *aNotificationCallbacks);
417 uuid(c63a055a-a676-4e71-bf3c-6cfa11082018),
421 interface nsIChannel : nsIRequest
423 nsresult GetOriginalURI(nsIURI **aOriginalURI);
424 nsresult SetOriginalURI(nsIURI *aOriginalURI);
425 nsresult GetURI(nsIURI **aURI);
426 nsresult GetOwner(nsISupports **aOwner);
427 nsresult SetOwner(nsISupports *aOwner);
428 nsresult GetNotificationCallbacks(nsIInterfaceRequestor **aNotificationCallbacks);
429 nsresult SetNotificationCallbacks(nsIInterfaceRequestor *aNotificationCallbacks);
430 nsresult GetSecurityInfo(nsISupports **aSecurityInfo);
431 nsresult GetContentType(nsACString *aContentType);
432 nsresult SetContentType(const nsACString *aContentType);
433 nsresult GetContentCharset(nsACString *aContentCharset);
434 nsresult SetContentCharset(const nsACString *aContentCharset);
435 nsresult GetContentLength(PRInt32 *aContentLength);
436 nsresult SetContentLength(PRInt32 aContentLength);
437 nsresult Open(nsIInputStream **_retval);
438 nsresult AsyncOpen(nsIStreamListener *aListener, nsISupports *aContext);
443 uuid(9277fe09-f0cc-4cd9-bbce-581dd94b0260),
447 interface nsIHttpChannel : nsIChannel
449 nsresult GetRequestMethod(nsACString *aRequestMethod);
450 nsresult SetRequestMethod(const nsACString *aRequestMethod);
451 nsresult GetReferrer(nsIURI **aReferrer);
452 nsresult SetReferrer(nsIURI *aReferrer);
453 nsresult GetRequestHeader(const nsACString *aHeader, nsACString *_retval);
454 nsresult SetRequestHeader(const nsACString *aHeader, const nsACString *aValue, PRBool aMerge);
455 nsresult VisitRequestHeaders(nsIHttpHeaderVisitor *aVisitor);
456 nsresult GetAllowPipelining(PRBool *aAllowPipelining);
457 nsresult SetAllowPipelining(PRBool aAllowPipelining);
458 nsresult GetRedirectionLimit(PRUint32 *aRedirectionLimit);
459 nsresult SetRedirectionLimit(PRUint32 aRedirectionLimit);
460 nsresult GetResponseStatus(PRUint32 *aResponseStatus);
461 nsresult GetResponseStatusText(nsACString *aResponseStatusText);
462 nsresult GetRequestSucceeded(PRBool *aRequestSucceeded);
463 nsresult GetResponseHeader(const nsACString *header, nsACString *_retval);
464 nsresult SetResponseHeader(const nsACString *header, const nsACString *value, PRBool merge);
465 nsresult VisitResponseHeaders(nsIHttpHeaderVisitor *aVisitor);
466 nsresult IsNoStoreResponse(PRBool *_retval);
467 nsresult IsNoCacheResponse(PRBool *_retval);
472 uuid(0eb66361-faaa-4e52-8c7e-6c25f11f8e3c),
476 interface nsIHttpChannelInternal : nsISupports
478 nsresult GetDocumentURI(nsIURI **aDocumentURI);
479 nsresult SetDocumentURI(nsIURI *aDocumentURI);
480 nsresult GetRequestVersion(PRUint32 *major, PRUint32 *minor);
481 nsresult GetResponseVersion(PRUint32 *major, PRUint32 *minor);
482 nsresult SetCookie(const char *aCookieHeader);
483 nsresult SetupFallbackChannel(const char *aFallbackKey);
484 nsresult GetForceAllowThirdPartyCookie(PRBool *aForceAllowThirdPartyCookie);
485 nsresult SetForceAllowThirdPartyCookie(PRBool aForceAllowThirdPartyCookie);
490 uuid(ddf633d8-e9a4-439d-ad88-de636fd9bb75),
494 interface nsIUploadChannel : nsISupports
496 nsresult SetUploadStream(nsIInputStream *aStream, const nsACString *aContentType,
497 PRInt32 aContentLength);
498 nsresult GetUploadStream(nsIInputStream **aUploadStream);
503 uuid(a6cf90c1-15b3-11d2-932e-00805f8add32),
507 interface nsIDOMCSSRule : nsISupports
509 nsresult GetType(PRUint16 *aType);
510 nsresult GetCssText(nsAString *aCssText);
511 nsresult SetCssText(const nsAString *aCssText);
512 nsresult GetParentStyleSheet(nsIDOMCSSStyleSheet **aParentStyleSheet);
513 nsresult GetParentRule(nsIDOMCSSRule **aParentRule);
518 uuid(a6cf90be-15b3-11d2-932e-00805f8add32),
522 interface nsIDOMCSSStyleDeclaration : nsISupports
524 nsresult GetCssText(nsAString *aCssText);
525 nsresult SetCssText(const nsAString *aCssText);
526 nsresult GetPropertyValue(const nsAString *propertyName, nsAString *_retval);
527 nsresult GetPropertyCSSValue(const nsAString *propertyName, nsIDOMCSSValue **_retval);
528 nsresult RemoveProperty(const nsAString *propertyName, nsAString *_retval);
529 nsresult GetPropertyPriority(const nsAString *propertyName, nsAString *_retval);
530 nsresult SetProperty(const nsAString *propertyName, const nsAString *value,
531 const nsAString *priority);
532 nsresult GetLength(PRUint32 *aLength);
533 nsresult Item(PRUint32 index, nsAString *_retval);
534 nsresult GetParentRule(nsIDOMCSSRule **aParentRule);
539 uuid(a6cf90c0-15b3-11d2-932e-00805f8add32),
543 interface nsIDOMCSSRuleList : nsISupports
545 nsresult GetLength(PRUint32 *aLength);
546 nsresult Item(PRUint32 index, nsIDOMCSSRule **_retval);
551 uuid(a6cf9080-15b3-11d2-932e-00805f8add32),
555 interface nsIDOMStyleSheet : nsISupports
557 nsresult GetType(nsAString *aType);
558 nsresult GetDisabled(PRBool *aDisabled);
559 nsresult SetDisabled(PRBool aDisabled);
560 nsresult GetOwnerNode(nsIDOMNode **aOwnerNode);
561 nsresult GetParentStyleSheet(nsIDOMStyleSheet **aParentStyleSheet);
562 nsresult GetHref(nsAString *aHref);
563 nsresult GetTitle(nsAString *aTitle);
564 nsresult GetMedia(nsIDOMMediaList **aMedia);
569 uuid(a6cf90c2-15b3-11d2-932e-00805f8add32),
573 interface nsIDOMCSSStyleSheet : nsIDOMStyleSheet
575 nsresult GetOwnerRule(nsIDOMCSSRule **aOwnerRule);
576 nsresult GetCssRules(nsIDOMCSSRuleList **aCssRules);
577 nsresult InsertRule(const nsAString *rule, PRUint32 index, PRUint32 *_retval);
578 nsresult DeleteRule(PRUint32 index);
583 uuid(a6cf9081-15b3-11d2-932e-00805f8add32),
587 interface nsIDOMStyleSheetList : nsISupports
589 nsresult GetLength(PRUint32 *aLength);
590 nsresult Item(PRUint32 index, nsIDOMStyleSheet **_retval);
595 uuid(a6cf907d-15b3-11d2-932e-00805f8add32),
599 interface nsIDOMNodeList : nsISupports
601 nsresult Item(PRUint32 index, nsIDOMNode **_retval);
602 nsresult GetLength(PRUint32 *aLength);
607 uuid(a6cf907c-15b3-11d2-932e-00805f8add32),
611 interface nsIDOMNode : nsISupports
617 CDATA_SELECTION_NODE = 4,
618 ENTITY_REFERENCE_NODE = 5,
620 PROCESSING_INSTRUCTION_NODE = 7,
623 DOCUMENT_TYPE_NODE = 10,
624 DOCUMENT_FRAGMENT_NODE = 11,
628 nsresult GetNodeName(nsAString *aNodeName);
629 nsresult GetNodeValue(nsAString *aNodeValue);
630 nsresult SetNodeValue(const nsAString *aNodeValue);
631 nsresult GetNodeType(PRUint16 *aNodeType);
632 nsresult GetParentNode(nsIDOMNode **aParentNode);
633 nsresult GetChildNodes(nsIDOMNodeList **aChildNodes);
634 nsresult GetFirstChild(nsIDOMNode **aFirstChild);
635 nsresult GetLastChild(nsIDOMNode **aLastChild);
636 nsresult GetPreviousSibling(nsIDOMNode **aPreviousSibling);
637 nsresult GetNextSibling(nsIDOMNode **aNextSibling);
638 nsresult GetAttributes(nsIDOMNamedNodeMap **aAttributes);
639 nsresult GetOwnerDocument(nsIDOMDocument **aOwnerDocument);
640 nsresult InsertBefore(nsIDOMNode *newChild, nsIDOMNode *refChild, nsIDOMNode **_retval);
641 nsresult ReplaceChild(nsIDOMNode *newChild, nsIDOMNode *oldChild, nsIDOMNode **_retval);
642 nsresult RemoveChild(nsIDOMNode *oldChild, nsIDOMNode **_retval);
643 nsresult AppendChild(nsIDOMNode *newChild, nsIDOMNode **_retval);
644 nsresult HasChildNodes(PRBool *_retval);
645 nsresult CloneNode(PRBool deep, nsIDOMNode **_retval);
646 nsresult Normalize();
647 nsresult IsSupported(const nsAString *feature, const nsAString *version, PRBool *_retval);
648 nsresult GetNamespaceURI(nsAString *aNamespaceURI);
649 nsresult GetPrefix(nsAString *aPrefix);
650 nsresult SetPrefix(const nsAString *aPrefix);
651 nsresult GetLocalName(nsAString *aLocalName);
652 nsresult HasAttributes(PRBool *_retval);
657 uuid(a6cf9078-15b3-11d2-932e-00805f8add32),
661 interface nsIDOMElement : nsIDOMNode
663 nsresult GetTagName(nsAString *aTagName);
664 nsresult GetAttribute(const nsAString *name, nsAString *_retval);
665 nsresult SetAttribute(const nsAString *name, const nsAString *value);
666 nsresult RemoveAttribute(const nsAString *name);
667 nsresult GetAttributeNode(const nsAString *name, nsIDOMAttr **_retval);
668 nsresult SetAttributeNode(nsIDOMAttr *newAttr, nsIDOMAttr **_retval);
669 nsresult RemoveAttributeNode(nsIDOMAttr *oldAttr, nsIDOMAttr **_retval);
670 nsresult GetElementsByTagName(const nsAString *name, nsIDOMNodeList **_retval);
671 nsresult GetAttributeNS(const nsAString *namespaceURI, const nsAString *localName,
673 nsresult SetAttributeNS(const nsAString *namespaceURI, const nsAString *qualifiedName,
674 const nsAString *value);
675 nsresult RemoveAttributeNS(const nsAString *namespaceURI, const nsAString *localName);
676 nsresult GetAttributeNodeNS(const nsAString *namespaceURI, const nsAString *localName,
677 nsIDOMAttr **_retval);
678 nsresult SetAttributeNodeNS(nsIDOMAttr *newAttr, nsIDOMAttr **_retval);
679 nsresult GetElementsByTagNameNS(const nsAString *namespaceURI, const nsAString *localName,
680 nsIDOMNodeList **_retval);
681 nsresult HasAttribute(const nsAString *name, PRBool *_retval);
682 nsresult HasAttributeNS(const nsAString *namespaceURI, const nsAString *localName,
688 uuid(99715845-95fc-4a56-aa53-214b65c26e22),
692 interface nsIDOMElementCSSInlineStyle : nsISupports
694 nsresult GetStyle(nsIDOMCSSStyleDeclaration **aStyle);
699 uuid(f0aef489-18c5-4de6-99d5-58b3758b098c),
703 interface nsIDOMNSElement : nsISupports
705 nsresult GetElementsByClassName(const nsAString *classes, nsIDOMNodeList **_retval);
706 nsresult GetClientRects(nsIDOMClientRectList **_retval);
707 nsresult GetBoundingClientRect(nsIDOMClientRect **_retval);
708 nsresult GetScrollTop(PRInt32 *aScrollTop);
709 nsresult SetScrollTop(PRInt32 aScrollTop);
710 nsresult GetScrollLeft(PRInt32 *aScrollLeft);
711 nsresult SetScrollLeft(PRInt32 aScrollLeft);
712 nsresult GetScrollHeight(PRInt32 *aScrollHeight);
713 nsresult GetScrollWidth(PRInt32 *aScrollWidth);
714 nsresult GetClientTop(PRInt32 *aClientTop);
715 nsresult GetClientLeft(PRInt32 *aClientLeft);
716 nsresult GetClientHeight(PRInt32 *aClientHeight);
717 nsresult GetClientWidth(PRInt32 *aClientWidth);
718 nsresult GetFirstElementChild(nsIDOMElement **aFirstElementChild);
719 nsresult GetLastElementChild(nsIDOMElement **aLastElementChild);
720 nsresult GetPreviousElementSibling(nsIDOMElement **aPreviousElementSibling);
721 nsresult GetNextElementSibling(nsIDOMElement **aNextElementSibling);
722 nsresult GetChildElementCount(PRUint32 *aChildElementCount);
723 nsresult GetChildren(nsIDOMNodeList **aChildren);
726 cpp_quote("#undef GetClassName")
730 uuid(a6cf9085-15b3-11d2-932e-00805f8add32),
734 interface nsIDOMHTMLElement : nsIDOMElement
736 nsresult GetId(nsAString *aId);
737 nsresult SetId(const nsAString *aId);
738 nsresult GetTitle(nsAString *aTitle);
739 nsresult SetTitle(const nsAString *aTitle);
740 nsresult GetLang(nsAString *aLang);
741 nsresult SetLang(const nsAString *aLang);
742 nsresult GetDir(nsAString *aDir);
743 nsresult SetDir(const nsAString *aDir);
744 nsresult GetClassName(nsAString *aClassName);
745 nsresult SetClassName(const nsAString *aClassName);
750 uuid(7f142f9a-fba7-4949-93d6-cf08a974ac51),
754 interface nsIDOMNSHTMLElement : nsISupports
756 nsresult GetOffsetTop(PRInt32 *aOffsetTop);
757 nsresult GetOffsetLeft(PRInt32 *aOffsetLeft);
758 nsresult GetOffsetWidth(PRInt32 *aOffsetWidth);
759 nsresult GetOffsetHeight(PRInt32 *aOffsetHeight);
760 nsresult GetOffsetParent(nsIDOMElement **aOffsetParent);
761 nsresult GetInnerHTML(nsAString *aInnerHTML);
762 nsresult SetInnerHTML(const nsAString *aInnerHTML);
763 nsresult GetTabIndex(PRInt32 *aTabIndex);
764 nsresult SetTabIndex(PRInt32 aTabIndex);
765 nsresult GetContentEditable(nsAString *aContentEditable);
766 nsresult SetContentEditable(const nsAString *aContentEditable);
769 nsresult ScrollIntoView(PRBool top);
770 nsresult GetSpellcheck(PRBool *aSpellcheck);
771 nsresult SetSpellcheck(PRBool aSpellcheck);
776 uuid(a6cf9083-15b3-11d2-932e-00805f8add32),
780 interface nsIDOMHTMLCollection : nsISupports
782 nsresult GetLength(PRUint32 *aLength);
783 nsresult Item(PRUint32 index, nsIDOMNode **_retval);
784 nsresult NamedItem(const nsAString *name, nsIDOMNode **_retval);
789 uuid(a6cf9072-15b3-11d2-932e-00805f8add32),
793 interface nsIDOMCharacterData : nsIDOMNode
795 nsresult GetData(nsAString *aData);
796 nsresult SetData(const nsAString *aData);
797 nsresult GetLength(PRUint32 *aLength);
798 nsresult SubstringData(PRUint32 offset, PRUint32 count, nsAString *_retval);
799 nsresult AppendData(const nsAString *arg);
800 nsresult InsertData(PRUint32 offset, const nsAString *arg);
801 nsresult DeleteData(PRUint32 offset, PRUint32 count);
802 nsresult ReplaceData(PRUint32 offset, PRUint32 count, const nsAString *arg);
807 uuid(a6cf9082-15b3-11d2-932e-00805f8add32),
811 interface nsIDOMText : nsIDOMCharacterData
813 nsresult SplitText(PRUint32 offset, nsIDOMText **_retval);
818 uuid(a6cf9073-15b3-11d2-932e-00805f8add32),
822 interface nsIDOMComment : nsIDOMCharacterData
828 uuid(a6cf9076-15b3-11d2-932e-00805f8add32),
832 interface nsIDOMDocumentFragment : nsIDOMNode
838 uuid(f51ebade-8b1a-11d3-aae7-0010830123b4),
842 interface nsIDOMAbstractView : nsISupports
844 nsresult GetDocument(nsIDOMDocumentView **aDocument);
849 uuid(0b9341f3-95d4-4fa4-adcd-e119e0db2889),
853 interface nsIDOMViewCSS : nsIDOMAbstractView
855 nsresult GetComputedStyle(nsIDOMElement *elt, const nsAString *pseudoElt, nsIDOMCSSStyleDeclaration **_retval);
860 uuid(a6cf9075-15b3-11d2-932e-00805f8add32),
864 interface nsIDOMDocument : nsIDOMNode
866 nsresult GetDoctype(nsIDOMDocumentType **aDoctype);
867 nsresult GetImplementation(nsIDOMDOMImplementation **aImplementation);
868 nsresult GetDocumentElement(nsIDOMElement **aDocumentElement);
869 nsresult CreateElement(const nsAString *tagName, nsIDOMElement **_retval);
870 nsresult CreateDocumentFragment(nsIDOMDocumentFragment **_retval);
871 nsresult CreateTextNode(const nsAString *data, nsIDOMText **_retval);
872 nsresult CreateComment(const nsAString *data, nsIDOMComment **_retval);
873 nsresult CreateCDATASection(const nsAString *data, nsIDOMCDATASection **_retval);
874 nsresult CreateProcessingInstruction(const nsAString *target, const nsAString *data,
875 nsIDOMProcessingInstruction **_retval);
876 nsresult CreateAttribute(const nsAString *name, nsIDOMAttr **_retval);
877 nsresult CreateEntityReference(const nsAString *name, nsIDOMEntityReference **_retval);
878 nsresult GetElementsByTagName(const nsAString *tagname, nsIDOMNodeList **_retval);
879 nsresult ImportNode(nsIDOMNode *importedNode, PRBool deep, nsIDOMNode **_retval);
880 nsresult CreateElementNS(const nsAString *namespaceURI, const nsAString *qualifiedName,
881 nsIDOMElement **_retval);
882 nsresult CreateAttributeNS(const nsAString *namespaceURI, const nsAString *qualifiedName,
883 nsIDOMAttr **_retval);
884 nsresult GetElementsByTagNameNS(const nsAString *namespaceURI, const nsAString *localName,
885 nsIDOMNodeList **_retval);
886 nsresult GetElementById(const nsAString *elementId, nsIDOMElement **_retval);
891 uuid(09a439ad-4079-46d5-a050-4d7015d1a108),
895 interface nsIDOMNSDocument : nsISupports
897 nsresult GetCharacterSet(nsAString *aCharacterSet);
898 nsresult GetDir(nsAString *aDir);
899 nsresult SetDir(const nsAString *aDir);
900 nsresult GetLocation(nsIDOMLocation **aLocation);
901 nsresult GetTitle(nsAString *aTitle);
902 nsresult SetTitle(const nsAString *aTitle);
903 nsresult GetContentType(nsAString *aContentType);
904 nsresult GetReadyState(nsAString *aReadyState);
905 nsresult GetLastModified(nsAString *aLastModified);
906 nsresult GetReferrer(nsAString *aReferrer);
907 nsresult HasFocus(PRBool *_retval);
908 nsresult GetActiveElement(nsIDOMElement **aActiveElement);
909 nsresult GetElementsByClassName(const nsAString *classes, nsIDOMNodeList **_retval);
910 nsresult ElementFromPoint(PRInt32 x, PRInt32 y, nsIDOMElement **_retval);
912 /* Wine extensions */
913 nsresult WineAddObserver(nsIDocumentObserver *aObserver);
914 nsresult WineRemoveObserver(nsIDocumentObserver *aObserver);
915 nsresult WineAddScriptRunner(nsIRunnable *aRunnable);
920 uuid(a6cf9084-15b3-11d2-932e-00805f8add32),
924 interface nsIDOMHTMLDocument : nsIDOMDocument
926 nsresult GetTitle(nsAString *aTitle);
927 nsresult SetTitle(const nsAString *aTitle);
928 nsresult GetReferrer(nsAString *aReferrer);
929 nsresult GetDomain(nsAString *aDomain);
930 nsresult GetURL(nsAString *aURL);
931 nsresult GetBody(nsIDOMHTMLElement **aBody);
932 nsresult SetBody(nsIDOMHTMLElement *aBody);
933 nsresult GetImages(nsIDOMHTMLCollection **aImages);
934 nsresult GetApplets(nsIDOMHTMLCollection **aApplets);
935 nsresult GetLinks(nsIDOMHTMLCollection **aLinks);
936 nsresult GetForms(nsIDOMHTMLCollection **aForms);
937 nsresult GetAnchors(nsIDOMHTMLCollection **aAnchors);
938 nsresult GetCookie(nsAString *aCookie);
939 nsresult SetCookie(const nsAString *aCookie);
942 nsresult Write(const nsAString *text);
943 nsresult Writeln(const nsAString *text);
944 nsresult GetElementsByName(const nsAString *elementName, nsIDOMNodeList **_retval);
949 uuid(79beb289-3644-4b54-9432-9fb993945629),
953 interface nsIDOMNSHTMLDocument : nsISupports
955 nsresult GetWidth(PRInt32 *aWidth);
956 nsresult GetHeight(PRInt32 *aHeight);
957 nsresult GetAlinkColor(nsAString *aAlinkColor);
958 nsresult SetAlinkColor(const nsAString *aAlinkColor);
959 nsresult GetLinkColor(nsAString *aLinkColor);
960 nsresult SetLinkColor(const nsAString *aLinkColor);
961 nsresult GetVlinkColor(nsAString *aVlinkColor);
962 nsresult SetVlinkColor(const nsAString *aVlinkColor);
963 nsresult GetBgColor(nsAString *aBgColor);
964 nsresult SetBgColor(const nsAString *aBgColor);
965 nsresult GetFgColor(nsAString *aFgColor);
966 nsresult SetFgColor(const nsAString *aFgColor);
967 nsresult GetDomain(nsAString *aDomain);
968 nsresult SetDomain(const nsAString *aDomain);
969 nsresult GetEmbeds(nsIDOMHTMLCollection **aEmbeds);
970 nsresult GetSelection(nsAString *_retval);
971 nsresult Open(nsACString *aContentType, PRBool aReplace, nsIDOMDocument **_retval);
975 nsresult CaptureEvents(PRInt32 eventFlags);
976 nsresult ReleaseEvents(PRInt32 eventFlags);
977 nsresult RouteEvent(nsIDOMEvent *evt);
978 nsresult GetCompatMode(nsAString *aCompatMode);
979 nsresult GetPlugins(nsIDOMHTMLCollection **aPlugins);
980 nsresult GetDesignMode(nsAString *aDesignMode);
981 nsresult SetDesignMode(const nsAString *aDesignMode);
982 nsresult ExecCommand(const nsAString *commandID, PRBool doShowUI, const nsAString *value, PRBool *_retval);
983 nsresult ExecCommandShowHelp(const nsAString *commandID, PRBool *_retval);
984 nsresult QueryCommandEnabled(const nsAString *commandID, PRBool *_retval);
985 nsresult QueryCommandIndeterm(const nsAString *commandID, PRBool *_retval);
986 nsresult QueryCommandState(const nsAString *commandID, PRBool *_retval);
987 nsresult QueryCommandSupported(const nsAString *commandID, PRBool *_retval);
988 nsresult QueryCommandText(const nsAString *commandID, nsAString *_retval);
989 nsresult QueryCommandValue(const nsAString *commandID, nsAString *_retval);
994 uuid(3d9f4973-dd2e-48f5-b5f7-2634e09eadd9),
998 interface nsIDOMDocumentStyle : nsISupports
1000 nsresult GetStyleSheets(nsIDOMStyleSheetList **aStyleSheets);
1005 uuid(1acdb2ba-1dd2-11b2-95bc-9542495d2569),
1009 interface nsIDOMDocumentView : nsISupports
1011 nsresult GetDefaultView(nsIDOMAbstractView **aDefaultView);
1016 uuid(a6cf90ce-15b3-11d2-932e-00805f8add32),
1020 interface nsIDOMRange : nsISupports
1029 nsresult GetStartContainer(nsIDOMNode **aStartContainer);
1030 nsresult GetStartOffset(PRInt32 *aStartOffset);
1031 nsresult GetEndContainer(nsIDOMNode **aEndContainer);
1032 nsresult GetEndOffset(PRInt32 *aEndOffset);
1033 nsresult GetCollapsed(PRBool *aCollapsed);
1034 nsresult GetCommonAncestorContainer(nsIDOMNode **aCommonAncestorContainer);
1035 nsresult SetStart(nsIDOMNode *refNode, PRInt32 offset);
1036 nsresult SetEnd(nsIDOMNode *refNode, PRInt32 offset);
1037 nsresult SetStartBefore(nsIDOMNode *refNode);
1038 nsresult SetStartAfter(nsIDOMNode *refNode);
1039 nsresult SetEndBefore(nsIDOMNode *refNode);
1040 nsresult SetEndAfter(nsIDOMNode *refNode);
1041 nsresult Collapse(PRBool toStart);
1042 nsresult SelectNode(nsIDOMNode *refNode);
1043 nsresult SelectNodeContents(nsIDOMNode *refNode);
1044 nsresult CompareBoundaryPoints(PRUint16 how, nsIDOMRange *sourceRange, PRInt16 *_retval);
1045 nsresult DeleteContents();
1046 nsresult ExtractContents(nsIDOMDocumentFragment **_retval);
1047 nsresult CloneContents(nsIDOMDocumentFragment **_retval);
1048 nsresult InsertNode(nsIDOMNode *newNode);
1049 nsresult SurroundContents(nsIDOMNode *newParent);
1050 nsresult CloneRange(nsIDOMRange **_retval);
1051 nsresult ToString(nsAString *_retval);
1057 uuid(59188642-23b4-41d6-bde1-302c3906d1f0),
1061 interface nsIDOMNSRange : nsISupports
1063 nsresult CreateContextualFragment([in] const nsAString *fragment, [out] nsIDOMDocumentFragment **_retval);
1064 nsresult IsPointInRange([in] nsIDOMNode *parent, [in] PRInt32 offset, [out] PRBool *_retval);
1065 nsresult ComparePoint([in] nsIDOMNode *parent, [in] PRInt32 offset, [out] PRInt16 *_retval);
1071 uuid(7b9badc6-c9bc-447a-8670-dbd195aed24b),
1075 interface nsIDOMDocumentRange : nsISupports
1077 nsresult CreateRange(nsIDOMRange **_retval);
1082 uuid(b2c7ed59-8634-4352-9e37-5484c8b6e4e1),
1086 interface nsISelection : nsISupports
1088 nsresult GetAnchorNode(nsIDOMNode **aAnchorNode);
1089 nsresult GetAnchorOffset(PRInt32 *aAnchorOffset);
1090 nsresult GetFocusNode(nsIDOMNode **aFocusNode);
1091 nsresult GetFocusOffset(PRInt32 *aFocusOffset);
1092 nsresult GetIsCollapsed(PRBool *aIsCollapsed);
1093 nsresult GetRangeCount(PRInt32 *aRangeCount);
1094 nsresult GetRangeAt(PRInt32 index, nsIDOMRange **_retval);
1095 nsresult Collapse(nsIDOMNode *parentNode, PRInt32 offset);
1096 nsresult Extend(nsIDOMNode *parentNode, PRInt32 offset);
1097 nsresult CollapseToStart();
1098 nsresult CollapseToEnd();
1099 nsresult ContainsNode(nsIDOMNode *node, PRBool entirelyContained, PRBool *_retval);
1100 nsresult SelectAllChildren(nsIDOMNode *parentNode);
1101 nsresult AddRange(nsIDOMRange *range);
1102 nsresult RemoveRange(nsIDOMRange *range);
1103 nsresult RemoveAllRanges();
1104 nsresult DeleteFromDocument();
1105 nsresult SelectionLanguageChange(PRBool langRTL);
1106 nsresult ToString(PRUnichar **_retval);
1111 uuid(a6cf906b-15b3-11d2-932e-00805f8add32),
1115 interface nsIDOMWindow : nsISupports
1117 nsresult GetDocument(nsIDOMDocument **aDocument);
1118 nsresult GetParent(nsIDOMWindow **aParent);
1119 nsresult GetTop(nsIDOMWindow **aTop);
1120 nsresult GetScrollbars(nsIDOMBarProp **aScrollbars);
1121 nsresult GetFrames(nsIDOMWindowCollection **aFrames);
1122 nsresult GetName(nsAString *aName);
1123 nsresult SetName(const nsAString *aName);
1124 nsresult GetTextZoom(float *aTextZoom);
1125 nsresult SetTextZoom(float aTextZoom);
1126 nsresult GetScrollX(PRInt32 *aScrollX);
1127 nsresult GetScrollY(PRInt32 *aScrollY);
1128 nsresult ScrollTo(PRInt32 xScroll, PRInt32 yScroll);
1129 nsresult ScrollBy(PRInt32 xScrollDif, PRInt32 yScrollDif);
1130 nsresult GetSelection(nsISelection **_retval);
1131 nsresult ScrollByLines(PRInt32 numLines);
1132 nsresult ScrollByPages(PRInt32 numPages);
1133 nsresult SizeToContent();
1138 uuid(a6cf908e-15b3-11d2-932e-00805f8add32),
1142 interface nsIDOMHTMLBodyElement : nsIDOMHTMLElement
1144 nsresult GetALink(nsAString *aALink);
1145 nsresult SetALink(const nsAString *aALink);
1146 nsresult GetBackground(nsAString *aBackground);
1147 nsresult SetBackground(const nsAString *aBackground);
1148 nsresult GetBgColor(nsAString *aBgColor);
1149 nsresult SetBgColor(const nsAString *aBgColor);
1150 nsresult GetLink(nsAString *aLink);
1151 nsresult SetLink(const nsAString *aLink);
1152 nsresult GetText(nsAString *aText);
1153 nsresult SetText(const nsAString *aText);
1154 nsresult GetVLink(nsAString *aVLink);
1155 nsresult SetVLink(const nsAString *aVLink);
1160 uuid(a6cf9093-15b3-11d2-932e-00805f8add32),
1164 interface nsIDOMHTMLInputElement : nsIDOMHTMLElement
1166 nsresult GetDefaultValue(nsAString *aDefaultValue);
1167 nsresult SetDefaultValue(const nsAString *aDefaultValue);
1168 nsresult GetDefaultChecked(PRBool *aDefaultChecked);
1169 nsresult SetDefaultChecked(PRBool aDefaultChecked);
1170 nsresult GetForm(nsIDOMHTMLFormElement **aForm);
1171 nsresult GetAccept(nsAString *aAccept);
1172 nsresult SetAccept(const nsAString *aAccept);
1173 nsresult GetAccessKey(nsAString *aAccessKey);
1174 nsresult SetAccessKey(const nsAString *aAccessKey);
1175 nsresult GetAlign(nsAString *aAlign);
1176 nsresult SetAlign(const nsAString *aAlign);
1177 nsresult GetAlt(nsAString *aAlt);
1178 nsresult SetAlt(const nsAString *aAlt);
1179 nsresult GetChecked(PRBool *aChecked);
1180 nsresult SetChecked(PRBool aChecked);
1181 nsresult GetDisabled(PRBool *aDisabled);
1182 nsresult SetDisabled(PRBool aDisabled);
1183 nsresult GetMaxLength(PRInt32 *aMaxLength);
1184 nsresult SetMaxLength(PRInt32 aMaxLength);
1185 nsresult GetName(nsAString *aName);
1186 nsresult SetName(const nsAString *aName);
1187 nsresult GetReadOnly(PRBool *aReadOnly);
1188 nsresult SetReadOnly(PRBool aReadOnly);
1189 nsresult GetSize(PRUint32 *aSize);
1190 nsresult SetSize(PRUint32 aSize);
1191 nsresult GetSrc(nsAString *aSrc);
1192 nsresult SetSrc(const nsAString *aSrc);
1193 nsresult GetTabIndex(PRInt32 *aTabIndex);
1194 nsresult SetTabIndex(PRInt32 aTabIndex);
1195 nsresult GetType(nsAString *aType);
1196 nsresult SetType(const nsAString *aType);
1197 nsresult GetUseMap(nsAString *aUseMap);
1198 nsresult SetUseMap(const nsAString *aUseMap);
1199 nsresult GetValue(nsAString *aValue);
1200 nsresult SetValue(const nsAString *aValue);
1209 uuid(a6cf9092-15b3-11d2-932e-00805f8add32),
1213 interface nsIDOMHTMLOptionElement : nsIDOMHTMLElement
1215 nsresult GetForm(nsIDOMHTMLFormElement **aForm);
1216 nsresult GetDefaultSelected(PRBool *aDefaultSelected);
1217 nsresult SetDefaultSelected(PRBool aDefaultSelected);
1218 nsresult GetText(nsAString *aText);
1219 nsresult GetIndex(PRInt32 *aIndex);
1220 nsresult GetDisabled(PRBool *aDisabled);
1221 nsresult SetDisabled(PRBool aDisabled);
1222 nsresult GetLabel(nsAString *aLabel);
1223 nsresult SetLabel(const nsAString *aLabel);
1224 nsresult GetSelected(PRBool *aSelected);
1225 nsresult SetSelected(PRBool aSelected);
1226 nsresult GetValue(nsAString *aValue);
1227 nsresult SetValue(const nsAString *aValue);
1232 uuid(a6cf9090-15b3-11d2-932e-00805f8add32),
1236 interface nsIDOMHTMLSelectElement : nsIDOMHTMLElement
1238 nsresult GetType(nsAString *aType);
1239 nsresult GetSelectedIndex(PRInt32 *aSelectedIndex);
1240 nsresult SetSelectedIndex(PRInt32 aSelectedIndex);
1241 nsresult GetValue(nsAString *aValue);
1242 nsresult SetValue(const nsAString *aValue);
1243 nsresult GetLength(PRUint32 *aLength);
1244 nsresult SetLength(PRUint32 aLength);
1245 nsresult GetForm(nsIDOMHTMLFormElement **aForm);
1246 nsresult GetOptions(nsIDOMHTMLOptionsCollection **aOptions);
1247 nsresult GetDisabled(PRBool *aDisabled);
1248 nsresult SetDisabled(PRBool aDisabled);
1249 nsresult GetMultiple(PRBool *aMultiple);
1250 nsresult SetMultiple(PRBool aMultiple);
1251 nsresult GetName(nsAString *aName);
1252 nsresult SetName(const nsAString *aName);
1253 nsresult GetSize(PRInt32 *aSize);
1254 nsresult SetSize(PRInt32 aSize);
1255 nsresult GetTabIndex(PRInt32 *aTabIndex);
1256 nsresult SetTabIndex(PRInt32 aTabIndex);
1257 nsresult Add(nsIDOMHTMLElement *element, nsIDOMHTMLElement *before);
1258 nsresult Remove(PRInt32 index);
1265 uuid(a6cf9094-15b3-11d2-932e-00805f8add32),
1269 interface nsIDOMHTMLTextAreaElement : nsIDOMHTMLElement
1271 nsresult GetDefaultValue(nsAString *aDefaultValue);
1272 nsresult SetDefaultValue(const nsAString *aDefaultValue);
1273 nsresult GetForm(nsIDOMHTMLFormElement **aForm);
1274 nsresult GetAccessKey(nsAString *aAccessKey);
1275 nsresult SetAccessKey(const nsAString *aAccessKey);
1276 nsresult GetCols(PRInt32 *aCols);
1277 nsresult SetCols(PRInt32 aCols);
1278 nsresult GetDisabled(PRBool *aDisabled);
1279 nsresult SetDisabled(PRBool aDisabled);
1280 nsresult GetName(nsAString *aName);
1281 nsresult SetName(const nsAString *aName);
1282 nsresult GetReadOnly(PRBool *aReadOnly);
1283 nsresult SetReadOnly(PRBool aReadOnly);
1284 nsresult GetRows(PRInt32 *aRows);
1285 nsresult SetRows(PRInt32 aRows);
1286 nsresult GetTabIndex(PRInt32 *aTabIndex);
1287 nsresult SetTabIndex(PRInt32 aTabIndex);
1288 nsresult GetType(nsAString *aType);
1289 nsresult GetValue(nsAString *aValue);
1290 nsresult SetValue(const nsAString *aValue);
1298 uuid(a6cf90b1-15b3-11d2-932e-00805f8add32),
1302 interface nsIDOMHTMLScriptElement : nsIDOMHTMLElement
1304 nsresult GetText(nsAString *aText);
1305 nsresult SetText(const nsAString *aText);
1306 nsresult GetHtmlFor(nsAString *aHtmlFor);
1307 nsresult SetHtmlFor(const nsAString *aHtmlFor);
1308 nsresult GetEvent(nsAString *aEvent);
1309 nsresult SetEvent(const nsAString *aEvent);
1310 nsresult GetCharset(nsAString *aCharset);
1311 nsresult SetCharset(const nsAString *aCharset);
1312 nsresult GetDefer(PRBool *aDefer);
1313 nsresult SetDefer(PRBool aDefer);
1314 nsresult GetSrc(nsAString *aSrc);
1315 nsresult SetSrc(const nsAString *aSrc);
1316 nsresult GetType(nsAString *aType);
1317 nsresult SetType(const nsAString *aType);
1322 uuid(a6cf90ab-15b3-11d2-932e-00805f8add32),
1326 interface nsIDOMHTMLImageElement : nsIDOMHTMLElement
1328 nsresult GetName(nsAString *aName);
1329 nsresult SetName(const nsAString *aName);
1330 nsresult GetAlign(nsAString *aAlign);
1331 nsresult SetAlign(const nsAString *aAlign);
1332 nsresult GetAlt(nsAString *aAlt);
1333 nsresult SetAlt(const nsAString *aAlt);
1334 nsresult GetBorder(nsAString *aBorder);
1335 nsresult SetBorder(const nsAString *aBorder);
1336 nsresult GetHeight(PRInt32 *aHeight);
1337 nsresult SetHeight(PRInt32 aHeight);
1338 nsresult GetHspace(PRInt32 *aHspace);
1339 nsresult SetHspace(PRInt32 aHspace);
1340 nsresult GetIsMap(PRBool *aIsMap);
1341 nsresult SetIsMap(PRBool aIsMap);
1342 nsresult GetLongDesc(nsAString *aLongDesc);
1343 nsresult SetLongDesc(const nsAString *aLongDesc);
1344 nsresult GetSrc(nsAString *aSrc);
1345 nsresult SetSrc(const nsAString *aSrc);
1346 nsresult GetUseMap(nsAString *aUseMap);
1347 nsresult SetUseMap(const nsAString *aUseMap);
1348 nsresult GetVspace(PRInt32 *aVspace);
1349 nsresult SetVspace(PRInt32 aVspace);
1350 nsresult GetWidth(PRInt32 *aWidth);
1351 nsresult SetWidth(PRInt32 aWidth);
1356 uuid(a6cf90b2-15b3-11d2-932e-00805f8add32),
1360 interface nsIDOMHTMLTableElement : nsIDOMHTMLElement
1362 nsresult GetCaption(nsIDOMHTMLTableCaptionElement **aCaption);
1363 nsresult SetCaption(nsIDOMHTMLTableCaptionElement *aCaption);
1364 nsresult GetTHead(nsIDOMHTMLTableSectionElement **aTHead);
1365 nsresult SetTHead(nsIDOMHTMLTableSectionElement *aTHead);
1366 nsresult GetTFoot(nsIDOMHTMLTableSectionElement **aTFoot);
1367 nsresult SetTFoot(nsIDOMHTMLTableSectionElement *aTFoot);
1368 nsresult GetRows(nsIDOMHTMLCollection **aRows);
1369 nsresult GetTBodies(nsIDOMHTMLCollection **aTBodies);
1370 nsresult GetAlign(nsAString *aAlign);
1371 nsresult SetAlign(const nsAString *aAlign);
1372 nsresult GetBgColor(nsAString *aBgColor);
1373 nsresult SetBgColor(const nsAString *aBgColor);
1374 nsresult GetBorder(nsAString *aBorder);
1375 nsresult SetBorder(const nsAString *aBorder);
1376 nsresult GetCellPadding(nsAString *aCellPadding);
1377 nsresult SetCellPadding(const nsAString *aCellPadding);
1378 nsresult GetCellSpacing(nsAString *aCellSpacing);
1379 nsresult SetCellSpacing(const nsAString *aCellSpacing);
1380 nsresult GetFrame(nsAString *aFrame);
1381 nsresult SetFrame(const nsAString *aFrame);
1382 nsresult GetRules(nsAString *aRules);
1383 nsresult SetRules(const nsAString *aRules);
1384 nsresult GetSummary(nsAString *aSummary);
1385 nsresult SetSummary(const nsAString *aSummary);
1386 nsresult GetWidth(nsAString *aWidth);
1387 nsresult SetWidth(const nsAString *aWidth);
1388 nsresult CreateTHead(nsIDOMHTMLElement **_retval);
1389 nsresult DeleteTHead();
1390 nsresult CreateTFoot(nsIDOMHTMLElement **_retval);
1391 nsresult DeleteTFoot();
1392 nsresult CreateCaption(nsIDOMHTMLElement **_retval);
1393 nsresult DeleteCaption();
1394 nsresult InsertRow(PRInt32 index, nsIDOMHTMLElement **_retval);
1395 nsresult DeleteRow(PRInt32 index);
1400 uuid(a6cf90b6-15b3-11d2-932e-00805f8add32),
1404 interface nsIDOMHTMLTableRowElement : nsIDOMHTMLElement
1406 nsresult GetRowIndex(PRInt32 *aRowIndex);
1407 nsresult GetSectionRowIndex(PRInt32 *aSectionRowIndex);
1408 nsresult GetCells(nsIDOMHTMLCollection **aCells);
1409 nsresult GetAlign(nsAString *aAlign);
1410 nsresult SetAlign(const nsAString *aAlign);
1411 nsresult GetBgColor(nsAString *aBgColor);
1412 nsresult SetBgColor(const nsAString *aBgColor);
1413 nsresult GetCh(nsAString *aCh);
1414 nsresult SetCh(const nsAString *aCh);
1415 nsresult GetChOff(nsAString *aChOff);
1416 nsresult SetChOff(const nsAString *aChOff);
1417 nsresult GetVAlign(nsAString *aVAlign);
1418 nsresult SetVAlign(const nsAString *aVAlign);
1419 nsresult InsertCell(PRInt32 index, nsIDOMHTMLElement **_retval);
1420 nsresult DeleteCell(PRInt32 index);
1425 uuid(a6cf90ba-15b3-11d2-932e-00805f8add32),
1429 interface nsIDOMHTMLIFrameElement : nsIDOMHTMLElement
1431 nsresult GetAlign(nsAString *aAlign);
1432 nsresult SetAlign(const nsAString *aAlign);
1433 nsresult GetFrameBorder(nsAString *aFrameBorder);
1434 nsresult SetFrameBorder(const nsAString *aFrameBorder);
1435 nsresult GetHeight(nsAString *aHeight);
1436 nsresult SetHeight(const nsAString *aHeight);
1437 nsresult GetLongDesc(nsAString *aLongDesc);
1438 nsresult SetLongDesc(const nsAString *aLongDesc);
1439 nsresult GetMarginHeight(nsAString *aMarginHeight);
1440 nsresult SetMarginHeight(const nsAString *aMarginHeight);
1441 nsresult GetMarginWidth(nsAString *aMarginWidth);
1442 nsresult SetMarginWidth(const nsAString *aMarginWidth);
1443 nsresult GetName(nsAString *aName);
1444 nsresult SetName(const nsAString *aName);
1445 nsresult GetScrolling(nsAString *aScrolling);
1446 nsresult SetScrolling(const nsAString *aScrolling);
1447 nsresult GetSrc(nsAString *aSrc);
1448 nsresult SetSrc(const nsAString *aSrc);
1449 nsresult GetWidth(nsAString *aWidth);
1450 nsresult SetWidth(const nsAString *aWidth);
1451 nsresult GetContentDocument(nsIDOMDocument **aContentDocument);
1456 uuid(94928ab3-8b63-11d3-989d-001083010e9b),
1460 interface nsIURIContentListener : nsISupports
1462 nsresult OnStartURIOpen(nsIURI *aURI, PRBool *_retval);
1463 nsresult DoContent(const char *aContentType, PRBool aIsContentPreferred, nsIRequest *aRequest,
1464 nsIStreamListener **aContentHandler, PRBool *_retval);
1465 nsresult IsPreferred(const char *aContentType, char **aDesiredContentType, PRBool *_retval);
1466 nsresult CanHandleContent(const char *aContentType, PRBool aIsContentPreferred,
1467 char **aDesiredContentType, PRBool *_retval);
1468 nsresult GetLoadCookie(nsISupports **aLoadCookie);
1469 nsresult SetLoadCookie(nsISupports *aLoadCookie);
1470 nsresult GetParentContentListener(nsIURIContentListener **aParentContentListener);
1471 nsresult SetParentContentListener(nsIURIContentListener *aParentContentListener);
1476 uuid(44b78386-1dd2-11b2-9ad2-e4eee2ca1916),
1480 interface nsITooltipListener : nsISupports
1482 nsresult OnShowTooltip(PRInt32 aXCoords, PRInt32 aYCoords, const PRUnichar *aTipText);
1483 nsresult OnHideTooltip();
1488 uuid(69e5df00-7b8b-11d3-af61-00a024ffc08c),
1492 interface nsIWebBrowser : nsISupports
1494 nsresult AddWebBrowserListener(nsIWeakReference *aListener, const nsIID *aIID);
1495 nsresult RemoveWebBrowserListener(nsIWeakReference *aListener, const nsIID *aIID);
1496 nsresult GetContainerWindow(nsIWebBrowserChrome **aContainerWindow);
1497 nsresult SetContainerWindow(nsIWebBrowserChrome *aContainerWindow);
1498 nsresult GetParentURIContentListener(nsIURIContentListener **aParentURIContentListener);
1499 nsresult SetParentURIContentListener(nsIURIContentListener *aParentURIContentListener);
1500 nsresult GetContentDOMWindow(nsIDOMWindow **aContentDOMWindow);
1503 cpp_quote("#define SETUP_ALLOW_JAVASCRIPT 2")
1504 cpp_quote("#define SETUP_IS_CHROME_WRAPPER 7")
1508 uuid(f15398a0-8018-11d3-af70-00a024ffc08c),
1512 interface nsIWebBrowserSetup : nsISupports
1514 nsresult SetProperty(PRUint32 aId, PRUint32 aValue);
1517 typedef void* nativeWindow;
1521 uuid(046bc8a0-8015-11d3-af70-00a024ffc08c),
1525 interface nsIBaseWindow : nsISupports
1527 nsresult InitWindow(nativeWindow parentNativeWindow, nsIWidget *parentWidget, PRInt32 x,
1528 PRInt32 y, PRInt32 cx, PRInt32 cy);
1531 nsresult SetPosition(PRInt32 x, PRInt32 y);
1532 nsresult GetPosition(PRInt32 *x, PRInt32 *y);
1533 nsresult SetSize(PRInt32 cx, PRInt32 cy, PRBool fRepaint);
1534 nsresult GetSize(PRInt32 *cx, PRInt32 *cy);
1535 nsresult SetPositionAndSize(PRInt32 x, PRInt32 y, PRInt32 cx, PRInt32 cy, PRBool fRepaint);
1536 nsresult GetPositionAndSize(PRInt32 *x, PRInt32 *y, PRInt32 *cx, PRInt32 *cy);
1537 nsresult Repaint(PRBool force);
1538 nsresult GetParentWidget(nsIWidget **aParentWidget);
1539 nsresult SetParentWidget(nsIWidget *aParentWidget);
1540 nsresult GetParentNativeWindow(nativeWindow *aParentNativeWindow);
1541 nsresult SetParentNativeWindow(nativeWindow aParentNativeWindow);
1542 nsresult GetVisibility(PRBool *aVisibility);
1543 nsresult SetVisibility(PRBool aVisibility);
1544 nsresult GetEnabled(PRBool *aEnabled);
1545 nsresult SetEnabled(PRBool aEnabled);
1546 nsresult GetBlurSuppression(PRBool *aBlurSuppression);
1547 nsresult SetBlurSuppression(PRBool aBlurSuppression);
1548 nsresult GetMainWidget(nsIWidget **aMainWidget);
1549 nsresult SetFocus();
1550 nsresult GetTitle(PRUnichar **aTitle);
1551 nsresult SetTitle(const PRUnichar *aTitle);
1554 cpp_quote("#define LOAD_FLAGS_NONE 0")
1558 uuid(f5d9e7b0-d930-11d3-b057-00a024ffc08c),
1562 interface nsIWebNavigation : nsISupports
1564 nsresult GetCanGoBack(PRBool *aCanGoBack);
1565 nsresult GetCanGoForward(PRBool *aCanGoForward);
1567 nsresult GoForward();
1568 nsresult GotoIndex(PRInt32 index);
1569 nsresult LoadURI(const PRUnichar *aURI, PRUint32 aLoadFlags, nsIURI *aReferrer,
1570 nsIInputStream *aPostData, nsIInputStream *aHeaders);
1571 nsresult Reload(PRUint32 aReloadFlags);
1572 nsresult Stop(PRUint32 aStopFlags);
1573 nsresult GetDocument(nsIDOMDocument **aDocument);
1574 nsresult GetCurrentURI(nsIURI **aCurrentURI);
1575 nsresult GetReferringURI(nsIURI **aReferringURI);
1576 nsresult GetSessionHistory(nsISHistory **aSessionHistory);
1577 nsresult SetSessionHistory(nsISHistory *aSessionHistory);
1582 uuid(343700dd-078b-42b6-a809-b9c1d7e951d0),
1586 interface nsIPrintSettings : nsISupports
1588 typedef struct { char dummy; } nsIntMargin;
1590 nsresult SetPrintOptions(PRInt32 aType, PRBool aTurnOnOff);
1591 nsresult GetPrintOptions(PRInt32 aType, PRBool *_retval);
1592 nsresult GetPrintOptionsBits(PRInt32 *_retval);
1593 nsresult GetEffectivePageSize(double *aWidth, double *aHeight);
1594 nsresult Clone(nsIPrintSettings **_retval);
1595 nsresult Assign(nsIPrintSettings *aPS);
1596 nsresult GetPrintSession(nsIPrintSession **aPrintSession);
1597 nsresult SetPrintSession(nsIPrintSession *aPrintSession);
1598 nsresult GetStartPageRange(PRInt32 *aStartPageRange);
1599 nsresult SetStartPageRange(PRInt32 aStartPageRange);
1600 nsresult GetEndPageRange(PRInt32 *aEndPageRange);
1601 nsresult SetEndPageRange(PRInt32 aEndPageRange);
1602 nsresult GetEdgeTop(double *aEdgeTop);
1603 nsresult SetEdgeTop(double aEdgeTop);
1604 nsresult GetEdgeLeft(double *aEdgeLeft);
1605 nsresult SetEdgeLeft(double aEdgeLeft);
1606 nsresult GetEdgeBottom(double *aEdgeBottom);
1607 nsresult SetEdgeBottom(double aEdgeBottom);
1608 nsresult GetEdgeRight(double *aEdgeRight);
1609 nsresult SetEdgeRight(double aEdgeRight);
1610 nsresult GetMarginTop(double *aMarginTop);
1611 nsresult SetMarginTop(double aMarginTop);
1612 nsresult GetMarginLeft(double *aMarginLeft);
1613 nsresult SetMarginLeft(double aMarginLeft);
1614 nsresult GetMarginBottom(double *aMarginBottom);
1615 nsresult SetMarginBottom(double aMarginBottom);
1616 nsresult GetMarginRight(double *aMarginRight);
1617 nsresult SetMarginRight(double aMarginRight);
1618 nsresult GetUnwriteableMarginTop(double *aUnwriteableMarginTop);
1619 nsresult SetUnwriteableMarginTop(double aUnwriteableMarginTop);
1620 nsresult GetUnwriteableMarginLeft(double *aUnwriteableMarginLeft);
1621 nsresult SetUnwriteableMarginLeft(double aUnwriteableMarginLeft);
1622 nsresult GetUnwriteableMarginBottom(double *aUnwriteableMarginBottom);
1623 nsresult SetUnwriteableMarginBottom(double aUnwriteableMarginBottom);
1624 nsresult GetUnwriteableMarginRight(double *aUnwriteableMarginRight);
1625 nsresult SetUnwriteableMarginRight(double aUnwriteableMarginRight);
1626 nsresult GetScaling(double *aScaling);
1627 nsresult SetScaling(double aScaling);
1628 nsresult GetPrintBGColors(PRBool *aPrintBGColors);
1629 nsresult SetPrintBGColors(PRBool aPrintBGColors);
1630 nsresult GetPrintBGImages(PRBool *aPrintBGImages);
1631 nsresult SetPrintBGImages(PRBool aPrintBGImages);
1632 nsresult GetPrintRange(PRInt16 *aPrintRange);
1633 nsresult SetPrintRange(PRInt16 aPrintRange);
1634 nsresult GetTitle(PRUnichar **aTitle);
1635 nsresult SetTitle(const PRUnichar *aTitle);
1636 nsresult GetDocURL(PRUnichar **aDocURL);
1637 nsresult SetDocURL(const PRUnichar *aDocURL);
1638 nsresult GetHeaderStrLeft(PRUnichar **aHeaderStrLeft);
1639 nsresult SetHeaderStrLeft(const PRUnichar *aHeaderStrLeft);
1640 nsresult GetHeaderStrCenter(PRUnichar **aHeaderStrCenter);
1641 nsresult SetHeaderStrCenter(const PRUnichar *aHeaderStrCenter);
1642 nsresult GetHeaderStrRight(PRUnichar **aHeaderStrRight);
1643 nsresult SetHeaderStrRight(const PRUnichar *aHeaderStrRight);
1644 nsresult GetFooterStrLeft(PRUnichar **aFooterStrLeft);
1645 nsresult SetFooterStrLeft(const PRUnichar *aFooterStrLeft);
1646 nsresult GetFooterStrCenter(PRUnichar **aFooterStrCenter);
1647 nsresult SetFooterStrCenter(const PRUnichar *aFooterStrCenter);
1648 nsresult GetFooterStrRight(PRUnichar **aFooterStrRight);
1649 nsresult SetFooterStrRight(const PRUnichar *aFooterStrRight);
1650 nsresult GetHowToEnableFrameUI(PRInt16 *aHowToEnableFrameUI);
1651 nsresult SetHowToEnableFrameUI(PRInt16 aHowToEnableFrameUI);
1652 nsresult GetIsCancelled(PRBool *aIsCancelled);
1653 nsresult SetIsCancelled(PRBool aIsCancelled);
1654 nsresult GetPrintFrameTypeUsage(PRInt16 *aPrintFrameTypeUsage);
1655 nsresult SetPrintFrameTypeUsage(PRInt16 aPrintFrameTypeUsage);
1656 nsresult GetPrintFrameType(PRInt16 *aPrintFrameType);
1657 nsresult SetPrintFrameType(PRInt16 aPrintFrameType);
1658 nsresult GetPrintSilent(PRBool *aPrintSilent);
1659 nsresult SetPrintSilent(PRBool aPrintSilent);
1660 nsresult GetShrinkToFit(PRBool *aShrinkToFit);
1661 nsresult SetShrinkToFit(PRBool aShrinkToFit);
1662 nsresult GetShowPrintProgress(PRBool *aShowPrintProgress);
1663 nsresult SetShowPrintProgress(PRBool aShowPrintProgress);
1664 nsresult GetPaperName(PRUnichar **aPaperName);
1665 nsresult SetPaperName(const PRUnichar *aPaperName);
1666 nsresult GetPaperSizeType(PRInt16 *aPaperSizeType);
1667 nsresult SetPaperSizeType(PRInt16 aPaperSizeType);
1668 nsresult GetPaperData(PRInt16 *aPaperData);
1669 nsresult SetPaperData(PRInt16 aPaperData);
1670 nsresult GetPaperWidth(double *aPaperWidth);
1671 nsresult SetPaperWidth(double aPaperWidth);
1672 nsresult GetPaperHeight(double *aPaperHeight);
1673 nsresult SetPaperHeight(double aPaperHeight);
1674 nsresult GetPaperSizeUnit(PRInt16 *aPaperSizeUnit);
1675 nsresult SetPaperSizeUnit(PRInt16 aPaperSizeUnit);
1676 nsresult GetPlexName(PRUnichar **aPlexName);
1677 nsresult SetPlexName(const PRUnichar *aPlexName);
1678 nsresult GetColorspace(PRUnichar **aColorspace);
1679 nsresult SetColorspace(const PRUnichar *aColorspace);
1680 nsresult GetResolutionName(PRUnichar **aResolutionName);
1681 nsresult SetResolutionName(const PRUnichar aResolutionName);
1682 nsresult GetDownloadFonts(PRBool *aDownloadFonts);
1683 nsresult SetDownloadFonts(PRBool aDownloadFonts);
1684 nsresult GetPrintReversed(PRBool *aPrintReversed);
1685 nsresult SetPrintReversed(PRBool aPrintReversed);
1686 nsresult GetPrintInColor(PRBool *aPrintInColor);
1687 nsresult SetPrintInColor(PRBool aPrintInColor);
1688 nsresult GetOrientation(PRInt32 *aOrientation);
1689 nsresult SetOrientation(PRInt32 aOrientation);
1690 nsresult GetPrintCommand(PRUnichar **aPrintCommand);
1691 nsresult SetPrintCommand(const PRUnichar *aPrintCommand);
1692 nsresult GetNumCopies(PRInt32 *aNumCopies);
1693 nsresult SetNumCopies(PRInt32 aNumCopies);
1694 nsresult GetPrinterName(PRUnichar **aPrinterName);
1695 nsresult SetPrinterName(const PRUnichar *aPrinterName);
1696 nsresult GetPrintToFile(PRBool *aPrintToFile);
1697 nsresult SetPrintToFile(PRBool aPrintToFile);
1698 nsresult GetToFileName(PRUnichar **aToFileName);
1699 nsresult SetToFileName(const PRUnichar *aToFileName);
1700 nsresult GetOutputFormat(PRInt16 *aOutputFormat);
1701 nsresult SetOutputFormat(PRInt16 aOutputFormat);
1702 nsresult GetPrintPageDelay(PRInt32 *aPrintPageDelay);
1703 nsresult SetPrintPageDelay(PRInt32 aPrintPageDelay);
1704 nsresult GetIsInitializedFromPrinter(PRBool *aIsInitializedFromPrinter);
1705 nsresult SetIsInitializedFromPrinter(PRBool aIsInitializedFromPrinter);
1706 nsresult GetIsInitializedFromPrefs(PRBool *aIsInitializedFromPrefs);
1707 nsresult SetIsInitializedFromPrefs(PRBool aIsInitializedFromPrefs);
1708 nsresult SetMarginInTwips(nsIntMargin *aMargin);
1709 nsresult SetEdgeInTwips(nsIntMargin *aEdge);
1710 nsresult GetMarginInTwips(nsIntMargin *aMargin);
1711 nsresult GetEdgeInTwips(nsIntMargin *aEdge);
1712 nsresult SetupSilentPrinting();
1713 nsresult SetUnwriteableMarginInTwips(nsIntMargin *aEdge);
1714 nsresult GetUnwriteableMarginInTwips(nsIntMargin *aEdge);
1719 uuid(9a7ca4b0-fbba-11d4-a869-00105a183419),
1723 interface nsIWebBrowserPrint : nsISupports
1725 nsresult GetGlobalPrintSettings(nsIPrintSettings **aGlobalPrintSettings);
1726 nsresult GetCurrentPrintSettings(nsIPrintSettings **aCurrentPrintSettings);
1727 nsresult GetCurrentChildDOMWindow(nsIDOMWindow **aCurrentChildDOMWindow);
1728 nsresult GetDoingPrint(PRBool *aDoingPrint);
1729 nsresult GetDoingPrintPreview(PRBool *aDoingPrintPreview);
1730 nsresult GetIsFramesetDocument(PRBool *aIsFramesetDocument);
1731 nsresult GetIsFramesetFrameSelected(PRBool *aIsFramesetFrameSelected);
1732 nsresult GetIsIFrameSelected(PRBool *aIsIFrameSelected);
1733 nsresult GetIsRangeSelection(PRBool *aIsRangeSelection);
1734 nsresult GetPrintPreviewNumPages(PRInt32 *aPrintPreviewNumPages);
1735 nsresult Print(nsIPrintSettings *aThePrintSettings, nsIWebProgressListener *aWPListener);
1736 nsresult PrintPreview(nsIPrintSettings *aThePrintSettings, nsIDOMWindow *aChildDOMWin,
1737 nsIWebProgressListener *aWPListener);
1738 nsresult PrintPreviewNavigate(PRInt16 aNavType, PRInt32 aPageNum);
1740 nsresult EnumerateDocumentNames(PRUint32 *aCount, PRUnichar ***aResult);
1741 nsresult ExitPrintPreview();
1746 uuid(919e792a-6490-40b8-bba5-f9e9ad5640c8),
1750 interface nsIScrollable : nsISupports
1753 ScrollOrientation_X = 1,
1754 ScrollOrientation_Y = 2
1759 Scrollbar_Never = 2,
1760 Scrollbar_Always = 3
1763 nsresult GetCurScrollPos(PRInt32 scrollOrientation, PRInt32 *curPos);
1764 nsresult SetCurScrollPos(PRInt32 scrollOrientation, PRInt32 curPos);
1765 nsresult SetCurScrollPosEx(PRInt32 curHorizontalPos, PRInt32 curVerticalPos);
1766 nsresult GetScrollRange(PRInt32 scrollOrientation, PRInt32 *minPos, PRInt32 *maxPos);
1767 nsresult SetScrollRange(PRInt32 scrollOrientation, PRInt32 minPos, PRInt32 maxPos);
1768 nsresult SetScrollRangeEx(PRInt32 minHorizontalPos, PRInt32 maxHorizontalPos,
1769 PRInt32 minVerticalPos, PRInt32 maxVerticalPos);
1770 nsresult GetDefaultScrollbarPreferences(PRInt32 scrollOrientation, PRInt32 *scrollbarPref);
1771 nsresult SetDefaultScrollbarPreferences(PRInt32 scrollOrientation, PRInt32 scrollbarPref);
1772 nsresult GetScrollbarVisibility(PRBool *verticalVisible, PRBool *horizontalVisible);
1777 uuid(c8c0a080-0868-11d3-915f-d9d889d48e3c),
1781 interface nsIFile : nsISupports
1783 nsresult Append(const nsAString *node);
1784 nsresult AppendNative(const nsAString *node);
1785 nsresult Normalize();
1786 nsresult Create(PRUint32 type, PRUint32 permission);
1787 nsresult GetLeafName(nsAString *aLeafName);
1788 nsresult SetLeafName(const nsAString *aLeafName);
1789 nsresult GetNativeLeafName(nsAString *aLeafName);
1790 nsresult SetNativeLeafName(const nsAString *aLeafName);
1791 nsresult CopyTo(nsIFile *newParentDir, const nsAString *newName);
1792 nsresult CopyToNative(nsIFile *newParentDir, const nsAString *newName);
1793 nsresult CopyToFollowingLinks(nsIFile *newParentDir, const nsAString *newName);
1794 nsresult CopyToFollowingLinksNative(nsIFile *newParentDir, const nsAString *newName);
1795 nsresult MoveTo(nsIFile *newParentDir, const nsAString *newName);
1796 nsresult MoveToNative(nsIFile *newParentDir, const nsAString *newName);
1797 nsresult Remove(PRBool recursive);
1798 nsresult GetPermissions(PRUint32 *aPermissions);
1799 nsresult SetPermissions(PRUint32 pPermissions);
1800 nsresult GetPermissionsOfLink(PRUint32 *aPermissions);
1801 nsresult SetPermissionsOfLink(PRUint32 pPermissions);
1802 nsresult GetLastModifiedTime(PRInt64 *aLastModifiedTime);
1803 nsresult SetLastModifiedTime(PRInt64 aLastModifiedTime);
1804 nsresult GetFileSize(PRInt64 *aFileSize);
1805 nsresult SetFileSize(PRInt64 aFileSize);
1806 nsresult GetFileSizeOfLink(PRInt64 *aFileSizeOfLink);
1807 nsresult GetTarget(nsAString *aTarget);
1808 nsresult GetNativeTarget(nsACString *aNativeTarget);
1809 nsresult GetPath(nsAString *aPath);
1810 nsresult GetNativePath(nsACString *aNativePath);
1811 nsresult Exists(PRBool *_retval);
1812 nsresult IsWritable(PRBool *_retval);
1813 nsresult IsReadable(PRBool *_retval);
1814 nsresult IsExecutable(PRBool *_retval);
1815 nsresult IsHidden(PRBool *_retval);
1816 nsresult IsDirectory(PRBool *_retval);
1817 nsresult IsFile(PRBool *_retval);
1818 nsresult IsSymlink(PRBool *_retval);
1819 nsresult IsSpecial(PRBool *_retval);
1820 nsresult CreateUnique(PRUint32 type, PRUint32 permission);
1821 nsresult Clone(nsIFile **_retval);
1822 nsresult Equals(nsIFile *inFile, PRBool *_retval);
1823 nsresult Contains(nsIFile *inFile, PRBool recir, PRBool *_retval);
1824 nsresult GetParent(nsIFile **aParent);
1825 nsresult GetDirectoryEntries(nsISimpleEnumerator **aDirectoryEntries);
1830 uuid(56c35506-f14b-11d3-99d3-ddbfac2ccf65),
1834 interface nsIPrefBranch : nsISupports
1836 nsresult GetRoot(char **aRoot);
1837 nsresult GetPrefType(const char *aPrefName, PRInt32 *_retval);
1838 nsresult GetBoolPref(const char *aPrefName, PRBool *_retval);
1839 nsresult SetBoolPref(const char *aPrefName, PRInt32 aValue);
1840 nsresult GetCharPref(const char *aPrefName, char **_retval);
1841 nsresult SetCharPref(const char *aPrefName, const char *aValue);
1842 nsresult GetIntPref(const char *aPrefName, PRInt32 *_retval);
1843 nsresult SetIntPref(const char *aPrefName, PRInt32 aValue);
1844 nsresult GetComplexValue(const char *aPrefName, const nsIID *aType, void **aValue);
1845 nsresult SetComplexValue(const char *aPrefName, const nsIID *aType, nsISupports *aValue);
1846 nsresult ClearUserPref(const char *aPrefName);
1847 nsresult LockPref(const char *aPrefName);
1848 nsresult PrefHasUserValue(const char *aPrefName, PRBool *_retval);
1849 nsresult PrefIsLocked(const char *aPrefName, PRBool *_retval);
1850 nsresult UnlockPref(const char *aPrefName);
1851 nsresult DeleteBranch(const char *aStartingAt);
1852 nsresult GetChildList(const char *aStartingAt, PRUint32 *aCount, char ***aChildArray);
1853 nsresult ResetBranch(const char *aStartingAt);
1858 uuid(15fd6940-8ea7-11d3-93ad-00104ba0fd40),
1862 interface nsIProtocolHandler : nsISupports
1864 nsresult GetScheme(nsACString *aScheme);
1865 nsresult GetDefaultPort(PRInt32 *aDefaultPort);
1866 nsresult GetProtocolFlags(PRUint32 *aProtocolFlags);
1867 nsresult NewURI(const nsACString *aSpec, const char *aOriginCharset,
1868 nsIURI *aBaseURI, nsIURI **_retval);
1869 nsresult NewChannel(nsIURI *aURI, nsIChannel **_retval);
1870 nsresult AllowPort(PRInt32 port, const char *scheme, PRBool *_retval);
1875 uuid(0e61f3b2-34d7-4c79-bfdc-4860bc7341b7),
1879 interface nsIExternalProtocolHandler : nsIProtocolHandler
1881 nsresult ExternalAppExistsForScheme(const nsACString *scheme, PRBool *_retval);
1886 uuid(bddeda3f-9020-4d12-8c70-984ee9f7935e),
1890 interface nsIIOService : nsISupports
1892 nsresult GetProtocolHandler(const char *aScheme, nsIProtocolHandler **_retval);
1893 nsresult GetProtocolFlags(const char *aScheme, PRUint32 *_retval);
1894 nsresult NewURI(const nsACString *aSpec, const char *aOriginCharset, nsIURI *aBaseURI,
1896 nsresult NewFileURI(nsIFile *aFile, nsIURI **_retval);
1897 nsresult NewChannelFromURI(nsIURI *aURI, nsIChannel **_retval);
1898 nsresult NewChannel(const nsACString *aSpec, const char *aOriginCharset, nsIURI *aBaseURI,
1899 nsIChannel **_retval);
1900 nsresult GetOffline(PRBool *aOffline);
1901 nsresult SetOffline(PRBool aOffline);
1902 nsresult AllowPort(PRInt32 aPort, const char *aScheme, PRBool *_retval);
1903 nsresult ExtractScheme(const nsACString *urlString, nsACString * _retval);
1908 uuid(a50d5516-5c0a-4f08-b427-703ca0c44ac3),
1912 interface nsINetUtil : nsISupports
1914 nsresult ParseContentType(const nsACString *aTypeHeader, nsACString *aCharset,
1915 PRBool *aHadCharset, nsACString *_retval);
1916 nsresult ProtocolHasFlags(nsIURI *aURI, PRUint32 aFlag, PRBool *_retval);
1917 nsresult URIChainHasFlags(nsIURI *aURI, PRUint32 aFlags, PRBool *_retval);
1918 nsresult ToImmutableURI(nsIURI *aURI, nsIURI **_retval);
1919 nsresult EscapeString(const nsACString *aString, PRUint32 aEscapeType, nsACString *_retval);
1920 nsresult EscapeURL(const nsACString *aStr, PRUint32 aFlags, nsACString *_retval);
1921 nsresult UnescapeString(const nsACString *aStr, PRUint32 aFlags, nsACString *_retval);
1922 nsresult ExtractCharsetFromContentType(const nsACString *aTypeHeader, nsACString *aCharset,
1923 PRInt32 *aCharsetStart, PRInt32 *aCharsetEnd, PRBool *_retval);
1928 uuid(9c5d3c58-1dd1-11b2-a1c9-f3699284657a),
1932 interface nsIWebBrowserFocus : nsISupports
1934 nsresult Activate();
1935 nsresult Deactivate();
1936 nsresult SetFocusAtFirstElement();
1937 nsresult SetFocusAtLastElement();
1938 nsresult GetFocusedWindow(nsIDOMWindow **aFocusedWindow);
1939 nsresult SetFocusedWindow(nsIDOMWindow *aFocusedWindow);
1940 nsresult GetFocusedElement(nsIDOMElement **aFocusedElement);
1941 nsresult SetFocusedElement(nsIDOMElement *aFocusedElement);
1946 uuid(ba434c60-9d52-11d3-afb0-00a024ffc08c),
1950 interface nsIWebBrowserChrome : nsISupports
1952 nsresult SetStatus(PRUint32 statusType, const PRUnichar *status);
1953 nsresult GetWebBrowser(nsIWebBrowser **aWebBrowser);
1954 nsresult SetWebBrowser(nsIWebBrowser *aWebBrowser);
1955 nsresult GetChromeFlags(PRUint32 *aChromeFlags);
1956 nsresult SetChromeFlags(PRUint32 aChromeFlags);
1957 nsresult DestroyBrowserWindow();
1958 nsresult SizeBrowserTo(PRInt32 aCX, PRInt32 aCY);
1959 nsresult ShowAsModal();
1960 nsresult IsWindowModal(PRBool *_retval);
1961 nsresult ExitModalEventLoop(nsresult aStatus);
1966 uuid(df31c120-ded6-11d1-bd85-00805f8ae3f4),
1970 interface nsIDOMEventListener : nsISupports
1972 nsresult HandleEvent(nsIDOMEvent *event);
1977 uuid(1c773b30-d1cf-11d2-bd95-00805f8ae3f4),
1981 interface nsIDOMEventTarget : nsISupports
1983 nsresult AddEventListener(const nsAString *type, nsIDOMEventListener *listener, PRBool useCapture);
1984 nsresult RemoveEventListener(const nsAString *type, nsIDOMEventListener *listener, PRBool useCapture);
1985 nsresult DispatchEvent(nsIDOMEvent *evt, PRBool *_retval);
1990 uuid(a66b7b80-ff46-bd97-0080-5f8ae38add32),
1994 interface nsIDOMEvent : nsISupports
1996 nsresult GetType(nsAString *aType);
1997 nsresult GetTarget(nsIDOMEventTarget **aTarget);
1998 nsresult GetCurrentTarget(nsIDOMEventTarget **aCurrentTarget);
1999 nsresult GetEventPhase(PRUint16 *aEventPhase);
2000 nsresult GetBubbles(PRBool *aBubbles);
2001 nsresult GetCancelable(PRBool *aCancelable);
2002 nsresult GetTimeStamp(DOMTimeStamp *aTimeStamp);
2003 nsresult StopPropagation();
2004 nsresult PreventDefault();
2005 nsresult InitEvent(const nsAString *eventTypeArg, PRBool canBubbleArg, PRBool cancelableArg);
2008 cpp_quote("#define CONTEXT_NONE 0x00")
2009 cpp_quote("#define CONTEXT_LINK 0x01")
2010 cpp_quote("#define CONTEXT_IMAGE 0x02")
2011 cpp_quote("#define CONTEXT_DOCUMENT 0x04")
2012 cpp_quote("#define CONTEXT_TEXT 0x08")
2013 cpp_quote("#define CONTEXT_INPUT 0x10")
2014 cpp_quote("#define CONTEXT_BACKGROUND_IMAGE 0x20")
2018 uuid(3478b6b0-3875-11d4-94ef-0020183bf181),
2022 interface nsIContextMenuListener : nsISupports
2024 nsresult OnShowContextMenu(PRUint32 aContextFlags, nsIDOMEvent *aEvent, nsIDOMNode *aNode);
2029 uuid(a6cf90c3-15b3-11d2-932e-00805f8add32),
2033 interface nsIDOMUIEvent : nsIDOMEvent
2035 nsresult GetView(nsIDOMAbstractView **aView);
2036 nsresult GetDetail(PRInt32 *aDetail);
2037 nsresult InitUIEvent(const nsAString *typeArg, PRBool canBubbleArg, PRBool cancelableArg,
2038 nsIDOMAbstractView *viewArg, PRInt32 detailArg);
2043 uuid(ff751edc-8b02-aae7-0010-8301838a3123),
2047 interface nsIDOMMouseEvent : nsIDOMUIEvent
2049 nsresult GetScreenX(PRInt32 *aScreenX);
2050 nsresult GetScreenY(PRInt32 *aScreenY);
2051 nsresult GetClientX(PRInt32 *aClientX);
2052 nsresult GetClientY(PRInt32 *aClientY);
2053 nsresult GetCtrlKey(PRBool *aCtrlKey);
2054 nsresult GetShiftKey(PRBool *aShiftKey);
2055 nsresult GetAltKey(PRBool *aAltKey);
2056 nsresult GetMetaKey(PRBool *aMetaKey);
2057 nsresult GetButton(PRUint16 *aButton);
2058 nsresult GetRelatedTarget(nsIDOMEventTarget * *aRelatedTarget);
2059 nsresult InitMouseEvent(const nsAString *typeArg, PRBool canBubbleArg, PRBool cancelableArg,
2060 nsIDOMAbstractView *viewArg, PRInt32 detailArg, PRInt32 screenXArg, PRInt32 screenYArg,
2061 PRInt32 clientXArg, PRInt32 clientYArg, PRBool ctrlKeyArg, PRBool altKeyArg,
2062 PRBool shiftKeyArg, PRBool metaKeyArg, PRUint16 buttonArg,
2063 nsIDOMEventTarget *relatedTargetArg);
2068 uuid(028e0e6e-8b01-11d3-aae7-0010838a3123),
2072 interface nsIDOMKeyEvent : nsIDOMUIEvent
2074 nsresult GetCharCode(PRUint32 *aCharCode);
2075 nsresult GetKeyCode(PRUint32 *aKeyCode);
2076 nsresult GetAltKey(PRBool *aAltKey);
2077 nsresult GetCtrlKey(PRBool *aCtrlKey);
2078 nsresult GetShiftKey(PRBool *aShiftKey);
2079 nsresult GetMetaKey(PRBool *aMetaKey);
2080 nsresult InitKeyEvent(const nsAString *typeArg, PRBool canBubbleArg,
2081 PRBool cancelableArg, nsIDOMAbstractView *viewArg, PRBool ctrlKeyArg,
2082 PRBool altKeyArg, PRBool shiftKeyArg, PRBool metaKeyArg, PRUint32 keyCodeArg,
2083 PRUint32 charCodeArg);
2088 uuid(3e5432cd-9568-4bd1-8cbe-d50aba110743),
2092 interface nsIEmbeddingSiteWindow : nsISupports
2094 nsresult SetDimensions(PRUint32 flags, PRInt32 x, PRInt32 y, PRInt32 cx, PRInt32 cy);
2095 nsresult GetDimensions(PRUint32 flags, PRInt32 *x, PRInt32 *y, PRInt32 *cx, PRInt32 *cy);
2096 nsresult SetFocus();
2097 nsresult GetVisibility(PRBool *aVisibility);
2098 nsresult SetVisibility(PRBool aVisibility);
2099 nsresult GetTitle(PRUnichar **aTitle);
2100 nsresult SetTitle(const PRUnichar *aTitle);
2101 nsresult GetSiteWindow(void **aSiteWindow);
2106 uuid(2417cbfe-65ad-48a6-b4b6-eb84db174392),
2110 interface nsIComponentRegistrar : nsISupports
2112 nsresult AutoRegister(nsIFile *aSpec);
2113 nsresult AutoUnregister(nsIFile *aSpec);
2114 nsresult RegisterFactory(const nsCID *aClass, const char *aClassName,
2115 const char *aContractID, nsIFactory *aFactory);
2116 nsresult UnregisterFactory(const nsCID *aClass, nsIFactory *aFactory);
2117 nsresult RegisterFactoryLocation(const nsCID *aClass, const char *aClassName,
2118 const char *aContractID, nsIFile *aFile, const char *aLoaderStr,
2120 nsresult UnregisterFactoryLocation(const nsCID *aClass, nsIFile *aFile);
2121 nsresult IsCIDRegistered(const nsCID *aClass, PRBool *_retval);
2122 nsresult IsContractIDRegistered(const char *aContractID, PRBool *_retval);
2123 nsresult EnumerateCIDs(nsISimpleEnumerator **_retval);
2124 nsresult EnumerateContractIDs(nsISimpleEnumerator **_retval);
2125 nsresult CIDToContractID(const nsCID *aClass, char **_retval);
2126 nsresult ContractIDToCID(const char *aContractID, nsCID **_retval);
2131 uuid(1630c61a-325e-49ca-8759-a31b16c47aa5),
2135 interface nsIPromptService : nsISupports
2137 nsresult Alert(nsIDOMWindow *aParent, const PRUnichar *aDialogTitle,
2138 const PRUnichar *aText);
2139 nsresult AlertCheck(nsIDOMWindow *aParent, const PRUnichar *aDialogTitle,
2140 const PRUnichar *aText, const PRUnichar *aCheckMsg, PRBool *aCheckState);
2141 nsresult Confirm(nsIDOMWindow *aParent, const PRUnichar *aDialogTitle,
2142 const PRUnichar *aText, PRBool *_retval);
2143 nsresult ConfirmCheck(nsIDOMWindow *aParent, const PRUnichar *aDialogTitle,
2144 const PRUnichar *aText, const PRUnichar *aCheckMsg, PRBool *aCheckState,
2146 nsresult ConfirmEx(nsIDOMWindow *aParent, const PRUnichar *aDialogTitle,
2147 const PRUnichar *aText, PRUint32 aButtonFlags, const PRUnichar *aButton0Title,
2148 const PRUnichar *aButton1Title, const PRUnichar *aButton2Title,
2149 const PRUnichar *aCheckMsg, PRBool *aCheckState, PRInt32 *_retval);
2150 nsresult Prompt(nsIDOMWindow *aParent, const PRUnichar *aDialogTitle,
2151 const PRUnichar *aText, PRUnichar **aValue, const PRUnichar *aCheckMsg,
2152 PRBool *aCheckState, PRBool *_retval);
2153 nsresult PromptUsernameAndPassword(nsIDOMWindow *aParent, const PRUnichar *aDialogTitle,
2154 const PRUnichar *aText, PRUnichar **aUsername, PRUnichar **aPassword,
2155 const PRUnichar *aCheckMsg, PRBool *aCheckState, PRBool *_retval);
2156 nsresult PromptPassword(nsIDOMWindow *aParent, const PRUnichar *aDialogTitle,
2157 const PRUnichar *aText, PRUnichar **aPassword, const PRUnichar *aCheckMsg,
2158 PRBool *aCheckState, PRBool *_retval);
2159 nsresult Select(nsIDOMWindow *aParent, const PRUnichar *aDialogTitle,
2160 const PRUnichar *aText, PRUint32 aCount, const PRUnichar **aSelectList,
2161 PRInt32 *aOutSelection, PRBool *_retval);
2166 uuid(b128a1e6-44f3-4331-8fbe-5af360ff21ee),
2170 interface nsITooltipTextProvider : nsISupports
2172 nsresult GetNodeText(nsIDOMNode *aNode, PRUnichar **aText, PRBool *_retval);
2177 uuid(02b0625a-e7f3-11d2-9f5a-006008a6efe9),
2181 interface nsIProfile : nsISupports
2183 nsresult GetProfileCount(PRInt32 *aProfileCount);
2184 nsresult GetProfileList(PRUint32 *length, PRUnichar ***profileNames);
2185 nsresult ProfileExists(const PRUnichar *profileName, PRBool *_retval);
2186 nsresult GetCurrentProfile(PRUnichar * *aCurrentProfile);
2187 nsresult SetCurrentProfile(const PRUnichar * aCurrentProfile);
2188 nsresult ShutDownCurrentProfile(PRUint32 shutDownType);
2189 nsresult CreateNewProfile(const PRUnichar *profileName,
2190 const PRUnichar *nativeProfileDir, const PRUnichar *langcode,
2191 PRBool useExistingDir);
2192 nsresult RenameProfile(const PRUnichar *oldName, const PRUnichar *newName);
2193 nsresult DeleteProfile(const PRUnichar *name, PRBool canDeleteFiles);
2194 nsresult CloneProfile(const PRUnichar *profileName);
2199 uuid(30465632-a777-44cc-90f9-8145475ef999),
2203 interface nsIWindowCreator : nsISupports
2205 nsresult CreateChromeWindow(nsIWebBrowserChrome *parent, PRUint32 chromeFlags,
2206 nsIWebBrowserChrome **_retval);
2211 uuid(f673ec81-a4b0-11d6-964b-eb5a2bf216fc),
2215 interface nsIWindowCreator2 : nsIWindowCreator
2217 nsresult CreateChromeWindow2(nsIWebBrowserChrome *parent, PRUint32 chromeFlags,
2218 PRUint32 contextFlags, nsIURI *uri, PRBool *cancel,
2219 nsIWebBrowserChrome **_retval);
2224 uuid(002286a8-494b-43b3-8ddd-49e3fc50622b),
2228 interface nsIWindowWatcher : nsISupports
2230 nsresult OpenWindow(nsIDOMWindow *aParent, const char *aUrl, const char *aName,
2231 const char *aFeatures, nsISupports *aArguments, nsIDOMWindow **_retval);
2232 nsresult RegisterNotification(nsIObserver *aObserver);
2233 nsresult UnregisterNotification(nsIObserver *aObserver);
2234 nsresult GetWindowEnumerator(nsISimpleEnumerator **_retval);
2235 nsresult GetNewPrompter(nsIDOMWindow *aParent, nsIPrompt **_retval);
2236 nsresult GetNewAuthPrompter(nsIDOMWindow *aParent, nsIAuthPrompt **_retval);
2237 nsresult SetWindowCreator(nsIWindowCreator *creator);
2238 nsresult GetChromeForWindow(nsIDOMWindow *aWindow, nsIWebBrowserChrome **_retval);
2239 nsresult GetWindowByName(const PRUnichar *aTargetName, nsIDOMWindow *aCurrentWindow,
2240 nsIDOMWindow **_retval);
2241 nsresult GetActiveWindow(nsIDOMWindow **aActiveWindow);
2242 nsresult SetActiveWindow(nsIDOMWindow *aActiveWindow);
2247 uuid(274cd32e-3675-47e1-9d8a-fc6504ded9ce),
2251 interface nsIEditingSession : nsISupports
2253 nsresult GetEditorStatus(PRUint32 *aEditorStatus);
2254 nsresult MakeWindowEditable(nsIDOMWindow *window, const char *aEditorType,
2255 PRBool doAfterUriLoad, PRBool aMakeWholeDocumentEditable, PRBool aInteractive);
2256 nsresult WindowIsEditable(nsIDOMWindow *window, PRBool *_retval);
2257 nsresult GetEditorForWindow(nsIDOMWindow *window, nsIEditor **_retval);
2258 nsresult SetupEditorOnWindow(nsIDOMWindow *window);
2259 nsresult TearDownEditorOnWindow(nsIDOMWindow *window);
2260 nsresult SetEditorOnControllers(nsIDOMWindow *aWindow, nsIEditor *aEditor);
2261 nsresult DisableJSAndPlugins(nsIDOMWindow *aWindow);
2262 nsresult RestoreJSAndPlugins(nsIDOMWindow *aWindow);
2263 nsresult DetachFromWindow(nsIDOMWindow *aWindow);
2264 nsresult ReattachToWindow(nsIDOMWindow *aWindow);
2269 uuid(83f892cf-7ed3-490e-967a-62640f3158e1),
2273 interface nsICommandParams : nsISupports
2275 nsresult GetValueType(const char *name, PRInt16 *_retval);
2276 nsresult GetBooleanValue(const char *name, PRBool *_retval);
2277 nsresult GetLongValue(const char *name, PRInt32 *_retval);
2278 nsresult GetDoubleValue(const char *name, double *_retval);
2279 nsresult GetStringValue(const char *name, nsAString *_retval);
2280 nsresult GetCStringValue(const char *name, char **_retval);
2281 nsresult GetISupportsValue(const char *name, nsISupports **_retval);
2282 nsresult SetBooleanValue(const char *name, PRBool value);
2283 nsresult SetLongValue(const char *name, PRInt32 value);
2284 nsresult SetDoubleValue(const char *name, double value);
2285 nsresult SetStringValue(const char *name, const nsAString *value);
2286 nsresult SetCStringValue(const char *name, const char *value);
2287 nsresult SetISupportsValue(const char *name, nsISupports *value);
2288 nsresult RemoveValue(const char *name);
2289 nsresult HasMoreElements(PRBool *_retval);
2291 nsresult GetNext(char **_retval);
2296 uuid(080d2001-f91e-11d4-a73c-f9242928207c),
2300 interface nsICommandManager : nsISupports
2302 nsresult AddCommandObserver(nsIObserver *aCommandObserver, const char *aCommandToObserve);
2303 nsresult RemoveCommandObserver(nsIObserver *aCommandObserver, const char *aCommandObserved);
2304 nsresult IsCommandSupported(const char *aCommandName, nsIDOMWindow *aTargetWindow, PRBool *_retval);
2305 nsresult IsCommandEnabled(const char *aCommandName, nsIDOMWindow *aTargetWindow, PRBool *_retval);
2306 nsresult GetCommandState(const char *aCommandName, nsIDOMWindow *aTargetWindow,
2307 nsICommandParams *aCommandParams);
2308 nsresult DoCommand(const char *aCommandName, nsICommandParams *aCommandParams,
2309 nsIDOMWindow *aTargetWindow);
2314 uuid(47b82b60-a36f-4167-8072-6f421151ed50),
2318 interface nsIControllerContext : nsISupports
2320 nsresult Init(nsIControllerCommandTable *aCommandTable);
2321 nsresult SetCommandContext(nsISupports *aCommandContext);
2326 uuid(d5b61b82-1da4-11d3-bf87-00105a1b0627),
2330 interface nsIController : nsISupports
2332 nsresult IsCommandEnabled(const char *command, PRBool *_retval);
2333 nsresult SupportsCommand(const char *command, PRBool *_retval);
2334 nsresult DoCommand(const char *command);
2335 nsresult OnEvent(const char *eventName);
2340 uuid(34769de0-30d0-4cef-894a-fcd8bb27c4b4),
2344 interface nsIContentSerializer : nsISupports
2346 nsresult Init(PRUint32 flags, PRUint32 aWrapColumn, const char* aCharSet, PRBool aIsCopying,
2347 PRBool aIsWholeDocument);
2348 nsresult AppendText(nsIDOMText *aText, PRInt32 aStartOffset, PRInt32 aEndOffset, nsAString *aStr);
2349 nsresult AppendCDATASection(nsIDOMCDATASection *aCDATASection, PRInt32 aStartOffset,
2350 PRInt32 aEndOffset, nsAString *aStr);
2351 nsresult AppendProcessingInstruction(nsIDOMProcessingInstruction* aPI, PRInt32 aStartOffset,
2352 PRInt32 aEndOffset, nsAString *aStr);
2353 nsresult AppendComment(nsIDOMComment *aComment, PRInt32 aStartOffset, PRInt32 aEndOffset,
2355 nsresult AppendDoctype(nsIDOMDocumentType *aDoctype, nsAString *aStr);
2356 nsresult AppendElementStart(nsIDOMElement *aElement, nsIDOMElement *aOriginalElement,
2358 nsresult AppendElementEnd(nsIDOMElement *aElement, nsAString *aStr);
2359 nsresult Flush(nsAString *aStr);
2360 nsresult AppendDocumentStart(nsIDOMDocument *aDocument, nsAString *aStr);
2365 uuid(96b60ba0-634a-41e4-928e-78ab0b3c4b46),
2369 interface nsIEditor : nsISupports
2371 typedef void *nsIPresShellPtr;
2372 typedef void *nsIContentPtr;
2374 nsresult GetSelection([out] nsISelection *_retval);
2375 nsresult Init([in] nsIDOMDocument *doc, [in] nsIPresShellPtr shell, [in] nsIContentPtr aRoot, [in] nsISelectionController *aSelCon, [in] PRUint32 aFlags);
2376 nsresult SetAttributeOrEquivalent([in] nsIDOMElement *element, [in] const nsAString *sourceAttrName, [in] const nsAString *sourceAttrValue, [in] PRBool aSuppressTransaction);
2377 nsresult RemoveAttributeOrEquivalent([in] nsIDOMElement *element, [in] const nsAString *sourceAttrName, [in] PRBool aSuppressTransaction);
2378 nsresult PostCreate();
2379 nsresult PreDestroy();
2380 nsresult GetFlags([out] PRUint32 *_retval);
2381 nsresult SetFlags([in] PRUint32 val);
2382 nsresult GetContentsMIMEType([out] char **_retval);
2383 nsresult SetContentsMIMEType([in] const char *val);
2384 nsresult GetIsDocumentEditable([out] PRBool *_retval);
2385 nsresult GetDocument([out] nsIDOMDocument **_retval);
2386 nsresult GetRootElement([out] nsIDOMElement **_retval);
2387 nsresult GetSelectionController([out] nsISelectionController **_retval);
2388 nsresult DeleteSelection([in] PRInt16 action);
2389 nsresult GetDocumentIsEmpty([out] PRBool *_retval);
2390 nsresult GetDocumentModified([out] PRBool *_retval);
2391 nsresult GetDocumentCharacterSet([out] nsACString *_retval);
2392 nsresult SetDocumentCharacterSet([in] const nsACString *val);
2393 nsresult ResetModificationCount();
2394 nsresult GetModificationCount([out] PRInt32 *_retval);
2395 nsresult IncrementModificationCount([in] PRInt32 aModCount);
2396 nsresult GetTransactionManager([out] nsITransactionManager **_retval);
2397 nsresult SetTransactionManager(nsITransactionManager *aTransactionManager);
2398 nsresult DoTransaction([in] nsITransaction *txn);
2399 nsresult EnableUndo([in] PRBool enable);
2400 nsresult Undo([in] PRUint32 count);
2401 nsresult CanUndo([out] PRBool *isEnabled, [out] PRBool *canUndo);
2402 nsresult Redo([in] PRUint32 count);
2403 nsresult CanRedo([out] PRBool *isEnabled, [out] PRBool *canRedo);
2404 nsresult BeginTransaction();
2405 nsresult EndTransaction();
2406 nsresult BeginPlaceHolderTransaction([in] nsIAtom *name);
2407 nsresult EndPlaceHolderTransaction();
2408 nsresult ShouldTxnSetSelection([out] PRBool *_retval);
2409 nsresult SetShouldTxnSetSelection([in] PRBool should);
2410 nsresult GetInlineSpellChecker([out] nsIInlineSpellChecker **_retval);
2411 nsresult SyncRealTimeSpell();
2412 nsresult SetSpellcheckUserOverride(PRBool enable);
2414 nsresult CanCut([out] PRBool *_retval);
2416 nsresult CanCopy([out] PRBool *_retval);
2417 nsresult Paste([in] PRInt32 aSelectionType);
2418 nsresult CanPaste([in] PRInt32 aSelectionType, [out] PRBool *_retval);
2419 nsresult SelectAll();
2420 nsresult BeginningOfDocument();
2421 nsresult EndOfDocument();
2422 nsresult CanDrag([in] nsIDOMEvent *aEvent, [out] PRBool *_retval);
2423 nsresult DoDrag([in] nsIDOMEvent *aEvent);
2424 nsresult InsertFromDrop([in] nsIDOMEvent *aEvent);
2425 nsresult SetAttribute([in] nsIDOMElement *aElement, [in] const nsAString *attributestr, [in] const nsAString *attvalue);
2426 nsresult GetAttributeValue([in] nsIDOMElement *aElement, [in] const nsAString *attributestr, [out] nsAString *resultValue, PRBool *_retval);
2427 nsresult RemoveAttribute([in] nsIDOMElement *aElement, [in] const nsAString *aAttribute);
2428 nsresult CloneAttribute([in] const nsAString *aAttribute, [in] nsIDOMNode *aDestNode, [in] nsIDOMNode *aSourceNode);
2429 nsresult CloneAttributes([in] nsIDOMNode *destNode, [in] nsIDOMNode *sourceNode);
2430 nsresult CreateNode([in] const nsAString *tag, [in] nsIDOMNode *parent, [in] PRInt32 position, [out] nsIDOMNode **_retval);
2431 nsresult InsertNode([in] nsIDOMNode *node, [in] nsIDOMNode *parent, [in] PRInt32 aPosition);
2432 nsresult SplitNode([in] nsIDOMNode *existingRightNode, [in] PRInt32 offset, [out] nsIDOMNode **newLeftNode);
2433 nsresult JoinNodes([in] nsIDOMNode *leftNode, [in] nsIDOMNode *rightNode, [in] nsIDOMNode *parent);
2434 nsresult DeleteNode([in] nsIDOMNode *child);
2435 nsresult MarkNodeDirty([in] nsIDOMNode *node);
2436 nsresult SwitchTextDirection();
2437 nsresult OutputToString([in] nsAString formatType, [in] PRUint32 flags, [out] nsAString *_retval);
2438 nsresult OutputToStream([in] nsIOutputStream *aStream, [in] nsAString *formatType, [in] nsACString *charsetOverride, [in] PRUint32 flags);
2439 nsresult AddEditorObserver([in] nsIEditorObserver *observer);
2440 nsresult RemoveEditorObserver([in] nsIEditorObserver *observer);
2441 nsresult AddEditActionListener([in] nsIEditActionListener *listener);
2442 nsresult RemoveEditActionListener([in] nsIEditActionListener *listener);
2443 nsresult AddDocumentStateListener([in] nsIDocumentStateListener *listener);
2444 nsresult RemoveDocumentStateListener([in] nsIDocumentStateListener *listener);
2445 nsresult DumpContentTree();
2446 nsresult DebugDumpContent();
2447 nsresult DebugUnitTests([out] PRInt32 *outNumTests, [out] PRInt32 *outNumTestsFailed);
2448 PRBool IsModifiableNode(nsIDOMNode *aNode);
2453 uuid(afc36593-5787-4420-93d9-b2c0ccbf0cad),
2457 interface nsIHTMLEditor : nsISupports
2459 nsresult AddDefaultProperty([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue);
2460 nsresult RemoveDefaultProperty([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue);
2461 nsresult RemoveAllDefaultProperties();
2462 nsresult SetCSSInlineProperty([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue);
2463 nsresult SetInlineProperty([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue);
2464 nsresult GetInlineProperty([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue, [out] PRBool *aFirst, [out] PRBool *aAny, [out] PRBool *aAll);
2465 nsresult GetInlinePropertyWithAttrValue([in] nsIAtom *aProperty, [in] nsAString *aAttribute, [in] nsAString *aValue, [out] PRBool *aFirst, [out] PRBool *aAny, [out] PRBool *aAll, [out] nsAString *_retval);
2466 nsresult RemoveAllInlineProperties();
2467 nsresult RemoveInlineProperty([in] nsIAtom *aProperty, [in] nsAString *aAttribute);
2468 nsresult IncreaseFontSize();
2469 nsresult DecreaseFontSize();
2470 nsresult CanDrag([in] nsIDOMEvent *aEvent, [out] PRBool *_retval);
2471 nsresult DoDrag([in] nsIDOMEvent *aEvent);
2472 nsresult InsertFromDrop([in] nsIDOMEvent *aEvent);
2473 nsresult NodeIsBlock([in] nsIDOMNode *node, PRBool *_retval);
2474 nsresult InsertHTML([in] nsAString *aInputString);
2475 nsresult PasteNoFormatting([in] PRInt32 aSelectionType);
2476 nsresult RebuildDocumentFromSource([in] nsAString *aSourceString);
2477 nsresult InsertHTMLWithContext([in] nsAString *aInputString, [in] nsAString *aContextStr, [in] nsAString *aInfoStr, [in] nsAString *aFlavor, [in] nsIDOMDocument *aSourceDoc, [in] nsIDOMNode *aDestinationNode, [in] PRInt32 aDestinationOffset, [in] PRBool aDeleteSelection);
2478 nsresult InsertElementAtSelection([in] nsIDOMElement *aElement, [in] PRBool aDeleteSelection);
2479 nsresult SetDocumentTitle([in] nsAString *aTitle);
2480 nsresult UpdateBaseURL();
2481 nsresult SelectElement([in] nsIDOMElement *aElement);
2482 nsresult SetCaretAfterElement([in] nsIDOMElement *aElement);
2483 nsresult SetParagraphFormat([in] nsAString *aParagraphFormat);
2484 nsresult GetParagraphState([out] PRBool *aMixed, [out] nsAString *_retval);
2485 nsresult GetFontFaceState([out] PRBool *aMixed, [out] nsAString *_retval);
2486 nsresult GetFontColorState([out] PRBool *aMixed, [out] nsAString *_retval);
2487 nsresult GetBackgroundColorState([out] PRBool *aMixed, [out] nsAString *_retval);
2488 nsresult GetHighlightColorState([out] PRBool *aMixed, [out] nsAString *_retval);
2489 nsresult GetListState([out] PRBool *aMixed, [out] PRBool *aOL, [out] PRBool *aUL, [out] PRBool *aDL);
2490 nsresult GetListItemState([out] PRBool *aMixed, [out] PRBool *aLI, [out] PRBool *aDT, [out] PRBool *aDD);
2491 nsresult GetAlignment([out] PRBool *aMixed, [out] PRInt16 *aAlign);
2492 nsresult GetIndentState([out] PRBool *aCanIndent, [out] PRBool *aCanOutdent);
2493 nsresult MakeOrChangeList([in] nsAString *aListType, [in] PRBool entireList, [in] nsAString *aBulletType);
2494 nsresult RemoveList([in] nsAString *aListType);
2495 nsresult Indent([in] nsAString *aIndent);
2496 nsresult Align([in] nsAString *aAlign);
2497 nsresult GetElementOrParentByTagName([in] nsAString *aTagName, [in] nsIDOMNode *aNode, [out] nsIDOMElement **_retval);
2498 nsresult GetSelectedElement([in] nsAString *aTagName, [out] nsIDOMElement **_retval);
2499 nsresult GetHeadContentsAsHTML([out] nsAString *_retval);
2500 nsresult ReplaceHeadContentsWithHTML([in] nsAString *aSourceToInsert);
2501 nsresult CreateElementWithDefaults([in] nsAString *aTagName, [out] nsIDOMElement **_retval);
2502 nsresult InsertLinkAroundSelection([in] nsIDOMElement *aAnchorElement);
2503 nsresult SetBackgroundColor([in] nsAString *aColor);
2504 nsresult SetBodyAttribute([in] nsAString *aAttr, [in] nsAString *aValue);
2505 nsresult IgnoreSpuriousDragEvent([in] PRBool aIgnoreSpuriousDragEvent);
2506 nsresult GetLinkedObjects([out] nsISupportsArray **_retval);
2507 nsresult GetIsCSSEnabled([out] PRBool *_retval);
2508 nsresult SetIsCSSEnabled([in] PRBool prb);
2509 nsresult AddInsertionListener([in] nsIContentFilter *inFilter);
2510 nsresult RemoveInsertionListener([in] nsIContentFilter *inFilter);
2511 nsresult CreateAnonymousElement([in] nsAString *aTag, [in] nsIDOMNode *aParentNode, [in] nsAString *aAnonClass, [in] PRBool aIsCreatedHidden, [out] nsIDOMElement **_retval);
2512 nsresult GetSelectionContainer([out] nsIDOMElement **_retval);
2513 nsresult CheckSelectionStateForAnonymousButtons([in] nsISelection *aSelection);
2514 nsresult IsAnonymousElement([in] nsIDOMElement *aElement, [out] PRBool *_retval);
2515 nsresult GetReturnInParagraphCreatesNewParagraph([out] PRBool *_retval);
2516 nsresult SetReturnInParagraphCreatesNewParagraph([in] PRBool prb);
2521 uuid(365d600b-868a-452a-8de8-f46fad8fee53),
2525 interface nsIMutationObserver : nsISupports
2527 void CharacterDataWillChange(nsIDocument *aDocument, nsIContent *aContent,
2528 void /*CharacterDataChangeInfo*/ *aInfo);
2529 void CharacterDataChanged(nsIDocument *aDocument, nsIContent *aContent,
2530 void /*CharacterDataChangeInfo*/ *aInfo);
2531 void AttributeWillChange(nsIDocument *aDocument, nsIContent * aContent, PRInt32 aNameSpaceID,
2532 nsIAtom *aAttribute, PRInt32 aModType);
2533 void AttributeChanged(nsIDocument *aDocument, nsIContent *aContent, PRInt32 aNameSpaceID,
2534 nsIAtom *aAttribute, PRInt32 aModType, PRUint32 aStateMask);
2535 void ContentAppended(nsIDocument *aDocument, nsIContent *aContainer, PRInt32 aNewIndexInContainer);
2536 void ContentInserted(nsIDocument *aDocument, nsIContent *aContainer, nsIContent *aChild,
2537 PRInt32 aIndexInContainer);
2538 void ContentRemoved(nsIDocument *aDocument, nsIContent *aContainer, nsIContent *aChild,
2539 PRInt32 aIndexInContainer);
2540 void NodeWillBeDestroyed(const nsINode *aNode);
2541 void ParentChainChanged(nsIContent *aContent);
2546 uuid(4e14e321-a4bb-49f8-a57a-2363668d14d0),
2550 interface nsIDocumentObserver : nsIMutationObserver
2552 typedef int nsUpdateType;
2554 void BeginUpdate(nsIDocument *aDocument, nsUpdateType aUpdateType);
2555 void EndUpdate(nsIDocument *aDocument, nsUpdateType aUpdateType);
2556 void BeginLoad(nsIDocument *aDocument);
2557 void EndLoad(nsIDocument *aDocument);
2558 void ContentStatesChanged(nsIDocument *aDocument, nsIContent *aContent1, nsIContent *aContent2,
2559 PRInt32 aStateMask);
2560 void StyleSheetAdded(nsIDocument *aDocument, nsIStyleSheet *aStyleSheet, PRBool aDocumentSheet);
2561 void StyleSheetRemoved(nsIDocument *aDocument, nsIStyleSheet *aStyleSheet, PRBool aDocumentSheet);
2562 void StyleSheetApplicableStateChanged(nsIDocument *aDocument, nsIStyleSheet *aStyleSheet,
2563 PRBool aApplicable);
2564 void StyleRuleChanged(nsIDocument *aDocument, nsIStyleSheet *aStyleSheet, nsIStyleRule *aOldStyleRule,
2565 nsIStyleRule *aNewStyleRule);
2566 void StyleRuleAdded(nsIDocument *aDocument, nsIStyleSheet *aStyleSheet, nsIStyleRule *aStyleRule);
2567 void StyleRuleRemoved(nsIDocument *aDocument, nsIStyleSheet *aStyleSheet, nsIStyleRule *aStyleRule);
2568 void BindToDocument(nsIDocument *aDocument, nsIContent *aContent);
2569 void DoneAddingChildren(nsIContent *aContent, PRBool aHaveNotified);
2574 * This is a private Wine interface that is implemented by our implementation
2575 * of nsIURI to store its owner.
2579 uuid(5088272e-900b-11da-c687-000fea57f21a),
2583 interface nsIWineURI : nsIURL
2585 typedef struct NSContainer NSContainer;
2587 nsresult GetNSContainer(NSContainer **aNSContainer);
2588 nsresult SetNSContainer(NSContainer *aNSContainer);
2589 nsresult GetIsDocumentURI(PRBool *aIsDocumentURI);
2590 nsresult SetIsDocumentURI(PRBool aIsDocumentURI);
2591 nsresult GetWineURL(LPCWSTR *aURL);
2592 nsresult SetWineURL(LPCWSTR aURL);