Commit Graph

3543 Commits

Author SHA1 Message Date
kipp
2dcf3ad5d8 new 1998-07-03 17:19:58 +00:00
kipp
9d5d3819d6 Use new generated tags table/search routines 1998-07-03 17:19:26 +00:00
fur
6d818b7095 + Fixed heap corruption caused by free'ing of an uninitialized pointer.
+ Changed the way JS wrapper functions for Java instance methods are constructed.

  Previously, these were computed the first time that an instance method was
  accessed for a particular JavaObject and cached in the native, private portion
  of that JavaObject.  However, the required call to JS_AddRoot() causes an root
  to appear as a link in a cyclical graph, leading to uncollectible objects, i.e.
  the JavaObject has a root pointer to the function object and the function has
  a parent that points back to the JavaObject.  Now, we compute the functions
  at the time a class is reflected and use JS_CloneFunctionObject() each time
  a JS wrapper function is needed, which is slower, but avoids this GC problem.
1998-07-03 15:50:16 +00:00
mcafee
9181e9aa20 Full Circle assembly files hangs the compiler w/o this flag. 1998-07-03 13:15:40 +00:00
rpotts
377d7f35f9 Added error checking to the document creation. IF a document cannot be found, the network load will fail and the old document will not be deleted... 1998-07-03 06:16:02 +00:00
rpotts
42f2249387 Cause the netlib load to fail if OnStartBinding(...) returns an error. 1998-07-03 06:15:06 +00:00
scullin
20d342e778 Attempt to fix mac build. 1998-07-03 05:09:43 +00:00
fur
00108b9f51 Tweaked comment. 1998-07-03 02:43:34 +00:00
fur
f3814769e7 Fix Win32 warnings that were introduced as a result of curing Mac warnings. 1998-07-03 02:42:16 +00:00
fur
4a2e6cfaaf Got rid of debug printf(). 1998-07-03 02:41:31 +00:00
fur
330b4a6f8e Added Compatibility discussion.
Tweaked Mac build instructions.
1998-07-03 02:40:48 +00:00
ricardob
8d4a76880d fix winfe mozilla mapi call 1998-07-03 01:12:50 +00:00
vidur
df7e36611d Moved core DOM interfaces to coreDom directory 1998-07-03 00:50:16 +00:00
vidur
26651ac87d Moved core DOM interfaces to coreDom directory 1998-07-03 00:48:44 +00:00
vidur
6fbd7cf59d Added special case for global object. Changed geniid.pl to take multiple directories 1998-07-03 00:48:06 +00:00
ricardob
7429f72e92 Comment out again temp define for Gromit, use addrbook.h instead 1998-07-03 00:35:22 +00:00
ricardob
d152fe48e4 Use kGromitxxx definition from addrbook.h 1998-07-03 00:34:45 +00:00
fur
0d6b7f4c5f Fixed incorect argument type in jlong_to_jdouble() which was causing Java long values to get mangled. 1998-07-03 00:00:15 +00:00
atotic
6dc7057dbe Aaah, someone split the MANIFEST file inside config/mac 1998-07-02 23:54:24 +00:00
ricardob
292e48aa37 fix for free moz in unix 1998-07-02 23:50:34 +00:00
guha
02b94c1260 Back out changes. 1998-07-02 23:48:19 +00:00
kipp
853131c098 Fixed a typo (blush) 1998-07-02 23:44:46 +00:00
ricardob
2b8c5cc758 fix for free moz in unix 1998-07-02 23:42:42 +00:00
rpotts
104c6a4b05 Fixes to make the automated document loader work again... 1998-07-02 23:39:38 +00:00
rpotts
88c65ac5b7 Added some missing forward declarations... 1998-07-02 23:38:48 +00:00
rpotts
e8476a622a Fix viewer bug where pages would not load unless the mouse was wiggled... 1998-07-02 23:34:30 +00:00
pierre
78385ec9aa Fixing Mac MOZ_MEDIUM: ifndef'd XP_MAC the "misc temp kludges" 1998-07-02 23:32:15 +00:00
troy
44b7ebb358 More work-in-progress incremental reflow code 1998-07-02 23:19:31 +00:00
pierre
3b7de532d4 Fixing MOZ_MEDIUM: ifdef'd XP_MAC the "#include" added yesterday. 1998-07-02 23:05:50 +00:00
kipp
7938ef27e5 Moved initial reflow processing into InitialReflow method (doh) 1998-07-02 22:55:15 +00:00
kipp
c3f1f480a4 Added more asserts to catch bad behavior of parents and children 1998-07-02 22:54:53 +00:00
terry
5385128cc9 Patch by Matthew Wilson <msw@gimp.org> -- removed extraneous apostrophe. 1998-07-02 22:54:16 +00:00
kipp
682477fe78 new 1998-07-02 22:53:47 +00:00
ricardob
f2c9adc953 put back include string, instead of glyph 1998-07-02 22:47:25 +00:00
guha
cb9f9fcc74 Fix the RDF backend P0 bugs 1998-07-02 22:45:01 +00:00
ricardob
793015553a changes for free mozilla and fix builds (also in mknews.c) 1998-07-02 22:43:34 +00:00
rods
15f6addd9b fixed build problem 1998-07-02 22:43:08 +00:00
ricardob
810e15508a changes for free mozilla 1998-07-02 22:42:36 +00:00
atotic
f7578dc675 Fixed mac build bustage 1998-07-02 22:34:46 +00:00
pierre
bb5e8c5032 Fixing MOZ_MEDIUM: fixed 2 paths like in the previous checkin and added Progress.mcp 1998-07-02 21:46:01 +00:00
pierre
a16c93f7c7 Fixing MOZ_MEDIUM. 1998-07-02 21:39:17 +00:00
ricardob
1a5ef65cd4 fix build 1998-07-02 21:35:53 +00:00
pierre
ad200125a4 Fixing MOZ_MEDIUM 1998-07-02 21:28:46 +00:00
kipp
edf8a97ccb updated test 1998-07-02 21:26:54 +00:00
kipp
8559359849 Bug fix for content-appended reflow 1998-07-02 21:26:34 +00:00
kipp
7125b57c68 Fixed up logging to use the frame logging 1998-07-02 21:26:00 +00:00
kipp
f0ed6d38a2 Fixed bug where tables weren't returning a proper set of metrics 1998-07-02 21:24:56 +00:00
atotic
2a161ae8b5 Added CNavDTD.h 1998-07-02 21:21:53 +00:00
rods
73324e9369 Continued to implement the remain methods 1998-07-02 21:18:04 +00:00
troy
d138bc14e1 Moved code that resized the table row cells from the row group frame
to the row frame. It's now handled as part of the DidReflow() post-
processing code
1998-07-02 20:35:23 +00:00