Commit Graph

180 Commits

Author SHA1 Message Date
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
warren%netscape.com
77c226c7fb Premature checkin of renamed nsRepository. 1998-08-29 03:42:29 +00:00
mcafee%netscape.com
3ce8a0e900 Fixing build bustage on Linux 1998-08-29 03:33:31 +00:00
mcafee%netscape.com
4af255df8f Fixing build bustage on Linux 1998-08-29 03:27:09 +00:00
warren%netscape.com
1a2164d8e2 Fixed typo 1998-08-29 02:24:41 +00:00
warren%netscape.com
7a294dae72 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
32f5a442c5 Added test for service manager. 1998-08-29 01:51:44 +00:00
sdagley%netscape.com
6ba0b47814 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
9b1d14ae7e Added class ID to OnShutdown. 1998-08-28 21:47:44 +00:00
warren%netscape.com
6587ecb0af Added service manager mechanism. 1998-08-28 21:28:35 +00:00
warren%netscape.com
dff0de499c Added service manager mechanism. 1998-08-28 21:25:34 +00:00
pierre%netscape.com
56955b341a re-enabled the View, Web and Pref factories 1998-08-27 22:08:39 +00:00
valeski%netscape.com
da9bc1007c 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
e727d0c80d 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
848aed5db1 added iostream output to nsString 1998-08-22 17:50:13 +00:00
rickg%netscape.com
551ef88034 fixed off by one error in Pop() 1998-08-21 02:03:56 +00:00
vidur%netscape.com
f10128ffe3 Used IIDs for nsIConnectionInfo and nsIDocumentLoadInfo 1998-08-20 22:29:22 +00:00
cls%seawood.org
84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
scullin%netscape.com
3b6e7bf11c Added a COM false value. 1998-08-14 20:17:20 +00:00
kipp%netscape.com
d5931797aa Allocate IID's for nsLoggingSink and nsILoggingSink 1998-08-12 21:04:13 +00:00
rickg%netscape.com
26456ae314 fixed objectAT() offset error 1998-08-12 08:53:03 +00:00
troy%netscape.com
9359a28c94 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
dc2cd39331 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
a9f7a46342 performance tweak in trim 1998-08-07 02:11:13 +00:00
dcone%netscape.com
bdb4f26e24 Raptor change, worked on factory methods 1998-08-06 17:44:15 +00:00
pierre%netscape.com
35b82cceb9 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
670c463eb8 added targets to build static libs 1998-08-05 08:30:44 +00:00
pierre%netscape.com
727af6158b include nsMacRepository.h 1998-08-05 08:22:38 +00:00
pierre%netscape.com
aee021dab7 added nsMacRepository.h 1998-08-05 08:06:50 +00:00
pierre%netscape.com
6300a8ef54 First Checked In. 1998-08-05 08:06:33 +00:00
rickg%netscape.com
21e9c2ad51 improved deque API a tad 1998-08-05 01:59:34 +00:00
rickg%netscape.com
0e7fb55528 kipps changes 1998-08-05 01:31:14 +00:00
rickg%netscape.com
7f335bc63d minor tweak to remove tabs 1998-08-04 10:12:45 +00:00
rickg%netscape.com
354b1357dd fixed problem in testCRT. GetUnicode returns a const ptr 1998-08-03 21:33:32 +00:00
rickg%netscape.com
6e9492b121 added a few assertions, just to be safe 1998-08-03 21:03:49 +00:00
rickg%netscape.com
42fbaf0a68 major upgrade to string class implementation 1998-08-03 20:46:38 +00:00
peterl%netscape.com
3460f8425f re-added backed-out changes 1998-08-01 00:56:28 +00:00
donm%netscape.com
1119af5b74 backing out changes made while trying to land OJI. 1998-07-31 23:58:26 +00:00
peterl%netscape.com
383e588a3a replaced macros with inline functions 1998-07-31 23:27:36 +00:00
warren%netscape.com
c9bd5d8074 Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
troy%netscape.com
e2bf4445ea Fixed some crashes where it wa assumes mStr was non-NULL 1998-07-30 20:36:51 +00:00
rickg%netscape.com
40be51d3e3 more string improvements 1998-07-30 18:35:58 +00:00
rickg%netscape.com
3c5b067b54 fixed string assignment bug 1998-07-30 18:26:46 +00:00
troy%netscape.com
8d40651e4a Changed default constructor to leave capacity at 0 and not allocate
a buffer of 24 bytes
1998-07-29 23:06:21 +00:00
warren%netscape.com
13b18ece68 Committed from OJI_19980618_TIP_MERGE1. 1998-07-28 02:07:25 +00:00
rickg%netscape.com
5446c139c4 warning removal 1998-07-25 02:11:02 +00:00
waterson%netscape.com
dc6c35efed Removed until approval from modul owner. 1998-07-24 23:33:15 +00:00
waterson%netscape.com
f7d82b20d0 Initial revision. 1998-07-24 23:07:58 +00:00
michaelp%netscape.com
837d1a9ae0 added APIs to viewmanager to enable and disable all rendering.
made Refresh() APIs of viewmanager implementation private.
1998-07-24 21:05:50 +00:00
spider%netscape.com
2dce002dce Module Specific Error Generation 1998-07-24 13:47:09 +00:00
michaelp%netscape.com
cde556f1a4 modified streaming APIs to be what the OJI guys want. 1998-07-23 20:34:01 +00:00
spider%netscape.com
7736992db7 Backing out nsError.h revision 3.2 until the tree opens... 1998-07-23 20:08:13 +00:00
spider%netscape.com
c3de281a89 Added Support for Module Specific Error Codes which are compatible with
the native platform.
1998-07-23 19:28:00 +00:00
troy%netscape.com
c1493555d6 Added some '=' operator member functions to nsAutoString 1998-07-22 21:38:48 +00:00
scullin%netscape.com
1b7aa79e95 Default implementation of QueryInterface needs to NULL result on failure. 1998-07-21 21:32:52 +00:00
kipp%netscape.com
50eba5177c Allocate some IIDs 1998-07-19 01:19:30 +00:00
kipp%netscape.com
12fdd31f5f Allocated some IID's 1998-07-18 21:51:28 +00:00
kipp%netscape.com
f2f161b1d4 Allocated IID's for nsIHTMLContentSink, nsIContentSink, nsIDTD 1998-07-15 22:51:30 +00:00
danm
30f8c8b987 glowcode. bug 299200 a:don. 1998-07-09 16:33:15 +00:00
kipp
be795823b7 Added a reminder to not mess with the NS_ISUPPORTS IID 1998-07-07 16:08:55 +00:00
kipp
8695e681dc Allocated IID for nsIFrame 1998-07-07 16:07:35 +00:00
kipp
aeda35b8f7 new 1998-07-07 16:04:02 +00:00
rickg
ff4f9c2c9c major improvements to parser API's; fixed a few bugs 1998-07-02 08:14:22 +00:00
jevering
ca519eff60 Modified ReplaceElementAt to grow the array if an index out of the
allocated boundary was requested.
1998-07-02 00:28:56 +00:00
atotic
9e29b605a7 More exports are needed for Raptor 1998-06-26 23:02:03 +00:00
rickg
9150405dab huge refactoring effort; transient style support; tables fixes, and more 1998-06-17 23:13:28 +00:00
atotic
7b509cfb7b More exports are needed 1998-06-16 21:42:32 +00:00
jevering
b4c345c05c Fixed double ended queue to accept a callback in the constructor
to a function which frees the inserted objects.
1998-06-12 01:36:24 +00:00
troy
840313626c Added an additional constructor 1998-06-11 22:48:25 +00:00
gordon
5f2eb36b5e Changes for value-added builds. 1998-06-08 11:19:51 +00:00
gordon
77045e07ae Export nsHashTable methods. 1998-06-06 11:19:14 +00:00
kipp
a3cbd81c80 Added SizeOf method 1998-06-05 21:38:36 +00:00
kipp
b5b9af1404 new 1998-06-05 20:46:23 +00:00
scc
432f3ea897 First Checked In. 1998-06-04 22:51:07 +00:00
scullin
ccfef80b32 Added NSPR logging. Set NSPR_LOG_MODULES=NSRepository:4 to get
bunches o' logging.
1998-06-02 19:54:52 +00:00
toshok
e6baaac1be Fix build on FreeBSD. don't hardcode '.so', some platforms don't use it. 1998-06-02 00:18:45 +00:00
raman
24d011f72a Added the clone method. Approved by warren 1998-06-01 22:11:06 +00:00
kipp
38ccae3b3c null terminate empty auto string properly 1998-06-01 20:55:46 +00:00
sfraser
c8b410a908 Changed to use .exp file for exports, so that stuff gets exported. 1998-05-28 22:23:41 +00:00
sfraser
a4566bf075 First Checked In. 1998-05-28 22:23:16 +00:00
sfraser
66b0cb8c92 Export nsError.h 1998-05-28 20:50:24 +00:00
sfraser
a9171040fc Correct comment 1998-05-28 19:40:34 +00:00
sfraser
f1cb8b3740 Updating for new build system and prefix files. 1998-05-28 19:16:03 +00:00
sfraser
93b38fd618 Changes for the new build system; unify prefix files. 1998-05-28 19:04:58 +00:00
kipp
528d80ff81 Init refcnt properly 1998-05-28 18:38:32 +00:00
sfraser
44e9956672 First Checked In. 1998-05-23 01:14:17 +00:00