.. |
.cvsignore
|
backed out previous change
|
1999-02-13 03:38:48 +00:00 |
CNavDTD.cpp
|
Fix for bug 27710 - (MAC specific)
|
2000-02-15 00:55:24 +00:00 |
CNavDTD.h
|
Fixed Bugs:
|
2000-02-11 22:06:25 +00:00 |
COtherDTD.cpp
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
COtherDTD.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
CParserContext.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
CParserContext.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
CRtfDTD.cpp
|
removed warnings -- unused variables; r=none
|
2000-02-13 17:39:47 +00:00 |
CRtfDTD.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
MANIFEST
|
Converted parser into a module. NS_NewFoo routines are temporarily inlined to call component manager. Introduced nsIParserService for temporary replacement of nsHTMLTags and nsHTMLEntities static methods. RickG to do complete review.
|
1999-09-30 22:01:48 +00:00 |
Makefile.in
|
Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms.
|
1999-11-30 04:50:42 +00:00 |
SelfTest.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
makefile.win
|
Put back in util.lib
|
1999-11-30 21:56:24 +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
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsDTDUtils.cpp
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsDTDUtils.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsElementTable.cpp
|
Backing out fix for Bug 21008.
|
2000-02-14 23:26:19 +00:00 |
nsElementTable.h
|
Fixed Bugs:
|
2000-02-11 22:06:25 +00:00 |
nsExpatDTD.cpp
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsExpatDTD.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsExpatTokenizer.cpp
|
Fix for bug 21647. r=harishd. The expat tokenizer was keeping static state and clobbering it because multiple instances of it were running at the same time. It no longer uses static state but sets the state as user data on the expat parser and gets it back as a parameter in the callbacks from the parser. Placing chrome.rdf files in the locale directory of chrome no longer results in huge windows with no content.
|
2000-01-28 08:02:53 +00:00 |
nsExpatTokenizer.h
|
Fix for bug 21647. r=harishd. The expat tokenizer was keeping static state and clobbering it because multiple instances of it were running at the same time. It no longer uses static state but sets the state as user data on the expat parser and gets it back as a parameter in the callbacks from the parser. Placing chrome.rdf files in the locale directory of chrome no longer results in huge windows with no content.
|
2000-01-28 08:02:53 +00:00 |
nsHTMLContentSinkStream.cpp
|
27144: make sure the editor bogus node starts with _moz, and strip it out in html output. r=smfr
|
2000-02-12 01:58:40 +00:00 |
nsHTMLContentSinkStream.h
|
22662: Completely redesign the editor output formatting system.
|
2000-01-28 01:17:23 +00:00 |
nsHTMLEntities.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsHTMLEntities.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +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
|
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 |
nsHTMLParser.cpp
|
Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros
|
1998-09-12 19:33:48 +00:00 |
nsHTMLTagList.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsHTMLTags.cpp
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsHTMLTags.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsHTMLToTXTSinkStream.cpp
|
Fix problem in the output tests. r=rickg,a=leaf
|
2000-02-11 20:30:25 +00:00 |
nsHTMLToTXTSinkStream.h
|
Conversion to NS_GET_IID(). Bug #20232, r=scc@netscape.com
|
2000-02-01 14:26:27 +00:00 |
nsHTMLTokenizer.cpp
|
Fixed Bugs:
|
2000-02-11 22:06:25 +00:00 |
nsHTMLTokenizer.h
|
Fixed Bugs:
|
2000-02-11 22:06:25 +00:00 |
nsHTMLTokens.cpp
|
removed warnings -- unused variables; r=none
|
2000-02-13 17:39:47 +00:00 |
nsHTMLTokens.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +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
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsIDTDDebug.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIElementObserver.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +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
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +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
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIParser.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsIParserFilter.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIParserNode.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIParserService.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +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
|
Fix for bugs:
|
2000-01-15 20:35:57 +00:00 |
nsLoggingSink.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsLoggingSink.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 |
nsParser.cpp
|
fix 222203 . r = harishd move the scanner set character set code into the set charset function with if statement
|
2000-02-15 09:13:27 +00:00 |
nsParser.h
|
fixed bug18312; this isn't PDT+, but is something that Phil has been *really* anxious to have fixed. r=nisheeth
|
1999-11-23 03:09:12 +00:00 |
nsParserCIID.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsParserError.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsParserFactory.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsParserModule.cpp
|
Landing nsIFile.
|
2000-01-24 21:28:28 +00:00 |
nsParserNode.cpp
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsParserNode.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsScanner.cpp
|
removed warnings and fixed bug 27483; r=rods and akkana (for portions)
|
2000-02-12 01:47:56 +00:00 |
nsScanner.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsTagHandler.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsTextConverter.cpp
|
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
|
1999-10-12 03:05:10 +00:00 |
nsTextConverter.h
|
Beginnings of stream converter for html/xif/text
|
1999-09-08 18:51:23 +00:00 |
nsToken.cpp
|
This checkin contains combined work of rickg and harishd
|
1999-11-13 03:53:11 +00:00 |
nsToken.h
|
landing residual style handling; r=harishd, buster, kmcclusk for various parts; a=jar
|
1999-12-21 07:53:20 +00:00 |
nsTokenHandler.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +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
|
Major whacking of the debug robot code.
|
1998-06-18 22:57:25 +00:00 |
nsTokenizer.h
|
Major whacking of the debug robot code.
|
1998-06-18 22:57:25 +00:00 |
nsValidDTD.cpp
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsValidDTD.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsViewSourceHTML.cpp
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsViewSourceHTML.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsWellFormedDTD.cpp
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsWellFormedDTD.h
|
fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd
|
2000-02-11 12:11:29 +00:00 |
nsXIFDTD.cpp
|
removed warnings and fixed bug 27483; r=rods and akkana (for portions)
|
2000-02-12 01:47:56 +00:00 |
nsXIFDTD.h
|
backout part of xif update; r=none (because it's a backout)
|
2000-02-11 15:34:12 +00:00 |
nsXMLTokenizer.cpp
|
Fix for bugs:
|
2000-01-15 20:35:57 +00:00 |
nsXMLTokenizer.h
|
Fix for bugs:
|
2000-01-15 20:35:57 +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 |