Commit Graph

69154 Commits

Author SHA1 Message Date
ben%netscape.com
974cb5781d fix tree font and menulists in classic (50180, 45196) 2000-08-31 06:46:17 +00:00
ben%netscape.com
a82e3d557a oops 2000-08-31 06:45:31 +00:00
nisheeth%netscape.com
a67f193c88 r=ian hickson. Fix for nsbeta3+ bug 41924. Updated the way we calculate alternate text for images that are not found. 2000-08-31 06:27:49 +00:00
ben%netscape.com
61b29026dd 46613, Classic skin polish (Mac profile manager) 2000-08-31 06:15:47 +00:00
scc%mozilla.org
cc2d66fff1 make |Last| not try to adjust an iterator into an empty string (stops illegal calls to |Last| on an empty string from going into an infinite looop), r=mscott 2000-08-31 06:12:35 +00:00
ben%netscape.com
9ae92e9831 46613, classic skin polish 2000-08-31 06:09:17 +00:00
tara%tequilarista.org
439bae9bcb fix for bug #24806 2000-08-31 06:07:26 +00:00
beard%netscape.com
b1ef2faa2c fixing build bustage. r=scc 2000-08-31 06:00:21 +00:00
mstoltz%netscape.com
ecbc31c3d3 Fixing exploits involving changing the location of a window and getting the wrong principal. Bug 48723, r=vidur 2000-08-31 05:53:32 +00:00
ben%netscape.com
cfe93dcff4 46613... 2000-08-31 05:45:28 +00:00
mscott%netscape.com
7e54962a72 back out my change until we can get it to build on the mac. This re-introduces the infinite loops when you run the browser though
so be warned.
2000-08-31 05:43:21 +00:00
ben%netscape.com
e52aa31b71 46613, Classic skin polish (Mac profile manager) 2000-08-31 05:27:49 +00:00
ben%netscape.com
c33a5cd4a8 46613, classic skin polish (Mac profile manager) 2000-08-31 05:26:27 +00:00
ben%netscape.com
c7002cbe9b updated image 2000-08-31 05:18:47 +00:00
nelsonb%netscape.com
5fe44c9349 Checkin a big speedup for sparc v8 CPUs when compiled with Workshop
compilers.  Be sure to use -DMP_NO_MP_WORD with v8 CPUs.
2000-08-31 04:59:05 +00:00
ben%netscape.com
3145dec2b2 fix bustage 2000-08-31 04:55:59 +00:00
ben%netscape.com
3517bd396f mac classic users icon 2000-08-31 04:38:19 +00:00
mscott%netscape.com
57a58f3599 Bug #50853 --> fix a nasty infinite loop on windows. The compiler was choosing the wrong overloader method for nsPromiseConcatenation::operator+
which caused it to fail to inherit a mask bit which in turn led to the infinite loop.

