gecko-dev/parser/htmlparser/public
mrbkap%gmail.com 47de12372b bug 299036: Fix crash in CNavDTD by moving newline stripping into the tokenizer. This reduces our reliance on the invariants that the tokenizer tries to provide. r+sr=jst a=chofmann 2005-06-29 02:46:45 +00:00
..
.cvsignore
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 Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa. 2005-06-16 13:10:58 +00:00
nsHTMLTags.h Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa. 2005-06-16 13:10:58 +00:00
nsHTMLTokens.h bug 299036: Fix crash in CNavDTD by moving newline stripping into the tokenizer. This reduces our reliance on the invariants that the tokenizer tries to provide. r+sr=jst a=chofmann 2005-06-29 02:46:45 +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 Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa. 2005-06-16 13:10:58 +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 296677: Fix nsParser::ParseFragment to not screw up setting <textarea>'s innerHTML. r=jst sr=peterv a=asa 2005-06-16 18:59:59 +00:00
nsIHTMLContentSink.h Windows CE build changes. This addresses most of the outstanding Windows 2005-04-29 13:33:49 +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 Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa. 2005-06-16 13:10:58 +00:00
nsITokenizer.h bug 287990: Bring back <plaintext> support. This supports it "properly" (i.e., no end tag). r=jst sr=dbaron a=shaver 2005-06-01 22:11:30 +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