Commit Graph

78632 Commits

Author SHA1 Message Date
disttsc%bart.nl
497249a5e8 Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver 2001-03-20 05:37:56 +00:00
cls%seawood.org
d2b6ac7c9f Create uniquely named debug variables for each libimg component.
Bug #50782 r=pavlov sr=tor
2001-03-20 05:30:59 +00:00
sspitzer%netscape.com
e2d0ad8f16 ignore generated makefiles 2001-03-20 05:30:53 +00:00
idk%eng.sun.com
a3ea814248 *not part of regular build*
Follow up on 67699
Fixed build problem
2001-03-20 05:30:16 +00:00
mcafee%netscape.com
1c4af4d469 Adding rods reflow debugging tools to pref/debug panel (72582). r=pchen, sr=alecf 2001-03-20 05:29:02 +00:00
pavlov%netscape.com
edaf3b03bc removing the check for mHasImage before calling mImageLoader.Init()... this wasn't in the old code and slipped in. should fix orange trees. r=brendan 2001-03-20 04:43:35 +00:00
nelsonb%netscape.com
cc91679cd9 Add function SECU_PrintBuf() which prints a buffer in hex and ASCII. 2001-03-20 04:23:38 +00:00
mkaply%us.ibm.com
e2827f5200 OS/2 TB breakage 2001-03-20 02:44:36 +00:00
pavlov%netscape.com
eaa80070c5 fix the image cache problem with nsImageDocuments and add some more assertions 2001-03-20 02:23:42 +00:00
pinkerton%netscape.com
04c16f240d removing nsAnonymousElement.cpp to fix bustage. 2001-03-20 02:00:09 +00:00
sspitzer%netscape.com
1008c69647 fix for #16916. make it so space pages down in the current message
and if at the end of a message, acts like you hit "next message".
thanks to jst@netscape.com for the patch.  sr=sspitzer
2001-03-20 00:51:23 +00:00
sspitzer%netscape.com
0506f70002 fix cross folder message navigation. sr=bienvenu 2001-03-20 00:49:03 +00:00
ducarroz%netscape.com
0f63c2bcd7 Fix Mac bustage in mime. 2001-03-20 00:47:41 +00:00
hyatt%netscape.com
dc8d28b627 Missed another file. 2001-03-20 00:46:41 +00:00
hyatt%netscape.com
aec07a2575 OOps. Missed a file. 2001-03-20 00:45:51 +00:00
nelsonb%netscape.com
3ef58c1b72 Fix bug in SSL_ResetHandshake introduced in last checkin. 2001-03-20 00:39:02 +00:00
heikki%netscape.com
8e32589d01 Removed unused variable. NS_PAGE_LOAD is nsEvent, not nsMouseEvent. r=harishd. 2001-03-20 00:19:48 +00:00
sspitzer%netscape.com
4c04906d37 fix #72567. whoops, I broke message dnd. sr=bienvenu.
(you might have to remove your component.reg file, too see the bug)
2001-03-20 00:08:57 +00:00
heikki%netscape.com
ed0d730e7e Not part of build. Added tests for document.load() (a DOM extension used to load XML documents asynchronloysly as data). 2001-03-20 00:05:05 +00:00
blizzard%redhat.com
8df3b775ba Attempt to fix irix bustage. Shouldn't hurt other platforms. 2001-03-20 00:00:48 +00:00
hyatt%netscape.com
ceca1422dc Fix for 72345. r=jag, sr=shaver,scc 2001-03-19 23:56:28 +00:00
pavlov%netscape.com
0eee027f47 xul image frame changes for new imagelib. part of bug 70938. r=danm sr=hyatt 2001-03-19 23:44:55 +00:00
tao%netscape.com
a6926bddd9 Fix bustage. 2001-03-19 23:40:58 +00:00
disttsc%bart.nl
00fdbfbcf7 Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, adding "windowwatcher" to REQUIRES line in embedding/browser/gtk/src/Makefile.in 2001-03-19 23:36:16 +00:00
kestes%tradinglinx.com
77d321e2aa always show the last few lines of the build. 2001-03-19 23:35:13 +00:00
disttsc%bart.nl
38f4b05d1a Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, adding "string" to REQUIRES line in embedding/components/appstartup/src/Makefile.in 2001-03-19 23:35:10 +00:00
kestes%tradinglinx.com
797f9199a6 add system3() so that we can send reports while the
build is running.
2001-03-19 23:33:43 +00:00
kestes%tradinglinx.com
259da77fdc fix typo in header generation.
take out the <p> in the info, it makes the windows too big.
also increase the window sizing algorithm for the headers
   to be compatible with what I do for the build.
