comparison dwt/internal/mozilla/nsXPCOM.d @ 305:c7c696cdfec2

Mozilla module progress; fixes to other browser modules; update XPCOM interfaces
author John Reimer<terminal.node@gmail.com>
date Sat, 16 Aug 2008 22:53:35 -0700
parents 3dfa75c74ed2
children
comparison
equal deleted inserted replaced
304:16ba3d9cb209 305:c7c696cdfec2
42 nsresult NS_ShutdownXPCOM(nsIServiceManager servMgr); 42 nsresult NS_ShutdownXPCOM(nsIServiceManager servMgr);
43 nsresult NS_GetServiceManager(nsIServiceManager *result); 43 nsresult NS_GetServiceManager(nsIServiceManager *result);
44 nsresult NS_GetComponentManager(nsIComponentManager *result); 44 nsresult NS_GetComponentManager(nsIComponentManager *result);
45 nsresult NS_GetComponentRegistrar(nsIComponentRegistrar *result); 45 nsresult NS_GetComponentRegistrar(nsIComponentRegistrar *result);
46 nsresult NS_GetMemoryManager(nsIMemory *result); 46 nsresult NS_GetMemoryManager(nsIMemory *result);
47 nsresult NS_NewLocalFile(inout nsAString path, PRBool followLinks, nsILocalFile* result); 47 nsresult NS_NewLocalFile(nsAString* path, PRBool followLinks, nsILocalFile* result);
48 nsresult NS_NewNativeLocalFile(inout nsACString path, PRBool followLinks, nsILocalFile* result); 48 nsresult NS_NewNativeLocalFile(nsACString* path, PRBool followLinks, nsILocalFile* result);
49 void * NS_Alloc(PRSize size); 49 void * NS_Alloc(PRSize size);
50 void * NS_Realloc(void *ptr, PRSize size); 50 void * NS_Realloc(void *ptr, PRSize size);
51 void NS_Free(void *ptr); 51 void NS_Free(void *ptr);
52 nsresult NS_GetDebug(nsIDebug *result); 52 nsresult NS_GetDebug(nsIDebug *result);
53 nsresult NS_GetTraceRefcnt(nsITraceRefcnt *result); 53 nsresult NS_GetTraceRefcnt(nsITraceRefcnt *result);