.. |
.cvsignore
|
backed out previous change
|
1999-02-13 03:38:48 +00:00 |
CNavDTD.cpp
|
reviewed by rickg. Pick up meta tag and change converter
|
1999-03-08 20:00:23 +00:00 |
CNavDTD.h
|
fixed build bustage
|
1999-02-19 03:28:27 +00:00 |
COtherDTD.cpp
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
COtherDTD.h
|
new primaryDetect code in DTD detection system; fixes XIF
|
1999-02-18 23:45:44 +00:00 |
CParserContext.cpp
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
CParserContext.h
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
CRtfDTD.cpp
|
add static to GetTagName to reduce Macintosh compiler warnings
|
1999-03-02 23:28:04 +00:00 |
CRtfDTD.h
|
new primaryDetect code in DTD detection system; fixes XIF
|
1999-02-18 23:45:44 +00:00 |
Makefile.in
|
Exported nsParserError.h.
|
1999-03-06 01:29:11 +00:00 |
makefile.win
|
Exporting nsParserError.h...
|
1999-03-06 01:32:00 +00:00 |
MANIFEST
|
Adding nsParserError.h for export.
|
1999-03-06 01:20:18 +00:00 |
nsDTDDebug.cpp
|
fixed a dozen new parser bugs
|
1999-01-15 19:29:35 +00:00 |
nsDTDUtils.cpp
|
Checking in the first stab at error propagation from the expat parser to the content sink. The flow of control is as follows. The tokenizer creates an error token (CErrorToken) when an error occurs in expat and pushes it onto the token dequeue. The DTD forwards the contents of the token to the content sink, which creates content objects to show the error.
|
1999-03-08 17:42:54 +00:00 |
nsDTDUtils.h
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
nsElementTable.cpp
|
We don't create a content node for <NOEMBED> tags.
|
1999-03-02 17:13:55 +00:00 |
nsElementTable.h
|
Included flag kLegalOpen which will be used later
|
1999-03-02 17:13:18 +00:00 |
nsExpatDTD.cpp
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
nsExpatDTD.h
|
newline at end of file for Solaris, whitespace.
|
1999-03-10 09:56:25 +00:00 |
nsExpatTokenizer.cpp
|
Removed bogus addition of text for newlines
|
1999-03-10 01:19:35 +00:00 |
nsExpatTokenizer.h
|
- We weren't adding the tag text to the token created for the end tag. Fixed.
|
1999-03-09 07:39:04 +00:00 |
nsHTMLContentSinkStream.cpp
|
Changed nsIContentSink->NotifyError() to accept an nsParserError argument.
|
1999-03-06 01:48:11 +00:00 |
nsHTMLContentSinkStream.h
|
Changed nsIContentSink->NotifyError() to accept an nsParserError argument.
|
1999-03-06 01:48:11 +00:00 |
nsHTMLEntities.cpp
|
|
|
nsHTMLEntities.h
|
|
|
nsHTMLNullSink.cpp
|
Changed nsIContentSink->NotifyError() to accept an nsParserError argument.
|
1999-03-06 01:48:11 +00:00 |
nshtmlpars.h
|
|
|
nsHTMLParser.cpp
|
|
|
nsHTMLTags.cpp
|
resurecting until UNIX build autogenerate problem is fixed
|
1999-02-13 03:39:50 +00:00 |
nsHTMLTags.h
|
resurecting until UNIX build autogenerate problem is fixed
|
1999-02-13 03:39:50 +00:00 |
nsHTMLTokenizer.cpp
|
Fix to get old XML parser to see CDATASections again
|
1999-03-02 23:20:45 +00:00 |
nsHTMLTokenizer.h
|
Fix to get old XML parser to see CDATASections again
|
1999-03-02 23:20:45 +00:00 |
nsHTMLTokens.cpp
|
Checking in the first stab at error propagation from the expat parser to the content sink. The flow of control is as follows. The tokenizer creates an error token (CErrorToken) when an error occurs in expat and pushes it onto the token dequeue. The DTD forwards the contents of the token to the content sink, which creates content objects to show the error.
|
1999-03-08 17:42:54 +00:00 |
nsHTMLTokens.h
|
Checking in the first stab at error propagation from the expat parser to the content sink. The flow of control is as follows. The tokenizer creates an error token (CErrorToken) when an error occurs in expat and pushes it onto the token dequeue. The DTD forwards the contents of the token to the content sink, which creates content objects to show the error.
|
1999-03-08 17:42:54 +00:00 |
nsHTMLToTXTSinkStream.cpp
|
Changed nsIContentSink->NotifyError() to accept an nsParserError argument. This change is needed for propagating errors from the new expat parser.
|
1999-03-06 02:09:46 +00:00 |
nsHTMLToTXTSinkStream.h
|
Changed nsIContentSink->NotifyError() to accept an nsParserError argument. This change is needed for propagating errors from the new expat parser.
|
1999-03-06 02:09:46 +00:00 |
nsIContentSink.h
|
Changed nsIContentSink->NotifyError() to accept an nsParserError argument.
|
1999-03-06 01:48:11 +00:00 |
nsIDTD.h
|
new primaryDetect code in DTD detection system; fixes XIF
|
1999-02-18 23:45:44 +00:00 |
nsIDTDDebug.h
|
|
|
nsIExpatTokenizer.h
|
Creating nsIExpatTokenizer, an interface that adds methods for setting
|
1999-02-27 08:03:36 +00:00 |
nsIHTMLContentSink.h
|
|
|
nsILoggingSink.h
|
|
|
nsIParser.h
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
nsIParserFilter.h
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
nsIParserNode.h
|
|
|
nsITokenHandler.h
|
A wad of changes to the parser. See my update
|
1999-01-09 01:09:02 +00:00 |
nsITokenizer.h
|
fixed a wad of parser bugs
|
1999-01-26 01:24:31 +00:00 |
nsLoggingSink.cpp
|
Changed nsIContentSink->NotifyError() to accept an nsParserError argument.
|
1999-03-06 01:48:11 +00:00 |
nsParser.cpp
|
reviewed by rickg. Pick up meta tag and change converter
|
1999-03-08 20:00:23 +00:00 |
nsParser.h
|
new primaryDetect code in DTD detection system; fixes XIF
|
1999-02-18 23:45:44 +00:00 |
nsParserCIID.h
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
nsParserError.h
|
First commit for nsParserError struct.
|
1999-03-05 23:24:32 +00:00 |
nsParserFactory.cpp
|
Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends.
|
1999-02-26 10:17:14 +00:00 |
nsParserNode.cpp
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
nsParserNode.h
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
nsScanner.cpp
|
reviewed by rickg. Pick up meta tag and change converter
|
1999-03-08 20:00:23 +00:00 |
nsScanner.h
|
reviewed by rickg. Pick up meta tag and change converter
|
1999-03-08 20:00:23 +00:00 |
nsTagHandler.h
|
added v-dtor to taghander
|
1999-02-16 08:07:20 +00:00 |
nsToken.cpp
|
A wad of changes to the parser. See my update
|
1999-01-09 01:09:02 +00:00 |
nsToken.h
|
A wad of changes to the parser. See my update
|
1999-01-09 01:09:02 +00:00 |
nsTokenHandler.cpp
|
A wad of changes to the parser. See my update
|
1999-01-09 01:09:02 +00:00 |
nsTokenHandler.h
|
A wad of changes to the parser. See my update
|
1999-01-09 01:09:02 +00:00 |
nsTokenizer.cpp
|
|
|
nsTokenizer.h
|
|
|
nsValidDTD.cpp
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
nsValidDTD.h
|
new primaryDetect code in DTD detection system; fixes XIF
|
1999-02-18 23:45:44 +00:00 |
nsViewSourceHTML.cpp
|
add static to reduce Macintosh compiler warnings
|
1999-03-03 14:54:20 +00:00 |
nsViewSourceHTML.h
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
nsWellFormedDTD.cpp
|
Checking in the first stab at error propagation from the expat parser to the content sink. The flow of control is as follows. The tokenizer creates an error token (CErrorToken) when an error occurs in expat and pushes it onto the token dequeue. The DTD forwards the contents of the token to the content sink, which creates content objects to show the error.
|
1999-03-08 17:42:54 +00:00 |
nsWellFormedDTD.h
|
enabled expat in parsing engine
|
1999-03-03 08:34:23 +00:00 |
nsXIFDTD.cpp
|
add static to 2 functions to reduce Macintosh compiler warnings
|
1999-03-03 14:54:48 +00:00 |
nsXIFDTD.h
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
nsXMLTokenizer.cpp
|
add static to ConsumeConditional to reduce Macintosh compiler warnings
|
1999-03-03 15:37:27 +00:00 |
nsXMLTokenizer.h
|
Fix to get old XML parser to see CDATASections again
|
1999-03-02 23:20:45 +00:00 |
prstrm.cpp
|
|
|
prstrm.h
|
|
|
SelfTest.cpp
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |