.. |
.cvsignore
|
…
|
|
CNavDTD.cpp
|
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
|
2001-06-30 11:02:25 +00:00 |
CNavDTD.h
|
Added code to interrupt the parser's processing of tokens if a threshold is exceeded to improve interactivity during long page loads. Turned OFF by default. Can be enabled through a pref. bug 76722 r=harishd@netscape.com,rickg@netscape.com sr=vidur@netscape.com,attinasi@netscape.com a=chofmann@netscape.com
|
2001-06-21 02:06:23 +00:00 |
COtherDTD.cpp
|
Bug 78458: ``Remove our broken text/rtf support'', patch by Boris Zbarsky <bzbarsky@mit.edu>, r=harishd, sr=jst
|
2001-06-26 05:22:23 +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 |
MANIFEST
|
Bug 84002, remove unused code (expat DTD etc.). r=rbs@maths.uq.edu.au, sr=jst.
|
2001-06-27 23:10:09 +00:00 |
Makefile.in
|
Landing static build changes for OS2
|
2001-07-01 12:11:13 +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 |
makefile.win
|
Bug 84002, remove unused code (expat DTD etc.). r=rbs@maths.uq.edu.au, sr=jst.
|
2001-06-27 23:10:09 +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
|
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
|
2001-06-30 11:02:25 +00:00 |
nsDTDUtils.h
|
75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html )
|
2001-05-15 22:32:26 +00:00 |
nsElementTable.cpp
|
82500 - Make sure that DidBuildModel gets called only once per document.
|
2001-06-18 21:18:37 +00:00 |
nsElementTable.h
|
75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html )
|
2001-05-15 22:32:26 +00:00 |
nsExpatTokenizer.cpp
|
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
|
2001-06-30 11:02:25 +00:00 |
nsExpatTokenizer.h
|
Bug 84002, remove unused code (expat DTD etc.). r=rbs@maths.uq.edu.au, sr=jst.
|
2001-06-27 23:10:09 +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
|
Reduce the size of EntityNode from 92 bytes to 8 bytes (on 32-bit platforms) by holding a pointer to the string in the text segment or string owned by the creator instead of copying that string into an nsCAutoString. b=81746 r=harishd@netscape.com sr=vidur@netscape.com a=asa@mozilla.org
|
2001-06-05 00:39:38 +00:00 |
nsHTMLEntities.h
|
Reduce the size of EntityNode from 92 bytes to 8 bytes (on 32-bit platforms) by holding a pointer to the string in the text segment or string owned by the creator instead of copying that string into an nsCAutoString. b=81746 r=harishd@netscape.com sr=vidur@netscape.com a=asa@mozilla.org
|
2001-06-05 00:39:38 +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
|
Fix for bug 81253. We now sniff upto the first 2k of the first buffer of any HTML stream, looking for a META tag with charset information. If charset information is found, we use it for unicode conversion. This deals with the bulk of cases where we used to do a reload based on charset information in the document. In the worst case (if charset information exists but isn't found during sniffing) we fall back to the reload case. This fix improves initial page load performance for pages with a charset. Degradation in performance for pages loaded out of the cache is still being investigated. r=harishd, sr=waterson
|
2001-06-29 22:56:58 +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
|
40072 - (patch provided by pollmann) Do not process METAs after FRAMESET. r=harishd sr=vidur
|
2001-07-05 22:20:34 +00:00 |
nsHTMLTokenizer.h
|
75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html )
|
2001-05-15 22:32:26 +00:00 |
nsHTMLTokens.cpp
|
40072 - (patch provided by pollmann) Do not process METAs after FRAMESET. r=harishd sr=vidur
|
2001-07-05 22:20:34 +00:00 |
nsHTMLTokens.h
|
40072 - (patch provided by pollmann) Do not process METAs after FRAMESET. r=harishd sr=vidur
|
2001-07-05 22:20:34 +00:00 |
nsIContentSink.h
|
Fix for bug 81253. We now sniff upto the first 2k of the first buffer of any HTML stream, looking for a META tag with charset information. If charset information is found, we use it for unicode conversion. This deals with the bulk of cases where we used to do a reload based on charset information in the document. In the worst case (if charset information exists but isn't found during sniffing) we fall back to the reload case. This fix improves initial page load performance for pages with a charset. Degradation in performance for pages loaded out of the cache is still being investigated. r=harishd, sr=waterson
|
2001-06-29 22:56:58 +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
|
Added code to interrupt the parser's processing of tokens if a threshold is exceeded to improve interactivity during long page loads. Turned OFF by default. Can be enabled through a pref. bug 76722 r=harishd@netscape.com,rickg@netscape.com sr=vidur@netscape.com,attinasi@netscape.com a=chofmann@netscape.com
|
2001-06-21 02:06:23 +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
|
Fix for bugs 89169 and 89522. Reverting the priority of the cached charset to fix regressions. We now resniff the charset even on a cached load. r=yokoyama, sr=jst
|
2001-07-11 00:59:01 +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
|
Fix for bug 81253. We now sniff upto the first 2k of the first buffer of any HTML stream, looking for a META tag with charset information. If charset information is found, we use it for unicode conversion. This deals with the bulk of cases where we used to do a reload based on charset information in the document. In the worst case (if charset information exists but isn't found during sniffing) we fall back to the reload case. This fix improves initial page load performance for pages with a charset. Degradation in performance for pages loaded out of the cache is still being investigated. r=harishd, sr=waterson
|
2001-06-29 22:56:58 +00:00 |
nsParser.cpp
|
87110 - Avoid memory bloat by moving Malloc out of do-while. Also do not propagate error messages
|
2001-07-13 18:21:23 +00:00 |
nsParser.h
|
Fix for bug 81253. We now sniff upto the first 2k of the first buffer of any HTML stream, looking for a META tag with charset information. If charset information is found, we use it for unicode conversion. This deals with the bulk of cases where we used to do a reload based on charset information in the document. In the worst case (if charset information exists but isn't found during sniffing) we fall back to the reload case. This fix improves initial page load performance for pages with a charset. Degradation in performance for pages loaded out of the cache is still being investigated. r=harishd, sr=waterson
|
2001-06-29 22:56:58 +00:00 |
nsParserCIID.h
|
Bug 78458: ``Remove our broken text/rtf support'', patch by Boris Zbarsky <bzbarsky@mit.edu>, r=harishd, sr=jst
|
2001-06-26 05:22:23 +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
|
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
|
2001-06-20 20:21:49 +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
|
87110 - Avoid memory bloat by moving Malloc out of do-while. Also do not propagate error messages
|
2001-07-13 18:21:23 +00:00 |
nsScanner.h
|
40072 - (patch provided by pollmann) Do not process METAs after FRAMESET. r=harishd sr=vidur
|
2001-07-05 22:20:34 +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
|
40072 - (patch provided by pollmann) Do not process METAs after FRAMESET. r=harishd sr=vidur
|
2001-07-05 22:20:34 +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 |
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 |
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 |
win32.order
|
65845 - new order files
|
2001-04-05 06:02:32 +00:00 |