154 Commits

Author SHA1 Message Date
cyeh
1018fcfba9 removing yet more conflicts as a result of the normandy merge. ARGH. 1998-06-23 05:56:23 +00:00
spider
14cebd625d Normandy Merge 1998-06-22 22:02:09 +00:00
spider
365c772ff9 Normandy Merge .... 1998-06-22 21:21:28 +00:00
pnunn
76b7869a6a SF1in #142422. 1998-06-19 00:05:19 +00:00
atotic
810aaa8d20 Wrong name, should be libimg.mcp 1998-06-16 22:41:03 +00:00
atotic
66299795de First Checked In. 1998-06-16 22:36:24 +00:00
atotic
d66233474f First Checked In. 1998-06-15 20:15:59 +00:00
beard
99fc4ee758 Revised target names to be more consistent with new build system (.o no .shlb for static libraries). 1998-06-12 23:13:40 +00:00
atotic
ce40da0e6f First Checked In. 1998-06-12 22:24:09 +00:00
beard
9ac2c411e9 First Checked In. 1998-06-12 00:13:32 +00:00
raman
e72c096f61 Fix for 123352. 5.0SF1-In P0 bug. Approved by Don. Reviewed by waterson. Default simulate_signature_on_system_classes to true until we get signed system classes working. 1998-06-11 02:25:51 +00:00
raman
43a267a4c6 Fixed to make OJI to build with MOZ_SECURITY. Reviewed by warren. Approved by don. Bug# 124222. This change is under MOZ_OJI and it doesn't affect the regular builds. Deleted call to VR_initialize a non exiting function 1998-06-10 04:18:00 +00:00
raman
b4516a1d25 Fixed to make OJI to build with MOZ_SECURITY. Reviewed by warren. Approved by don. Bug# 124222. This change is under MOZ_OJI and it doesn't affect the regular builds 1998-06-10 04:16:45 +00:00
pnunn
ebd70a9160 fix for #122211. reviewed by toshok. ok'd by don. 1998-06-08 21:14:42 +00:00
gordon
4efaa308c4 Added stub function for SSL_DataPending() so we can export it for other libraries. 1998-06-08 13:02:49 +00:00
gordon
5f2eb36b5e Changes for value-added builds. 1998-06-08 11:19:51 +00:00
gordon
d946d9d41a #ifndef XP_MAC'd out the inclusion of java_lang_Integer.c and code that used it. It seems kind of goofy including a C file that's already in the JavaRuntime project. The recent change also caused JRI headers and stubs to get generated for java_lang_Integer, and elsewhere we are using the JDK headers and stubs. Well sort this out this week. 1998-06-08 11:14:04 +00:00
gordon
bdccc5ec8d #ifndef XP_MAC'd out a call to FE_DiskSpaceAvailable() which doesn't exist on the Mac yet. Left an assert(false), to force us to fix it. 1998-06-08 11:08:30 +00:00
dveditz
6782448a4d merge cleanup 1998-06-07 12:11:28 +00:00
dveditz
00afc9fcd8 merging from SMARTUPDATE_BRANCH 1998-06-07 10:20:08 +00:00
dveditz
659dd5acd0 merging from SMARTUPDATE_BRANCH 1998-06-07 09:57:07 +00:00
dveditz
4851688af2 merging from SMARTUPDATE_BRANCH 1998-06-07 09:47:23 +00:00
dveditz
f8633f6bea merging from SMARTUPDATE_BRANCH 1998-06-07 09:23:42 +00:00
waterson
db0bfc9a6a Added code to simulate CODEBASE attribute on the APPLET tag for OJI. 1998-06-06 16:31:20 +00:00
raman
c535b8946d Fix to make OJI to build. 1998-06-05 19:34:36 +00:00
hardts
fcdbde9fff touching down layout integration branch 1998-06-05 01:03:18 +00:00
scc
432f3ea897 First Checked In. 1998-06-04 22:51:07 +00:00
sfraser
cba13f0e0b Changed so that the output library is called Security.o (for compat with commercial build). 1998-06-04 06:58:58 +00:00
sfraser
d4b49427ee First Checked In. 1998-06-04 06:57:39 +00:00
sfraser
d5d3ef8bca Fix projects and prefix files for new build system 1998-06-04 06:49:45 +00:00
pnunn
5d8f61982b backing out changes for #1222111 and #112970.
These fixes caused bug#123040. Will reopen the above bugs.
1998-06-04 01:46:32 +00:00
sfraser
8842a82e17 Changes to project and prefix files for Mac commercial build 1998-06-03 23:01:03 +00:00
sfraser
4c502af294 Need to #include <Folders.h> on the mac build 1998-06-03 22:57:51 +00:00
sfraser
983681c31b Remove the ldap2rdf.c file so that this puppy builds with MOZ_LDAP on 1998-06-03 22:50:06 +00:00
sfraser
7dcd8c536d Fix to work with the commercial build. 1998-06-03 22:46:47 +00:00
sfraser
bce78a5cbb Fix the typedef enum 1998-06-03 22:45:30 +00:00
sfraser
d385481af4 Changes to project and prefix files for Mac commercial build 1998-06-03 22:38:12 +00:00
sfraser
5e29da9c47 First Checked In. 1998-06-03 22:38:01 +00:00
beard
7f1d4eafd3 First Checked In. 1998-06-03 22:32:10 +00:00
rjc
873ab2fa48 Fix warnings on Mac (from RDF_BRANCH) 1998-06-03 18:50:29 +00:00
rjc
5a647467f8 Fix warnings. 1998-06-03 18:29:23 +00:00
rjc
94a254d0bb Fix crash bug regarding buffer size. (Reported by Juergen Keil - jk@tools.de) 1998-06-03 18:29:00 +00:00
rjc
45b856d0a3 Add new file (find2rdf.c) into Mac project from RDF_BRANCH. 1998-06-03 18:03:44 +00:00
rjc
2996915292 Landing RDF_BRANCH. 1998-06-03 17:35:31 +00:00
warren
8b31c898d0 Merged changes from OJI_19980528_TEMP_BRANCH 1998-06-03 06:55:24 +00:00
warren
41473c7f48 Didn't get mergedcp foo.h nsscd.h! 1998-06-03 05:27:15 +00:00
jgellman
55d2b72b3d add export.mac file for header files 1998-06-03 00:58:33 +00:00
tague
68c551bfb5 fix header error 1998-06-03 00:44:52 +00:00
jgellman
9f800f1e0e merge from OJI branch 1998-06-03 00:37:20 +00:00
anthonyd
be6bd4ec1d added euro character to known entities array - awd 1998-06-02 18:53:18 +00:00