Split the nsCSSRuleProcessor half of nsCSSStyleSheet.cpp into nsCSSRuleProcessor.cpp. b=332136 r+sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@193459 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2006-04-03 23:52:17 +00:00
parent e9fd34c810
commit 96844bf90f
5 changed files with 2061 additions and 2029 deletions

View File

@@ -130,6 +130,7 @@ CPPSRCS = \
nsCSSPseudoClasses.cpp \
nsCSSPseudoElements.cpp \
nsCSSRule.cpp \
nsCSSRuleProcessor.cpp \
nsCSSRules.cpp \
nsCSSScanner.cpp \
nsCSSStruct.cpp \

File diff suppressed because it is too large Load Diff

View File

@@ -46,9 +46,9 @@
#define nsCSSRuleProcessor_h_
#include "nsIStyleRuleProcessor.h"
#include "nsCSSStyleSheet.h"
struct RuleCascadeData;
class nsICSSStyleSheet;
/**
* The CSS style rule processor provides a mechanism for sibling style

File diff suppressed because it is too large Load Diff

View File

@@ -61,7 +61,7 @@ class nsRuleWalker;
class nsAttrValue;
// The implementation of the constructor and destructor are currently in
// nsCSSStyleSheet.cpp.
// nsCSSRuleProcessor.cpp.
struct RuleProcessorData {
RuleProcessorData(nsPresContext* aPresContext,