2001-03-19 23:32:43 +00:00
disttsc%bart.nl
efba48a312 Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, add "embedcomponents" to REQUIRES line in embedding/base/Makefile.in, r=cls 2001-03-19 23:30:29 +00:00
sspitzer%netscape.com
083b4fd3cb fix for #72553. remember if we hid the flag / read columns.
sr=bienvenu.  also persist the width of some columns we weren't
persisting, due to a spelling mistake.  (thanks to neil@parkwaycc.co.uk for
that part of the fix)
2001-03-19 23:27:58 +00:00
pavlov%netscape.com
7f312341d1 unix build changes to conditionally build new directories if configure flags are specified. part of bug 70938. r=dbaron@fas.harvard.edu sr=cls@seawood.org 2001-03-19 23:26:47 +00:00
peterlubczynski%netscape.com
7e5c1f6f02 Fix for getting Object Frame (and plugins) getting focus on Mac. Fixes Shockwave typing input bug 68756 a=av sr=sfraser 2001-03-19 23:26:41 +00:00
pavlov%netscape.com
530b4d1949 add -DMOZ_NEW_CACHE and -DUSE_IMG2 to CFLAGS on windows if MOZ_NEW_CACHE is set and/or USE_IMG2 part of bug 70938. r=bryner sr=cls 2001-03-19 23:21:52 +00:00
erik%netscape.com
ab236e2b14 bug 71339; author=simon@softel.co.il; r=rods; sr=erik; changes from IBM
bidi project (Hebrew, Arabic, etc); in ifdef IBMBIDI for now
2001-03-19 23:20:21 +00:00
tao%netscape.com
af837c8d5a 71517: Dynamically select platform jar in langxxxx.xpi. r=ssu, sr=dveditz.
package all en-*.jar into langenus.xpi and select on one the fly.
2001-03-19 23:10:12 +00:00
javi%netscape.com
6dd2b6520f Make a better contract ID for the pk11 token db. 2001-03-19 23:09:28 +00:00
jgmyers%netscape.com
4acb8af6e0 Add assertion for thread saftey of MIME_ConvertCharset(): bug 70499 r=ducarroz sr=sspitzer 2001-03-19 23:09:22 +00:00
peterlubczynski%netscape.com
c01bf6830c Fix for null docShell in nsEventStateManager::UpdateCursor. Fixing AIM Express top crash. bug 69589 r=saari sr=attinasi 2001-03-19 23:01:59 +00:00
pavlov%netscape.com
913938c7f0 (not part of the build) changing nsHTMLAtoms::image to nsXULAtoms::image r=hyatt 2001-03-19 22:59:20 +00:00
jgmyers%netscape.com
59363f3853 Make SMTP prefer PLAIN over LOGIN: bug 72218 sr=mscott r=sspitzer 2001-03-19 22:57:37 +00:00
blizzard%redhat.com
d411df3907 Bug #72224. Turn on the new embedding widget. sr=shaver r=danm 2001-03-19 22:25:29 +00:00
waterson%netscape.com
3fa3daecea Bug 71594. Reparent views from 'trailing' frame, but only make trailing frame if it'd have children. r=karnaze, sr=attinasi 2001-03-19 22:24:20 +00:00
waterson%netscape.com
c8392e7a56 Bug 71421. Always check for null script object from CompileScript(). r=mstoltz, sr=brendan 2001-03-19 22:22:24 +00:00
sspitzer%netscape.com
3f23525625 fix for #72292. don't use [value="..."] rules in css. sr=bienvenu 2001-03-19 22:18:47 +00:00
blizzard%redhat.com
2d2d061a5a Fix bug #72069. Move event processing until after the X event has been processed to prevent race conditions. Lots of Gtk warnings and crashes should be fixed with this. sr/r=shaver/brendan ( tag team ) 2001-03-19 22:17:47 +00:00
sspitzer%netscape.com
2c9df308c1 fix #58454. this extra logging call made it look we were doing
two XOVERs.  sr=bienvenu
2001-03-19 22:16:55 +00:00
waterson%netscape.com
ab1db03317 Bug 71594. Reparent views from 'trailing' frame, but only make trailing frame if it'd have children. r=karnaze, sr=attinasi 2001-03-19 22:16:47 +00:00
peterlubczynski%netscape.com
96eeb7b828 Fix wording in Windows Default Plugin bug 56653 a=av sr=attinasi 2001-03-19 22:16:32 +00:00
sspitzer%netscape.com
8d8b82b1da fix for #72371. sr=bienvenu. get "unsubscribe" working from the edit menu and the folder pane context menu. 2001-03-19 22:15:38 +00:00
sspitzer%netscape.com
98ca212dcc fix for #68036. (quiet compiler warnings) sr=brendan/waterson a long time ago. 2001-03-19 22:14:07 +00:00