ducarroz%netscape.com
7ebfa97da7
Checking it again as for reason, the file I've checked in last time is corrupted.
1999-10-26 00:16:33 +00:00
jefft%netscape.com
d7e36bdecd
fixed bug 17176 -- [DOGFOOD] [Reqression] Can't save attachment; we are not generating message uri correctly; r=mscott
1999-10-26 00:07:27 +00:00
bienvenu%netscape.com
d506cab3ce
turn off meteors and spinning barber pole for now r=mscott
1999-10-25 23:45:19 +00:00
ssu%netscape.com
2457e09fd2
updated/added/removed install error values to accomodate the fileop
...
routines checked in over the weekend. r=sgehani.
1999-10-25 23:44:09 +00:00
ducarroz%netscape.com
a053f26923
Fix build bustage for nhotta
1999-10-25 23:29:24 +00:00
nhotta%netscape.com
7063b0ce6c
Changed unicode conversion for mail send.
...
Added a fallback for unmapped characters, moved entity conversion after the unicode conversion as the fallback, avoided to convert twice for text/html case, part of bug fix 15475, r=rhp.
1999-10-25 23:21:30 +00:00
ssu%netscape.com
177a1382c5
fixed parameter problem during compilation for sgehani. r=sgehani
1999-10-25 23:16:46 +00:00
kipp%netscape.com
7e8c54090e
Added missing resources
1999-10-25 23:06:05 +00:00
sgehani%netscape.com
a227d8b15a
Fix for bug 17137: added complete and abort routines for mac alias creation XPInstall API. [r=ssu]
1999-10-25 23:05:44 +00:00
kipp%netscape.com
dc8f6cd4c4
Reduce the number of cases that trigger noisy debug noise
1999-10-25 23:05:31 +00:00
kipp%netscape.com
e04f117392
Turned off some more debug noise
1999-10-25 23:05:15 +00:00
kipp%netscape.com
193727f73e
r=ftang,brade, bug=16886,9101 - the text transformer was letting some nbsp's through in a few special cases; the text transformer also squelches shy characters now (9101)
1999-10-25 23:04:51 +00:00
kipp%netscape.com
a91fd5fcec
r=troy, bug=10497; we now support min/max width/height for image elements
1999-10-25 23:03:50 +00:00
kipp%netscape.com
eab55ba562
Quieted down some debug noise and added a missing newline to a printf
1999-10-25 23:02:43 +00:00
law%netscape.com
fa237364ed
Bug #14999 ; last holdout that was using toolkit app core - changed to use OpenDialog; r=davidm@netscape.com
1999-10-25 23:02:05 +00:00
dougt%netscape.com
370ccb6aa0
ack! what was I thinking.
...
#ifdef'ing not including!!
1999-10-25 22:57:40 +00:00
morse%netscape.com
877e955a90
fix bug 17172 -- wrong cookie is displayed, r=goodsger
1999-10-25 22:56:24 +00:00
kmcclusk%netscape.com
8b37802ce3
Register nsFormProcessor service to exercise nsIFormProcessor interface.
...
bug 17060. r=karnaze@netscape.com
1999-10-25 22:54:12 +00:00
karnaze%netscape.com
a7b3246a33
bug 16284, 14159 nested auto table with percent cells was not growing auto table. nested coord or percent table was only getting min size.
1999-10-25 22:49:51 +00:00
dougt%netscape.com
ac8f37a098
adding nsIFile to nsXPComInit. Currently it is #ifdef'ed off.
...
bug 13320
1999-10-25 22:48:44 +00:00
kmcclusk%netscape.com
81a5d8a988
Call nsIFormProcessor service if it has been registered for each value submitted.
...
bug=17060 r=karnaze@netscape.com
1999-10-25 22:48:43 +00:00
dougt%netscape.com
47cdf76e92
changed license.
1999-10-25 22:45:56 +00:00
dougt%netscape.com
c56a48b5d9
Initial checkin of nsIFile test. bug 13320. r=dougt
...
Not hooked up to build, yet.
1999-10-25 22:45:12 +00:00
dougt%netscape.com
0f1164855f
Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
...
Not hooked up to build, yet.
1999-10-25 22:44:42 +00:00
akhil.arora%sun.com
c478236f6f
15579 r=akhil.arora@sun.com Checkin by Igor Nekrestyanov <nis@sparc.spb.su>
...
Implementation of DOM Events from the W3c DOM Level 2 current working draft
1999-10-25 22:42:40 +00:00
dougt%netscape.com
a2f7e313f0
adding a progID and className. r=me.
...
NOT PART OF THE BUILD, YET
1999-10-25 22:33:55 +00:00
dougt%netscape.com
ce7f0ed109
Change net module notification to make proxies lazy. r=dveditz, mozbot.
...
This reduces memory overhead.
1999-10-25 22:31:59 +00:00
tbogard%aol.net
a5676a92a6
Added new nsIInterfaceRequestor interface. r=dp
1999-10-25 22:31:40 +00:00
law%netscape.com
6d9783f95e
Bug #14999 ; use OpenDialog instead of toolkit app core; r=radha@netscape.com
1999-10-25 22:30:40 +00:00
kmcclusk%netscape.com
d6ff834d68
Export nsIFormProcessor.h on Mac. bug=17060; r=karnaze@netscape.com
1999-10-25 22:29:22 +00:00
norris%netscape.com
16746df73e
Fix 11963 Need security controls on javascript: urls
...
r=mstoltz@netscape.com
1999-10-25 22:23:25 +00:00
norris%netscape.com
4ad2862afa
Use NS_GET_IID, remove dead code, clean up error conditions for XPConnect security calls.
...
r=jband
1999-10-25 22:22:16 +00:00
norris%netscape.com
906d924312
Expose referrer from web shell.
...
r=travis
needed for bug 11963.
1999-10-25 22:20:10 +00:00
ftang%netscape.com
0b2a09b76d
fix not enough gap between IME selection problem. r=erik
1999-10-25 22:18:41 +00:00
ftang%netscape.com
41a327641b
delete nsTextRange array after dispatch the text event. fix wrong array indexing. Fix platform to NS attribute mapping problem. r=tague
1999-10-25 22:17:09 +00:00
rods%netscape.com
4f81411311
Export nsIFormProcessor.h on Linux. bug=17060 r=karnaze@netscape.com
1999-10-25 22:14:21 +00:00
rhp%netscape.com
0e4e627e0e
Fix for extra conversion - r: nhotta
1999-10-25 22:13:39 +00:00
akkana%netscape.com
d7ffe93214
15463: Re-enable XIM code, add keycode mappings for shifted characters
1999-10-25 22:11:23 +00:00
putterman%netscape.com
ef8e2ecf71
Fixes 12894. Messages show up bold again if they are unread. reviewed by bienvenu.
1999-10-25 22:10:32 +00:00
alecf%netscape.com
4efee11063
fix for #17187 - return NS_RDF_NO_VALUE when any particular GetTarget() calls fail
...
r=bienvenu
1999-10-25 22:09:07 +00:00
kmcclusk%netscape.com
3ed49e6d43
Removed build warning caused by overloaded GetDesiredSize. bug=15575. r=buster@netscape.com
1999-10-25 22:06:41 +00:00
nhotta%netscape.com
f03a4277ab
Added MsgUtil.lib and MsgUtilDebug.lib to the project, part of bug fix 15475.
1999-10-25 22:04:23 +00:00
nhotta%netscape.com
b52cb42e21
Changed MIME header encoder in unicode conversion. Instead of skipping unmapped characters,
...
call the fallback funcion (puts a question mark for an unmapped char), part of bug fix 15475, r=rhp.
1999-10-25 22:03:09 +00:00
putterman%netscape.com
1e7905fdd5
Fix 17107. A bunch of view navigation bugs. Reviewed by bienvenu. It fixes:
...
1. Next message with no selection finds the next message
2. It no longer redisplays current message if Next Message finds no next message.
3. Next/Previous message works if last/first message is selected.
1999-10-25 22:02:58 +00:00
kmcclusk%netscape.com
916d25b4fb
Export nsIFormProcessor.h. bug=17060. r=karnaze@netscape.com
1999-10-25 22:01:19 +00:00
kmcclusk%netscape.com
23414862b3
First time checked in. Used to provide data during form submission. bug 17060. r=karnaze@netscape.com
1999-10-25 21:59:39 +00:00
brade%netscape.com
36b47deb96
fix plain text editor (r=cmanske@netscape.com)
1999-10-25 21:57:11 +00:00
brade%netscape.com
ca31badc4c
fix plain text editor (r=cmanske@netscape.com, jfrancis@netscape.com)
1999-10-25 21:56:37 +00:00
nisheeth%netscape.com
e7cf95d67c
Ongoing work to get macros for timing modules up and running. Not part of the build.
1999-10-25 20:59:35 +00:00
jefft%netscape.com
0c4c0d6d30
fixed bug 17179 -- [dogfood] [BLOCKER] Sending a message does not work; escape the recipient list fixes the problem; r=mscott, a=granrose
1999-10-25 20:17:01 +00:00