Commit Graph

169 Commits

Author SHA1 Message Date
rjc
6a2acce579 GetSlotValue() now returns memory which caller must free (if its a string). Remove references to DEBUG_RDF_GetSlotValue_Memory_Needs_Freedom define. 1998-05-21 00:57:25 +00:00
rjc
7e0f175815 Add support for "Refresh" command across data sources. Also, fix a couple more bugs in HT regarding node count (deletion didn't always update the count correctly.) 1998-05-20 06:35:51 +00:00
rjc
1798bb11b6 Fix bug with tracking # of grandchildren nodes. (Discovered by pinkerton) 1998-05-20 03:43:43 +00:00
rjc
4884ee3e3f Make Appletalk URLs (at:, afp:) more closely match URL format definition in CyberDog. 1998-05-20 01:13:24 +00:00
guha
f3453ae976 fix mac horkage 1998-05-19 22:07:35 +00:00
guha
041b4f5121 more small fixes 1998-05-19 21:01:38 +00:00
guha
11a5a59dbb fix bug in xml glue reported by Henning Behme
of iX Magazine, Germany
1998-05-17 18:22:29 +00:00
rjc
4e459ae84e HT_Launch() changes. 1998-05-14 00:01:43 +00:00
sar
0dac5a4719 adding network to the include paths 1998-05-13 20:29:38 +00:00
valeski
322a1055ad added cookie filter pref name to the default list 1998-05-13 18:40:30 +00:00
atotic
baa898b013 File case weirdness 1998-05-11 23:04:36 +00:00
atotic
90a78abec5 Netlib modularity changes. montulli's your point man 1998-05-11 22:02:43 +00:00
rjc
8e8c9f99da Small fix... use '\0' instead of NULL. 1998-05-08 06:01:30 +00:00
rjc
2eb40cf651 Move all hardcoded strings into allxpstr. Bug fix from tenthumbs@cybernex.net in isNodeEditable(). HT Properties dialog changes (pretty, now). Better color support. 1998-05-08 05:48:14 +00:00
rjc
a5b13eef64 (Mac only) Appletalk changes to support changes related to RDFT-specified data sources. 1998-05-05 02:56:07 +00:00
rjc
b4e6ab5c73 More interface support. 1998-05-02 02:18:36 +00:00
rjc
4ded14f3a6 Better fix for Guha bustage... requires a prototype addition in net.h for NET_GetQuickURL() though. Removed #include "mkutils.h" from glue.h as its a private Netlib header file. 1998-05-02 01:28:02 +00:00
rjc
f869a71414 Fix Guha bustage by adding a #include "mkutils.h" in glue.h, adding appropriate include path(s) to libnet, and modifying Navigator.exp to export the NET_GetQuickUrl() function. 1998-05-02 01:00:06 +00:00
guha
de7a381a41 Use the new netgeturlquick that Gagan has given us 1998-05-01 22:42:37 +00:00
warren
5879e5dd06 Changes should have been on the branch -- reverted. 1998-04-30 05:28:19 +00:00
warren
0fd688acbb Changes to build with MOZ_OJI (and not MOZ_JAVA). 1998-04-30 04:27:26 +00:00
guha
7a3b2ad305 Remove some files from CVS
(the old xml parser was confusing a lot of people
even though it wasn't being used.)
1998-04-29 18:00:31 +00:00
nisheeth
98f5e71745 Touchdown of MARINER_DOM_BRANCH. 1998-04-29 10:13:27 +00:00
nisheeth
113dadcdae Added access path for jscompat.h 1998-04-29 08:05:20 +00:00
toshok
3b8614480e REQUIRE js 1998-04-29 07:09:33 +00:00
rjc
7acbd715e0 Workspace interface customization support. 1998-04-28 21:51:48 +00:00
jsw
df6f6c0534 get type correct for socket 1998-04-28 07:53:25 +00:00
atotic
7b3a34f7ec Fixing the -ko flag 1998-04-28 05:17:41 +00:00
sudu
df9ab089dc Changed libjar to refer to dist 1998-04-28 05:09:18 +00:00
sudu
ba478a48dc Build freenav only when NO_SECURITY is set 1998-04-28 05:09:15 +00:00
rjc
d71db58bde Better "autoOpen" support. 1998-04-28 01:15:49 +00:00
hshaw
5edfa17cf1 Only compile security stubs if NO_SECURITY turned on 1998-04-25 11:32:20 +00:00
rjc
777b3dd09d Vocabulary additions for NavCenter appearance styles 1998-04-25 02:07:03 +00:00
rjc
e7d0f3e990 Add prototypes to remove warnings on Mac. 1998-04-25 00:07:08 +00:00
guha
13b67bfe25 Remove SCook.c from mac project file 1998-04-24 16:13:20 +00:00
guha
7588564730 Fix potential mac problems 1998-04-24 16:10:38 +00:00
guha
1b97d0d27c smore cleanup and bug fixes 1998-04-24 16:04:53 +00:00
rjc
2357316754 Removed unused variables to fix up warnings. 1998-04-24 02:20:19 +00:00
rjc
9863177c68 Support for workspace reordering. 1998-04-24 02:15:22 +00:00
sar
3d26ab6f37 type-o DEPT not DEPTH 1998-04-21 22:07:07 +00:00
sar
97a30441c4 change MOZ_SRC references to DEPTH 1998-04-21 21:46:46 +00:00
sar
a2b052af2d change MOZ_SRC references to DEPTH 1998-04-21 21:38:43 +00:00
sar
3fff96be8b change MOZ_SRC references to DEPTH 1998-04-21 21:22:54 +00:00
hshaw
7cd00f8353 Removed dependency on sun-java/config/rules.mak 1998-04-21 06:49:20 +00:00
hshaw
7a35cc7106 Remove dependency on sun-java/config/rules.mak 1998-04-21 06:48:41 +00:00
hshaw
aed9421c0c Applet is a private component and hence removed 1998-04-21 06:48:15 +00:00
pinkerton
a546829837 fix build bustage for guha. 1998-04-20 16:08:47 +00:00
guha
f7328a901f More Sitemap related fixes 1998-04-20 00:39:11 +00:00
pinkerton
cf988eae72 For guha. Fixes crashes at startup. 1998-04-17 22:33:56 +00:00
guha
75c0994f83 Fix sitemap bug reported by Pinkerton 1998-04-16 21:29:27 +00:00
rjc
6687d44e47 Appletalk is Mac only. 1998-04-14 01:31:02 +00:00
rjc
0aa182a826 (Mac) Appletalk data source. 1998-04-14 01:26:35 +00:00
rjc
9d166d8786 First Checked In. 1998-04-14 01:24:59 +00:00
rjc
e92f0624d4 Fix bugs with makeNewID(). 1998-04-14 01:24:06 +00:00
hshaw
2db6787cfc Free the lizard 1998-04-13 21:07:10 +00:00
guha
733b8f4f5e Fix the problem with sitemaps going away on page
transition
1998-04-13 02:00:34 +00:00
ramiro
732f560a99 Make the local file system browser work on unix. The 'file:///' url
prefix was missing.
Thanks to Dan McGuirk <djm@indirect.com>.
1998-04-13 01:38:17 +00:00
guha
7b57538d39 Sitemap bugfixes. 1998-04-10 21:00:30 +00:00
guha
ab89d48dba 2.1 vs 3.1 lossage 1998-04-08 05:34:52 +00:00
guha
c9feab8420 makefile.win fix 1998-04-08 05:06:33 +00:00
guha
5d459ad2ae Spankage for new XML to build on Mac 1998-04-08 04:48:26 +00:00
guha
53d14737af Fix Mac bustage by adding required casts 1998-04-08 04:44:28 +00:00
guha
6e119f9c2f XML Mac related change 1998-04-08 04:25:35 +00:00
guha
16ff09329e Add XML Parser from JClark 1998-04-08 04:16:32 +00:00
guha
c99aa2e519 First Checked In. 1998-04-08 04:11:43 +00:00
guha
ca6bc6c3d4 XML - dp(for guha) 1998-04-08 04:04:58 +00:00
spider
b217f80dd9 modifications to support building under win95 1998-04-07 20:42:48 +00:00
ltabb
4556a7c89c bump rev to 3.1 1998-03-28 03:38:53 +00:00
ltabb
3b56a9af51 Free the lizard 1998-03-28 02:44:41 +00:00