scc%netscape.com
bf65c840b8
remove (unused) |operator=()| from |nsISupportsArray|
1999-07-15 04:48:32 +00:00
mcafee%netscape.com
2669aa23c9
Unused variable warning.
1999-07-15 04:42:43 +00:00
scc%netscape.com
a9bb3d6a16
new feature lets you `see past' |nsISupports| in |nsCOMPtr|s. Now in the debugger (in debug versions only) you will see the actual type of the object. This is enabled by defining the preprocessor symbol |NSCAP_FEATURE_DEBUG_PTR_TYPES|. It cannot be turned on in non-debug builds. It is currently on in debug builds by default. It may become a feature that has to be enabled with a build command line switch.
NSCAP_FEATURE_ALLOW_RAW_POINTERS is now always the case and no longer optional; NSCAP_FEATURE_ALLOW_COMPARISONS is now always the case and no longer optional; cleaned up the previous definition and invocations of the |Assert_NoQueryNeeded| test.
1999-07-15 03:59:09 +00:00
blizzard%redhat.com
aab306a649
text entry works
1999-07-15 03:35:41 +00:00
zuperdee%penguinpowered.com
e75e0af1e2
Minor fixes to various Motif files, mostly cosmetic changes, elimination of some unnecessary headers, and elimination of some deadwood. NOT PART OF BUILD.
1999-07-15 03:27:59 +00:00
putterman%netscape.com
66084354e7
Added work for twisty and for unread column.
1999-07-15 03:11:33 +00:00
putterman%netscape.com
3e72153d7a
Added unread column images and work for unread column and folder pane twisty.
1999-07-15 03:10:50 +00:00
putterman%netscape.com
2356bf6c26
Added images for unread column.
1999-07-15 03:09:52 +00:00
putterman%netscape.com
7de093ced6
Added MarkMessage.
1999-07-15 03:08:52 +00:00
putterman%netscape.com
2e06455b32
Added MarkMessages.
1999-07-15 03:08:38 +00:00
putterman%netscape.com
48ff22dedb
Added twisty images and style rules.
1999-07-15 03:08:07 +00:00
putterman%netscape.com
53487272ce
Added twisty images.
1999-07-15 03:07:53 +00:00
mcafee%netscape.com
5083998c76
Fixing linux warning
1999-07-15 03:02:44 +00:00
scc%netscape.com
ab2352e498
switched over to _not_ using |__comobject|. Adjusted assembly to skip extra vtable header, and fixed inheritance in |nsISupports|
1999-07-15 03:02:01 +00:00
jband%netscape.com
bbee6e597d
added files: mozilla/js/src/xpconnect/src/xpcstack.cpp
1999-07-15 03:00:55 +00:00
bienvenu%netscape.com
8fe24b6de4
initialize uid validity to 0
1999-07-15 03:00:06 +00:00
jband%netscape.com
86f9361856
adding placeholder file - soon to be used
1999-07-15 02:59:43 +00:00
scc%netscape.com
eb2437072a
debug target now points to debug prefix file
1999-07-15 02:57:56 +00:00
bienvenu%netscape.com
002f013a17
initial entry, not part of build
1999-07-15 02:57:37 +00:00
mcafee%netscape.com
994107ca5c
Removing unused variables, fixing linux warnings.
1999-07-15 02:57:16 +00:00
jband%netscape.com
c721652ae0
added files: mozilla/js/src/xpconnect/idl/xpcexception.idl
1999-07-15 02:50:47 +00:00
jband%netscape.com
d39d8a4018
adding file - soon to be used
1999-07-15 02:48:07 +00:00
brendan%mozilla.org
23eab7fbcf
Warning abatement.
1999-07-15 02:46:00 +00:00
jband%netscape.com
106305d41b
lots of xptcall changes:
...
1) OpenVMS Linux from Colin R. Blake <colin@theblakes.com>.
2) Irix from Jason Heirtzler <jasonh@m7.engr.sgi.com>.
3) Linux Alpha from Glen Nakamura <glen.nakamura@usa.net>.
4) NT Alpha from bob meader <bob@guiduck.com>.
5) x86 'this' adjust code for old or new style from Duncan Wilcox <duncan@be.com>.
6) vtbl layout test from Bert Driehuis <bert_driehuis@nl.compuware.com>.
7) improved invoke test to catch 'this' adjustment errors.
8) updated status page.
1999-07-15 02:43:23 +00:00
bienvenu%netscape.com
d8db714e22
fix unix warnings
1999-07-15 02:41:59 +00:00
briano%netscape.com
9c92290774
Modified my last change to avoid treating NTO the same as QNX, since they both define __QNX__.
1999-07-15 02:34:19 +00:00
hangas%netscape.com
9483b86125
Update to code that creates the display name as the first and last names are entered in the edit card dialog
1999-07-15 02:27:53 +00:00
blizzard%redhat.com
bf03dda86d
more work to get keys working. not yet done but finished for the evening.
1999-07-15 02:26:31 +00:00
brendan%mozilla.org
7fa05e97d9
- Fix for..in bug where ECMA 12.6.3 steps 5 and 6 are reversed: the effect was
...
to define an unbound global variable used to enumerate an empty object, when
the standard says no variable should be defined.
- Clean up minor nits, make comment style match prevailing, tighten up for..in
element-indexing special case comments.
- Fix js_Invoke to take CONSTRUCT and INTERNAL flags arg instead of a construct
boolean arg and the JSStackFrame internalCall mis-located boolean non-arg.
Use these flags correctly in all calls (previous version failed to set the
bogus frame.internalCall around js_Invoke calls from jsfun.c and jsstr.c).
1999-07-15 02:24:23 +00:00
briano%netscape.com
0e951ec9de
Fix for BSDI.
1999-07-15 02:21:21 +00:00
mcafee%netscape.com
eb0a9b76b3
removing unused variable.
1999-07-15 02:02:56 +00:00
mcafee%netscape.com
2232166453
Removing unused variables, fixing warnings.
1999-07-15 01:51:21 +00:00
briano%netscape.com
dceddfa85e
Minor rewrite to keep less capable C++ compilers from getting confused about which instance of nsCRT::strncasecmp to use.
1999-07-15 01:38:08 +00:00
waterson%netscape.com
9b8cf4fbb9
Make this test more complicated by adding some nodes n' stuff.
1999-07-15 01:23:50 +00:00
gordon%netscape.com
1d7d8aa49d
Necko-only change. Changed fragment name from NETLIB_DLL to NETWORK_DLL, because the NetwerkUtil library uses NETLIB_DLL for compatibility.
1999-07-15 01:23:38 +00:00
waterson%netscape.com
fb0dd58baf
Bug 8514. Add support s.t. 'ref=' changes will re-root a tree control (or other RDF-generated content).
1999-07-15 01:22:59 +00:00
rjc%netscape.com
27b574b957
Disallow inline editing on separators.
1999-07-15 01:16:38 +00:00
gordon%netscape.com
bbd1faf6ec
Necko only change. Updated preferences for NetworkModular[Debug].shlb doppleganger targets.
1999-07-15 01:14:50 +00:00
dp%netscape.com
461e552458
ssize_t aint available on windoze. Fixing build. - mcafee & dp
1999-07-15 00:58:11 +00:00
rjc%netscape.com
94294d1a46
Add support for more language translations and multiple translation engines.
1999-07-15 00:48:51 +00:00
sfraser%netscape.com
46a4f3edb5
Remove bogus semicolons in IID macros.
1999-07-15 00:42:02 +00:00
sspitzer%netscape.com
1e839d10be
fix warning
1999-07-15 00:28:01 +00:00
mcafee%netscape.com
6b837eb2d2
Fixing warning errors (9245)
1999-07-15 00:17:20 +00:00
rhp%netscape.com
0f89ecb4bd
Changes for attachment handling
1999-07-15 00:14:34 +00:00
rhp%netscape.com
340a75aa07
Changes for better attachment handling in back end
1999-07-15 00:13:54 +00:00
dp%netscape.com
7bb3b9548f
Removed delete of void *. HP doesn't like it.
1999-07-15 00:11:20 +00:00
ramiro%netscape.com
75010b2d10
NOT PART OF BUILD. Get key event a little closer.
1999-07-15 00:01:46 +00:00
blizzard%redhat.com
16dd8fa66f
fix xlib build bustage
1999-07-14 23:44:13 +00:00
rjc%netscape.com
c4c0140ea1
Use 64-bit LL_MUL instead of LL_MUL32
1999-07-14 23:43:43 +00:00
kmcclusk%netscape.com
94b33ed178
Added arrow.gif to Makefile.in
1999-07-14 23:39:38 +00:00