Граф коммитов

52418 Коммитов

Автор SHA1 Сообщение Дата
dp%netscape.com 1c74a6ee7b dummy 2000-02-06 09:40:51 +00:00
scc%netscape.com 7a0ada6e35 Oops, need to call |initialize()|. More comments. Fix over-zealous |AddCategoryEntry()|. r=sspitzer 2000-02-06 08:26:13 +00:00
sspitzer%netscape.com 9f4edcc962 appcores are finally dead on mac, windows and linux. r=alecf 2000-02-06 07:56:31 +00:00
sspitzer%netscape.com 4b48f48eda 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 63e557c3c8 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 b823d6bd49 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 153d69e858 prevent crash, return if mRegistry is null. 2000-02-06 05:25:38 +00:00
davidm%netscape.com fe41e25299 Bug 25949 update access paths for codewarrior update. 2000-02-06 04:38:30 +00:00
ben%netscape.com 64ed45be1a new about:mozilla html document ;) (ripped from the classic source tree) 2000-02-06 03:27:32 +00:00
pp%ludusdesign.com 6281a9efd1 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +00:00
waterson%netscape.com 932a5780a9 Tweak MOZ_COUNT_[CTOR|DTOR] macros. 2000-02-06 02:56:06 +00:00
dougt%netscape.com 726bb94a4f 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 0f5cfbcaae #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 93bb4b86b0 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 e6ea1170b8 Fixing 26639, r=serge 2000-02-06 01:57:35 +00:00
beard%netscape.com 9e7875e4aa testing permissions change. 2000-02-06 01:48:40 +00:00
waterson%netscape.com 59a22e3c11 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 10f62e7d30 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 cc208c6da4 scc rewrote this in C++. r=scc 2000-02-06 01:21:35 +00:00
sspitzer%netscape.com 38fbccd69c remove nsCategoryManager.js from the packages. 2000-02-06 01:21:10 +00:00
sspitzer%netscape.com a6c423845b stop building nsCategoryManager.js and start building nsCategoryManager.cpp
on linux and windows
2000-02-06 01:19:28 +00:00
scc%netscape.com ca95de65f1 fixing bustage, omitted result type 2000-02-06 01:16:32 +00:00
sspitzer%netscape.com 0bfdd8876c fix warnings, make it build on linux. 2000-02-06 01:12:47 +00:00
jband%netscape.com 2ebf7cb794 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 a711ea8e0b Added "nsCategoryManager.cpp", as per bug #26011 2000-02-06 01:07:44 +00:00
pavlov%netscape.com db30077d79 put include guards around nsGCCache.h and inlined a few function sr=smfr 2000-02-06 01:03:16 +00:00
scc%netscape.com 03b768351e Adding the CID, progID, etc., so I can get the C++ version registered as a service. r=waterson 2000-02-06 01:01:08 +00:00
scc%netscape.com fddc4a45ae Adding the CID, progID, etc., so I can get the C++ version registered as a service. r=waterson 2000-02-06 00:57:11 +00:00
beard%netscape.com 4fc362945a forgot to forward declare nsIGraphics here. fixing bustage. 2000-02-06 00:23:59 +00:00
scc%netscape.com 289a5951c8 Eliminating duplicate macros, r=dougt 2000-02-05 23:55:09 +00:00
bryner%uiuc.edu a20be7686c Removing unused dtd labels, and correcting grammar. r=jst@citec.fi 2000-02-05 23:31:39 +00:00
beard%netscape.com 509d6b70f8 fix nsIToolkit leak. r=smfr 2000-02-05 23:11:20 +00:00
beard%netscape.com f9fde35f5c removed unsafe StartDraw/EndDraw methods, using StPortSetter instead, added GetGraphics(). r=smfr 2000-02-05 23:02:37 +00:00
beard%netscape.com 8dcbf7be92 added nsGraphicsImpl.cpp. r=smfr 2000-02-05 22:52:13 +00:00
beard%netscape.com 86fafc0f10 added nsIGraphics.idl. r=smfr 2000-02-05 22:49:34 +00:00
rhp%netscape.com a6723b2717 Fix mail send problems when invalid embedded objects exist in message - Bug #: 24999 - r: ducarroz 2000-02-05 22:31:37 +00:00
sford3%swbell.net 48d60e4905 Finishing 26478 2000-02-05 22:27:08 +00:00
sford3%swbell.net 5a987204a6 fix 26478, i18n work. r=sspitzer 2000-02-05 22:07:24 +00:00
beard%netscape.com 7ea1ad7348 XP implementation of scriptable graphics interface. r=pavlov (not part of build) 2000-02-05 22:05:51 +00:00
beard%netscape.com 7231bdd0d5 scriptable interface for graphics. r=pavlov 2000-02-05 22:02:19 +00:00
sspitzer%netscape.com 4664dbb0fa add newlines to the end of some files, and add the defaultProfileDir interface
and for ben.  r=alecf
2000-02-05 21:48:09 +00:00
sford3%swbell.net 056f1ee871 more i10n, not part of the build yet, part of fix for 26478 2000-02-05 21:48:05 +00:00
sford3%swbell.net b8711733aa adding navigator.properties, more i10. r=sspitzer 2000-02-05 21:44:48 +00:00
leaf%mozilla.org c3f9da03e2 Pull nsprpub by static tag. patch from wtc, r=leaf 2000-02-05 21:37:55 +00:00
hangas%netscape.com 8cbc053985 More address book fixes. Bugs 26501, 10841, 16455. r=mscott 2000-02-05 21:21:56 +00:00
leaf%mozilla.org 5ab580ccdf Pull nsprpub by static tag, if NSPR_CO_TAG isn't already set. Patch
from wtc; r=leaf
2000-02-05 21:17:07 +00:00
rickg%netscape.com 72976702dc added support for RTF; r=valeski 2000-02-05 20:35:28 +00:00
valeski%netscape.com fe460784c2 26219. r=rhp. Form submission file extension to MIME type mapping was broken. The means that we weren't reporting the correct MIME type of files that were being uploaded 2000-02-05 18:37:51 +00:00
tonyr%fbdesigns.com df59240468 Added the skin directory 2000-02-05 16:52:19 +00:00
tonyr%fbdesigns.com b79d899f33 Added workaround for bug #26291 2000-02-05 16:51:41 +00:00