buster%netscape.com
fa69f0e621
fixed tests
1999-07-15 19:08:49 +00:00
mjudge%netscape.com
50a5f08b41
fix for assert problem. check pointer as well as return value
1999-07-15 19:08:11 +00:00
selmer%netscape.com
15d0ed5218
Adding CCK CK shell
1999-07-15 18:37:28 +00:00
mjudge%netscape.com
795cc26dd3
checkin for carpool for multiple seleciton/ime selection and api changes
1999-07-15 18:19:20 +00:00
mjudge%netscape.com
a2f598637e
checkin for carpool for multiple seleciton/ime selection and api changes to nsIDOMselection
1999-07-15 18:19:03 +00:00
mcafee%netscape.com
e4b8289dc3
Prefixing hook mail subject with Hook:
1999-07-15 18:15:44 +00:00
putterman%netscape.com
109c8e2cc0
Add back column headers to avoid assertions.
1999-07-15 17:57:56 +00:00
mscott%netscape.com
26c2ebcce3
Necko only! not part of the build. back out gordon's change to fix the windows build until he has a chance to take a
...
look at it.
1999-07-15 17:57:22 +00:00
warren%netscape.com
8829be55c0
Removed. Replaced with file: protocol stuff.
1999-07-15 17:45:08 +00:00
bienvenu%netscape.com
2377ebcb6f
check point folder cache, not part of build
1999-07-15 16:49:05 +00:00
duncan%be.com
f9dd72d087
Clean up BeOS timers. Among other things there now is a single thread to do
...
the job. Also I now cache the references to the native GUI queue, burning
fewer CPU cycles. Thanks to Attila Lendvai <101@inf.bme.hu> for contributions
and ideas.
1999-07-15 15:32:44 +00:00
valeski%netscape.com
f135856aa7
yanked some function redefinitions if NECKO was defined
1999-07-15 15:17:43 +00:00
rods%netscape.com
c886e2c681
Changed all GetIID to use the new nsCOMTypeInfo
1999-07-15 14:55:23 +00:00
rods%netscape.com
c861cab8fb
changed all IIDs to use NS_DEFINE_STATIC_IID_ACCESSOR
1999-07-15 14:54:02 +00:00
cmanske%netscape.com
42f3df044b
Finished Personal Dictionary dialog. Added 4th button to generic message dialog. Cleaned up syntax errors for in params for spell checking methods
1999-07-15 14:43:48 +00:00
dcone%netscape.com
f80c513c88
Fixed printing to make sure all URL's are loaded before print.
...
Fixed the background tile render'er to save and restore clip.
1999-07-15 14:23:40 +00:00
dcone%netscape.com
17e9b15e91
Added a IsBusy() method.
1999-07-15 14:22:06 +00:00
srinivas%netscape.com
10169dd868
NSPR no longer defines symbols with the PTHREAD prefix. Bugzilla #9907 .
1999-07-15 13:06:28 +00:00
srinivas%netscape.com
e95ed455cf
OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>.
1999-07-15 12:37:21 +00:00
Jerry.Kirk%Nexwarecorp.com
336aa9974a
Needed to add $(ZLIB_LIBS) to fix link problem under Neutrino
1999-07-15 11:44:30 +00:00
Jerry.Kirk%Nexwarecorp.com
efc5e91e8f
- Needed to add $(ZLIB_LIBS) to fix link problem under Neutrino
1999-07-15 11:43:29 +00:00
rjc%netscape.com
c86f115ad1
Add check for null.
1999-07-15 09:20:54 +00:00
rjc%netscape.com
de4976893e
Add support for updating a bookmark's "Last Visited" date when its URL is loaded.
1999-07-15 09:05:48 +00:00
nisheeth%netscape.com
ecdff20a62
Fix for bug 8703. We now display errors for incomplete XML files like "<b><c></c>". XML_Parse() was not being called with the isFinal parameter set to TRUE after the last chunk of data was passed to expat. Fixed.
1999-07-15 08:23:37 +00:00
rjc%netscape.com
011ef24889
As bookmark properties change, update the "Last Modified" attribute to the current date/time.
1999-07-15 08:15:03 +00:00
sspitzer%netscape.com
b52b41b601
back this out. causes build bustage. sorry
1999-07-15 07:13:06 +00:00
sspitzer%netscape.com
72dccf78fb
use NS_DEFINE_CID instead of NS_DEFINE_IID
1999-07-15 07:02:37 +00:00
sspitzer%netscape.com
a56022118e
use NS_DEFINE_CID instead of NS_DEFINE_CID where appropriate. fix warning
1999-07-15 07:00:22 +00:00
sspitzer%netscape.com
74c476330c
fix warning
1999-07-15 06:58:53 +00:00
rickg%netscape.com
1d16c19656
improvements to stringtokenizer
1999-07-15 06:40:44 +00:00
sspitzer%netscape.com
ca8581acec
fix for #9761 . when doing the client-side cancel check, compare against all the identities.
1999-07-15 05:44:34 +00:00
jband%netscape.com
3b6299569f
1) added JSContextStack per thread service (with test).
...
2) rooted out all instances of JS_ReportErros and replaced with JS exception throwing.
3) added more exception message types.
4) Added service (also reflected into JS) for getting JS and native stack objects to be used in exceptions.
5) Fixed broken test.
6) updated TODO list.
1999-07-15 05:42:53 +00:00
scc%netscape.com
e4972825d5
remove (unused) |operator=()| from |nsISupportsArray|
1999-07-15 04:48:32 +00:00
mcafee%netscape.com
ddc7f9281b
Unused variable warning.
1999-07-15 04:42:43 +00:00
scc%netscape.com
9d49cb3127
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
c3665c08b4
text entry works
1999-07-15 03:35:41 +00:00
zuperdee%penguinpowered.com
9c20e006bf
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
bcb2a0d1f8
Added work for twisty and for unread column.
1999-07-15 03:11:33 +00:00
putterman%netscape.com
2fb2c6e7dc
Added unread column images and work for unread column and folder pane twisty.
1999-07-15 03:10:50 +00:00
putterman%netscape.com
0a590df611
Added images for unread column.
1999-07-15 03:09:52 +00:00
putterman%netscape.com
5160c4667b
Added MarkMessage.
1999-07-15 03:08:52 +00:00
putterman%netscape.com
c44c42e85f
Added MarkMessages.
1999-07-15 03:08:38 +00:00
putterman%netscape.com
98c701e891
Added twisty images and style rules.
1999-07-15 03:08:07 +00:00
putterman%netscape.com
172493502f
Added twisty images.
1999-07-15 03:07:53 +00:00
mcafee%netscape.com
6799de361e
Fixing linux warning
1999-07-15 03:02:44 +00:00
scc%netscape.com
a9e605070f
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
dba86ef898
added files: mozilla/js/src/xpconnect/src/xpcstack.cpp
1999-07-15 03:00:55 +00:00
bienvenu%netscape.com
0dfaf0ebd6
initialize uid validity to 0
1999-07-15 03:00:06 +00:00
jband%netscape.com
25a274eb5b
adding placeholder file - soon to be used
1999-07-15 02:59:43 +00:00
scc%netscape.com
67ff67b6ef
debug target now points to debug prefix file
1999-07-15 02:57:56 +00:00