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

2638 Коммитов

Автор SHA1 Сообщение Дата
troy 5aeffe1a29 Added nsIReflowCommand interface 1998-06-09 04:51:44 +00:00
buster 0154088e91 backed out an inline for UNIX build 1998-06-09 03:53:35 +00:00
wtc 77ea041820 Bugzilla bug #351: Removed two extra '>' characters.
Thanks to Romain Vignes <rvignes@cal.fr> for the problem report and fix.
1998-06-09 01:14:56 +00:00
wtc 60d6ca5b96 Port to Sparc Linux. Files changed: _linux.cfg, _linux.h. 1998-06-09 00:51:10 +00:00
kipp bab137bdff Added another tracing log message 1998-06-09 00:49:12 +00:00
kipp 5ca93333aa Updated tracing messages; fixed bugs where things that shouldn't be pulled up were (blocks, BR's) 1998-06-09 00:48:56 +00:00
hardts da8c79611c fixed ifdef error from landing layout integration branch 1998-06-09 00:28:57 +00:00
wtc 35976a0c90 On HP-UX, we should just include <model.h> and use its definition
of the types int8, int16, and int32.  This way people can include
nspr header and model.h in any order and won't get "type defined
twice" errors.
1998-06-08 23:45:45 +00:00
wtc eebef937b1 Change to improve GC benchmarks, from Raman Tenneti <raman@netscape.com>
of the Java group.
1998-06-08 23:44:47 +00:00
wtc 5f6e6a3bab Use -32 flag for compiler and linker explicitly on IRIX 6.x. This is
necessary on IRIX 6.4 where -n32 is the default.  Thanks to Tomi (a
CS student in Finland whose last name I forget) for the patch.
1998-06-08 23:43:33 +00:00
norris 3349516d84 Fix bug 104191 "ECMA: multiple params w/ same name":
Decompiling "function f(a,b,a) { ... }" would only print two parameters.
1998-06-08 23:41:54 +00:00
brade 387299e6d2 ensure that a title tag is always written before publish; table dialog fixes 1998-06-08 23:27:01 +00:00
brade a94a972338 #ifdef DEBUG around DebugStr; always set something for title string 1998-06-08 23:19:48 +00:00
brade ca49dc9f35 bug #122011; random crashing bug in Macintosh Composer when user has edited page via browser; zero URLStruct's savedData as done for macfe printing and winfe Composer 1998-06-08 23:11:09 +00:00
rods cd9c4312fb moved inlined SetCellAt to body 1998-06-08 22:07:15 +00:00
rods 112575abd8 disabled nsTextHelper.cpp build 1998-06-08 21:46:55 +00:00
waterson 7020dbb4e8 Added plugin to list of directories so the nsIPlug.h gets exported. Needed for OJI to build. 1998-06-08 21:38:35 +00:00
waterson c7cd26cd0e Added code to export nsIPlug.h to the public plugins directory. Needed for OJI to build. 1998-06-08 21:38:10 +00:00
rods dbf9f01061 added more functionality 1998-06-08 21:31:33 +00:00
blythe af230ce95c partial fix for crash on printing, assertion on quit 1998-06-08 21:28:02 +00:00
pnunn 8b7aefeb89 fix for #122211. reviewed by toshok. ok'd by don. 1998-06-08 21:14:42 +00:00
buster 956697ff90 less inlining, for UNIX and Linux builds 1998-06-08 20:53:43 +00:00
hardts b749126d9c stubs and other glue needed for the layout integration build 1998-06-08 20:23:48 +00:00
mcafee b9e5f8ef2c telnet ports should be an unsigned int, port 32786 was showing up as -1. a,r=ramiro 1998-06-08 20:07:51 +00:00
buster ed47ffbd62 most HTML 4 attributes supported (though some are still ignored)
lots of methods made inline
1998-06-08 19:57:04 +00:00
spider 98940343cd Clean up Factory Creation 1998-06-08 19:44:54 +00:00
mccabe 19091642bf ECMA fix to bug (93557). When excecuting the Function constructor,
treat all the 'arguments arguments' as if they were concatenated
together as a comma-separated list, and treat the list as if it were
the arguments list in a normal function declaration.  That is, allow
comments, arbitrary whitespace, etc.

