Commit Graph

52592 Commits

Author SHA1 Message Date
ssu%netscape.com
fb3f249ef1 added comments to functions; removed obsolete function; Not part of build at all. 2000-02-06 23:41:00 +00:00
morse%netscape.com
024f3f9017 fix crash on exit, fix bug 26738, r=dp 2000-02-06 23:36:49 +00:00
norris%netscape.com
d58c9a657d Fix 18860 impossible to call applet's public methods from JavaScript
(fix from jeff.dyer@compilercompany.com, r=norris)
2000-02-06 23:34:50 +00:00
ben%netscape.com
f3917d8ee8 provide default pref for modal about window showing. r=bryner 2000-02-06 22:37:01 +00:00
ben%netscape.com
9da29fda65 remove the modal about dialog (actually, make it controllable via pref). default is about webpage as before. r=bryner 2000-02-06 22:36:29 +00:00
ben%netscape.com
516acb28c0 provide pref to show the modal about dialog if one wishes. r=bryner 2000-02-06 22:35:54 +00:00
bryner%uiuc.edu
4ab36e52f8 Removing erroneous comments. r=ben. 2000-02-06 22:24:06 +00:00
pepper%netscape.com
99edac4e78 adding myself to the credits list. Dunno why I got left off. 2000-02-06 22:03:14 +00:00
scc%netscape.com
1f9cca5403 while code reviewing Pierre Phaneuf's changes, I noticed some places where |do_QueryInterface()| could be used more efficiently, and some bad casts of |nsCOMPtr|s. This checkin fixes those. r=ben 2000-02-06 21:53:20 +00:00
scc%netscape.com
18d254421b enable the |ASSERT_NO_QUERY_NEEDED| tests for the |getter_AddRefs()| case as well. bug #26420, r=dougt 2000-02-06 21:17:51 +00:00
ssu%netscape.com
28eb5e5828 initial checkin for nsztool.exe source files. This is a rewrite of nszip.exe to not use MFC. This is not part of the build. I'm just checking in so I don't lose the work. 2000-02-06 20:06:54 +00:00
dp%netscape.com
74fe02f79f Removing platform ifdefs. r=morse 2000-02-06 17:57:29 +00:00
rhp%netscape.com
b15b4bdc38 Small cleanup patch for nsMsgCompUtils.cpp in the work on bug 16398 (format=flowed). - r: rhp (external contribution) 2000-02-06 17:24:40 +00:00
morse%netscape.com
d193b47ad1 fix bug 26380, wallet files being downloaded to early, r=dp 2000-02-06 17:01:42 +00:00
sspitzer%netscape.com
aab211f074 fix warnings, get force launching of tasks to work. 2000-02-06 13:15:25 +00:00
sspitzer%netscape.com
fde4b7c9ae hande -mail properly, using the nsICmdLineHandler interface 2000-02-06 13:05:29 +00:00
sspitzer%netscape.com
be2168f9f5 -addressbook and -mail are no longer hard coded. 2000-02-06 13:01:14 +00:00
sspitzer%netscape.com
312a76d081 I think the less unixes will fail to build if I don't do this. 2000-02-06 12:54:10 +00:00
sspitzer%netscape.com
c00837ec56 I hate copy and pasted code. write two macros to do all the work for me.
r=alecf
2000-02-06 12:21:22 +00:00
sspitzer%netscape.com
efc7af144c fix my broken ass code. what you get back from the category manager is
and enumerator of nsISupportsStrings.  go from that, to a progid, and then
do a create instance, and then QI to a nsICmdLineHandler.

r=alecf
2000-02-06 11:08:00 +00:00
sspitzer%netscape.com
91a9eaba60 clean up. these should be progids, not cids, that I register with the category manager.
r=alecf
2000-02-06 11:04:43 +00:00
sspitzer%netscape.com
a0ddb3cbb8 you can launch addressbook with -addressbook
now using the nsICmdLineHander interface and categories to do this the right way
r=alecf
2000-02-06 11:04:10 +00:00
dveditz%netscape.com
2f965c4c8d added quoting so we can execute windows files with spaces in their names -- such as anything in a subdir of 'Program Files' 2000-02-06 10:09:16 +00:00
sspitzer%netscape.com
ec599fa0da fix windows build bustage for dp. 2000-02-06 10:08:40 +00:00
dp%netscape.com
05c1d3832e - Wallet Service implements nsIPasswordSink
- Wallet uses BasicStreamGenerator to do obscuring
- Changed Wallet_KeySet() to Wallet_IsKeySet()
- Setter Wallet_InitKeySet() for gIsKeySet() implemented
2000-02-06 09:48:27 +00:00
dp%netscape.com
cf366f7ad4 dummy 2000-02-06 09:40:51 +00:00
scc%netscape.com
2c402f0276 Oops, need to call |initialize()|. More comments. Fix over-zealous |AddCategoryEntry()|. r=sspitzer 2000-02-06 08:26:13 +00:00
sspitzer%netscape.com
fcff26010d appcores are finally dead on mac, windows and linux. r=alecf 2000-02-06 07:56:31 +00:00
sspitzer%netscape.com
ff5baab1d5 in the immortal words of sfraser: "die, appcores, die".
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.

