Bug 448110 – |--disable-svg| does not build

p=sgautherie Av1 r/sr=jonas Cv1 r=dbaron
This commit is contained in:
Serge Gautherie 2008-08-01 22:23:27 +01:00
Родитель d8358005bf
Коммит 876d746d83
2 изменённых файлов: 9 добавлений и 7 удалений

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

@ -163,10 +163,12 @@ PRBool CheckTagNameWhiteList(PRInt32 aNameSpaceID, nsIAtom *aTagName)
}
}
}
#ifdef MOZ_SVG
else if (aNameSpaceID == kNameSpaceID_SVG &&
aTagName == nsGkAtoms::generic) {
return PR_TRUE;
}
#endif
return PR_FALSE;
}

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

@ -45,7 +45,7 @@
It is designed to be used as inline input to nsCSSKeywords.cpp *only*
through the magic of C preprocessing.
All entires must be enclosed in the macro CSS_KEY which will have cruel
All entries must be enclosed in the macro CSS_KEY which will have cruel
and unusual things done to it
It is recommended (but not strictly necessary) to keep all entries
@ -53,14 +53,14 @@
Requirements:
Entries are in the form: (name,id). 'id' must always be the same as 'name'
Entries are in the form: (name, id). 'id' must always be the same as 'name'
except that all hyphens ('-') in 'name' are converted to underscores ('_')
in 'id'. This lets us do nice things with the macros without having to
copy/convert strings at runtime.
in 'id'. This lets us do nice things with the macros without having to
copy/convert strings at runtime.
'name' entries *must* use only lowercase characters.
** Break these invariants and bad things will happen. **
** Break these invariants and bad things will happen. **
******/
@ -390,6 +390,7 @@ CSS_KEY(ridge, ridge)
CSS_KEY(right, right)
CSS_KEY(right-side, right_side)
CSS_KEY(rightwards, rightwards)
CSS_KEY(round, round)
CSS_KEY(row-resize, row_resize)
CSS_KEY(rtl, rtl)
CSS_KEY(s, s)
@ -594,7 +595,6 @@ CSS_KEY(optimizelegibility, optimizelegibility)
CSS_KEY(optimizespeed, optimizespeed)
CSS_KEY(painted, painted)
CSS_KEY(reset-size, reset_size)
CSS_KEY(round, round)
//CSS_KEY(square, square)
//CSS_KEY(start, start)
CSS_KEY(srgb, srgb)