Fixed by introducing a TokenStream instance in the Function contructor
code.
1998-06-08 19:04:17 +00:00
buster 1d29d978d2 complete HTML 3.2 attribute support 1998-06-08 17:19:26 +00:00
gordon 9984aa8d7c Renamed debug target output file to match target name: LibMochaDebug.o. 1998-06-08 17:19:18 +00:00
shaver 502cfb91ca added XDR-based compile-and-run examples 1998-06-08 16:16:10 +00:00
buster 0f3aab57c0 more attributes: cell nowrap, caption align, some misc HTML 4 attributes too 1998-06-08 15:47:03 +00:00
gordon 9096f39b3e Spelling counts. Changed name of CustomStaticLib.o target. 1998-06-08 15:18:56 +00:00
gordon a3eafc2536 Moveed build of Custom Static Libraries later to resolve timing issue. 1998-06-08 14:35:30 +00:00
gordon a63607e871 Changed the names of the static libraries to match what Client.mcp is looking for. 1998-06-08 13:03:26 +00:00
gordon 4039ca22da Added stub function for SSL_DataPending() so we can export it for other libraries. 1998-06-08 13:02:49 +00:00
gordon c2b1d08e56 Changes for value-added builds. 1998-06-08 11:19:51 +00:00
gordon 421ff8c918 #ifndef XP_MAC'd out the inclusion of java_lang_Integer.c and code that used it. It seems kind of goofy including a C file that's already in the JavaRuntime project. The recent change also caused JRI headers and stubs to get generated for java_lang_Integer, and elsewhere we are using the JDK headers and stubs. Well sort this out this week. 1998-06-08 11:14:04 +00:00
gordon 093aebf438 #ifndef XP_MAC'd out a call to FE_DiskSpaceAvailable() which doesn't exist on the Mac yet. Left an assert(false), to force us to fix it. 1998-06-08 11:08:30 +00:00
gordon 6f5aa38feb Added these exports: SSL_DataPending SHA1_Update SHA1_Begin SHA1_NewContext SHA1_DestroyContext SHA1_End SECNAV_signedAppletPrivileges NET_SetNewContext ET_StartSoftUpdate FE_GetNetHelpDir ...and regenerated the file using the AnnotateExports tool. 1998-06-08 11:06:33 +00:00
gordon ccc1b5ef14 Add typecast in principalsCanAccessTarget(), necessary to satisfy the Mac's more stringent compilers. The parameter should be double checked by someone who's had more sleep. 1998-06-08 11:05:01 +00:00
gordon ac882b5e10 Remove unnecessary include for XP_MAC. 1998-06-08 11:02:20 +00:00
gordon 121a67a24b Include needed header for XP_MAC. 1998-06-08 11:01:39 +00:00
morse 6639da6400 cookie management changes 1998-06-08 04:14:31 +00:00
joki 5e67bc2f91 Removing no longer used file from Makefiles 1998-06-08 02:03:31 +00:00
joki 981ea42512 Makefile fixes 1998-06-08 01:56:31 +00:00
joki b32e291cab Fixing uuid and whitespace 1998-06-08 01:33:06 +00:00
joki c88080f763 Adding makefile changes to make raptor build new dom event dirs 1998-06-08 00:57:44 +00:00
joki 7aad810a2f Adding new event handling mechanism into raptor. 1998-06-08 00:57:15 +00:00
kmcclusk 69a3e0fb5c Added NS_NATIVE_WIDGET support. Returns the HWND same as NS_NATIVE_WINDOW. This change
is required to support the cross-platform viewer
1998-06-07 22:30:46 +00:00
kmcclusk c7492baf1c Changed to use NS_NATIVE_WIDGET instead of NS_NATIVE_WINDOW 1998-06-07 22:29:35 +00:00