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-03-01 13:57:32 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
htmlparser
History
nisheeth%netscape.com
56bcc16df6
- Changed the way the expat parser is encapsulated. Now, the expat DTD creates and destroys the expat parser and registers callbacks with the expat parser. The expat tokenizer simply gets the entire buffer contents from the scanner and passes it to ParseXMLBuffer() on the expat DTD. Earlier, the expat tokenizer was encapsulating the expat parser behind its interfaces. This change gets rid of nsIExpatTokenizer because the expat tokenizer no longer needs to expose methods for registering callbacks with the expat parser.
1999-03-02 04:02:23 +00:00
..
macbuild
Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order.
1999-02-26 00:54:57 +00:00
robot
use macro to get operator new correct
1999-02-26 19:57:18 +00:00
src
- Changed the way the expat parser is encapsulated. Now, the expat DTD creates and destroys the expat parser and registers callbacks with the expat parser. The expat tokenizer simply gets the entire buffer contents from the scanner and passes it to ParseXMLBuffer() on the expat DTD. Earlier, the expat tokenizer was encapsulating the expat parser behind its interfaces. This change gets rid of nsIExpatTokenizer because the expat tokenizer no longer needs to expose methods for registering callbacks with the expat parser.
1999-03-02 04:02:23 +00:00
tests
fixed up operator new usage
1999-02-26 20:02:06 +00:00
tools
Removed nsHTMLTags.* since it is autogenerated
1999-02-13 03:21:55 +00:00
.cvsignore
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
Makefile.in
Wrap robot in ENABLE_TESTS ifdef
1999-02-07 11:53:30 +00:00
makefile.win
Pulled the DebugRobot out into separate DLL
1998-05-14 01:05:56 +00:00