Interface cleanup. Not part of the build.

This commit is contained in:
jst%netscape.com 2001-02-09 11:47:40 +00:00
Родитель e430a9dcde
Коммит a9e8dd3f04
4 изменённых файлов: 14 добавлений и 3 удалений

Просмотреть файл

Просмотреть файл

@ -21,6 +21,9 @@
#include "domstubs.idl"
interface nsIDOMLocation;
[scriptable, uuid(a6cf90c5-15b3-11d2-932e-00805f8add32)]
interface nsIDOMNSHTMLDocument : nsISupports
{
@ -35,12 +38,14 @@ interface nsIDOMNSHTMLDocument : nsISupports
readonly attribute nsIDOMHTMLCollection embeds;
// location is settable too but when set it's always set to a string
// so we can't express that in XPIDL.
readonly attribute nsIDOMLocation location;
DOMString getSelection();
nsISupports namedItem(in DOMString name);
void open(/* ... */);
void write(in DOMString data /*, ... */);
void writeln(in DOMString data /*, ... */);
nsIDOMDocument open(/* ... */);
void clear();
void captureEvents(in long eventFlags);

Просмотреть файл

@ -21,6 +21,9 @@
#include "domstubs.idl"
interface nsIControllers;
[scriptable, uuid(993d2efc-a768-11d3-bccd-0060b0fc76bd)]
interface nsIDOMNSHTMLInputElement : nsISupports
{

Просмотреть файл

@ -21,6 +21,9 @@
#include "domstubs.idl"
interface nsIControllers;
[scriptable, uuid(ca066b44-9ddf-11d3-bccc-0060b0fc76bd)]
interface nsIDOMNSHTMLTextAreaElement : nsISupports
{