.. |
.cvsignore
|
Ignore generated files.
|
2001-12-29 04:19:36 +00:00 |
MANIFEST
|
Bug 129608, moving XML parsererror into its own namespace along with the CSS rules so it won't mess up with web pages using parsererror and sourcetext tags. Clean up the content tree before parser error. Also removing dead files. r=harishd, sr=jst, a=roc+moz@cs.cmu.edu.
|
2002-03-12 22:17:18 +00:00 |
MANIFEST_IDL
|
105137 - Eliminate nsTokens, nsParserNode usage for xml/xbl/xul/rdf documents. r=heikki, sr=jst
|
2002-01-09 01:37:50 +00:00 |
Makefile.in
|
105137 - Eliminate nsTokens, nsParserNode usage for xml/xbl/xul/rdf documents. r=heikki, sr=jst
|
2002-01-09 01:37:50 +00:00 |
makefile.win
|
105137 - Eliminate nsTokens, nsParserNode usage for xml/xbl/xul/rdf documents. r=heikki, sr=jst
|
2002-01-09 01:37:50 +00:00 |
nsHTMLTagList.h
|
Make marquee tag a block level element. b=154173, r=heikki, sr=jst
|
2002-06-27 01:49:38 +00:00 |
nsHTMLTags.h
|
bug 143168:remove ilayer layer tag from mozilla code
|
2002-05-16 03:08:15 +00:00 |
nsHTMLTokens.h
|
Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by
|
2002-08-06 01:22:59 +00:00 |
nsIContentSink.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 |
nsIDTD.h
|
Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson
|
2002-06-25 21:16:17 +00:00 |
nsIElementObserver.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsIExpatSink.idl
|
Ensuring complete consumption of DOCTYPE content. b=142625, r=heikki, sr=jst
|
2002-05-22 00:46:16 +00:00 |
nsIHTMLContentSink.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsIHTMLFragmentContentSink.h
|
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
|
2001-09-26 00:40:45 +00:00 |
nsILoggingSink.h
|
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
|
2001-09-26 00:40:45 +00:00 |
nsIParser.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsIParserFilter.h
|
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
|
2001-09-26 00:40:45 +00:00 |
nsIParserNode.h
|
fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
|
2002-07-25 18:31:10 +00:00 |
nsIParserService.h
|
Prevent charset loading for document.write content because the content is already in unicode. b=125317, r=ftang, sr=jst
|
2002-04-18 22:11:17 +00:00 |
nsITokenizer.h
|
105137 - Eliminate nsTokens, nsParserNode usage for xml/xbl/xul/rdf documents. r=heikki, sr=jst
|
2002-01-09 01:37:50 +00:00 |
nsParserCIID.h
|
Remove unused (or used only if one of the magic enviroment variables ENABLE_STRICT or MOZ_VALIDATE_HTML was set) parser-related code, mostly associated with the strict DTD. b=130439 r=harishd sr=jst a=shaver
|
2002-03-16 15:34:43 +00:00 |
nsParserError.h
|
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
|
2001-09-26 00:40:45 +00:00 |
nsToken.h
|
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
|
2002-07-02 20:25:30 +00:00 |