gecko-dev/lib/libdom
brendan%netscape.com 8db71997f5 - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil
should eliminate hard tabs anyway (so 8 is just in case one gets thru -- LXR
  was not displaying this source well with 4).
- Don't nest jsapi.h outside the idempotent-include #ifndef in dom.h.
- Include xp.h to get this code working on Windows (to cope with some kind of
  compiled header problem).
- Fix bad JS_GetEmptyStringValue calls that were treated as returning JSString*
  rather than jsval, and fed into STRING_TO_JSVAL.
- Avoid tagging and untagging a jsval to test for a null JSString* return.
- Fiddle formatting in a couple of places.
- Avoid leaving cdata->data null after realloc failure.  Use of a local temp
  (data2) also improves generated code by eliminating memory ambiguity.
1998-09-11 19:46:23 +00:00
..
Makefile added first cut of Level-1 DOM (not layout or XML dependent) 1998-08-27 00:02:31 +00:00
Makefile.in Needed for --enable-dom. 1998-08-29 22:28:46 +00:00
dom.h - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00
dom_priv.h - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00
domattr.c - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00
domcore.c - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00
domdoc.c - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00
domelement.c - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00
domnode.c - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00
domstyle.c - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00
domstyle.h - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00
domtext.c - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil 1998-09-11 19:46:23 +00:00