rickg%netscape.com
9f99b05dc8
searching should be slightly faster now
1999-05-29 09:40:49 +00:00
rickg%netscape.com
fd7edc13b6
using brute-force search for now
1999-05-29 09:28:56 +00:00
rickg%netscape.com
3834941d92
sync with nsString2 API
1999-05-29 08:52:19 +00:00
rickg%netscape.com
8f2ceea3de
final update to nsString2 before switchover
1999-05-29 07:29:46 +00:00
mcmullen%netscape.com
eb96eda4f6
For Bill
1999-05-29 02:01:28 +00:00
mcmullen%netscape.com
c15d25fd24
Return value
1999-05-29 01:51:02 +00:00
law%netscape.com
ce6fed6775
XPIDL-ifying nsIOberver/nsIObserverService
1999-05-29 01:30:27 +00:00
mcmullen%netscape.com
3548811759
Use NS_COM (not NS_BASE)
1999-05-29 01:29:28 +00:00
mcmullen%netscape.com
4d64e4b62d
Moved widgetry out.
1999-05-29 01:28:25 +00:00
mcmullen%netscape.com
5a9665a03c
Moved widgetry out of xpcom
1999-05-29 01:26:53 +00:00
mcmullen%netscape.com
1db81de2ad
Moving widgetry out of xpcom
1999-05-29 01:08:22 +00:00
law%netscape.com
0b7b490358
XPIDL-ifying nsIObserver/nsIObserverService
1999-05-29 00:51:17 +00:00
warren%netscape.com
0ac3645f11
Added nsConstructorPattern.cpp
1999-05-28 22:41:13 +00:00
dougt%netscape.com
dea8fdf944
Adding Proxy to the xpcom init.
1999-05-28 22:17:24 +00:00
dougt%netscape.com
29aaa9fa9b
Adding "Fire And Forget" async method calling.
...
Added Create() function for the generic factory.
Made ProxyObject into an nsISupports Object for refcounting.
Fixed proxytest to work in the new xpcom2 world.
1999-05-28 22:15:20 +00:00
dougt%netscape.com
6369bae2ff
Adding a local include path to proxy/src
1999-05-28 22:10:55 +00:00
dp%netscape.com
a3511369fa
Fixed crasher bug# 7311 by removing aggregation. Both constructors need to take an additional parameter that will initialize the outer need to happen. Doing the bigger change of introducing aggregation later
1999-05-28 22:09:32 +00:00
dp%netscape.com
bf79513706
Component Registry
1999-05-28 20:38:16 +00:00
dp%netscape.com
98d11bbae8
Checking for NULL progid. This should return correct error values from RegisterComponent()
1999-05-28 06:06:14 +00:00
bruce%cybersight.com
442b3d4f6e
Remove local shadowing of variable.
1999-05-28 05:29:26 +00:00
dp%netscape.com
b21d1e72dc
Fixing nsrefcnt to be unsigned long to maintain binary compatibility. All Addref() and Release() prototypes modified appropriately
1999-05-28 04:53:17 +00:00
dp%netscape.com
381323acf0
Reversing changing type of nsrefcnt. Mailnews code has specific Release() implementation that mention a different type. We need to fix that first.
1999-05-28 02:07:49 +00:00
mccabe%netscape.com
ba4ce210c2
Added the xpcom/sample directory to the build, so I can point people to the minimal XPConnect sample code there without them having to rebuild to try it out.
1999-05-28 01:49:47 +00:00
dp%netscape.com
246c3f4fe4
Fixed Binary compability with COM's nsIUnknown w.r.t return value types of Addref and Release.
...
nsrefcnt is defined as unsigned long for windows machines with 4 bytes per long.
1999-05-28 01:22:35 +00:00
dp%netscape.com
4e1c08ff0f
- Adding in PROGID and Classname for registration of xpcom components.
...
- Registering FILESPEC
1999-05-28 01:14:59 +00:00
mccabe%netscape.com
42fca57ea5
Removed unused and nonsensical voidRef typedef.
1999-05-28 01:14:50 +00:00
dp%netscape.com
ce1b8d07bd
Added aggregation. Implemented Create() so that the GenericFactory can create IFileSpec
...
Objects if registered.
1999-05-28 00:50:42 +00:00
dp%netscape.com
87abaa38bd
Adding progid and classname
1999-05-27 22:47:27 +00:00
dp%netscape.com
75c92edeea
Removing ending ;
1999-05-27 22:45:24 +00:00
dp%netscape.com
dc23df1db8
Adding PROGID and ClassName
1999-05-27 22:41:23 +00:00
dougt%netscape.com
7a941a0baa
Adding proxy to the xpcom targets.
1999-05-27 22:36:30 +00:00
dougt%netscape.com
76fecde661
removing an evil and unneeded delete [].
1999-05-27 22:02:17 +00:00
dougt%netscape.com
aa5c8e7759
Changes and bug fixes suggested by brendan.
1999-05-27 21:25:43 +00:00
mcmullen%netscape.com
49b21daf26
First Checked In.
1999-05-27 17:59:00 +00:00
mccabe%netscape.com
4e4736c3c7
Fix to 6880. xpt_link now prints an informative error message when it encounters duplicate interface names with different iids.
1999-05-27 11:02:05 +00:00
rickg%netscape.com
8fe0d4a29a
fixed bug in findStr
1999-05-27 10:28:50 +00:00
mccabe%netscape.com
76efd2eeb8
Fix to 5032. xpt_link and xpt_dump now detect input files with bad 'XPCOM TypeLib" headers and fail gracefully with informative error messages, rather than crashing.
...
Yes, I'm pretty confident this checkin won't interact with the current runtime bustage.
1999-05-27 10:11:32 +00:00
dp%netscape.com
265f784f22
Patch from andreas.otte@primus-online.de Thanks Andreas
1999-05-27 08:50:52 +00:00
rickg%netscape.com
dafc322589
fixed bug in nsString2::find() -- this will soon use boyer-moore
1999-05-27 07:59:16 +00:00
bruce%cybersight.com
e0163ca95d
'friend class' instead of 'friend' .. HP-UX's aCC requires this.
1999-05-27 05:18:59 +00:00
bruce%cybersight.com
2351a1ae9e
main() must return int for HP-UX's aCC compiler.
1999-05-27 05:14:57 +00:00
bruce%cybersight.com
0630ef570c
Add line feed on last line for native unix compilers.
1999-05-27 05:13:32 +00:00
jdunn%netscape.com
589ecce26c
Add AIX/ppc source files for compiling
1999-05-27 02:56:47 +00:00
jdunn%netscape.com
11e33bca9a
xptcall files for PowerPC/POWER/POWER2 architecture for AIX
1999-05-27 02:56:03 +00:00
ramiro%netscape.com
464209a782
Remove these from the unix build to reduce the evil possibility of a fork.
1999-05-27 02:31:44 +00:00
beard%netscape.com
f8c059289d
changed access paths
1999-05-26 23:21:40 +00:00
beard%netscape.com
2eb6edc765
bumped version to 1.0d5
1999-05-26 23:20:41 +00:00
beard%netscape.com
41b706cae4
added <stdio.h> since xpt_xdr.h no longer #includes nspr includes.
1999-05-26 23:20:24 +00:00
beard%netscape.com
0ba3c6cc6a
removed unnecessary NSPR include files
1999-05-26 23:20:23 +00:00
beard%netscape.com
ac136c368f
added prlog.h, prprf.h since since xpt_xdr.h no longer includes nspr headers.
1999-05-26 23:20:22 +00:00
sspitzer%netscape.com
6c0730c7ea
cvs ignorage
1999-05-26 23:19:18 +00:00
beard%netscape.com
d253caa0ff
linker now generates aliases to headers in project output directory.
1999-05-26 23:17:34 +00:00
beard%netscape.com
ecdd5e5590
header files are now linkable.
1999-05-26 23:17:31 +00:00
beard%netscape.com
54b252f851
now compiles header files into the project data folder.
1999-05-26 23:17:28 +00:00
mcafee%netscape.com
5d272fed5d
Fixing solaris bustage, link with the c++ compiler.
1999-05-26 22:56:26 +00:00
sspitzer%netscape.com
6af90b587a
add the cvsignorage again, and this time don't break the build.
1999-05-26 21:53:31 +00:00
sspitzer%netscape.com
32b8c9da5f
do the ignore again. this time, without breaking the build.
1999-05-26 21:48:42 +00:00
pinkerton%netscape.com
e4462b13c1
missing [] on delete of internal array in operator=.
1999-05-26 21:13:29 +00:00
sspitzer%netscape.com
b544ec499f
doh!
1999-05-26 19:12:35 +00:00
sspitzer%netscape.com
69223a1b4f
remove this to fix build bustage
1999-05-26 19:03:16 +00:00
sspitzer%netscape.com
2fea0786f0
fix build bustage
1999-05-26 19:01:27 +00:00
sspitzer%netscape.com
2134d1a347
remove this, causing build bustage
1999-05-26 18:56:19 +00:00
sspitzer%netscape.com
b7d65542cd
more cvsignorage for the xpcom2 landing
1999-05-26 18:50:14 +00:00
sspitzer%netscape.com
c6e0e5e2df
cvs ignorage for xpcom2 landing
1999-05-26 17:51:05 +00:00
sspitzer%netscape.com
1647d3eef5
cvs ignorage
1999-05-26 17:49:37 +00:00
dp%netscape.com
2e8cac3d27
Adding services
1999-05-26 08:11:36 +00:00
dp%netscape.com
cc9c01a52b
Initial version
1999-05-26 08:05:08 +00:00
dp%netscape.com
a4a8a169a8
Fixing tests
1999-05-26 07:46:01 +00:00
dp%netscape.com
70be6895d5
Adding NSPR_LIB
1999-05-26 06:36:34 +00:00
mcmullen%netscape.com
9f5f89dba6
Use explicit paths to stop these being found in an obsolete directory (mcmullen@netscape.com)
1999-05-26 05:38:17 +00:00
dp%netscape.com
2af6e2a405
adding symbol XPTI_GetInterfaceInfoManager
1999-05-26 04:54:36 +00:00
dp%netscape.com
a54a346f39
reversing previous change 'cause I added the missing to xpcom/build/dlldeps.cpp
...
and things work.
1999-05-26 04:43:01 +00:00
dp%netscape.com
7c7fc290b3
I dont have a clue why I need this. If I dont add the xptinfo.lib
...
to the link line, I get a undefined for _XPTI_GetInterfaceInfoManager
Some windows dude should fix this.
1999-05-26 04:16:23 +00:00
mcmullen%netscape.com
3e5d32c96b
Fix "missing from view hierarchy alert" (mcmullen@netscape.com)
1999-05-26 04:06:34 +00:00
dp%netscape.com
d1bc658460
landing xpcom20/21 branch
1999-05-26 02:16:15 +00:00
dp%netscape.com
125438a094
landing xpcom20/21 branch
1999-05-26 02:05:00 +00:00
dp%netscape.com
94344009c8
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
warren%netscape.com
3df1076edc
Jband's fix for forward decls. Approved: Chofmann, reviewed: mang.
1999-05-21 03:18:25 +00:00
briano%netscape.com
70a43fea77
Fixed a bug that only exhibited itself if NO_STATIC_LIB was defined. The tools (../tools) require that libxpt.a gets built no matter what, and that wasn't happening.
1999-05-20 23:17:03 +00:00
briano%netscape.com
820c1b2e55
Fixed the handling of the tests directory. Only go there if ENABLE_TESTS is defined.
1999-05-19 00:07:00 +00:00
peterl%netscape.com
66031a220b
added nsICSSLoader
1999-05-19 00:00:58 +00:00
warren%netscape.com
0142cb7a14
Added
1999-05-18 21:43:13 +00:00
dp%netscape.com
4f026cd2e3
undoing previous change. It should have happened on the XPCOM20 BRANCH
1999-05-18 09:24:08 +00:00
dp%netscape.com
1a52db2035
Rolling over from initial XPCOM 2.0 changes
1999-05-18 09:19:05 +00:00
dp%netscape.com
34b30431ba
Initial version
1999-05-18 09:11:01 +00:00
mccabe%netscape.com
25640b77ad
Only alloc space for interface records if we actually have interfaces; fixes a calloc(1,0) bug that was breaking the AIX build. (Thanks to Jim Dunn <jdunn@netscape.com> for finding this, and to Mike Shaver <shaver@netscape.com> for contributing the patch.
...
The xpcom tree remains closed, but this patch gets in for m6 by special dispensation.
A=leaf,dp
1999-05-18 02:10:05 +00:00
vidur%netscape.com
e1003d55c1
Added nsIDOMHTMLLayerElement interface
1999-05-17 21:18:23 +00:00
erik%netscape.com
884c1bf22d
Fixed the test file name, added registration for event queue and
...
persistent properties. This test program now works again. Groan.
1999-05-16 22:59:02 +00:00
beard%netscape.com
9b02a6f807
exporting nsServiceManager::RegisterService/UnregisterService to fix xpinstall breakage.
1999-05-16 21:29:32 +00:00
erik%netscape.com
383437c12d
Added code to check return values. Cleaned up a bit.
1999-05-16 20:47:59 +00:00
sfraser%netscape.com
d64a71ec88
Added include guards, which should be a big win on commonly included files like this one.
1999-05-14 03:07:31 +00:00
sfraser%netscape.com
a8e949c977
Include <string.h>, not "string.h". Also added include guards, which should be a big win on commonly included files like this one.
1999-05-14 03:07:23 +00:00
kmcclusk%netscape.com
6635957e0c
Modified nsString2::Append to only call strlen only if aCount is -1.
...
This clears up ABR errors reported in Purify.
1999-05-13 23:44:57 +00:00
mccabe%netscape.com
213ef70599
Turn off support for XPIDL_JS_STUBS in generated headers by default, as
...
- nobody uses it
- it's confusing.
1999-05-13 23:13:17 +00:00
waterson%netscape.com
df6000c502
Add nsICollection
1999-05-13 20:27:22 +00:00
waterson%netscape.com
1a781fe771
Fix MANIFEST_TEMP to include nsICollection.h.
1999-05-13 16:43:00 +00:00
waterson%netscape.com
3ea7cf781b
Temporarily fix build bustage until we get brave enough to turn XPIDL on for Mac.
1999-05-13 16:41:32 +00:00
pinkerton%netscape.com
e0de3313bb
removing nsICollection.h because it no longer exists (fix build bustage).
1999-05-13 16:24:06 +00:00
warren%netscape.com
f0a87da737
Removing old files now generated by IDL (to avoid future screw ups).
1999-05-13 08:48:47 +00:00
gagan%netscape.com
4999cf4cdb
So we're using IDL nowcvs diff! I find out the hard way. -Warren
1999-05-13 08:21:37 +00:00
warren%netscape.com
87b26617d5
Fixed nsICollection (and Count in particular) to be xpidl friendly.
1999-05-13 04:56:04 +00:00
sspitzer%netscape.com
ed6326405e
make the destructor virtual
1999-05-13 00:48:42 +00:00
sspitzer%netscape.com
3c2da32000
destructor should be virtual.
1999-05-13 00:44:20 +00:00
mcmullen%netscape.com
309bab45c6
Split the manifest files into two: idl-generated headers (used if USE_XPIDL is turned off) and non-generated headers.
1999-05-13 00:04:14 +00:00
mcmullen%netscape.com
bc6290e2db
First Checked In.
1999-05-13 00:01:48 +00:00
waterson%netscape.com
cd4db87316
Initial revision.
1999-05-12 23:54:18 +00:00
waterson%netscape.com
08b652ea66
Added sample HTML.
1999-05-12 23:43:25 +00:00
waterson%netscape.com
36c353760e
Initial revision.
1999-05-12 23:37:45 +00:00
mccabe%netscape.com
334dd15a25
Be conservative, and initialize the XPTState struct to 0 when allocating it. This cropped up as a problem where garbage fields were busting the msvc 6.0 -opt build, but was really xp.
1999-05-12 22:56:42 +00:00
mcmullen%netscape.com
bb815af574
Fix badness when nsFilePath is initialized with a nil or empty string.
1999-05-12 22:56:24 +00:00
kipp%netscape.com
7d0dd441c0
Alloc IID
1999-05-12 22:20:55 +00:00
mccabe%netscape.com
636bfa81c1
Allocate 1 extra space and nul-terminate the string given to XPT_NewString. Thanks to Jim Dunn <jdunn@netscape.com> for suggesting this fix.
1999-05-12 09:04:38 +00:00
jband%netscape.com
1cbabb0d33
fix two places where we use a node as if it were of a type other than the type it is. This was causing a problem on some platforms, though it unfortunately was working fine on Win32. Thanks to khym@bga.com (Dave Huang)
1999-05-12 07:42:32 +00:00
beard%netscape.com
a57b1f76a4
made Count() method pure virtual, to fix xpcom link error.
1999-05-12 06:20:37 +00:00
beard%netscape.com
a02d7c125c
bumped the version to 1.0d3
1999-05-12 05:41:53 +00:00
beard%netscape.com
d784f2a2d6
when popping an #include, fclose the file.
1999-05-12 05:41:29 +00:00
alecf%netscape.com
453e5e340b
add nsICollection to the windows IDL files
1999-05-12 05:24:00 +00:00
scc%netscape.com
04d849f0ec
Fixup CallQueryInterface
1999-05-12 04:50:08 +00:00
alecf%netscape.com
fe57a57783
add nsICollection.idl to the unix build system
1999-05-12 03:12:01 +00:00
alecf%netscape.com
d7d9cd0e4b
check in IDL version of nsICollection interface
1999-05-12 03:11:48 +00:00
alecf%netscape.com
a4c1fbdaa8
remove const-ness from nsICollection::Count() so that it can be represented with XPIDL
1999-05-12 02:53:37 +00:00
alecf%netscape.com
a79c764550
include nsresult typedef
1999-05-12 02:19:18 +00:00
mccabe%netscape.com
906d95820c
Fix xpidl header generation to not emit a trailing (erroneous) ',' when generating [notxpcom] interfaces.
...
Thanks to Alec Flett <alecf@netscape.com> for this patch.
1999-05-12 02:13:40 +00:00
bruce%cybersight.com
3d4169cc64
Add newline at end of file for native unix compilers.
1999-05-12 00:39:14 +00:00
mcmullen%netscape.com
6da6f2e50d
Assert when nsFileSpec gets a unix path
1999-05-12 00:17:53 +00:00
kipp%netscape.com
93258cd0bc
Fix makefile glitch
1999-05-12 00:15:22 +00:00
akkana%netscape.com
a9fb77217e
New build option enable-crash-on-assert for those who really want the old behavior
1999-05-11 22:22:24 +00:00
dougt%netscape.com
6dad35704e
First Checked In.
1999-05-11 19:32:55 +00:00
waterson%netscape.com
5d99d5c9f1
First Checked In.
1999-05-11 19:02:48 +00:00
waterson%netscape.com
054bd5bf26
Be sure to initialize the data offset in the new state object. Mucho gracias to shaver for the fix.
1999-05-11 04:39:40 +00:00
waterson%netscape.com
e05c6a41e3
Publish headers directly to dist, instead of to public.
1999-05-11 03:10:20 +00:00
waterson%netscape.com
9acc87b145
Generate nsISupports, nsIEnumerator, nsIFactory, and nsrootidl.
1999-05-11 02:10:22 +00:00
waterson%netscape.com
d4772eee6c
Rename 'typelibs' to 'xpcom.xpt'
1999-05-11 00:42:54 +00:00
scc%netscape.com
36d1c9ae16
export nsCOMPtr destructor
1999-05-10 22:27:21 +00:00
putterman%netscape.com
7ddfe8a6e9
Fix refcounting bug. nsISupportsArray[] already does an addref.
1999-05-10 21:53:18 +00:00
scc%netscape.com
e5b9f0e804
temporarily commented out CallQueryInterface for UNIX, added NS_EXPORT for Windows
1999-05-10 21:43:29 +00:00
mccabe%netscape.com
8c40ed334a
_xpidlgen is now cvsignore'd globally; remove redundant per-directory references.
1999-05-10 20:52:47 +00:00
scc%netscape.com
d673031bca
conditionally factored destructor
1999-05-10 20:48:43 +00:00
scc%netscape.com
8b76b1a0a9
First Checked In.
1999-05-10 20:46:31 +00:00
dougt%netscape.com
51872b8b8e
Correcting the mac load lib name.
1999-05-10 20:42:06 +00:00
dougt%netscape.com
7861bc2280
First Checked In.
1999-05-10 20:17:14 +00:00
dougt%netscape.com
52fef40b4f
Copied nsITestXPCFoo from xpconnect so that I did not have to include it.
1999-05-10 20:16:45 +00:00
dougt%netscape.com
50514f6961
Getting it to compile on the mac.
1999-05-10 20:15:02 +00:00
waterson%netscape.com
1677f15d98
First Checked In.
1999-05-10 20:14:48 +00:00
waterson%netscape.com
c46480527a
Ignore _xpidlgen directory.
1999-05-10 19:30:51 +00:00
waterson%netscape.com
2096a02ad3
Generate nsISupports.h, nsIEnumerator.h, and nsIFactory.h.
1999-05-10 18:50:41 +00:00
waterson%netscape.com
219fcc057d
Initial revision.
1999-05-10 18:49:55 +00:00
mccabe%netscape.com
7a51a74601
Comment fix to previous.
1999-05-10 10:20:41 +00:00
mccabe%netscape.com
75d774baa9
Build the xpt_link and xpt_dump tools early so that they're available as part of the build process, and link them statically so we don't need the shared library path set to use them.
1999-05-10 10:17:54 +00:00
mcafee%netscape.com
492b4cef0f
Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com
1999-05-10 06:47:04 +00:00
mcafee%netscape.com
d7ab07b95d
Ignore generated files.
1999-05-10 06:25:15 +00:00
mcafee%netscape.com
de36a26dbc
Class nsprPath has been renamed to nsNSPRPath; straggler references were being converted with a typedef, this was confusing Solaris, so I'm converting all nsprPath references to the new name, hope that's Ok.
1999-05-10 05:34:26 +00:00
mccabe%netscape.com
33f6514e9f
Compile directly against the static libxpt.a lib, so we can use xpidl during the build without the shared library path being set.
1999-05-10 05:33:35 +00:00
mcafee%netscape.com
cb6715d19d
Fixing Solaris bustage.
1999-05-10 03:47:19 +00:00
beard%netscape.com
e61c14bbeb
XP_MAC: improved nsDLL::Load() to not call PL_strlen() each time through a loop from 0 to the length of the string - 1.
1999-05-10 03:45:38 +00:00
beard%netscape.com
9a0ae866c1
now correctly returns target file info, reads files from project Data directory, writes files to output directory, uses setjmp/longjmp to trap calls to exit().
1999-05-09 15:03:13 +00:00
beard%netscape.com
a9d64fbb94
using setjmp/longjmp to trap calls to exit(), compiling .xpt files into project Data folder.
1999-05-09 15:00:31 +00:00
beard%netscape.com
c0ad3120d3
using longjmp instead of throw
1999-05-09 14:59:15 +00:00
beard%netscape.com
395486c11b
added version.rsrc to all targets
1999-05-09 14:58:54 +00:00
beard%netscape.com
164a8e5c07
moved version to version.rsrc
1999-05-09 14:58:30 +00:00
beard%netscape.com
bb0a3cc0a9
First Checked In.
1999-05-09 14:58:00 +00:00
mccabe%netscape.com
10173b32d5
Back out building xpidl with -static, because it breaks on some platforms. What's the XP way to do it?
1999-05-09 10:40:16 +00:00
mccabe%netscape.com
c86ab72aed
Fix to 6156.
...
Added $(EXTRA_DEPS) dependency to $(PROGRAM) in rules.mk, so xpidl can ask to be recompiled when libxpt changes.
1999-05-09 09:21:35 +00:00
mccabe%netscape.com
812b43a6a9
Give xpidl a Makefile.in that uses the rules.mk rules for $(PROGRAM) to build, toallow use of purify target. Be warned, it won't be pretty.
...
Build xpidl statically by adding -static (I hope it's XP; is there an alternative?) to LDFLAGS. So that we can use it in the build without setting the shared library path.
1999-05-09 08:34:37 +00:00
beard%netscape.com
14436f3955
turned off modification date caching, so files will be regenerated if missing or out of date.
1999-05-09 03:32:22 +00:00
beard%netscape.com
0df333dee8
NPL, using CWGetStoredObjectFileSpec() to get the location of each output file, instead of constructing from input file's name.
1999-05-09 03:27:07 +00:00
beard%netscape.com
3d786077ea
NPL, removed Disassembly code (moved to linker), now using CWStoreObjectData() to associate output file with compilation. This lets CodeWarrior delete the file when objects are removed, and regenerate when file is deleted externally.
1999-05-09 03:27:05 +00:00
beard%netscape.com
29cc2584f2
bumped version, changed Flags to latest CWPro4 format to use newer APIs.
1999-05-09 03:27:03 +00:00
beard%netscape.com
ed3b875ec1
bumped version
1999-05-09 03:27:01 +00:00
beard%netscape.com
56f0808832
cleaned up, removed non-essential code, NPL
1999-05-09 03:19:47 +00:00
beard%netscape.com
2996899c0b
NPL
1999-05-09 03:19:07 +00:00
beard%netscape.com
20a51c2310
added a "build all" target
1999-05-08 23:18:39 +00:00
beard%netscape.com
1b2796c55f
added version resources
1999-05-08 23:18:12 +00:00
beard%netscape.com
2fc4558bc2
First Checked In.
1999-05-08 23:05:34 +00:00
beard%netscape.com
53aeae0e01
changed raw calls to stat() to get_file_length(), and redefined get_file_length to mac_get_file_length when building as CodeWarrior plugin.
1999-05-08 23:01:09 +00:00
beard%netscape.com
45e48b2555
renamed get_args() to mac_get_args(), get_file_length redefined as mac_get_file_length when built as CodeWarrior plugin.
1999-05-08 23:00:07 +00:00
beard%netscape.com
b96f880380
removed xpt_dump.c from compiler target, moved exclusively to linker target.
1999-05-08 22:58:42 +00:00
beard%netscape.com
6810590c23
added custom fopen, the only opens files in the output directory, added mac_get_file_length(), which is used in lieu of stat, turned on Disassembly function in linker.
1999-05-08 22:58:07 +00:00
beard%netscape.com
cd2562d26c
put in sanity checking of pref data, if its size is incorrect it reverts to factory settings.
1999-05-08 22:56:39 +00:00
beard%netscape.com
9050900930
added mac_get_file_length(), turned off disassembly (moved to linker)
1999-05-08 22:55:42 +00:00
beard%netscape.com
de14b10f6f
turned off the "cantDisassemble" bit, moving disassembly to the linker.
1999-05-08 22:54:23 +00:00
beard%netscape.com
372ce85eab
changed output field to use Str32Field type for alignment purposes (uses 34 bytes rather than 33).
1999-05-08 21:10:22 +00:00
dougt%netscape.com
32d0246c3b
Adding Proxy to the unix makefile
1999-05-08 21:10:18 +00:00
beard%netscape.com
ffc0dca732
changed default 'pref' resource to conform to size of XPIDLSettings struct (40 bytes)
1999-05-08 21:09:19 +00:00
dougt%netscape.com
4241830fff
hooking up proxy to the WINDOWS makefile
1999-05-08 20:55:24 +00:00
beard%netscape.com
bff302c61c
using defined(XPIDL_PLUGIN) to determine when to rename main
1999-05-08 20:40:26 +00:00
beard%netscape.com
bd35c444a2
added XPIDL_PLUGIN macro, to distinguish when the code is being compiled as a CodeWarrior plugin.
1999-05-08 20:38:11 +00:00
beard%netscape.com
2a5ab43961
changed link order in linker
1999-05-08 20:37:15 +00:00
beard%netscape.com
489b7a4e02
fixed a 'MENU' resource id conflict (128 is CodeWarrior IDE's Apple menu)
1999-05-08 20:36:56 +00:00
briano%netscape.com
227c87aa79
Fix for AIX, Solaris, OSF/1, and probably others.
1999-05-08 06:24:27 +00:00
mcmullen%netscape.com
0ebacd593e
Adapt to changed interface some more.
1999-05-08 02:22:41 +00:00
mcmullen%netscape.com
1df193ed4a
Adapt to changed interface.
1999-05-08 02:18:16 +00:00
mccabe%netscape.com
ab5a8ae262
Build xpidl before export phase of any xpcom directory.
1999-05-08 01:57:37 +00:00
mcmullen%netscape.com
ff58eed078
Fix nsFileSpec to take native paths in constructors and assignment operators. Fix += to work with relative paths on Macintosh. Remove dependency of nsFileSpec on streams (so that dp can move nsFileSpec).
1999-05-08 01:18:23 +00:00
mcmullen%netscape.com
9ece6fc6eb
These staged checkins can be tricky.
1999-05-08 00:57:57 +00:00
mcmullen%netscape.com
fc15f532fe
Updated a comment.
1999-05-08 00:21:46 +00:00
dougt%netscape.com
b0aa3ae2be
idl changed without me noticing. now everything is a PRInt32 instead of a int.
1999-05-08 00:12:49 +00:00
dougt%netscape.com
e635a4432b
when I turned on both tests cases, I did not realize that I was deleting the
...
testcase arguments in both. fixing.
1999-05-07 22:25:41 +00:00
dougt%netscape.com
92d07a5d52
fixing warning message.
1999-05-07 22:12:25 +00:00
dougt%netscape.com
eb14e1366a
Got linux to compile.
...
A few errors fix when handling IID.
1999-05-07 22:09:44 +00:00