kestes%walrus.com
dd781fd767
I debuged this by eye. I need someone with perforce installed to check that this really works.
2003-05-10 20:00:12 +00:00
kestes%walrus.com
ab757838ce
fix typo with $tree var. Use the Utils.pm module.
2003-05-10 19:59:26 +00:00
kestes%walrus.com
666de92928
add calls to setup the global environment before test is run.
...
Main loop had out redefined each iteration.
2003-05-10 19:56:52 +00:00
rogerl%netscape.com
31c6b3b53c
Minor e3 fixes. Adding type handling for function parameters & result.
2003-05-10 19:30:34 +00:00
asa%mozilla.org
6d8f204fda
adding plugin faq to bookmarks
2003-05-10 17:49:43 +00:00
bienvenu%netscape.com
315c0fe989
better fix for 204874 problems with custom proprietary envelope command with imap sent folder, r/sr/a=sspitzer
2003-05-10 14:48:24 +00:00
wtc%netscape.com
a10abe7fb3
Bug 202593 and bug 204980: fixed a recursive deadlock introduced by the
...
fix for bug 202593. The session returned by nssSlot_CreateSession doesn't
need its own lock. It is either protected by a higher-level lock (the
slot or module lock) or used by only one thread throughout its lifetime.
Modified Files: dev/devslot.c pk11wrap/dev3hack.c
2003-05-10 14:21:40 +00:00
wtc%netscape.com
e270a63b63
Bug 204797: nssTokenObjectCache_Clear needs to lock the cache, otherwise
...
multiple threads could clear the cache at the same time after a token is
removed.
2003-05-10 14:19:04 +00:00
scott%scott-macgregor.org
45e84b56c9
Try to get movemail working on linux THUNDERBIRD builds. Has no impact on trunk.
...
a=sspitzer
2003-05-10 05:20:20 +00:00
dbradley%netscape.com
efd336ee4d
bug 204659 - Security manager check needs adjusting. r=adamlock, sr=alecf, a=sspitzer
2003-05-10 04:10:29 +00:00
rbs%maths.uq.edu.au
ccd3754fab
mismatch in the mathfont association of the solidus symbol '/', spotted by Geoff Leach <gl@cs.rmit.edu.au> in bug 128153, r+sr=rbs, a=sspitzer
2003-05-10 03:40:36 +00:00
sspitzer%netscape.com
cf3bf399d9
fix for bug #204517
...
[junk] purge doesn't work for Junk folder under Local Folders
r/sr=bienvenu, a=sspitzer
2003-05-10 02:11:57 +00:00
caillon%returnzero.com
b92d8ba746
Fix a leak and some minor code cleanup. r+sr=jst, a=sspitzer. (205104)
2003-05-10 02:01:10 +00:00
bryner%netscape.com
4d20f9dabb
fix build bustage - need to use rez include path
2003-05-10 00:12:38 +00:00
nelsonb%netscape.com
d687496b6b
Fix bug 143426 by not freeing names in loop that traverses them.
...
Patch contributed by liexter@hotmail.com (liqi)
2003-05-09 23:59:18 +00:00
mstoltz%netscape.com
ea695f91ea
Bug 204682 - do not allow document.domain to be set to the empty string. r=heikki, sr=darin, a=blizzard
2003-05-09 23:56:04 +00:00
sspitzer%netscape.com
3367dd7472
fix for bug #197043
...
fix the underlying problem that was causing the JMC dialog not to close.
make the spam folder stuff friendly to IMAP servers that have namespaces
like Cyrus IMAP servers.
r/sr=bienvenu, a=sspitzer
2003-05-09 23:21:26 +00:00
rogerl%netscape.com
dfc97970bc
New implementation of read/write handling, fixed gc bugs etc.
2003-05-09 23:05:01 +00:00
bienvenu%netscape.com
08874ced8a
fix crash when sending with an external smtp redirected login, r/sr=sspitzer, a=sspitzer 205102
2003-05-09 22:48:13 +00:00
bryner%netscape.com
fbe4eadc3f
Fix some build issues on UFS volumes by eliminating the need to use the resource fork (bug 157036). This replaces the applesingle-encoded nsMacWidget.rsrc with the DeRez'd nsMacWidget.r. We then run Rez at compile time to generate the data-fork resource file. Patch by lordpixel@mac.com, r=bryner, sr=sfraser, a=sspitzer.
2003-05-09 22:05:31 +00:00
ssu%netscape.com
06a906a91c
fixing bug 204162 - -201 error when doing performInstall. r=dveditz sr=jag, a=sspitzer
2003-05-09 20:47:34 +00:00
jst%netscape.com
fc4b955f7c
Fixing bug 93015. Making sure image that start loading before the page is done loading get added to the documents load group to prevent the page's onload handler from running before the image's onload handler runs. r=pavlov@pavlov.net, sr=darin@netscape.com, a=sspitzer@netscape.com
2003-05-09 20:42:49 +00:00
nicolson%netscape.com
84b6fcb28d
Fix 205069: broken loop logic in PFX.java.
2003-05-09 19:02:56 +00:00
nicolson%netscape.com
bbd2773941
Replace unnecessary Debug.trace() statement with a comment in the code.
2003-05-09 18:57:15 +00:00
brade%netscape.com
9cd318825f
api change to insertion filter to add flag for delete selection; r=timeless; sr=kin; a=asa; bug=204066
2003-05-09 18:33:14 +00:00
brade%netscape.com
0f6a3aedcb
api change to insertion filter to add flag for delete selection; r=timeless; sr= kin; a=asa; bug=204066
2003-05-09 18:32:50 +00:00
brade%netscape.com
376c526961
api change to include event (similar to paste/drop hook); r=cmanske, sr=sfraser, a=asa bug=203365
2003-05-09 18:30:02 +00:00
brade%netscape.com
92e98db7c0
whitespace change for adamlock r=cmanske; sr=sfraser; a=asa bug 203365
2003-05-09 18:27:47 +00:00
brade%netscape.com
a90acc180c
api change to include event (similar to paste/drop hook); r=cmanske, sr=sfraser, a=asa
2003-05-09 18:26:47 +00:00
brade%netscape.com
c64e4eee66
cmd_clearUndo implementation; r/sr=smfr a=sspitzer bug 195506
2003-05-09 18:21:00 +00:00
brade%netscape.com
faa13685c5
fix assignment per sspitzer; bug 195506 a=sspitzer r/sr=smfr
2003-05-09 18:18:53 +00:00
ian.mcgreer%sun.com
e987ab5834
fix bug in last patch
2003-05-09 18:12:11 +00:00
sspitzer%netscape.com
c21883db1e
fix for bug #204807
...
spam analyzing should not be automatically applied to public imap folders,
other user's imap folders, Unsent, Sent, Drafts or Templates folders
r/sr=bienvenu a=sspitzer
2003-05-09 18:09:32 +00:00
bienvenu%netscape.com
b78a0cf153
back out fix for 169481 deleting msgs in threaded view messages up indentation, until I can completely fix it r/sr/a=sspitzer
2003-05-09 14:46:10 +00:00
cbiesinger%web.de
348e5dba28
204157 patch by ian@arlen.demon.co.uk r=neil.parkwaycc.co.uk sr=jag new browser windows launch from non-browser apps always load home page
2003-05-09 14:02:41 +00:00
ccarlen%netscape.com
c41aebe6c6
Make it possible for other XUL apps to hide profile switching UI. b=204908, r=/sr=/a=sspitzer
2003-05-09 13:06:29 +00:00
kyle.yuan%sun.com
3eca35ed3d
missing } at line 698 (the end of Java_org_mozilla_webclient_wrapper_1native_CurrentPageImpl_nativeClearAllSelections)
2003-05-09 10:56:07 +00:00
caillon%returnzero.com
06dd9944b0
204810 - Inspector does not need an nsISecurityUI object to be created for its <browser>s
...
r+sr=jag a=sspitzer
2003-05-09 08:28:17 +00:00
axel%pike.org
7bb626148d
bug 204177, don't pull ipc for standalone builds, r=bryner, a=sspitzer
2003-05-09 08:19:58 +00:00
rogerl%netscape.com
662d464884
Fixed new GC changes.
2003-05-09 07:12:50 +00:00
timeless%mozdev.org
186b05d57e
Bug 204423 Remove unused nsIFindServiceConstructor, nsFindService::GetSingleton, nsFindService::FreeSigleton, empty nsFindModuleDtor
...
r=brade sr=smfr a=sspitzer
2003-05-09 04:17:41 +00:00
shliang%netscape.com
74082a7afd
bug 204251 - mail list dialog jumps when opened. r/sr=sspitzer,a=asa
2003-05-09 02:54:49 +00:00
bbaetz%acm.org
944decfd3c
Bug 204592 - invalid column name error
...
r,a=myk
2003-05-09 02:32:21 +00:00
jkeiser%netscape.com
a128d4a570
Make attachment view work again (bug 204964), r=myk@mozilla.org
2003-05-09 02:12:16 +00:00
jst%netscape.com
be265c3ef9
Fixing bug 194994. Make sure hidden iframes' die when leaving the page. r=bugmail@sicking.cc, sr=peterv@netscape.com, a=asa@mozilla.org
2003-05-09 01:42:13 +00:00
scott%scott-macgregor.org
850b549070
more tweaks for spell checker
2003-05-09 01:27:33 +00:00
mhammond%skippinet.com.au
9944d45113
Fix severe leaks when using string object, and update the test suite
...
to try and catch this in the future. Not part of the build.
2003-05-09 01:23:22 +00:00
mhammond%skippinet.com.au
e62ed7ca1f
Correct 1.4 build errors on Linux. Not part of the build.
2003-05-09 01:20:32 +00:00
scott%scott-macgregor.org
c3f15a894b
make the spell button a default button in the toolbar
2003-05-09 01:07:17 +00:00
scott%scott-macgregor.org
367df2cec5
add support for a spell checker if one is present in the build.
2003-05-09 01:07:00 +00:00