mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Mac checkin
This commit is contained in:
parent
0384c91bfb
commit
a2729a12bc
@ -33,7 +33,7 @@ class nsString;
|
||||
enum nsCharSetID {
|
||||
eCharSetID_IsoLatin1 = 0,
|
||||
eCharSetID_UTF8,
|
||||
eCharSetID_ShiftJis,
|
||||
eCharSetID_ShiftJis
|
||||
// XXX more i'm sure...
|
||||
};
|
||||
|
||||
|
@ -47,7 +47,7 @@ enum nsContentAttr {
|
||||
|
||||
// Attribute exists and has a value. However, value may be the
|
||||
// empty string. e.g. <TABLE BORDER="1"> or <TABLE BORDER="">
|
||||
eContentAttr_HasValue,
|
||||
eContentAttr_HasValue
|
||||
};
|
||||
|
||||
// A node of content in a documents content model. This interface
|
||||
|
@ -31,7 +31,7 @@ static NS_DEFINE_IID(kIScriptObjectOwnerIID, NS_ISCRIPTOBJECTOWNER_IID);
|
||||
//
|
||||
enum attribute_slot {
|
||||
ATTRIBUTE_VALUE = -1,
|
||||
ATTRIBUTE_SPECIFIED = -2,
|
||||
ATTRIBUTE_SPECIFIED = -2
|
||||
};
|
||||
|
||||
/***********************************************************************/
|
||||
|
@ -47,7 +47,7 @@ enum nsContentAttr {
|
||||
|
||||
// Attribute exists and has a value. However, value may be the
|
||||
// empty string. e.g. <TABLE BORDER="1"> or <TABLE BORDER="">
|
||||
eContentAttr_HasValue,
|
||||
eContentAttr_HasValue
|
||||
};
|
||||
|
||||
// A node of content in a documents content model. This interface
|
||||
|
Binary file not shown.
@ -33,7 +33,7 @@ class nsString;
|
||||
enum nsCharSetID {
|
||||
eCharSetID_IsoLatin1 = 0,
|
||||
eCharSetID_UTF8,
|
||||
eCharSetID_ShiftJis,
|
||||
eCharSetID_ShiftJis
|
||||
// XXX more i'm sure...
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user