23814 Commits

Author SHA1 Message Date
davidmc%netscape.com
df9efb7b2a rename one accidentally named "Set..." method to "Get..."; implement a lot of methods for the first time 1999-04-19 22:30:10 +00:00
pnunn%netscape.com
4181e71959 new. decoders. unix/autoconfig make. pnunn. 1999-04-19 22:29:49 +00:00
davidmc%netscape.com
e99fca6527 rename one accidentally named "Set..." method to "Get..."; return morkRow from CanUseCellCursor() 1999-04-19 22:29:26 +00:00
davidmc%netscape.com
ca25ddbe4b clarify and increase number of oid<->pos<-> row table methods 1999-04-19 22:28:03 +00:00
davidmc%netscape.com
d0e52c3d9a rename accidentally named "Set..." method to "Get..."; clarify and increase number of oid<->pos<-> row table methods 1999-04-19 22:27:02 +00:00
davidmc%netscape.com
e80498b516 increase kMaxIndent to 64 1999-04-19 22:25:52 +00:00
davidmc%netscape.com
a6e24e64c3 subtle white space changes without changing format 1999-04-19 22:25:23 +00:00
davidmc%netscape.com
ac0fa147a6 add morkTable::SafeRowAt() so a row can be indexed in a table with safety check on index within morkArray. 1999-04-19 22:24:50 +00:00
davidmc%netscape.com
a40a5ab19b reorder morkTable member construction to quell Unix warnings; init mTable_CellUses to zero. 1999-04-19 22:24:06 +00:00
davidmc%netscape.com
1dac0de835 reorder morkStore member construction to quell Unix warnings 1999-04-19 22:23:27 +00:00
davidmc%netscape.com
cc95b761c6 reorder morkRowSpace member construction to quell Unix warnings 1999-04-19 22:23:06 +00:00
cata%netscape.com
cf60c8d83c Fixed CID declaration. 1999-04-19 22:22:52 +00:00
pnunn%netscape.com
e4569e1ccc new. decoders. pnunn. 1999-04-19 22:22:47 +00:00
davidmc%netscape.com
f715e17be4 add NilRowObjectError(); 1999-04-19 22:22:28 +00:00
davidmc%netscape.com
5278b0475f morkRow::CellAt(): check for negative mork_pos index morkRow::Set(): call morkAtom::AddCellUse() in both if branches 1999-04-19 22:21:46 +00:00
davidmc%netscape.com
45dee56b03 add checks for negative mork_pos values during qualification of valid indexes into a morkArray. Also cast integer types to quell some compiler warnings about signed/unsigned. 1999-04-19 22:19:50 +00:00
davidmc%netscape.com
59fab9772f make morkPortTableCursor actually work 1999-04-19 22:18:34 +00:00
valeski%netscape.com
ed293d6892 Starting fleshing out the state flow. Added a few new states to .h, and their functional counter parts in .c. 1999-04-19 22:18:19 +00:00
davidmc%netscape.com
7f60bdbf15 fix morkParser::ReadValue() so it will notice '$' when reading values, and unescape bytes written in hex earlier by morkWriter. 1999-04-19 22:17:10 +00:00
wtc%netscape.com
2ec4376228 Bugzilla bug #4741: add lib version info to libplds3 and libprstrms3.
Bugzilla bug #5284: the lib version structures for libnspr3 and libplc3
are incorrectly named (still referring to libnspr21 and libplc21).
Modified files: lib/ds/Makefile, lib/prstreams/Makefile,
lib/libc/src/Makefile, lib/libc/src/plvrsion.c, pr/src/Makefile,
pr/src/prvrsion.c
Added files: lib/ds/plvrsion.c, lib/prstreams/plvrsion.c
1999-04-19 22:17:08 +00:00
nhotta%netscape.com
b67c93600b Bug fix 3979 5280, reply/forward, MIME decode, use original mail's charset. 1999-04-19 22:16:04 +00:00
davidmc%netscape.com
66f0bf8853 reorder morkFactory member construction to quell Unix warnings 1999-04-19 22:16:03 +00:00
davidmc%netscape.com
ad28c79bd4 add morkEnv::HexToByte() 1999-04-19 22:15:35 +00:00
davidmc%netscape.com
40afc35456 add morkEnv::HexToByte(); 1999-04-19 22:15:11 +00:00
davidmc%netscape.com
0a686940ea type of morkCh_Type[] changed to mork_flags array 1999-04-19 22:14:44 +00:00
briano%netscape.com
3faec5c8ee Automated update 1999-04-19 22:14:35 +00:00
davidmc%netscape.com
dbfb43dc32 change type of char pred array to mork_flag, so that callers can pull and cache a byte of predicate bits, permitting many predicates to be examined in a register value without any implied memory access to slow a CPU in tight loops. 1999-04-19 22:14:04 +00:00
davidmc%netscape.com
a209485333 reorder morkCell member construction to quell Unix warmings. 1999-04-19 22:12:14 +00:00
davidmc%netscape.com
8e40e54ee8 add new mork_u1 typedefs mork_ch and mork_flags, so that char predicates in morkCh.h can distinguish between methods that operate on characters themselves, or else upon a cached flag value pulled from a char predicate flag map. 1999-04-19 22:11:35 +00:00
mcmullen%netscape.com
7910e844e2 Fixed GetParent() on windows and unix (was incorrect for directories whose paths end in a separator). 1999-04-19 22:07:42 +00:00
alecf%netscape.com
99ecfeb9bb workaround for broken libIDL-config in libIDL 0.6.7 and lower (so we don't have to force people to upgrade so quickly) 1999-04-19 22:07:12 +00:00
hyatt%netscape.com
69a603c8a9 Adding support for actual tracking of web shell information so that web shells
can be identified later on during parsing and can have the correct URLs loaded
into them.
1999-04-19 22:05:49 +00:00
pnunn%netscape.com
e3aff21fd7 new. decoder. pnunn. 1999-04-19 22:03:55 +00:00
pnunn%netscape.com
575767929e new. decoder. pnunn 1999-04-19 22:03:25 +00:00
jdunn%netscape.com
fe38c4753a Fix unix native compiler error 1999-04-19 22:00:24 +00:00
cata%netscape.com
ac4d429834 Renamed to ISO88591 1999-04-19 22:00:05 +00:00
pnunn%netscape.com
594f1c3490 new. decoder.pnunn 1999-04-19 22:00:02 +00:00
cata%netscape.com
df6ef1d4e6 Renamed to ISO88591. 1999-04-19 21:59:45 +00:00
cata%netscape.com
d4a382b20f Latin1 -> ISO88591 1999-04-19 21:56:04 +00:00
cata%netscape.com
c4e4b65fba added files: mozilla/intl/uconv/ucvlatin/nsISO88591ToUnicode.cpp, mozilla/intl/uconv/ucvlatin/nsUnicodeToISO88591.cpp, removed files: mozilla/intl/uconv/ucvlatin/nsLatin1ToUnicode.cpp, mozilla/intl/uconv/ucvlatin/nsUnicodeToLatin1.cpp 1999-04-19 21:55:15 +00:00
bienvenu%netscape.com
a08489e84b fix msg parser to use nsIMsgDatabase, not maildatabase 1999-04-19 21:40:32 +00:00
bienvenu%netscape.com
2d81b1adba add imap messages to uri scheme 1999-04-19 21:39:29 +00:00
sspitzer%netscape.com
8d0786d921 my printfs are driving me insane 1999-04-19 21:36:39 +00:00
pnunn%netscape.com
fdef63a464 new. decoder. for win builds. pnunn. 1999-04-19 21:32:35 +00:00
mscott%netscape.com
4bc2083f05 First checked in. The message service is an interface representing actions the different derived protocol services can perform on messages such as copying, displaying a message etc. 1999-04-19 21:32:26 +00:00
pnunn%netscape.com
ec15f9fa97 new. decoder. pnunn. 1999-04-19 21:31:10 +00:00
pnunn%netscape.com
0cb075d473 new. decoder. pnunn 1999-04-19 21:29:51 +00:00
pnunn%netscape.com
143c1e35bc new. moved from libimg/src. decoder. pnunn. 1999-04-19 21:28:48 +00:00
pnunn%netscape.com
c20c9431fc new. decoder. pn. 1999-04-19 21:27:19 +00:00
radha%netscape.com
38050d253e Disable/Enable the back/forward buttons depending on the current
position in the history list
1999-04-19 21:19:05 +00:00