r=alecf
2000-02-06 06:54:52 +00:00
sspitzer%netscape.com
72d8e4bf7a be consistent with how we define the incoming server prog ids. add a debugging
printf (for me only).  r=alecf
2000-02-06 06:51:24 +00:00
sspitzer%netscape.com
b8a3418dbc fix the cookie / news component registry problem.
the problem was mRegistry was null, so we'd fail when calling persist().
2000-02-06 05:43:38 +00:00
sspitzer%netscape.com
9c471e00e3 prevent crash, return if mRegistry is null. 2000-02-06 05:25:38 +00:00
davidm%netscape.com
643d194472 Bug 25949 update access paths for codewarrior update. 2000-02-06 04:38:30 +00:00
ben%netscape.com
680a746142 new about:mozilla html document ;) (ripped from the classic source tree) 2000-02-06 03:27:32 +00:00
pp%ludusdesign.com
cc01ef5223 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +00:00
waterson%netscape.com
d4305ba238 Tweak MOZ_COUNT_[CTOR|DTOR] macros. 2000-02-06 02:56:06 +00:00
dougt%netscape.com
982434242e adding explict call to VR_Close after using other VR_ routines which open
the version registry.  suggested by dveditz@netscape.com
2000-02-06 02:45:08 +00:00
scc%netscape.com
40e6c21251 #include "nsCategoryManager.h", and hook it up as a service. That's it, I think. bug #26011; r={waterson,sspitzer} 2000-02-06 02:02:24 +00:00
scc%netscape.com
a1a46ff8ac Added factory, and factory constructor function to get this thing hooked up. That's it, I think. bug #26011; r={waterson,sspitzer} 2000-02-06 02:01:39 +00:00
av%netscape.com
80ad5c1a9a Fixing 26639, r=serge 2000-02-06 01:57:35 +00:00
beard%netscape.com
585e652310 testing permissions change. 2000-02-06 01:48:40 +00:00
waterson%netscape.com
f327195c08 Bug 26344. Copy event handler 'by hand', as attribute-based compilation will only occur when an element is in the document. Added grafitti about using cloneNode(), which may be better, modulo bug 26528. r=mscott 2000-02-06 01:36:23 +00:00
waterson%netscape.com
617c766449 Bug 26129. Replace timer with a PLEvent. GTK timers (in this specific case) seem to be confused when a modal event queue has been pushed. By using a PLEvent, we get the same effect, but are able to grab the outermost queue to ensure that our callback to fire OnEndDocumentLoad gets kicked. r=mscott 2000-02-06 01:30:16 +00:00
sspitzer%netscape.com
484b02b81d scc rewrote this in C++. r=scc 2000-02-06 01:21:35 +00:00
sspitzer%netscape.com
93837a592c remove nsCategoryManager.js from the packages. 2000-02-06 01:21:10 +00:00
sspitzer%netscape.com
f218d5ba48 stop building nsCategoryManager.js and start building nsCategoryManager.cpp
on linux and windows
2000-02-06 01:19:28 +00:00
scc%netscape.com
8ec74054ea fixing bustage, omitted result type 2000-02-06 01:16:32 +00:00
sspitzer%netscape.com
c6c8dddea7 fix warnings, make it build on linux. 2000-02-06 01:12:47 +00:00
jband%netscape.com
7277c47eba fix incorrectly declared callback and its evil (cast) that were crashing my release builds of xpcshell and viewer. r=dougt 2000-02-06 01:09:15 +00:00
scc%netscape.com
370c83f3bd Added "nsCategoryManager.cpp", as per bug #26011 2000-02-06 01:07:44 +00:00