Граф коммитов

6808 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com b7d0b9e024 Workaround for broken automated browser tests. 1998-08-31 14:10:50 +00:00
mccabe%netscape.com 91997034dc Further runtime error work... expose many new errors as catchable
exceptions.  Mostly syntax errors, so far.  Fixed missing #if
JS_HAS_ERROR_EXCEPTIONS
1998-08-31 09:49:43 +00:00
mccabe%netscape.com 25da47211e Added a call to js_ErrorToException to
the compile-error reporting mechanism,
providing a way to associate exceptions
(very likely SyntaxError exceptions)
with compile-time errors.

(Hopefully this is temporary, as I'd
prefer one central place in the
error-reporting process to put the
js_ErrorToException call.)

Also changed the error reporter in js.c
to only ignore error reports marked with
the JSREPORT_EXCEPTION advisory flag when
the error occurs during javascript execution.

If it's at the toplevel compilation
level, then the error is still reported
(and the exception discarded.)

The api is feeling slightly dirtier, but
it still seems like the best
compromise...
1998-08-31 08:17:40 +00:00
mccabe%netscape.com b629e66f24 Added jsmsg.def to the list of files used by the
'make tar' target.
1998-08-31 07:33:13 +00:00
mccabe%netscape.com c6028e15e4 Made the enum JSErrNum into a typedef
enum JSErrNum, and changed a uintN
errorNumber declaration to JSErrNum.

It'd be nice to change the uintN
errorNumber field in JSErrorReport to
JSErrNum, but it's not clear that
JSErrNum is or should be exposed in the
API.  Any C esthetes want to offer their
opinions?

It made my debugger slightly happier.
1998-08-31 07:07:26 +00:00
cls%seawood.org d249a5e7eb More fixes. 1998-08-31 03:57:13 +00:00
cls%seawood.org 6b883a1809 Fixed problem with file permissions not being set. 1998-08-31 03:33:55 +00:00
ddrinan%netscape.com 64480b68fc Set NETSCAPE_OFFICIAL in order to trigger the perl script that generates the Cartman hooks 1998-08-31 02:49:51 +00:00
cls%seawood.org 2d65f53e2a Made the people:who field large enough for username%domain 1998-08-31 01:08:41 +00:00
troy%netscape.com ad9a20da0b Changes nsIView and nsIScrollableView interfaces to conform to
XPCOM conventions
1998-08-30 19:16:11 +00:00
morse%netscape.com f65058fecc fix bustage on all platforms 1998-08-30 16:42:20 +00:00
morse%netscape.com 0c2ddd9225 still trying to fix up mac 1998-08-30 15:59:53 +00:00
morse%netscape.com eaccbb83f6 one more attempt to clean up mac build 1998-08-30 15:43:56 +00:00
morse%netscape.com f44e9d0abf disable trust labels for mac 1998-08-30 13:55:38 +00:00
morse%netscape.com 9762f635fc I give up, backing out trust labels 1998-08-30 08:49:56 +00:00
morse%netscape.com d8b702b5c4 giving up on mac for now, backing out some but not all of the changes 1998-08-30 07:09:27 +00:00
morse%netscape.com 744e8b349d another attempt to fix linux bustage 1998-08-30 06:46:25 +00:00
morse%netscape.com b9fe3bde6f attempt to fix build bustage on Sun in gromit tinderbox 1998-08-30 06:10:12 +00:00
morse%netscape.com fbacae5a4b fix compile error 1998-08-30 06:01:22 +00:00
morse%netscape.com e96c77be7e *** empty log message *** 1998-08-30 05:54:08 +00:00
morse%netscape.com 1f1e9d9114 second attempt to fix linux bustage on gromit 1998-08-30 05:47:25 +00:00
morse%netscape.com fac3e0ab83 attempt to fix bustage on the mac 1998-08-30 05:09:35 +00:00
morse%netscape.com 3584e17426 attempt to fix linux bustage on gromit 1998-08-30 04:49:13 +00:00
morse%netscape.com 2b6d38fe3c added trust labels 1998-08-30 03:40:51 +00:00
morse%netscape.com a747f68910 mkaccess.h 1998-08-30 03:23:42 +00:00
morse%netscape.com fb6166a5c1 fixed background color on signon viewer 1998-08-30 03:22:40 +00:00
morse%netscape.com 4b2dd9a86e added string for cookie management 1998-08-30 03:21:00 +00:00
shaver%netscape.com 5a94b3051c don't use JS_InternString for now -- weird crash in JS_AtomizeString 1998-08-29 23:46:47 +00:00
cls%seawood.org 4ea1471485 Tweaked clobber_all dependency for autoconf tinderbox build. 1998-08-29 22:37:34 +00:00
cls%seawood.org a1771a6556 Needed for --enable-dom. 1998-08-29 22:28:46 +00:00
cls%seawood.org 121dc5f5c3 Fixed problem of autoconf not using ACCFLAGS when using --enable-debug. 1998-08-29 22:12:53 +00:00
kipp%netscape.com e326124bd3 Fixed bug introduced during nsIContent porting 1998-08-29 20:44:42 +00:00
kipp%netscape.com c6290fa577 XPCOM'ized nsIContent and nsIHTMLContent 1998-08-29 20:20:38 +00:00
kipp%netscape.com 2509b409ff Added error module for the layout system 1998-08-29 20:20:00 +00:00
kipp%netscape.com 485e3db7e6 Port to updated nsIContent API 1998-08-29 20:19:32 +00:00
rickg%netscape.com 41eaa2cef7 improved script handling--required by changes to DTD 1998-08-29 19:32:30 +00:00
rickg%netscape.com 099ad72d09 improved script handling--required by changes to DTD 1998-08-29 19:31:00 +00:00
rickg%netscape.com acdaa67ff1 added noembed support 1998-08-29 06:52:17 +00:00
briano%netscape.com 5c7e9be7a1 Not needed. 1998-08-29 06:31:58 +00:00
briano%netscape.com 53bd500808 Added an optimization fix. 1998-08-29 06:31:18 +00:00
rpotts%netscape.com 5392f533d7 Changes to allow building when STRICT is defined. 1998-08-29 06:30:49 +00:00
rpotts%netscape.com 23f7dd1f8d Changes to allow building when STRICT is defined. 1998-08-29 06:21:50 +00:00
rpotts%netscape.com 4a9aac62bf Added casts to allow building with STRICT defined... 1998-08-29 06:19:23 +00:00
rpotts%netscape.com 9c9e610c96 Added specific GDI casts to allow building when STRICT is defined 1998-08-29 06:18:17 +00:00
cls%seawood.org 9bd53bd53c Only link against -ljsj if JAVA_OR_OJI. 1998-08-29 06:17:01 +00:00
cls%seawood.org 16dede612a Commented out outdated non-OJI section. 1998-08-29 06:12:03 +00:00
cls%seawood.org 4f906a6192 Added ifdef JAVA_OR_OJI around jsjava.h include. 1998-08-29 05:50:45 +00:00
rickg%netscape.com f44612c847 lots of performance work, bug fixes, and tag handling upgrades 1998-08-29 05:08:20 +00:00
rickg%netscape.com 4125164d98 added BinarySearch method for faster string searches 1998-08-29 05:06:50 +00:00
sdagley%netscape.com 74014ac0b2 When you add a call to an external function, include the F**KING header!! 1998-08-29 03:45:23 +00:00