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
History
nisheeth%netscape.com
43d02c2f16
Fixing Mac build bustage. The expat debug and optimized libraries were both being linked into the debug and optimized builds. Changed things so that the debug library is linked into the debug build and the optimized library into the optimized build.
...
git-svn-id: svn://10.0.0.236/trunk@25606 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-30 07:26:38 +00:00
..
macbuild
Fixing Mac build bustage. The expat debug and optimized libraries were both being linked into the debug and optimized builds. Changed things so that the debug library is linked into the debug build and the optimized library into the optimized build.
1999-03-30 07:26:38 +00:00
robot
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00
src
Removed the compile flag check for enabling expat, James Clark's XML parser. Now, expat can be enabled dynamically at run-time on the Windows and Unix platforms by setting the EXPAT environment variable to 1. On the Mac, create a file called EXPAT in the directory from which you run viewer.exe or apprunner.exe. This dynamic switch is only temporary. Once the bugs associated with expat's parsing of XUL files or XML errors in the XUL files are fixed, the expat parser will become the default.
1999-03-30 06:29:50 +00:00
tests
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
tools
Added two new HTML tags used internally for error reporting of expat errors: "parsererror" and "sourcetext".
1999-03-11 05:30:28 +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