gecko-dev/htmlparser/src
timeless%mozdev.org 267497e472 Adding the ablity to disable view source.
patch by dougt r=bz,sr=darin,b=199335
2003-07-30 23:57:39 +00:00
..
.cvsignore
CNavDTD.cpp Adding the ablity to disable view source. 2003-07-30 23:57:39 +00:00
CNavDTD.h Bug 201271 Fix interface inconsistencies in parser 2003-04-09 22:44:25 +00:00
COtherDTD.cpp Adding the ablity to disable view source. 2003-07-30 23:57:39 +00:00
COtherDTD.h Bug 201271 Fix interface inconsistencies in parser 2003-04-09 22:44:25 +00:00
COtherElements.h Initialize userdefined element. b=176709, r=nisheeth@netscape.com, sr=jst@netscape.com 2003-07-01 22:21:20 +00:00
CParserContext.cpp Preserve tokenizer state between document.writes. b=99467, r=heikki@netscape.com, sr=jst@netscape.com 2003-05-28 20:56:21 +00:00
CParserContext.h Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by 2002-08-06 01:22:59 +00:00
jar.mn Bug 15089, make XML parser error messages localizable. r=harishd,ftang, sr=jst. 2001-08-17 23:27:20 +00:00
Makefile.in Adding the ablity to disable view source. 2003-07-30 23:57:39 +00:00
nsDTDUtils.cpp fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs 2003-06-17 16:40:34 +00:00
nsDTDUtils.h Make tag lists more maintainable by using sizeof to determine the array length. b=208846 r=harishd sr=jst 2003-06-10 22:12:28 +00:00
nsElementTable.cpp P should not be allowed to contain TABLE in standards mode. Patch by Mats Palmgren <mats.palmgren@bredband.net>. r=harishd sr=dbaron b=91927 2003-06-11 04:24:25 +00:00
nsElementTable.h P should not be allowed to contain TABLE in standards mode. Patch by Mats Palmgren <mats.palmgren@bredband.net>. r=harishd sr=dbaron b=91927 2003-06-11 04:24:25 +00:00
nsExpatDriver.cpp Remove unused content quality stubs. b=111346 r+sr=bzbarsky 2003-07-22 18:38:08 +00:00
nsExpatDriver.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsHTMLEntities.cpp Fix unicode to entity conversion in case where we have duplicate names for a unicode codepoint to prefer the correct name. Partly based on patch by brade@netscape.com. b=205110 r=alecf sr=heikki a=brendan 2003-05-20 20:53:21 +00:00
nsHTMLEntities.h bug 170219 patch originally by jani.lehtinen@oulu.fi brought to patch form by ajschult@eos.ncsu.edu r=biesi sr=bzbarsky 2002-09-23 16:36:51 +00:00
nsHTMLEntityList.h Fix unicode to entity conversion in case where we have duplicate names for a unicode codepoint to prefer the correct name. Partly based on patch by brade@netscape.com. b=205110 r=alecf sr=heikki a=brendan 2003-05-20 20:53:21 +00:00
nsHTMLTags.cpp fix for bug 200330 - const the heck out of htmlparser! 2003-04-02 22:59:51 +00:00
nsHTMLTokenizer.cpp Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky 2003-07-14 07:37:39 +00:00
nsHTMLTokenizer.h Preserve tokenizer state between document.writes. b=99467, r=heikki@netscape.com, sr=jst@netscape.com 2003-05-28 20:56:21 +00:00
nsHTMLTokens.cpp Fix CDATA tokenization in view-source mode end the CDATA section on "]>", not 2003-06-25 01:29:21 +00:00
nsLoggingSink.cpp Remove unused content quality stubs. b=111346 r+sr=bzbarsky 2003-07-22 18:38:08 +00:00
nsLoggingSink.h Remove unused content quality stubs. b=111346 r+sr=bzbarsky 2003-07-22 18:38:08 +00:00
nsParser.cpp Adding the ablity to disable view source. 2003-07-30 23:57:39 +00:00
nsParser.h fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs 2003-06-17 16:40:34 +00:00
nsParserModule.cpp Adding the ablity to disable view source. 2003-07-30 23:57:39 +00:00
nsParserMsgUtils.cpp Bug 98214, minor performance improvements and cleanup. r=harishd, sr=vidur. 2001-10-12 22:01:19 +00:00
nsParserMsgUtils.h License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
nsParserNode.cpp Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
nsParserNode.h Avoid the call to OpenHead and CloseHead with incorrect parserNode. b=182021, r=heikki, sr=jst 2003-01-03 23:17:22 +00:00
nsParserService.cpp landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions! 2003-03-25 18:55:59 +00:00
nsParserService.h Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 00:16:18 +00:00
nsScanner.cpp fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs 2003-06-17 16:40:34 +00:00
nsScanner.h fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs 2003-06-17 16:40:34 +00:00
nsToken.cpp Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsTokenizer.h
nsViewSourceHTML.cpp Remove unused content quality stubs. b=111346 r+sr=bzbarsky 2003-07-22 18:38:08 +00:00
nsViewSourceHTML.h Put line number ids on all the <pre> blocks that we create; this should make it 2003-05-17 16:15:30 +00:00
win32.order 65845 - new order files 2001-04-05 06:02:32 +00:00
xmlparser.properties Bug 15089, make XML parser error messages localizable. r=harishd,ftang, sr=jst. 2001-08-17 23:27:20 +00:00