Commit Graph

117628 Commits

Author SHA1 Message Date
wtc%netscape.com
8719c03b55 Bug 200335: need to cast pthread_t (which could be a pointer) to an
unsigned type (PRUptrdiff).  The patch is contributed by Nelson Bolyard.
2003-04-11 03:38:24 +00:00
bryner%netscape.com
548240cb40 s/INCLUDE_XUL/MOZ_XUL/ 2003-04-11 02:06:32 +00:00
darin%netscape.com
4701ecfd6c fixes bug 201570 "enable socket transport logging in nightly builds" r=dougt sr=brendan 2003-04-11 01:19:07 +00:00
cltbld%netscape.com
d2b6041e7e Automated update 2003-04-11 01:00:41 +00:00
bryner%netscape.com
3a3ec0cbd5 Make --disable-xul work (bug 69995). We build enough XUL to support
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree.  r=bzbarsky, sr=alecf.
2003-04-11 00:56:27 +00:00
arougthopher%lizardland.net
1c60425f55 Bug#180134
NS_METHOD nsWindow::ConstrainPosition needs impelentation in BeOS
r=arougthopher,sergei
2003-04-11 00:54:42 +00:00
leaf%mozilla.org
ef6cd680b0 rest of bug 201520, r=cyeh. using $regexp exposed an unterminated regexp match
for [^/] when % is used, which matches any string that has any non-/ characters
in it, rather than *no* / characters before the end of the string.
2003-04-11 00:16:05 +00:00
shliang%netscape.com
738c1d3a60 125197 - and/or search tables for ab searches - r=cavin, sr=sspitzer 2003-04-11 00:10:18 +00:00
shliang%netscape.com
5b26d3e38a 195213 - sidebar does not load when opened if collapsed on startup - r=sspitzer, sr=jag 2003-04-11 00:03:04 +00:00
shliang%netscape.com
020bfa4f02 166912 - mail account manager settings appear not to take effect - r=cavin, sr=sspitzer 2003-04-10 23:58:52 +00:00
brendan%mozilla.org
05f54166a9 Fix JS_CompileUCFunctionForPrincipals to allow null obj with non-null funAtom, for precompiling a named function against no scope (no bug, r=self trivial change). 2003-04-10 23:38:59 +00:00
bzbarsky%mit.edu
d9ad51a769 Use the right window object -- unbreaks "Launch" button on progress dialog.
Final bits of bug 91969, r=timeless, sr=jag
2003-04-10 23:35:42 +00:00
dbaron%dbaron.org
52c518fcd8 Remove lines that do nothing except leak. r+sr=bzbarsky 2003-04-10 23:26:36 +00:00
leaf%mozilla.org
62738efed6 bug 201520, r=dmose, cyeh. Use the modified regexp string instead of the
flat pattern string when comparing file entries in pre-existing partitions.
2003-04-10 22:26:49 +00:00
blizzard%redhat.com
5a583997a5 Fix uninitialized variable pointed out by pkw@us.ibm.com. No bug. Not part of the default build. 2003-04-10 22:11:27 +00:00
sfraser%netscape.com
85cda34b61 Clean up nsContentAreaDragDrop::BuildDragData to fix dragging of unselected elements, dragging of <area> elements, and to prepare for putting native image data into drags. Part of changes in 193053, r=pinkerton, sr=kin. 2003-04-10 21:21:15 +00:00
alecf%netscape.com
e260f1fcce fix for bug 199170 - convert editor over to using nsStaticAtoms
r=brade, sr=sfraser
2003-04-10 21:04:07 +00:00
rogerl%netscape.com
a8df8c38a3 Added ReferenceArena. 2003-04-10 20:54:03 +00:00
bryner%netscape.com
67766f8a38 add .PHONY so that build target always builds. not part of the default build. 2003-04-10 20:47:12 +00:00
sfraser%netscape.com
f78fc1b8d8 Appease the Windows __stdcall gods. Bug 201257. 2003-04-10 20:45:17 +00:00
timeless%mozdev.org
ac9dd30a3f Bug 160100 Mac Classic theme claims to simulate Windows
patch by macrxnapa@netscape.net r=sfraser sr=sfraser
2003-04-10 20:25:25 +00:00
dougt%netscape.com
50257a271c testy - first cut 2003-04-10 19:51:25 +00:00
sfraser%netscape.com
ae7ee2d4c1 Part of fix for bug 201257, missed in previous checkin. r=brade/sr=alecf. 2003-04-10 19:29:27 +00:00
cavin%netscape.com
c521649145 Removing unused code, no bug, no reviewer. 2003-04-10 19:29:16 +00:00
darin%netscape.com
b98cfb0f44 fixes bug 201370 "TLS intolerance detection broken" r=kaie sr=alecf 2003-04-10 19:06:24 +00:00
mkaply%us.ibm.com
7f01690eb2 No bug
r/sr=dbaron
use -moz-fixed instead of Courier for XML error messages so they are always fixed regardless of prefs
2003-04-10 19:01:47 +00:00
seawood%netscape.com
f1598e987b gcc requires that explicit variables be used when calling constructors (that's my story and I'm sticking to it!)
Bug #134113 r=jag sr=dbaron
2003-04-10 18:56:35 +00:00
sfraser%netscape.com
abe53e192f Fix bug 201257 -- clean up use of nsIControllerCommandManager by editor:
Renaming nsIControllerCommandManager to nsIControllerCommandTable to reduce confusion.
Moving the immutability flag from the nsBaseCommandController to the nsControllerCommandTable.
Renaming the 'refcon' on nsIControllerContext to 'context', and giving nsIControllerContext an Init() method that optionally takes a command table.
Fixing the editor and composer module code to create pre-filled nsIControllerCommandTables as services, and the controller constructors to create singleton command tables with do_GetService.
r=brade, sr=alecf.
2003-04-10 18:44:03 +00:00
scott%scott-macgregor.org
00a9f92bb7 land some trunk bug fixes 2003-04-10 18:35:08 +00:00
bienvenu%netscape.com
79552ec278 little cleanup of cram-md5 code for imap, fix umr and replace PR_FREEIF with PR_Free r/sr=sspitzer 41594 2003-04-10 18:18:14 +00:00
timeless%mozdev.org
ed4443f3ff Bug 201423 Crash [@ nsWebShell::Create] if urildr.dll is missing
r=adamlock sr=bz
2003-04-10 18:17:57 +00:00
timeless%mozdev.org
85bdb1642f Bug 201416 if shistory.dll is missing then home page won't load
r=alecf sr=alecf
2003-04-10 18:17:51 +00:00
kaie%netscape.com
7f4ab8fb87 b=200236 Change Master password dialog OK button disabled with matching passwords
r=javi sr=alecf
2003-04-10 18:16:22 +00:00
wtc%netscape.com
afab90e1d6 Explain how the GOLDEN_RATIO constant was calculated. 2003-04-10 18:10:12 +00:00
bienvenu%netscape.com
2555b01f28 fix for problem saving very first local draft, patch by Christian Eyrich, r/sr=bienvenu 151361 2003-04-10 18:07:56 +00:00
sfraser%netscape.com
800b555db2 Gfx portion of fix for bug 193053. Fix nsImageMac::ConvertToPICT so that we can safely call it from code that gets the image for the clipboard, and for dragging. r=pinkerton, sr=bryner. 2003-04-10 17:23:32 +00:00
peterlubczynski%netscape.com
d361c88876 Fixing bug 129306, regression: can't hide plugins with a widget, r=roc+moz sr=bz 2003-04-10 17:22:24 +00:00
sspitzer%netscape.com
a4207b4186 better fix for #200603. thanks to neil.
r/sr=sspitzer
2003-04-10 17:21:13 +00:00
rogerl%netscape.com
54f2ccd369 Leak cleaning. 2003-04-10 17:13:29 +00:00
bsmedberg%covad.net
c47f659d09 forgot Makefile.in bug 200709 r=jkeiser sr=alecf Many apologies, this is my first mozilla checkin. 2003-04-10 14:14:32 +00:00
bsmedberg%covad.net
edeed1b17d win32 bustage-fix for bug 200709 2003-04-10 14:01:03 +00:00
bsmedberg%covad.net
2fe15728d7 bug 200709 remove dynamic linking of nsTHashtable and family. r=jkeiser sr=alecf 2003-04-10 13:27:16 +00:00
ccarlen%netscape.com
c1a4389e74 Bug 194650 - Dynamic profile switching does not logout of password manager completely if the only user of wallet data is the wallet viewing UI. r=kaie/sr=dveditz 2003-04-10 13:18:42 +00:00
seawood%netscape.com
0ef449a710 Don't build in l10n unless MOZ_L10N_TOOLS or MOZ_L10N_LANG is set. 2003-04-10 07:13:43 +00:00
jshin%mailaps.org
57b5274f65 bug 68738 : UTF-16/32LE with BOM is always detected as UTF-16BE/32BE.
r=ftang, sr=heikki
2003-04-10 07:10:48 +00:00
dbradley%netscape.com
572096c8b6 Bug 201084 - [AxPlugin] mozilla crashing in new ActiveXObject(). r=adamlock, sr=alecf (Not part of build) 2003-04-10 07:06:52 +00:00
joshua.xia%sun.com
4bed3d7dff bug=201164 Crash when java applet returns a number as a string to a javascript, and the script modifyes the number.
r/sr=brendan@mozilla.org sr=beard@netscape.com
2003-04-10 05:45:48 +00:00
mhammond%skippinet.com.au
9e50b7b363 Fix bug 200893 - Timeline Service is not thread aware,
and bug 200204 - Timeline service should expose NS_TIMELINE_MARK_TIMER1
sr=alecf, r=alecf/dougt
2003-04-10 05:39:46 +00:00
cls%seawood.org
9efe5a5a45 Fix mingw bustage.
Bug #134113 r=darin
2003-04-10 05:16:51 +00:00
rbs%maths.uq.edu.au
138d8c79d6 Restore the selected area in View Selection Source and some extras while here, b=201102, r=doron, sr=bzbarsky 2003-04-10 04:35:49 +00:00