Merge from trunk.

git-svn-id: svn://10.0.0.236/branches/SVG_20020806_BRANCH@144425 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alex.fritze%crocodile-clips.com
2003-07-03 09:22:31 +00:00
parent 89967ac8f4
commit 427669723f
8 changed files with 295 additions and 322 deletions

View File

@@ -855,7 +855,7 @@ static const nsModuleComponentInfo gComponents[] = {
{ "CSS parser",
NS_CSSPARSER_CID,
nsnull,
"@mozilla.org/content/css-parser;1",
CreateCSSParser },
{ "CSS loader",
@@ -899,7 +899,7 @@ static const nsModuleComponentInfo gComponents[] = {
{ "Dom selection",
NS_DOMSELECTION_CID,
nsnull,
"@mozilla.org/content/dom-selection;1",
CreateDOMSelection },
{ "Frame selection",
@@ -909,37 +909,37 @@ static const nsModuleComponentInfo gComponents[] = {
{ "Range",
NS_RANGE_CID,
nsnull,
"@mozilla.org/content/range;1",
CreateRange },
{ "Range Utils",
NS_RANGEUTILS_CID,
nsnull,
"@mozilla.org/content/range-utils;1",
CreateRangeUtils },
{ "Content iterator",
NS_CONTENTITERATOR_CID,
nsnull,
"@mozilla.org/content/post-content-iterator;1",
CreateContentIterator },
{ "Pre Content iterator",
NS_PRECONTENTITERATOR_CID,
nsnull,
"@mozilla.org/content/pre-content-iterator;1",
CreatePreContentIterator },
{ "Generated Content iterator",
NS_GENERATEDCONTENTITERATOR_CID,
nsnull,
"@mozilla.org/content/generated-content-iterator;1",
CreateGeneratedContentIterator },
{ "Generated Subtree iterator",
NS_GENERATEDSUBTREEITERATOR_CID,
nsnull,
"@mozilla.org/content/generated-subtree-content-iterator;1",
CreateGeneratedSubtreeIterator },
{ "Subtree iterator",
NS_SUBTREEITERATOR_CID,
nsnull,
"@mozilla.org/content/subtree-content-iterator;1",
CreateSubtreeIterator },
{ "CSS Object Model Factory",