зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset a03d97422b73 to re-land with correct bug number. DONTBUILD
--HG-- extra : rebase_source : bc48165bcabfdcc53175db9d6409093e86a12e86
This commit is contained in:
Родитель
807b164e44
Коммит
71f6d3cce4
|
@ -1984,11 +1984,6 @@ ToCanonicalSupports(nsINode* aPointer)
|
|||
aLocalName = nsINode::LocalName(); \
|
||||
return NS_OK; \
|
||||
} \
|
||||
NS_IMETHOD UnusedPlaceholder(bool* aResult) __VA_ARGS__ \
|
||||
{ \
|
||||
*aResult = false; \
|
||||
return NS_OK; \
|
||||
} \
|
||||
NS_IMETHOD GetDOMBaseURI(nsAString& aBaseURI) __VA_ARGS__ \
|
||||
{ \
|
||||
nsINode::GetBaseURI(aBaseURI); \
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* http://www.w3.org/TR/DOM-Level-2-Core/
|
||||
*/
|
||||
|
||||
[builtinclass, uuid(7db491e8-a3a3-4432-ad67-e6c33e24ac6d)]
|
||||
[builtinclass, uuid(7d0582bd-09a7-430e-969b-054abbea19fe)]
|
||||
interface nsIDOMAttr : nsIDOMNode
|
||||
{
|
||||
readonly attribute DOMString name;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* http://www.w3.org/TR/DOM-Level-2-Core/
|
||||
*/
|
||||
|
||||
[uuid(e14ef131-34cc-40c8-9c99-a403c001184a)]
|
||||
[uuid(4ac42d40-69b7-4506-b730-c41ec74b74bd)]
|
||||
interface nsIDOMCDATASection : nsIDOMText
|
||||
{
|
||||
};
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* http://www.w3.org/TR/DOM-Level-2-Core/
|
||||
*/
|
||||
|
||||
[uuid(4109a2d2-e7af-445d-bb72-c7c9b875f35e)]
|
||||
[uuid(844b8e7e-6d37-4fa1-8196-86e3afdfa0ca)]
|
||||
interface nsIDOMCharacterData : nsIDOMNode
|
||||
{
|
||||
attribute DOMString data;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* http://www.w3.org/TR/DOM-Level-2-Core/
|
||||
*/
|
||||
|
||||
[uuid(e7866ff8-b7fc-494f-87c0-fb017d8a4d30)]
|
||||
[uuid(c1a1d2ea-e106-4ee8-806d-2633468e8098)]
|
||||
interface nsIDOMComment : nsIDOMCharacterData
|
||||
{
|
||||
};
|
||||
|
|
|
@ -32,7 +32,7 @@ interface nsIDOMLocation;
|
|||
* http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html
|
||||
*/
|
||||
|
||||
[uuid(35dc5030-dc83-4291-88a2-0906c549788e)]
|
||||
[uuid(08c6400b-0b6d-4ce6-b88d-e7a15a9c7c03)]
|
||||
interface nsIDOMDocument : nsIDOMNode
|
||||
{
|
||||
readonly attribute nsIDOMDocumentType doctype;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* http://www.w3.org/TR/DOM-Level-2-Core/
|
||||
*/
|
||||
|
||||
[builtinclass, uuid(48eb8d72-95bb-402e-a8fc-f2b187abcbdb)]
|
||||
[builtinclass, uuid(24b34c61-7326-42d4-87ec-5d3b5c0b1b26)]
|
||||
interface nsIDOMDocumentFragment : nsIDOMNode
|
||||
{
|
||||
/**
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* http://www.w3.org/TR/DOM-Level-2-Core/
|
||||
*/
|
||||
|
||||
[uuid(cd7467b9-0f26-4787-a359-66e80ba8db92)]
|
||||
[uuid(23c1f549-d40b-49b8-992e-2a1136afa13f)]
|
||||
interface nsIDOMDocumentType : nsIDOMNode
|
||||
{
|
||||
readonly attribute DOMString name;
|
||||
|
|
|
@ -15,7 +15,7 @@ interface nsIDOMMozNamedAttrMap;
|
|||
* http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-element
|
||||
*/
|
||||
|
||||
[uuid(6289999b-1008-4269-b42a-413ec5a9d3f4)]
|
||||
[uuid(59eb63f9-c8c0-41d2-bf73-739de43b17f9)]
|
||||
interface nsIDOMElement : nsIDOMNode
|
||||
{
|
||||
readonly attribute DOMString tagName;
|
||||
|
|
|
@ -16,7 +16,7 @@ interface nsIVariant;
|
|||
* http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html
|
||||
*/
|
||||
|
||||
[uuid(cc35b412-009b-46a3-9be0-76448f12548d)]
|
||||
[uuid(238222a9-7aa5-4804-9f86-484853ce4b15)]
|
||||
interface nsIDOMNode : nsISupports
|
||||
{
|
||||
const unsigned short ELEMENT_NODE = 1;
|
||||
|
@ -69,9 +69,6 @@ interface nsIDOMNode : nsISupports
|
|||
// Introduced in DOM Level 2:
|
||||
readonly attribute DOMString localName;
|
||||
|
||||
// For vtable compatibility (see bug 1078674)
|
||||
[noscript] bool unusedPlaceholder();
|
||||
|
||||
// Introduced in DOM Level 3:
|
||||
// This uses a binaryname to avoid warnings due to name collision with
|
||||
// nsINode::GetBaseURI
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html
|
||||
*/
|
||||
|
||||
[uuid(5a139df7-04d0-438d-bd18-d8122564258f)]
|
||||
[uuid(d0163f44-8f5b-4234-b3aa-43cab64e2039)]
|
||||
interface nsIDOMProcessingInstruction : nsIDOMCharacterData
|
||||
{
|
||||
readonly attribute DOMString target;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html
|
||||
*/
|
||||
|
||||
[uuid(67273994-6aff-4091-9de9-b788a249f783)]
|
||||
[uuid(775bbd26-1581-4e54-b82c-5d9dc5a3363b)]
|
||||
interface nsIDOMText : nsIDOMCharacterData
|
||||
{
|
||||
nsIDOMText splitText(in unsigned long offset)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "nsIDOMDocument.idl"
|
||||
|
||||
[uuid(867379ce-165b-4b8c-8582-299b38096aa8)]
|
||||
[uuid(1d54e44a-2012-4567-805d-bd5455fc6421)]
|
||||
interface nsIDOMXMLDocument : nsIDOMDocument
|
||||
{
|
||||
// DOM Level 3 Load & Save, DocumentLS
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*/
|
||||
interface nsISelection;
|
||||
|
||||
[uuid(bd2a0a46-17e4-46ea-9e5d-6a97cf5e3b28)]
|
||||
[uuid(abf369fb-a8b2-4fba-95f5-9e4a896e40a8)]
|
||||
interface nsIDOMHTMLDocument : nsIDOMDocument
|
||||
{
|
||||
attribute DOMString domain;
|
||||
|
|
|
@ -19,7 +19,7 @@ interface nsIDOMHTMLMenuElement;
|
|||
* with changes from the work-in-progress WHATWG HTML specification:
|
||||
* http://www.whatwg.org/specs/web-apps/current-work/
|
||||
*/
|
||||
[uuid(b0c42392-d0e7-4f6a-beb5-a698ce648945)]
|
||||
[uuid(8c9472c2-785a-40b6-ad47-4d98e64562bd)]
|
||||
interface nsIDOMHTMLElement : nsIDOMElement
|
||||
{
|
||||
// metadata attributes
|
||||
|
|
|
@ -9,7 +9,7 @@ interface nsIDOMCSSStyleDeclaration;
|
|||
interface nsIDOMCSSValue;
|
||||
|
||||
|
||||
[uuid(c63517c5-8bab-4cd1-8694-bccafc32a195)]
|
||||
[uuid(6618074e-0c77-4fec-8870-a6f79aa79b07)]
|
||||
interface nsIDOMSVGElement : nsIDOMElement
|
||||
{
|
||||
// raises DOMException on setting
|
||||
|
|
|
@ -10,7 +10,7 @@ interface nsIDOMXULCommandDispatcher;
|
|||
interface nsIObserver;
|
||||
interface nsIBoxObject;
|
||||
|
||||
[uuid(5d876ab0-5525-4f38-bc3b-f1190e3e3b90)]
|
||||
[uuid(6f932360-ae43-4fa7-9200-66f64e05a356)]
|
||||
interface nsIDOMXULDocument : nsIDOMDocument
|
||||
{
|
||||
attribute nsIDOMNode popupNode;
|
||||
|
|
|
@ -12,7 +12,7 @@ interface nsIControllers;
|
|||
interface nsIBoxObject;
|
||||
|
||||
|
||||
[uuid(75435ab3-6863-42a1-ade3-025393d9e80e)]
|
||||
[uuid(ef62515d-3160-4463-abd7-fc9b7385ecef)]
|
||||
interface nsIDOMXULElement : nsIDOMElement
|
||||
{
|
||||
// Layout properties
|
||||
|
|
Загрузка…
Ссылка в новой задаче