This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c89babb5a08f9bf804d8bb2dfd28a9737be2ff09
Mozilla
/
mozilla
/
parser
/
htmlparser
/
public
History
heikki%netscape.com
fbe40219c9
Bug 63558, we now store XML declaration in the document and can serialize it. There is fix for 158617 as well, newlines behave properly around doctype. r=bzbarsky, sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@127185 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-13 18:41:16 +00:00
..
Makefile.in
…
MANIFEST
…
MANIFEST_IDL
…
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
…
nsHTMLTokens.h
Bug 124870. PRBool -> PRPackedBool in lots of places. Patch by
2002-08-06 01:22:59 +00:00
nsIContentSink.h
…
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
Bug 63558, we now store XML declaration in the document and can serialize it. There is fix for 158617 as well, newlines behave properly around doctype. r=bzbarsky, sr=jst.
2002-08-13 18:41: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
…
nsILoggingSink.h
…
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
…
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
…
nsITokenizer.h
…
nsParserCIID.h
…
nsParserError.h
…
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