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

165 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com fb8342da83 fix mac raptor, added nsTraceRefcnt.cpp 1998-09-24 22:29:09 +00:00
beard%netscape.com 41d8748274 Defining NS_EXPORT, et. al. for XP_MAC. 1998-09-22 22:46:18 +00:00
beard%netscape.com b5e6995755 #include "prtypes.h" if noone else does. 1998-09-22 02:23:23 +00:00
akkana%netscape.com af515fbce8 Fix build error: C++ comment in file included by C files 1998-09-21 22:43:50 +00:00
rpotts%netscape.com 2674a66a7f Made nsTraceRefcnt threadsafe... 1998-09-19 06:56:22 +00:00
rpotts%netscape.com 34d0333e45 Added threadsafe implementations of Addref()/Release()/QueryInterface() 1998-09-19 06:55:30 +00:00
cyeh%netscape.com 7f71274325 add *.cpp file to fix bustage. really. this time i mean it. 1998-09-18 21:52:14 +00:00
cyeh%netscape.com 5913b2f8b1 add needed export for nsMalloc::Create 1998-09-18 18:57:35 +00:00
warren%netscape.com 3aaf263e65 Removed export for nsMalloc::Create. 1998-09-18 11:07:06 +00:00
warren%netscape.com 78085aca12 Moved nsMalloc.cpp to modules/plugin/src. 1998-09-18 08:46:06 +00:00
warren%netscape.com dec3d48652 Updated Mac MANIFEST files. 1998-09-18 08:39:16 +00:00
warren%netscape.com ea839080bd Moved nsIMalloc and impl from xpcom to modules/plugin. 1998-09-18 07:22:48 +00:00
warren%netscape.com f9e7accc3b Fixed comments. 1998-09-18 01:23:04 +00:00
beard%netscape.com 8450cdb024 09171998 LiveConnect Carpool: build bustage (backed out to 3.3 version) 1998-09-17 20:33:21 +00:00
beard%netscape.com f28d184a85 09171998 LiveConnect Carpool: build bustage 1998-09-17 20:18:36 +00:00
beard%netscape.com 43b61c072a 09171998 LiveConnect Carpool: added export for nsRepository::UnregisterFactory(const nsID&,nsIFactory*). 1998-09-17 19:55:08 +00:00
beard%netscape.com c7722b3b71 09171998 LiveConnect Carpool: XP_MAC, fixed NS_EXPORT to actually export on the Mac. 1998-09-17 19:21:43 +00:00
pierre%netscape.com 688d3b1f1e added the Layout and NetLib factories 1998-09-17 09:17:10 +00:00
rpotts%netscape.com 28b921a359 Changed NS_RELEASE2(...) macro to conditionally NULL the interface argument... 1998-09-17 05:38:21 +00:00
vidur%netscape.com 4e3024a5f9 Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry. 1998-09-17 01:53:52 +00:00
waterson%netscape.com ee718e862d Added wrappers for 64-bit arithmetic and PRTime. 1998-09-16 19:53:12 +00:00
warren%netscape.com f99aa4f721 Fixed nsMalloc::Create for the non-aggregated case. 1998-09-15 03:59:21 +00:00
kipp%netscape.com 932596c48f Only execute SymLoadModule when tracing is enabled 1998-09-15 00:13:35 +00:00
kipp%netscape.com 6c15ae4955 Added nsTraceRefcnt to the build and exports 1998-09-12 19:29:03 +00:00
kipp%netscape.com cbf8e885d2 whitespace tidy up 1998-09-12 19:28:01 +00:00
kipp%netscape.com 9c2f450854 Use NS_ADDREF/NS_RELEASE macros 1998-09-12 19:26:52 +00:00
kipp%netscape.com ec84a7a7cd Support build-time usage of the nsTraceRefcnt class for tracing refcnt manipulations. In addition, added NS_NEWXPCOM and NS_DELETEXPCOM macros to track create/destroys 1998-09-12 19:26:36 +00:00
kipp%netscape.com 78e46713a2 Register libraries with the refcnt tracer 1998-09-12 19:25:28 +00:00
kipp%netscape.com f4c9611922 new 1998-09-12 19:25:06 +00:00
kipp%netscape.com dc763fd651 Added tools directory to windows build 1998-09-12 19:18:04 +00:00
kipp%netscape.com 191b8291ca new 1998-09-12 17:53:08 +00:00
thom%netscape.com 12d97f5341 added support for DOM dll 1998-09-09 00:02:23 +00:00
kipp%netscape.com 1088a3e974 Allocated another IID 1998-09-07 19:15:41 +00:00
troy%netscape.com 77c0d137b9 Reserved an IID 1998-09-06 00:15:45 +00:00
kipp%netscape.com b54c1c9cff Allocated iid for nsITextContent 1998-09-05 23:28:08 +00:00
kipp%netscape.com 067c25cae2 Added a macro and normalized auto-string initialization; reordered methods slightly just to annoy rickg :-) 1998-09-05 23:21:42 +00:00
vidur%netscape.com ab080b4586 New content code adjusts to getting script objects through a factory interface 1998-09-04 23:03:16 +00:00
valeski%netscape.com e77dfab87e String insertion was broken if you wanted to insert at the begining (index '0') of a string. 1998-09-04 18:49:50 +00:00
rickg%netscape.com f62e951f1c new string improvements 1998-09-04 17:26:37 +00:00
peterl%netscape.com 76b0c57697 changed HashCode to HashValue and fixed return type 1998-09-02 01:59:30 +00:00
warren%netscape.com 315ab05c3b Changed c++ comments for inclusion in c files. 1998-09-01 04:15:07 +00:00
beard%netscape.com 79c343a754 Fixed nsRepository exports, and return type signature change for nsHashtable::Enumerate() which used to return int, and now returns void. 1998-09-01 01:23:54 +00:00
beard%netscape.com 43fc67efbd Moved Checking nsServiceManager.cpp into the xpcom - src folder. 1998-09-01 01:22:23 +00:00
warren%netscape.com b89e7efaca Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
warren%netscape.com d426280455 Fixed Create to work with new nsAgg.h 1998-09-01 00:17:49 +00:00
warren%netscape.com 71e9f3f5ea Changed NSServiceManager to nsServiceManager. 1998-09-01 00:17:47 +00:00
warren%netscape.com 8a20456a35 Made QI try the current object delegating to outer. Removed QI for kISupportsIID (which returned Internal). Added nsIOuter interfacewhich allows for notification of child release. 1998-09-01 00:17:28 +00:00
warren%netscape.com 4f1b718b4e Added closure argument to nsHashtable::Enumerate. 1998-09-01 00:16:47 +00:00
kipp%netscape.com 2509b409ff Added error module for the layout system 1998-08-29 20:20:00 +00:00
rickg%netscape.com 4125164d98 added BinarySearch method for faster string searches 1998-08-29 05:06:50 +00:00