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
Mozilla
/
mozilla
/
parser
/
htmlparser
/
public
History
bzbarsky%mit.edu
4f6bfa9d69
Fixing build bustage
...
git-svn-id: svn://10.0.0.236/trunk@168412 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-27 20:00:37 +00:00
..
Makefile.in
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
nsHTMLTagList.h
Remove our broken attempt to support <plaintext> (which is very very
2004-10-09 16:55:54 +00:00
nsHTMLTags.h
Remove bogus "support" for <sourcetext> and <parsererror>. Bug 210658, patch
2004-09-13 20:43:15 +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
…
nsIElementObserver.h
…
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
Make createContextualFragment work for XML. Bug 133827, patch by
2004-09-30 22:27:45 +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
…
nsILoggingSink.h
…
nsIParser.h
Fixing build bustage
2005-01-27 20:00:37 +00:00
nsIParserFilter.h
…
nsIParserNode.h
…
nsIParserService.h
…
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
…
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