Commit Graph

2772 Commits

Author SHA1 Message Date
spider
36641250db More Region fixes 1998-06-10 00:44:43 +00:00
donm
e9583a8d1a libprgrss needs to come after libsoftupdate for commercial build. 1998-06-10 00:34:04 +00:00
spider
c1fc037c89 Region fixes - need to create region before they can be used 1998-06-10 00:06:38 +00:00
spider
3fbae746ce Update Unix Shell Factory 1998-06-09 23:51:23 +00:00
akkana
def4fddc08 124129: Editor prefs should be under EDITOR, not MOZ_MAIL_NEWS 1998-06-09 23:36:50 +00:00
fur
b8940b6cb4 Propagation of numerous bug fixes from 4.06 (which have been reviewed
and tested in that release):

#114564: Fix JS_Enumerate to return an empty id array instead of null
#115395: Fix JS garbage collection
#115200: Security dialog no longer blows assertion
#123211: Make sure output of sort array function is -1, 0, or 1.
#116195: Fix ImportProperty(), cope with an existing local variable
         of the same name as the imported property
         Unbusticate JS_invoke() so that closures work again
#115384,#115395: Handle bugs in toSource that strike when
         getProperty is non-idempotent.  Fix crash during JavaScript
         garbage collection after enumerating object properties.

#??????: mjudge - Win16 files to make ptrdiff_t be 32 bits on Win16
1998-06-09 23:04:48 +00:00
blythe
465661fe88 Printing page with a missing image icon no longer crashes 1998-06-09 22:43:09 +00:00
hardts
75ddbf4d77 accidentally undeleted during the layout integration branch landing 1998-06-09 22:41:49 +00:00
akkana
722cf81534 Make auto-save pref work: needed for testing 122182 1998-06-09 22:38:28 +00:00
akkana
3f37cf9e49 122182: fix periodic crashes from no-longer extant editor frames 1998-06-09 22:23:24 +00:00
hyatt
c2b640de36 Fix for status bar not appearing in a navigator window when
Aurora is initially collapsed.  (An SF1 In bug.)
1998-06-09 21:46:19 +00:00
shaver
7c6a64dcbf added JS_YieldRequest to API (me), and removed assertion in InitClass (mlm) 1998-06-09 21:39:58 +00:00
shaver
29f04506ff added JS_YieldRequest to API 1998-06-09 21:24:14 +00:00
rods
87b7153911 added text support 1998-06-09 21:12:35 +00:00
shaver
5b0b04e0e0 first arg to Script.prototype.exec is scopeobj, not second-with-ignored-first 1998-06-09 21:10:45 +00:00
spider
ba8c004c84 Bad load fix 1998-06-09 21:07:43 +00:00
fur
c1fc5ee0e8 Replacement for stddef.h in the JS interpreter which defines ptrdiff_t to be 32 bits rather than 16 bits on Win16 only 1998-06-09 21:05:54 +00:00
kmcclusk
d3f4d0ce51 Added mBounds field 1998-06-09 21:02:19 +00:00
kmcclusk
b9d2a3979f GetBounds now returns the rect given in the Create if the Widget has not
been realized yet.
1998-06-09 20:20:14 +00:00
kmcclusk
541f7939ab Copy samples to the correct location 1998-06-09 18:01:15 +00:00
kipp
b02da4eaf2 Set maxwordwith whenever we are not wrapping 1998-06-09 17:48:54 +00:00
kipp
f0d910ed4b Set width properly when not wrapping 1998-06-09 17:48:02 +00:00
kipp
944ae7d0f1 Fixed a pending-break clear bug; use new ReflowInlineChild API 1998-06-09 17:47:49 +00:00
kipp
094bbe0290 Added nsIInlineFrame interface 1998-06-09 17:47:20 +00:00
kipp
565dbd1fbe Implement ReflowChild directly so that it uses nsIInlineFrame is available 1998-06-09 17:40:21 +00:00
kipp
a276d8c409 new iids 1998-06-09 17:39:42 +00:00
kmcclusk
a648457fa8 Added a two more shareables to link against + added clobber and install directives 1998-06-09 17:38:47 +00:00
kipp
56c2b9603b Implement ReflowInlineChild to check for nsIInlineFrame and use it when available 1998-06-09 17:32:52 +00:00
kipp
cacb19b895 Updated reflow-inline-child to handle the new nsIInlineFrame api 1998-06-09 17:32:27 +00:00
kipp
071d132c21 Made BRFrame implement nsIInlineFrame 1998-06-09 17:31:59 +00:00
kipp
0d61200514 Added rules to make TD's, TH's behave more like navigator 1998-06-09 17:31:34 +00:00
shaver
debf3ff999 first arg to Script.prototype.exec is scopeobj, not second-with-ignored-first 1998-06-09 17:28:41 +00:00
spider
151088f63e Add Exposure mask code back into event handlers, modify Makefile so
source actually builds (it wasn't on IRIX since the first .cpp had a'#'
sign in it commenting out the rest), and add a char * passwd so nsXtEventHandler
will compile.
1998-06-09 16:58:59 +00:00
norris
0565e32750 Fix 123552 Array length updating is incorrect
js> a = new Array()

js> a["3.00"] = "three"
three
js> a.length
4

Since "3.00" is not an array index as defined by ECMA, a.length should be 0.
1998-06-09 16:47:00 +00:00
troy
66b6882d23 Added nsIReflowCommand interface 1998-06-09 04:51:44 +00:00
buster
eebf3db2c1 backed out an inline for UNIX build 1998-06-09 03:53:35 +00:00
wtc
2ba9c2caec 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
6418ed1985 Port to Sparc Linux. Files changed: _linux.cfg, _linux.h. 1998-06-09 00:51:10 +00:00
kipp
80f5fb359a Added another tracing log message 1998-06-09 00:49:12 +00:00
kipp
44b669c0f8 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
5c85a2ee93 fixed ifdef error from landing layout integration branch 1998-06-09 00:28:57 +00:00
wtc
302b1960a0 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
808b5efd3a Change to improve GC benchmarks, from Raman Tenneti <raman@netscape.com>
of the Java group.
1998-06-08 23:44:47 +00:00
wtc
412d6f3a7c 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
864c2c19a9 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
516b6f7917 ensure that a title tag is always written before publish; table dialog fixes 1998-06-08 23:27:01 +00:00
brade
112172d12f #ifdef DEBUG around DebugStr; always set something for title string 1998-06-08 23:19:48 +00:00
brade
a5f969814c 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
19bb8ad4ac moved inlined SetCellAt to body 1998-06-08 22:07:15 +00:00
rods
849c30f536 disabled nsTextHelper.cpp build 1998-06-08 21:46:55 +00:00