braddr%puremagic.com
|
b49b3dbdce
|
Ooops.. tree closed, better back these out for now. Sorry.
|
1999-10-27 21:01:37 +00:00 |
braddr%puremagic.com
|
b2ea5b4c45
|
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE
in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)
|
1999-10-27 20:24:21 +00:00 |
dveditz%netscape.com
|
89c765707b
|
Added nsIRegistry::Flush (bug 16283, required for 16600), r=shaver
|
1999-10-17 21:45:53 +00:00 |
dveditz%netscape.com
|
f0625af1ca
|
expose libreg ability to delete named values in nsIRegistry. Patch from
Jonas Utterstr�m <jonas.utterstrom@vittran.norrnod.se>, r=dveditz
|
1999-10-15 06:47:58 +00:00 |
sfraser%netscape.com
|
04b0e04edb
|
Fixing use of obsolete types for shaver.
|
1999-09-29 02:54:18 +00:00 |
shaver%netscape.com
|
f53bc807b4
|
nsIRegistry scriptability and beginning of category support, r=dp,alecf,dveditz a=leaf,chofmann
|
1999-09-29 02:35:42 +00:00 |
dveditz%netscape.com
|
fcba679114
|
Make sure componentMgr calls NR_ShutdownRegistry(), fixing MLKs and registry corruption from unflushed registry buffers.
r=dp,a=chofmann
|
1999-09-26 21:20:21 +00:00 |
waterson%netscape.com
|
88220ac198
|
Fix backwards return values on nsIEnumerator::IsDone().
|
1999-09-21 01:28:18 +00:00 |
dveditz%netscape.com
|
b83b004785
|
match buffered i/o registry change in XP_MAC section
|
1999-09-17 07:00:55 +00:00 |
dp%netscape.com
|
6cf6be44ee
|
Caching of what registry was opened to improve performance of multiple
opens on the same registry file.
|
1999-09-17 05:46:25 +00:00 |
dp%netscape.com
|
764fede6dc
|
NS_ADDREF() instead of calling it directly
|
1999-09-16 19:20:18 +00:00 |
dveditz%netscape.com
|
f3deb25a6d
|
expose whether the registry is already open or not, which enables the profile
manager to avoid opening and closing the registry ~20 times at startup.
|
1999-09-16 05:32:28 +00:00 |
dveditz%netscape.com
|
a4fc44952f
|
remove xp_file.h from NSReg.h, required minor tweaking elsewhere to include
now missing NSPR types.
|
1999-09-04 19:46:18 +00:00 |
dp%netscape.com
|
b6ca6e5553
|
Removing nsIRegistry::GetIntArray() and SetIntArray(). These aren't
being used and block scritability. So if we need then, we will figure
out a way to add them that wont break scritability.
|
1999-08-26 05:11:40 +00:00 |
dp%netscape.com
|
60f12e3b90
|
Removed default parameter to Open() to facilitate IDLification.
|
1999-08-26 03:22:26 +00:00 |
scc%netscape.com
|
0454213f91
|
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
|
1999-08-23 10:14:16 +00:00 |
mccabe%netscape.com
|
b95a2bdd54
|
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
|
1999-08-22 11:25:50 +00:00 |
dveditz%netscape.com
|
66a4e0d325
|
removed redundant registry locking to improve performance
|
1999-07-20 22:50:26 +00:00 |
dp%netscape.com
|
54c432d92c
|
Landing XPCOM_M8_PERF_BRANCH. Speeding up GetString().
|
1999-07-07 07:42:03 +00:00 |
dp%netscape.com
|
18656b0696
|
Caching of node names in nsIRegistryNode
Adding nsIRegistryNode::GetIID()
- Thanks Dan Veditz
|
1999-07-02 03:34:08 +00:00 |
dp%netscape.com
|
91b957fe2b
|
Adding back member to store error for nsRegistryNode and nsRegistryValue. This gets it working again.
|
1999-06-22 13:58:12 +00:00 |
dp%netscape.com
|
91b58aabba
|
- Threading fixed. Changed member that stored error from nsRegistry
to be an automatic variable.
- Using XPCOM_ComponentRegistry for OpenWellknownRegistry()
|
1999-06-21 23:40:21 +00:00 |
dp%netscape.com
|
aee4f0d23f
|
Fixed crash due to multi-threading. bug# 7308, bug# 8150
|
1999-06-18 23:27:09 +00:00 |
dp%netscape.com
|
63b3a417da
|
- NS_RegistryGetFactory API Change
- QuickRegister eliminated
|
1999-06-14 02:07:03 +00:00 |
dp%netscape.com
|
2a661d9391
|
Well Known Component Registry in <exedir>/component.reg implemented.
|
1999-06-09 19:16:38 +00:00 |
dp%netscape.com
|
b8dfe78cdd
|
More threadsafeness.
|
1999-04-01 06:45:50 +00:00 |
dp%netscape.com
|
cabae9cdfc
|
Fixed nsIRegistry implementation. ready for use. Thanks to Nicholas Ambrose <nick87@hotmail.com>
|
1999-03-31 06:28:36 +00:00 |
dp%netscape.com
|
d68b82058c
|
InitXPCOM() : For a defined initialization sequence of xpcom global objects and components.
|
1999-03-23 23:28:32 +00:00 |
dp%netscape.com
|
c1ed2b3f33
|
Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com>
|
1999-03-21 19:26:32 +00:00 |
warren%netscape.com
|
c50687b845
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
law%netscape.com
|
50b8f0991e
|
Adding nsRegistry to win32 build
|
1999-02-25 19:20:39 +00:00 |
warren%netscape.com
|
3642da81a5
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
mjudge%netscape.com
|
3756cba288
|
changing nsIEnumerator to use NS_IMETHOD not virtual nsresult
|
1999-02-19 23:43:20 +00:00 |
law%netscape.com
|
48857f7cbd
|
moz->ns
|
1999-02-10 23:27:09 +00:00 |