зеркало из https://github.com/mozilla/gecko-dev.git
fix 5974 by passing parser command to the tag observer
This commit is contained in:
Родитель
11fb5455d7
Коммит
a308b98b00
|
@ -973,7 +973,6 @@ NS_IMETHODIMP CViewSourceHTML::HandleToken(CToken* aToken,nsIParser* aParser) {
|
|||
else return kEOF;
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
if(mParser) {
|
||||
nsAutoString charsetValue;
|
||||
nsCharsetSource charsetSource;
|
||||
|
@ -985,7 +984,6 @@ NS_IMETHODIMP CViewSourceHTML::HandleToken(CToken* aToken,nsIParser* aParser) {
|
|||
result=theService.Notify(theTag,theContext.mTokenNode,(PRUint32)theDocID,
|
||||
kViewSourceCommand,charsetValue,charsetSource);
|
||||
}
|
||||
#endif
|
||||
if(NS_SUCCEEDED(result)) {
|
||||
|
||||
WriteTag(theContext.mTokenNode,*mSink,theEndTag,mIsHTML,mIsPlaintext,theContext);
|
||||
|
|
|
@ -973,7 +973,6 @@ NS_IMETHODIMP CViewSourceHTML::HandleToken(CToken* aToken,nsIParser* aParser) {
|
|||
else return kEOF;
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
if(mParser) {
|
||||
nsAutoString charsetValue;
|
||||
nsCharsetSource charsetSource;
|
||||
|
@ -985,7 +984,6 @@ NS_IMETHODIMP CViewSourceHTML::HandleToken(CToken* aToken,nsIParser* aParser) {
|
|||
result=theService.Notify(theTag,theContext.mTokenNode,(PRUint32)theDocID,
|
||||
kViewSourceCommand,charsetValue,charsetSource);
|
||||
}
|
||||
#endif
|
||||
if(NS_SUCCEEDED(result)) {
|
||||
|
||||
WriteTag(theContext.mTokenNode,*mSink,theEndTag,mIsHTML,mIsPlaintext,theContext);
|
||||
|
|
Загрузка…
Ссылка в новой задаче