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

3349 Коммитов

Автор SHA1 Сообщение Дата
terry 25c6393b5f Add some explaination of what "the hook" is. 1998-06-30 17:39:57 +00:00
terry edeb68a743 Patch by Dawn Endico <dawn@cannibal.mi.org> -- cleaned up some
comments, added a README file.
1998-06-30 14:06:34 +00:00
fur 4feb603992 Eliminated the last uses of the JNIEnv global variable. Unfortunately, this
means that we had to switch from using NSPR hash tables to a private version.
The new jsj_hash.c file is derived from plhash.c, but it provides for an additional
argument to be passed to the hash key comparison function.  This capability
is used to pass in the JNIEnv pointer.

On shutdown, LiveConnect now removes all references to Java objects and classes,
so that the JVM might be able to GC them.
1998-06-30 10:04:32 +00:00
atotic 7d57b8390e Added nsMacFile to the project 1998-06-30 09:04:26 +00:00
atotic eaf3d1507c Moved file implementation stuff into nsMacFile.cp 1998-06-30 09:03:51 +00:00
atotic 5edb250183 First Checked In. 1998-06-30 09:03:30 +00:00
atotic 50b46f6e62 Code browser was inactive 1998-06-30 09:03:04 +00:00
atotic b45753dc43 Real timer implementation 1998-06-30 09:01:11 +00:00
vidur 5d5ac9e0d3 Deal with hex values in numerical values 1998-06-30 02:23:59 +00:00
vidur d84249ba53 Deal with hex values in numerical values 1998-06-30 02:18:05 +00:00
troy add97af1d2 Moved shrink wrap code from table frame to table row group frame 1998-06-30 02:11:07 +00:00
gagan 5dddac8d3a Fix for bug #226203. Setup Prefs was not being called. 1998-06-30 01:11:22 +00:00
atotic 4f1b3ce8be Upped the app memory partition to 5 megs 1998-06-30 00:52:43 +00:00
atotic c7902603c8 Added making of aliases to .SYM files in the viewer_debug directory. 1998-06-30 00:52:06 +00:00
buster 5a4c2d4364 columns that are fixed-width due to an attribute on the corresponding cell in the first row
now work correctly.
extra space is now properly apportioned in the "table fits" case when the table contains auto-width cells.
1998-06-30 00:37:03 +00:00
ricardob 36b9a3d0be updated rules 1998-06-30 00:04:44 +00:00
cmanske e3d8e4eb96 New artwork checkin for Composer toolbar and other images. Requested by brade 1998-06-29 23:53:40 +00:00
valeski dfbaf61c5a 152993 approved by don, rev'd by Lou. fixes (debug builds only) a random crasher when posting data. 1998-06-29 22:29:52 +00:00
norris 7290174189 (Not part of Communicator build.)
fur's fix for repeating properties in enumeration bug.
1998-06-29 22:01:22 +00:00
norris 98f610114f (Not part of Communicator build.)
Handle NaNs better for non-PC platforms as well.
1998-06-29 22:00:11 +00:00
joki db1bf85ee6 Small change to editor keyCode translation 1998-06-29 21:35:27 +00:00
joki 421b4dfbe5 Validity check for focus event during nsWindow destruction 1998-06-29 21:18:19 +00:00
buster 1f0d9a91f1 cells no longer monkey with their available width based on attribute constraints.
The row does this work now. This makes table layout more properly top-down.
1998-06-29 20:38:22 +00:00
atotic 948b6926c4 Forgot to check out libpwcac 1998-06-29 18:38:11 +00:00
terry f1d43b689f Oops; backed out last change. (I need to learn how to use CVS. :-) 1998-06-29 17:37:06 +00:00
terry 953de4703b Patches by Matthew Wilson <msw@gimp.org> -- added much of the missing configuration ability. 1998-06-29 16:21:41 +00:00
terry 2b15710b4c Updated to reflect new config stuff introduced by Matthew Wilson <msw@gimp.org> 1998-06-29 16:20:46 +00:00
kipp 9d7cab2d27 Made sub/sup look more like navigator 1998-06-29 16:10:41 +00:00
kipp d16b98213b Fixed bug where percentage width in an unconstrained situation was yielding a bad size 1998-06-29 16:09:44 +00:00
kipp a37809aebe Condensed switch statement, treat sub/sup like other span tags 1998-06-29 16:08:57 +00:00
terry 0b1e6ac586 Patch by Artem Belevich <abelevic@ctron.com> -- don't choke so easily when parsing modules files. 1998-06-29 15:40:24 +00:00
buster 705daa1418 minor tweaks for table layout 1998-06-29 03:09:14 +00:00
ramiro d39efccee5 Generate and build the get_info programs only once to speed things up. 1998-06-28 10:56:01 +00:00
fur 3b5246d547 Aggressively track and release JNI local references to constructed
Java objects, because otherwise at least one JVM is reticent about
GC'ing them.
1998-06-28 07:53:04 +00:00
fur 4f4552540c = Force result to zero when converting JS NaN to Java integral types.
= Aggressively track and release JNI local references to constructed
  Java objects, because otherwise at least one JVM is reticent about
  GC'ing them.
1998-06-28 07:52:23 +00:00
fur 1a53251e00 Added toString() method for JavaPackage objects. 1998-06-28 07:51:27 +00:00
fur 20e42dfcd9 Property deletion should be silent for ECMA-conformant versions of JS. 1998-06-28 07:50:47 +00:00
fur 9b0324a6af Property deletion should be silent for ECMA-conformant versions of JS. 1998-06-28 07:39:58 +00:00
kipp 4cbc340e2c Take text content and join it together so reduce the size of the content model 1998-06-27 22:57:52 +00:00
kipp cc4cdf6b7e Use revised inline reflow status; fixed bug in pre-return status to indicate when continuations are needed after line breaks 1998-06-27 22:57:26 +00:00
kipp f0202fa3dd Use revised inline reflow status 1998-06-27 22:56:59 +00:00
kipp 85a6b3667b Revised nsInlineReflowStatus to (a) use nsReflowStatus directly and to (b) seperate out completion and break status as orthogonal status 1998-06-27 22:56:09 +00:00
kipp 925e12fa74 Added NS_IS_REFLOW_ERROR; updated reflow status comment to indicate which bits are reserved by nsIFrame API's 1998-06-27 22:54:58 +00:00
beard f2facc58ec Added code that guarantees MRJ will be shutdown when the program exits. 1998-06-27 18:24:26 +00:00
atotic 4d3310108d OK, one more project typo 1998-06-27 03:24:33 +00:00
atotic 2ec8f04a38 Ooooh, more directories are needed by checkout script 1998-06-27 03:07:26 +00:00
atotic 8f12c4238a Bug fix for picking what you want to do 1998-06-27 02:50:12 +00:00
atotic 1437970bf6 That for (int i)... problem fix 1998-06-27 02:49:36 +00:00
atotic 7679b38da9 It builds and links 1998-06-27 02:49:08 +00:00
atotic 12f2a33570 Another class reference inside class declaration problem class A { void A:method }; is bad 1998-06-27 02:48:39 +00:00