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

133 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com bed4212b55 Allocated another IID 1998-09-07 19:15:41 +00:00
troy%netscape.com 57985dd0dc Reserved an IID 1998-09-06 00:15:45 +00:00
kipp%netscape.com e626e4021d Allocated iid for nsITextContent 1998-09-05 23:28:08 +00:00
kipp%netscape.com 86f83878fd 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 11b3d12de8 New content code adjusts to getting script objects through a factory interface 1998-09-04 23:03:16 +00:00
valeski%netscape.com 09c4e871b5 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 7cb4b0c39d new string improvements 1998-09-04 17:26:37 +00:00
peterl%netscape.com 95ae58e4db changed HashCode to HashValue and fixed return type 1998-09-02 01:59:30 +00:00
warren%netscape.com f387bc9ff9 Changed c++ comments for inclusion in c files. 1998-09-01 04:15:07 +00:00
beard%netscape.com 7808b4e586 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 a83b9378ee Moved Checking nsServiceManager.cpp into the xpcom - src folder. 1998-09-01 01:22:23 +00:00
warren%netscape.com 34f3c0ef88 Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
warren%netscape.com 00c5e71bc6 Fixed Create to work with new nsAgg.h 1998-09-01 00:17:49 +00:00
warren%netscape.com a0384c1c20 Changed NSServiceManager to nsServiceManager. 1998-09-01 00:17:47 +00:00
warren%netscape.com bd061d0e27 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 28969e9e90 Added closure argument to nsHashtable::Enumerate. 1998-09-01 00:16:47 +00:00
kipp%netscape.com e24a0e6e53 Added error module for the layout system 1998-08-29 20:20:00 +00:00
rickg%netscape.com 7858c52f7e added BinarySearch method for faster string searches 1998-08-29 05:06:50 +00:00
warren%netscape.com b016f30fd0 Premature checkin of renamed nsRepository. 1998-08-29 03:42:29 +00:00
mcafee%netscape.com baa8cadf94 Fixing build bustage on Linux 1998-08-29 03:33:31 +00:00
mcafee%netscape.com 9f3b3b5986 Fixing build bustage on Linux 1998-08-29 03:27:09 +00:00
warren%netscape.com 189a47a47c Fixed typo 1998-08-29 02:24:41 +00:00
warren%netscape.com 9dda6476c1 Moved nsresult from nsISupports.h to nsError.h (so that it's defined for C files). 1998-08-29 02:21:49 +00:00
warren%netscape.com b1ea39c6d8 Added test for service manager. 1998-08-29 01:51:44 +00:00
sdagley%netscape.com 8dc7df1e5c Checking in for warren. Added nsIServiceManager.h to MANIFEST and nsServiceManager.cpp to xpcomPPC.mcp. 1998-08-29 01:17:19 +00:00
warren%netscape.com b6e4a77024 Added class ID to OnShutdown. 1998-08-28 21:47:44 +00:00
warren%netscape.com a9001af700 Added service manager mechanism. 1998-08-28 21:28:35 +00:00
warren%netscape.com 679e7dedb1 Added service manager mechanism. 1998-08-28 21:25:34 +00:00
pierre%netscape.com 84029a2a13 re-enabled the View, Web and Pref factories 1998-08-27 22:08:39 +00:00
valeski%netscape.com d3dd8ac5ee nsString.h - the mBuf member data type was the raw PRUnichar type, changed it to chartype.
nsString.cpp - we were dropping the ending null-byte/unichar when expanding/growing strings
1998-08-27 08:15:40 +00:00
kipp%netscape.com 83c90ed2d0 Fixed compiler problem with other compilers by removing useless const in front of void 1998-08-27 02:39:36 +00:00
rickg%netscape.com 073fc23c82 added iostream output to nsString 1998-08-22 17:50:13 +00:00
rickg%netscape.com c1d7662228 fixed off by one error in Pop() 1998-08-21 02:03:56 +00:00
vidur%netscape.com 1b4622ec25 Used IIDs for nsIConnectionInfo and nsIDocumentLoadInfo 1998-08-20 22:29:22 +00:00
cls%seawood.org 90d0af1408 AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
scullin%netscape.com e1a835994d Added a COM false value. 1998-08-14 20:17:20 +00:00
kipp%netscape.com fd6f1e7926 Allocate IID's for nsLoggingSink and nsILoggingSink 1998-08-12 21:04:13 +00:00
rickg%netscape.com 702ee7c637 fixed objectAT() offset error 1998-08-12 08:53:03 +00:00
troy%netscape.com 86479c1b35 Fixed a memory leak. In some error cases we weren't calling NR_RegClose() 1998-08-11 04:06:28 +00:00
wtc%netscape.com f0e9569118 Do not declare variables in a 'for' statement because the scope
of such variables is compiler-dependent.  (approved by kipp@netscape.com)
1998-08-11 00:10:36 +00:00
peterl%netscape.com 59e5ef7b52 performance tweak in trim 1998-08-07 02:11:13 +00:00
dcone%netscape.com 1e063d17a3 Raptor change, worked on factory methods 1998-08-06 17:44:15 +00:00
pierre%netscape.com f253184b71 declared NSGetFactory_WIDGET_DLL() as "C" function (even though it's still out-commented for now) 1998-08-05 22:28:37 +00:00
pierre%netscape.com 0d96f8fcdc added targets to build static libs 1998-08-05 08:30:44 +00:00
pierre%netscape.com 2e0d995bd8 include nsMacRepository.h 1998-08-05 08:22:38 +00:00
pierre%netscape.com 74fdf29771 added nsMacRepository.h 1998-08-05 08:06:50 +00:00
pierre%netscape.com 2de4f3f06a First Checked In. 1998-08-05 08:06:33 +00:00
rickg%netscape.com 3d3143056b improved deque API a tad 1998-08-05 01:59:34 +00:00
rickg%netscape.com d7540e9307 kipps changes 1998-08-05 01:31:14 +00:00
rickg%netscape.com 7372a05ba9 minor tweak to remove tabs 1998-08-04 10:12:45 +00:00