Files
Mozilla/mozilla/js/src
brendan%netscape.com ecce3f68e3 - Need JS_THREADSAFE in mozilla.mak and config.mak (and because of the latter,
don't need it in js/src/makefile.win).
- Added DOM support.
- Break up really long lines in mozilla.mak using backslashes.
- Added /I../../lib/libdom to several places (ugh).
- factor some mime.lib stuff better, but still not consistent in how SMART_MAIL
  and MOZ_MAIL_NEWS select it.
- Include spans and transclusion stuff, shaver and toshok to clean up later.
- Use ?: instead of if/else in layout.c to minimize source and generated code.
- Use strong typing for struct DOM_foo * types without including domstyle.h,
  by using mighty struct tags.
- Fix doc_id signedness in lm_dom.h (also eliminate tabs, but use 8 for
  tab-width).


git-svn-id: svn://10.0.0.236/trunk@11524 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-30 02:07:26 +00:00
..
1998-09-22 03:07:13 +00:00
1998-03-28 02:44:41 +00:00
1998-05-23 01:14:17 +00:00
1998-03-28 02:44:41 +00:00
1998-07-31 00:07:22 +00:00
1998-03-28 02:44:41 +00:00
1998-07-31 00:07:22 +00:00
1998-07-31 00:07:22 +00:00
1998-03-28 02:44:41 +00:00
1998-07-31 00:07:22 +00:00
1998-07-31 00:07:22 +00:00
1998-03-28 02:44:41 +00:00
1998-09-25 23:49:30 +00:00
1998-07-31 00:07:22 +00:00
1998-07-31 00:07:22 +00:00
1998-03-28 02:44:41 +00:00
1998-04-24 01:28:40 +00:00
1998-04-28 07:33:09 +00:00
1998-05-16 00:55:35 +00:00

The js/ref directory contains standalone ANSI-C source for the Netscape
JavaScript Reference implementation, JSRef, which was licensed to over 180
companies as part of Netscape ONE, starting in fall 1996.  Now, JSRef is
available under NPL from http://www.mozilla.org.

The js/src directory contains source files listed in the file "commfiles",
that are derived via prconv.sed from counterparts in the js/ref directory.
It also contains files such as jscompat.h that are not needed in js/ref.
The Makefile in js/src has refconv and refdiff targets to help keep js/ref
and js/src in synch.

If you think you need to change a file listed in commfiles here, please
make the change in js/ref first and then use prconv.sed or gmake refconv to
get it into js/src.  If you have trouble, please let us know by mailing the
JS owner and peers listed in http://www.mozilla.org/owners.html#JavaScript.

Brendan Eich (brendan@mozilla.org), 15-May-98