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
brendan%mozilla.org
526bfd1116
- Chouck's changes to grow a JSIdArray if necessary in JS_Enumerate, with my
...
code review and fixes (r=chouck@geocast.com ). He needs this cuz he has no
knowledge of exact number of properties before new-style enumerating them.
- Patch up jsdbgapi.c a bit -- it needs to use OBJ_GET_ATTRIBUTES and new APIs
to do a better job describing properties to a debugger.
- Add JSMSG_CANT_DESCRIBE_PROPS for bogus non-native error case in jsdbgapi.c.
- Fix "Inappropriate" => "invalid" in JSMSG_BAD_ARRAY_LENGTH message.
1999-10-25 19:24:03 +00:00
wtc%netscape.com
7aa6773f73
Bugzilla bug #17093 : made plevent.c independent of any internal NSPR
...
headers (primpl.h in particular). Tested on Linux, Solaris, Win32,
and Mac. r=srinivas@netscape.com
Modified files: lib/ds/Makefile, lib/ds/Makefile.in, lib/ds/plevent.c
1999-10-25 19:20:58 +00:00
rhp%netscape.com
6f8d25b717
Fix for composition quoting and cleanup for dogfood - Bug# 16703 16907 7518 - r: bienvenu
1999-10-25 19:04:56 +00:00
rhp%netscape.com
c34588bade
Fix for attachments not visible and display crashers - Bug #: 16367 16786 - r: bienvenu
1999-10-25 19:02:39 +00:00
slamm%netscape.com
56e2086e1f
Need double quotes instead of single quotes to get variable values (fix bloat.pl).
1999-10-25 18:02:06 +00:00
norris%netscape.com
728f196c9d
Add contributors.
1999-10-25 17:52:48 +00:00
norris%netscape.com
1e83296930
Add license text.
1999-10-25 17:41:49 +00:00
norris%netscape.com
a99ffc094a
Add license boilerplate.
1999-10-25 17:36:20 +00:00
slamm%netscape.com
4986af2247
Need to 'require' treedata.pl to get warnings and bloat pattern strings.
1999-10-25 17:31:39 +00:00
norris%netscape.com
0c4c8abe96
Should get ReferenceError exception for name not found.
1999-10-25 16:41:24 +00:00
norris%netscape.com
83dbb689c3
Add contributors.
1999-10-25 16:40:30 +00:00
pavlov%netscape.com
c785b5af3f
don't install registry.rdf r=ramiro
1999-10-25 14:57:24 +00:00
pavlov%netscape.com
fd4faa59f9
makefile changes for the Editor to editor.css change r=hyatt,ramiro
1999-10-25 14:56:35 +00:00
kin%netscape.com
0e64506603
Fix for bug #16701 : Editor API Log playback of Insert HRule crashes in DOM code
...
and bug #16848 : DOM Crash
- Removed extra NS_RELEASE(attrPrivate) call that was releasing
attrPrivate one too many times, and causing nsDOMAttributeMap::SetNamedItem() to crash.
r=vidur@netscape.com
1999-10-25 14:15:34 +00:00
morse%netscape.com
a5151d4635
fixed typos, no code review
1999-10-25 13:13:48 +00:00
rods%netscape.com
74fbf78e8c
added some more tests
1999-10-25 13:03:47 +00:00
duncan%be.com
9ffcd80e9c
Fix build under BeOS. r=dveditz
1999-10-25 06:22:43 +00:00
nisheeth%netscape.com
f7d60fc6d5
Macros for doing performance analysis of modules in Mozilla. This file is not part of the build yet.
1999-10-25 05:29:20 +00:00
varada%netscape.com
79feb8b06c
clearing up some code
1999-10-25 05:14:12 +00:00
tbogard%aol.net
2118e8c467
Added build directory to build a DLL for various docShells.
1999-10-25 04:53:13 +00:00
tbogard%aol.net
9f4f54ad48
Clarified some documentation.
1999-10-25 04:51:59 +00:00
tbogard%aol.net
8edb6fbee3
Fixed a Caps problem.
1999-10-25 04:51:15 +00:00
tbogard%aol.net
593b5fae0b
Framed out the nsHTMLDocShell implementation. Setup to build a library.
1999-10-25 04:50:22 +00:00
tbogard%aol.net
31cf8a2f51
Defined what nsCHTMLDocShell implements and included the appropriate header files.
1999-10-25 04:48:14 +00:00
karnaze%netscape.com
0a98c8cf5b
bug 5799 - considers percentage width of multiple cells when figuring width of auto table.
1999-10-25 04:34:28 +00:00
karnaze%netscape.com
897cf81220
new regression tests
1999-10-25 04:30:54 +00:00
tbogard%aol.net
0d9a9d8ba4
Just added support for an NS_IMPL_ISUPPORTS 7 - 10.
1999-10-25 03:42:10 +00:00
varada%netscape.com
5e9df119dd
fix for bug #17011 create copy (for config)invokes a window with text relevant to copy in it
1999-10-25 03:26:48 +00:00
gagan%netscape.com
834fa26854
Added profiling info for measuring performance when doing -all. Test case only.
1999-10-25 02:22:30 +00:00
varada%netscape.com
ae88a2886c
fix for bug 16977 - only edit fields showing up in the show summary button
1999-10-25 01:54:32 +00:00
dp%netscape.com
5b687bf115
bug# 15513 Removing dlldeps.cpp from RDF unix build. Patch from
...
waterson r=dp
1999-10-25 00:37:24 +00:00
sdagley%netscape.com
acee1b3247
Pre-emptive fix for Mac (and possibly some ports) build bustage - if you're going to use a variable to contain a debug output file name it helps if the variable is declared on all platforms the code compiles for.
1999-10-25 00:29:15 +00:00
rickg%netscape.com
ae0ced2411
fixed FMM (in debug code); r=kmcclusk
1999-10-24 23:48:00 +00:00
mcafee%netscape.com
d9bb4109c1
Adding XPCOM_MEM_BLOAT_LOG=1 for RunBloatTest.
1999-10-24 22:37:34 +00:00
gagan%netscape.com
91fa3a6003
Fixed bug 15963. Host: headers were not including port numbers. r=mozbot,a=self. (/msg mozbot do these diffs look ok to you? Should I continue with my checkin? <CR> mozbot: That is interesting. Please continue. )
1999-10-24 22:20:52 +00:00
warren%netscape.com
3fda695ea8
Fixed up dll loading for Windows. It was silently failing.
1999-10-24 22:01:09 +00:00