This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-01-27 15:55:16 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
htmlparser
/
public
History
bryner%brianryner.com
78f1cb532a
Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst.
2003-11-05 05:17:07 +00:00
..
.cvsignore
…
Makefile.in
…
nsHTMLTagList.h
Bug 170985 : fix for gcc3.4 bustage
2003-09-24 07:30:16 +00:00
nsHTMLTags.h
Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst.
2003-11-05 05:17:07 +00:00
nsHTMLTokens.h
…
nsIContentSink.h
…
nsIDTD.h
Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst.
2003-11-05 05:17:07 +00:00
nsIElementObserver.h
…
nsIExpatSink.idl
Make nsExpatDriver and nsIExpatSink be on the same wavelength as far as passing
2003-10-30 02:17:50 +00:00
nsIHTMLContentSink.h
…
nsIHTMLFragmentContentSink.h
…
nsILoggingSink.h
…
nsIParser.h
…
nsIParserFilter.h
…
nsIParserNode.h
…
nsIParserService.h
…
nsITokenizer.h
…
nsParserCIID.h
…
nsParserError.h
…
nsToken.h
…