this code came from scc.
r=mscott
2000-08-31 04:29:42 +00:00
harishd%netscape.com
f81492cf3c Solaris build bustage..
r=scc
2000-08-31 04:21:39 +00:00
nelsonb%netscape.com
eb2a2982e3 Fix mpi.h so that it compiles when MP_NO_MP_WORD is defined on the command
line (or prior to including mpi.h).
2000-08-31 03:59:48 +00:00
nbhatla%netscape.com
1fee4ab219 #46423-> new modern skin polish. NOT PART OF BUILD. r=marlon 2000-08-31 03:49:23 +00:00
nbhatla%netscape.com
23b470c01c #46423 -> New modern skin polish. NOT PART OF BUILD. r=marlon 2000-08-31 03:47:30 +00:00
nbhatla%netscape.com
f3abe8d765 #46423 -> New Modern skin Polsih. NOT PART OF BUILD. r=marlon 2000-08-31 03:46:53 +00:00
nbhatla%netscape.com
04f1885b2e #46423 -> Modern skin Polish. NOT PART OF BUILD. r=marlon. 2000-08-31 03:46:10 +00:00
nelsonb%netscape.com
1b6110f143 Add missing copyright notice. Doh! 2000-08-31 03:45:39 +00:00
nbhatla%netscape.com
0f9d11d4ed #46423 - New Modern Skin Polish. Final batch of navigation bar images, other minor color tweaks. NOT PART OF BUILD. r=marlon 2000-08-31 03:44:33 +00:00
brendan%mozilla.org
a951a13f16 Fix GC_MARK_DEBUG bustage (r=dbaron, not part of build unless you -D it). 2000-08-31 03:41:36 +00:00
saari%netscape.com
970f4d27a5 fixing dr's bustage 2000-08-31 03:35:57 +00:00
brendan%mozilla.org
2b858a9a05 Forgot to round capacity up to nearest power of two\! r=bienvenu. 2000-08-31 03:12:40 +00:00
danm%netscape.com
f70405499d check for null context before clearing JS watchpoints. bug 49615. patch from afranke@ags.uni-sb.de. r=brendan, me a=brendan 2000-08-31 03:10:52 +00:00
brendan%mozilla.org
d965b821ed Use lazy JS class init to save memory and cycles; also expand tabs per Emacs modeline (46703, r=blizzard@mozilla.org). 2000-08-31 02:59:59 +00:00
buster%netscape.com
2becb1fc67 bug 48295 (floating nested table height initially 0, makes layout wrong)
r=karnaze
values from the wrong struct were getting passed into SetTallestCell
2000-08-31 02:57:58 +00:00
nelsonb%netscape.com
9b2c335e20 Some cleanup. Check error codes for all functions that return them. 2000-08-31 02:52:23 +00:00
nelsonb%netscape.com
8b0c1dcf1e Big changes for performance. mp_digits are now always unsigned ints.
mp_words are used only on machines that support long long arithmetic.
s_mp_mod_d() was deleted.  It was not being used and was not part of the
public API. The code that computes squares in s_mp_sqr was broken out
into a separate new function s_mpv_sqr_add_prop(), which is a target for
assembly language optimization.  New function s_mpv_div_2dx1d(), also a
target for assembly optimization.  These changes made X86 benchmark time
go from 22.5 seconds to 8.3 seconds on my reference test system.
2000-08-31 02:51:23 +00:00
nelsonb%netscape.com
52652e08a5 Add support for Linux on X86 CPUs. Use assembler code on MIPS CPUs. 2000-08-31 02:43:56 +00:00
dr%netscape.com
281bde8437 removed nsTabFrame stuff, fix for 50612, r=ben 2000-08-31 02:41:55 +00:00
nelsonb%netscape.com
5e06b71329 Gnu assembler implementations of all s_mpv_ functions for Intel X86 CPUs. 2000-08-31 02:41:20 +00:00
nelsonb%netscape.com
118024af9e Add implementation of s_mpv_sqr_add_prop. 2000-08-31 02:40:32 +00:00
saari%netscape.com
829e5ce1f4 Removing nsTabFrame.cpp from layout.mcp for dr fix for 50612 2000-08-31 02:39:51 +00:00
bryner%uiuc.edu
e596018a21 Fixing 50554 - keep the tree in a consistent state while removing its content.
This is prep work for 47795.  Also fixes chatzilla crash.  r=waterson.
2000-08-31 02:39:48 +00:00
beard%netscape.com
ed0176a047 bug #44187: added guards to prevent crashes when Java not available. r=jband 2000-08-31 02:37:42 +00:00
kmcclusk%netscape.com
a1687e840a Revert back to old loop construct for dispatching events which is safer when the event destroys the current view bug 50335 r=attinasi@netscape.com 2000-08-31 02:31:17 +00:00
beard%netscape.com
7afd821893 fixing crasher, reference counting problems. r=ccarlen 2000-08-31 02:26:44 +00:00
saari%netscape.com
a43fa40784 Fixes for Mac menu bugs 49576, and 49142. r=pinkerton 2000-08-31 02:26:08 +00:00
waterson%netscape.com
971108565b Add pldhash.c to the build. 2000-08-31 02:18:08 +00:00
waterson%netscape.com
d7d0dad09e Add pldhash.h to the build. 2000-08-31 02:17:29 +00:00
ben%netscape.com
e748b9960a fix for the simplest part of 30878, right click checks checkboxes. 2000-08-31 02:13:00 +00:00
dr%netscape.com
9948be5ee3 fix for 49802, r=danm 2000-08-31 02:07:04 +00:00
naving%netscape.com
7dda97ba83 Changed the BuildPop3Url to pass the port also 2000-08-31 01:53:45 +00:00
naving%netscape.com
48af0b080a #define POP3_PORT was removed to get the port set for POP acct. Useful if the port is not
the default port.
2000-08-31 01:52:51 +00:00