2001-09-29 00:14:13 +04:00
|
|
|
/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
1999-06-03 08:39:14 +04:00
|
|
|
|
|
|
|
/* DOM stubs so that we can pass DOM objects across XPConnect */
|
|
|
|
|
|
|
|
%{C++
|
|
|
|
/* C++ should ignore this file because there are real DOM interfaces
|
|
|
|
elsewhere, so if 0 it out
|
|
|
|
*/
|
|
|
|
#if 0
|
|
|
|
%}
|
|
|
|
|
|
|
|
#include "domstubs.idl"
|
|
|
|
|
2012-04-12 01:55:21 +04:00
|
|
|
[scriptable, uuid(7FB67F1D-F1FF-450A-9A63-261344E13AC4)]
|
1999-06-03 08:39:14 +04:00
|
|
|
interface nsIDOMXULElement : nsIDOMElement {};
|
|
|
|
|
2012-04-12 01:55:21 +04:00
|
|
|
[scriptable, uuid(E3F0D263-10A2-4703-BD5F-E68F32F4DC31)]
|
1999-06-03 08:39:14 +04:00
|
|
|
interface nsIDOMXULTreeElement : nsIDOMXULElement {};
|
|
|
|
|
1999-06-09 01:58:32 +04:00
|
|
|
[scriptable, uuid(f3c50361-14fe-11d3-bf87-00105a1b0627)]
|
1999-10-14 14:58:25 +04:00
|
|
|
interface nsIDOMXULCommandDispatcher : nsISupports {};
|
1999-06-09 01:58:32 +04:00
|
|
|
|
2000-01-25 08:09:23 +03:00
|
|
|
[scriptable, uuid(17ddd8c0-c5f8-11d2-a6ae-00104bde6048)]
|
2003-03-26 10:41:30 +03:00
|
|
|
interface nsIDOMXULDocument : nsISupports {};
|
2000-01-25 08:09:23 +03:00
|
|
|
|
1999-06-04 00:47:09 +04:00
|
|
|
%{C++
|
1999-06-03 08:39:14 +04:00
|
|
|
#endif
|
|
|
|
%}
|