dveditz%netscape.com
|
b56193b56d
|
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
|
c4ba817155
|
Fixing use of obsolete types for shaver.
|
1999-09-29 02:54:18 +00:00 |
|
shaver%netscape.com
|
f28337480b
|
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
|
f9e34fb7e2
|
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
|
06b78978e9
|
Fix backwards return values on nsIEnumerator::IsDone().
|
1999-09-21 01:28:18 +00:00 |
|
dveditz%netscape.com
|
3509f48fd2
|
match buffered i/o registry change in XP_MAC section
|
1999-09-17 07:00:55 +00:00 |
|
dp%netscape.com
|
d9d68788ef
|
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
|
dab9dd104d
|
NS_ADDREF() instead of calling it directly
|
1999-09-16 19:20:18 +00:00 |
|
dveditz%netscape.com
|
7d68f66b73
|
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
|
ee89552282
|
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
|
88a4943bfd
|
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
|
8d036420a9
|
Removed default parameter to Open() to facilitate IDLification.
|
1999-08-26 03:22:26 +00:00 |
|
scc%netscape.com
|
68340a37ef
|
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
|
381fb81c4f
|
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
|
1999-08-22 11:25:50 +00:00 |
|
dveditz%netscape.com
|
0387f5e679
|
removed redundant registry locking to improve performance
|
1999-07-20 22:50:26 +00:00 |
|
dp%netscape.com
|
c43c4ec143
|
Landing XPCOM_M8_PERF_BRANCH. Speeding up GetString().
|
1999-07-07 07:42:03 +00:00 |
|
dp%netscape.com
|
6617ee15f9
|
Caching of node names in nsIRegistryNode
Adding nsIRegistryNode::GetIID()
- Thanks Dan Veditz
|
1999-07-02 03:34:08 +00:00 |
|
dp%netscape.com
|
7cc37791bf
|
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
|
c8a1554978
|
- 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
|
ec7f1d00a9
|
Fixed crash due to multi-threading. bug# 7308, bug# 8150
|
1999-06-18 23:27:09 +00:00 |
|
dp%netscape.com
|
462e42b5b3
|
- NS_RegistryGetFactory API Change
- QuickRegister eliminated
|
1999-06-14 02:07:03 +00:00 |
|
dp%netscape.com
|
891afaf041
|
Well Known Component Registry in <exedir>/component.reg implemented.
|
1999-06-09 19:16:38 +00:00 |
|
dp%netscape.com
|
b034a8fa51
|
More threadsafeness.
|
1999-04-01 06:45:50 +00:00 |
|
dp%netscape.com
|
1c9c3e6b34
|
Fixed nsIRegistry implementation. ready for use. Thanks to Nicholas Ambrose <nick87@hotmail.com>
|
1999-03-31 06:28:36 +00:00 |
|
dp%netscape.com
|
b900869c23
|
InitXPCOM() : For a defined initialization sequence of xpcom global objects and components.
|
1999-03-23 23:28:32 +00:00 |
|
dp%netscape.com
|
13372716ec
|
Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com>
|
1999-03-21 19:26:32 +00:00 |
|
warren%netscape.com
|
4b2d56fbaa
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
|
law%netscape.com
|
ce6acb6643
|
Adding nsRegistry to win32 build
|
1999-02-25 19:20:39 +00:00 |
|
warren%netscape.com
|
01dd4f0ed6
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
|
mjudge%netscape.com
|
fbcb42974f
|
changing nsIEnumerator to use NS_IMETHOD not virtual nsresult
|
1999-02-19 23:43:20 +00:00 |
|
law%netscape.com
|
6e62333865
|
moz->ns
|
1999-02-10 23:27:09 +00:00 |
|