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

69112 Коммитов

Автор SHA1 Сообщение Дата
blizzard%redhat.com 78cb185b89 fixes for bugs 27790 33649 37003 37004 37257 45499 45761 50009 48276. this is a rewrite of much of the DND code for linux. some of the big features include multiple item drags inside of mozilla, support for _NETSCAPE_URL memory leak fixes and tree scrolling during drags. r=pavlov a=brendan 2000-08-31 14:48:14 +00:00
beard%netscape.com 2b58c68fab traceObject(). only used when leak detector built. 2000-08-31 14:43:17 +00:00
beard%netscape.com 45bf784816 Added traceObject() method. 2000-08-31 14:35:13 +00:00
beard%netscape.com fcb43cb80d GC_trace_object. 2000-08-31 14:33:29 +00:00
beard%netscape.com 62cfba1004 Stub GC_trace_object. 2000-08-31 14:32:57 +00:00
beard%netscape.com 2b2ab83301 GC_trace_object (not part of build) 2000-08-31 14:28:56 +00:00
bienvenu%netscape.com d131abd480 whoops, forgot to invoke a pldhash routine 2000-08-31 14:00:38 +00:00
dbaron%fas.harvard.edu 6cc3760a98 Attempt to fix AIX bustage by adding get(). AIX started thinking this call to nsIWidget::Create was ambiguous when the first parameter was made an nsCOMPtr (couldn't decide whether it was the Create() taking a void* or an nsIWidget*). r=kin 2000-08-31 13:40:17 +00:00
bienvenu%netscape.com 5c18dca5c4 add pldhash functions, r+a=waterson+brendan 2000-08-31 13:29:29 +00:00
cmanske%netscape.com 99b4f0744c Fixed updated of color widget on Composer toolbar, b=49952, r=sfraser 2000-08-31 12:44:56 +00:00
cmanske%netscape.com 0a75a1b326 Fixed GetBackgroundColorState to get nested table and cell color, needed to make background color on toolbar correct. b=49952, r=buster 2000-08-31 12:44:55 +00:00
scc%mozilla.org 25f675704f bug #49895: checking in a slight enhancement on Patrick Beards patch 2000-08-31 11:42:43 +00:00
jband%netscape.com 91431137bb fix to un-bust XPCONNECT_STANDALONE build (#ifdef'd out code for the browser) from shaver@mozilla.org 2000-08-31 10:44:28 +00:00
jband%netscape.com a2b34993e9 add caching of jar/zip files to help fix bug 46707. Also factor out conditional compilation of ziploader support to not just be dependent on XPCOM_STANDALONE. And, factor out manifest directory from component directory (even though they are the same for now) in prepatation for a better fix to bug 39808. r=rginda@netscape.com 2000-08-31 09:48:39 +00:00
jband%netscape.com 4420932152 fix bug 50080. Early returns skipping call to nsGenericResolve. r=jst@netscape.com a=brendan@mozilla.org 2000-08-31 09:44:27 +00:00
cltbld%netscape.com 0736bdc6f4 Forward declaration of eHTMLTags is not needed if including nsHTMLTokens.h. Should help fix speedracer bustage. -cls 2000-08-31 09:30:17 +00:00
ben%netscape.com 530cb77d23 partial fix for 32034 - sidebar search doesnt work from mail 2000-08-31 07:52:32 +00:00
ben%netscape.com acf7517ea0 fix tree font and menulists in classic (50180, 45196) 2000-08-31 06:46:17 +00:00
ben%netscape.com f2df0bc99c oops 2000-08-31 06:45:31 +00:00
nisheeth%netscape.com b8e21d92fd 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 d919c4e5a9 46613, Classic skin polish (Mac profile manager) 2000-08-31 06:15:47 +00:00
scc%mozilla.org c597b81a96 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 c7417122a5 46613, classic skin polish 2000-08-31 06:09:17 +00:00
tara%tequilarista.org 6d16c6005d fix for bug #24806 2000-08-31 06:07:26 +00:00
beard%netscape.com 305550b2a0 fixing build bustage. r=scc 2000-08-31 06:00:21 +00:00
mstoltz%netscape.com 584d022386 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 2a3ebe2644 46613... 2000-08-31 05:45:28 +00:00
mscott%netscape.com 3dd88adffe 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 7348a6b798 46613, Classic skin polish (Mac profile manager) 2000-08-31 05:27:49 +00:00
ben%netscape.com 6a71119f86 46613, classic skin polish (Mac profile manager) 2000-08-31 05:26:27 +00:00
ben%netscape.com 8390d1ccb7 updated image 2000-08-31 05:18:47 +00:00
nelsonb%netscape.com 46fa09d149 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 2e657b49e9 fix bustage 2000-08-31 04:55:59 +00:00
ben%netscape.com 37786cfa9e mac classic users icon 2000-08-31 04:38:19 +00:00
mscott%netscape.com 683539b3d5 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 cccd68fbe6 Solaris build bustage..
r=scc
2000-08-31 04:21:39 +00:00
nelsonb%netscape.com 10de2baeb6 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 a724cd0e53 #46423-> new modern skin polish. NOT PART OF BUILD. r=marlon 2000-08-31 03:49:23 +00:00
nbhatla%netscape.com 91ba42ed2d #46423 -> New modern skin polish. NOT PART OF BUILD. r=marlon 2000-08-31 03:47:30 +00:00
nbhatla%netscape.com 0a7bb1fa79 #46423 -> New Modern skin Polsih. NOT PART OF BUILD. r=marlon 2000-08-31 03:46:53 +00:00
nbhatla%netscape.com a0f96689ca #46423 -> Modern skin Polish. NOT PART OF BUILD. r=marlon. 2000-08-31 03:46:10 +00:00
nelsonb%netscape.com e95b014e32 Add missing copyright notice. Doh! 2000-08-31 03:45:39 +00:00
nbhatla%netscape.com b6243188c2 #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 dec096cac0 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 9d7f2f1c61 fixing dr's bustage 2000-08-31 03:35:57 +00:00
brendan%mozilla.org 396485e045 Forgot to round capacity up to nearest power of two\! r=bienvenu. 2000-08-31 03:12:40 +00:00
danm%netscape.com 17b80feb19 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 fee5220228 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 644740d8b6 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 ac1576b1d1 Some cleanup. Check error codes for all functions that return them. 2000-08-31 02:52:23 +00:00