gecko-dev/htmlparser/src
2001-05-16 02:49:24 +00:00
..
.cvsignore
CNavDTD.cpp 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
CNavDTD.h 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
COtherDTD.cpp Bug 68213. Require users of nsFixedSizeAllocator to specify object size at Free() time to avoid 8 byte overhead per allocation. r=harishd, brendan, shaver, hyatt; sr=scc 2001-04-04 05:00:08 +00:00
COtherDTD.h Made parser nodes arena allocated. Also, fixed a few potential leaks. 2001-01-25 19:37:23 +00:00
COtherElements.h Bug 74728, take three. Properly handle stack-based tokens; specifically, require that only arena-allocated tokens may have attribute tokens. r=harishd, sr=jst 2001-04-11 03:05:22 +00:00
CParserContext.cpp Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur. 2001-04-26 19:33:12 +00:00
CParserContext.h Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
CRtfDTD.cpp bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc 2001-03-27 11:17:17 +00:00
CRtfDTD.h fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +00:00
Makefile.in Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
makefile.win 68790 - Remove nsHTMLContentSinkStream dependency. Not in use anymore 2001-04-17 23:23:33 +00:00
MANIFEST 68790 - Remove nsHTMLContentSinkStream dependency. Not in use anymore 2001-04-17 23:23:33 +00:00
nsAVLTree.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsAVLTree.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsDTDDebug.cpp removed a few warnings 2001-01-08 06:21:00 +00:00
nsDTDUtils.cpp 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsDTDUtils.h 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsElementTable.cpp 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsElementTable.h 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsExpatDTD.cpp Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur. 2001-04-26 19:33:12 +00:00
nsExpatDTD.h #72239 2001-03-30 14:28:06 +00:00
nsExpatTokenizer.cpp Report the name of the faulty file when there is an XML parsing error. Useful for popup windows or XUL files. b=47416 r=heikki sr=jst 2001-05-16 02:49:24 +00:00
nsExpatTokenizer.h #72239 2001-03-30 14:28:06 +00:00
nsHTMLContentSinkStream.cpp 69455 - enable noframes content when frames are disabled 2001-04-21 22:22:15 +00:00
nsHTMLContentSinkStream.h 69455 - enable noframes content when frames are disabled 2001-04-21 22:22:15 +00:00
nsHTMLEntities.cpp bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc 2001-03-27 11:17:17 +00:00
nsHTMLEntities.h Changes to parser to allow less copying. Use of the new nsSliding[Sub]String classes so that tokens can hold substrings that keep references into the scanner buffer. Cleaned up token interface and general string usage. r=harishd,heikki sr=jst 2000-12-12 21:58:14 +00:00
nsHTMLEntityList.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsHTMLNullSink.cpp 69455 - enable noframes content when frames are disabled 2001-04-21 22:22:15 +00:00
nshtmlpars.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsHTMLParser.cpp
nsHTMLTagList.h Use hastable based nsStaticNameTable rather than slower and fatter AVLTree for static names. fix bug 48855. r=harishd,attinasi 2000-08-22 06:57:32 +00:00
nsHTMLTags.cpp Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer. 2000-10-07 10:57:30 +00:00
nsHTMLTags.h 69331 - <?XML..> does not require BODY!! 2001-03-31 22:44:05 +00:00
nsHTMLTokenizer.cpp 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsHTMLTokenizer.h 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsHTMLTokens.cpp 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsHTMLTokens.h Bug 68213. Require users of nsFixedSizeAllocator to specify object size at Free() time to avoid 8 byte overhead per allocation. r=harishd, brendan, shaver, hyatt; sr=scc 2001-04-04 05:00:08 +00:00
nsIContentSink.h Work done by Vidur and me. Added a FlushPendingNotifications() method to the document. This method flushes the pending content notifications from the content sink and the pending reflow notifications from the pres shell. This code is turned off for now so that it can be tested more thoroughly by Vidur and me. 2000-01-24 06:43:15 +00:00
nsIDTD.h Bug 44564. Problems with internal subset, especially with view source XML. Also fixed CDATA section problems. Some cleanups. r=harishd, sr=vidur. 2001-02-03 01:13:55 +00:00
nsIDTDDebug.h Forward declaration of eHTMLTags is not needed if including nsHTMLTokens.h. Should help fix speedracer bustage. -cls 2000-08-31 09:30:17 +00:00
nsIElementObserver.h 62754 - Fix meta charset that was getting ignored. 2000-12-21 20:46:00 +00:00
nsIExpatTokenizer.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIHTMLContentSink.h 69455 - enable noframes content when frames are disabled 2001-04-21 22:22:15 +00:00
nsIHTMLFragmentContentSink.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsILoggingSink.h various bug fixes and landed blizzard patch to remove iostream from parser. r=harish, attinasi, kmcclusk; sr=buster 2001-01-08 03:37:15 +00:00
nsIParser.h 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsIParserFilter.h Changes to parser to allow less copying. Use of the new nsSliding[Sub]String classes so that tokens can hold substrings that keep references into the scanner buffer. Cleaned up token interface and general string usage. r=harishd,heikki sr=jst 2000-12-12 21:58:14 +00:00
nsIParserNode.h Bug 68213. Require users of nsFixedSizeAllocator to specify object size at Free() time to avoid 8 byte overhead per allocation. r=harishd, brendan, shaver, hyatt; sr=scc 2001-04-04 05:00:08 +00:00
nsIParserService.h 69826 - Flush conten model to access named items 2001-03-11 20:47:06 +00:00
nsITokenHandler.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsITokenizer.h Bug 64448, comments in internal subset moved to before internal subset. I also fixed some static global variables and NS_GET_IID stuff. r=harishd, sr=vidur. 2001-01-17 18:59:12 +00:00
nsLoggingSink.cpp landing string branch; see bug #73786 2001-04-02 19:40:52 +00:00
nsLoggingSink.h 69455 - enable noframes content when frames are disabled 2001-04-21 22:22:15 +00:00
nsParser.cpp Bugzilla Bug 77080 Show application/x-javascript in browser window instead of trying to download 2001-05-03 22:28:44 +00:00
nsParser.h 68790 - Remove nsHTMLContentSinkStream dependency. Not in use anymore 2001-04-17 23:23:33 +00:00
nsParserCIID.h Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst. 2001-03-10 21:02:12 +00:00
nsParserError.h Report the name of the faulty file when there is an XML parsing error. Useful for popup windows or XUL files. b=47416 r=heikki sr=jst 2001-05-16 02:49:24 +00:00
nsParserFactory.cpp Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst. 2001-03-10 21:02:12 +00:00
nsParserModule.cpp 68790 - Remove nsHTMLContentSinkStream dependency. Not in use anymore 2001-04-17 23:23:33 +00:00
nsParserNode.cpp 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsParserNode.h Bug 74728, take three. Properly handle stack-based tokens; specifically, require that only arena-allocated tokens may have attribute tokens. r=harishd, sr=jst 2001-04-11 03:05:22 +00:00
nsScanner.cpp Improve performance of nsScanner::ReadUntil by requiring the terminal set to be nsAFlatString and using an nested while loop rather than calling a string find function. b=65431 r=harishd@netscape.com sr=vidur@netscape.com 2001-04-28 02:03:18 +00:00
nsScanner.h Improve performance of nsScanner::ReadUntil by requiring the terminal set to be nsAFlatString and using an nested while loop rather than calling a string find function. b=65431 r=harishd@netscape.com sr=vidur@netscape.com 2001-04-28 02:03:18 +00:00
nsTagHandler.h fixed nsbeta3 bugs (crash and compatibility), an FMM, reduced memory usage. Top100+Regression tests ok. R=harishd/buster 2000-09-08 23:06:13 +00:00
nsToken.cpp Change implicit conversion from 2001-03-08 08:05:05 +00:00
nsToken.h Bug 74728, take three. Properly handle stack-based tokens; specifically, require that only arena-allocated tokens may have attribute tokens. r=harishd, sr=jst 2001-04-11 03:05:22 +00:00
nsTokenHandler.cpp Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
nsTokenHandler.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsTokenizer.cpp
nsTokenizer.h
nsValidDTD.cpp 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsValidDTD.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsViewSourceHTML.cpp Checking in patch from sbanu@softwin.ro that enables view-source of text/sgml in mozilla, fixes bug 76671. r=harishd@netscape.com, sr=me. 2001-05-04 10:13:25 +00:00
nsViewSourceHTML.h Fix bug 76567 (load viewsource.css on demand rather than at startup) and bug 60892 (show title on the viewsource window). Patch mostly by bzbarsky@mit.edu r=harishd,brendan sr=jst 2001-05-02 04:55:30 +00:00
nsWellFormedDTD.cpp Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur. 2001-04-26 19:33:12 +00:00
nsWellFormedDTD.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
nsXMLTokenizer.cpp 75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html ) 2001-05-15 22:32:26 +00:00
nsXMLTokenizer.h 46702 ( nsbeta3+ ) Partial - Made token cache to be arena based. 2000-08-30 18:22:03 +00:00
prstrm.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
prstrm.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
SelfTest.cpp Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst. 2001-03-10 21:02:12 +00:00
win32.order 65845 - new order files 2001-04-05 06:02:32 +00:00