gecko-dev/parser/htmlparser/public
mats.palmgren%bredband.net 903248e2a5 TestParser: support --enable-perf-metrics with --disable-debug. b=286920 r+sr=dbaron 2005-03-20 23:54:24 +00:00
..
.cvsignore Ignore generated files. 2001-12-29 04:19:36 +00:00
Makefile.in TestParser: support --enable-perf-metrics with --disable-debug. b=286920 r+sr=dbaron 2005-03-20 23:54:24 +00:00
nsHTMLTagList.h bug 263053: Get rid of the <endnote> tag when parsing fragments with context, since this can fail if the input stream contains another <endnote> tag. Instead, parse the context in different "chunks" from the new buffer, and notify the fragment sink by way of functions. r=peterv sr=bzbarsky 2005-02-18 19:18:39 +00:00
nsHTMLTags.h bug 263053: Get rid of the <endnote> tag when parsing fragments with context, since this can fail if the input stream contains another <endnote> tag. Instead, parse the context in different "chunks" from the new buffer, and notify the fragment sink by way of functions. r=peterv sr=bzbarsky 2005-02-18 19:18:39 +00:00
nsHTMLTokens.h bug 142771: Fix ScanDocStructure to be more correct in marking tokens as malformed. r=bzbarsky sr=rbs. These files were left out of the original checkin 2005-01-20 03:43:42 +00:00
nsIContentSink.h Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org 2004-11-02 19:52:32 +00:00
nsIDTD.h Remove bogus data-sniffing code in CanParse() impls, clean up signature, don't 2004-05-13 23:39:06 +00:00
nsIElementObserver.h bug 272815: Make sure the parser is aware when we encounter a meta tag, so that other meta tags in the document don't override the first (correct) charset. r=bzbarsky sr=jst 2005-02-23 05:42:37 +00:00
nsIExpatSink.idl Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst. 2004-12-17 09:17:35 +00:00
nsIFragmentContentSink.h bug 283564: Fix a leak when the HTML fragment sink is used to parse an empty string by ensuring that DidBuildModel() is always called. r+sr=bzbarsky 2005-02-26 04:33:04 +00:00
nsIHTMLContentSink.h Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org 2004-11-02 19:52:32 +00:00
nsIHTMLFragmentContentSink.h Merging patch by gerv (from mozilla/htmlparser). 2004-04-23 13:24:28 +00:00
nsILoggingSink.h Merging patch by gerv (from mozilla/htmlparser). 2004-04-23 13:24:28 +00:00
nsIParser.h Remove content dependency on the RDF-ness of bookmarks (since in general, they 2005-03-05 03:35:54 +00:00
nsIParserFilter.h Merging patch by gerv (from mozilla/htmlparser). 2004-04-23 13:24:28 +00:00
nsIParserNode.h Merging patch by gerv (from mozilla/htmlparser). 2004-04-23 13:24:28 +00:00
nsIParserService.h Bug 133277 give NS_PARSERSERVICE_CID {a6cf9112-15b3-11d2-932e-00805f8add32} a ContractID 2005-02-04 05:05:10 +00:00
nsITokenizer.h bug 88952: Remove trailing content. This checkin fixes a whole slew of textarea bugs. r=jst sr=rbs 2004-12-01 04:37:36 +00:00
nsParserCIID.h Merging patch by gerv (from mozilla/htmlparser). 2004-04-23 13:24:28 +00:00
nsParserDataListener.h Adding @status FROZEN to this header (bug 265334). 2004-11-03 21:18:50 +00:00
nsScannerString.h Reduce string copying and allocation in the parser by only copying the scanner buffer when we need to mutate the string. Allow a nsDependentString / nsDependentSubstring to be created without being bound to anything. Move StripChar() onto nsSubstring from nsString. Bug 269853, r=jst, sr=darin. 2004-11-25 07:03:20 +00:00
nsToken.h Only allocate and copy a string in CAttributeToken::GetStringValue if the string spans multiple buffers. Otherwise, just wrap it with a nsDependentSubstring. Bug 268932, r=bzbarsky, sr=darin. 2004-11-11 04:05:51 +00:00