Граф коммитов

21687 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com 3aa0611ccb Added nsIFormatConverter 1999-04-01 15:03:12 +00:00
rods%netscape.com 762b4039f6 added nsIFormatConverter 1999-04-01 14:53:34 +00:00
rods%netscape.com f1936fae69 added copy support 1999-04-01 14:51:09 +00:00
rods%netscape.com 482823ecb7 Added copy support 1999-04-01 14:50:54 +00:00
rods%netscape.com 2b5a73d84d Fixed up the registration to the manager 1999-04-01 14:50:29 +00:00
sspitzer%netscape.com d45936e22f fix to make To:, Cc:, Bcc: and Subject: show up before the text areas 1999-04-01 14:50:03 +00:00
rods%netscape.com 939e3f3617 added nsXIFFormatConverter 1999-04-01 14:42:29 +00:00
rods%netscape.com cae0d17a42 Updated clipboard support to use converters 1999-04-01 14:40:52 +00:00
rods%netscape.com 246ee0ec1e removed include of Transferable 1999-04-01 14:40:36 +00:00
rods%netscape.com a74e2142d5 Minor change for debugging 1999-04-01 14:39:55 +00:00
rods%netscape.com 5f702faa25 Added converter support 1999-04-01 14:39:00 +00:00
rods%netscape.com 8835799aa3 Added nsXIFFormatCOnverter 1999-04-01 14:38:45 +00:00
rods%netscape.com 2c64750302 Updated comments and added converter methods 1999-04-01 14:37:52 +00:00
rods%netscape.com e40e2bfe29 Added nsIFormatConverter 1999-04-01 14:37:22 +00:00
rods%netscape.com a4685d8bdf Fixed up new ifdef'ed clipboard support 1999-04-01 14:28:13 +00:00
rods%netscape.com 72d9a1159d Added Clipboard and D&D registerations 1999-04-01 14:25:30 +00:00
rods%netscape.com 9c9c55e26f Changed the clipboard support to use the new XIF Converter class and added more
error checking (this is all ifdef'ed at the moment)
1999-04-01 14:22:00 +00:00
waterson%netscape.com 09aaabf02a Doh! Let's try that hex-to-int conversion one more time. 1999-04-01 10:07:23 +00:00
waterson%netscape.com d311d788ea Fix endian-ness dependency. 1999-04-01 09:52:17 +00:00
waterson%netscape.com 366e64ffaa Added PR_LOGs and made some stuff a little more paranoid. 1999-04-01 09:13:14 +00:00
endico%mozilla.org 1146c54519 substitute apostrophes to make rdf happy 1999-04-01 08:43:32 +00:00
waterson%netscape.com 850014c10e Added PR_LOG calls to debug the InMemoryDataSource. 1999-04-01 08:28:12 +00:00
waterson%netscape.com 9aea5fbef4 Changes for Guha's latest and greatest schema. Handle case where no cookie sent. 1999-04-01 08:08:12 +00:00
waterson%netscape.com 019f981bf4 Add xpidl-test-1.xul to list of exports. 1999-04-01 08:07:22 +00:00
waterson%netscape.com f488d23d79 New test for XPIDL stuff. 1999-04-01 08:07:11 +00:00
waterson%netscape.com 53f3f02238 Fixed a bug in URL truncation; updated resources and structure to reflect Guha's latest drop. 1999-04-01 08:05:45 +00:00
ramiro%netscape.com 29698c53b5 Add shell scripts to run mozilla viewer and apprunner. The scripts should
setup all the environment voodoo needed to run the programs.
1999-04-01 08:01:07 +00:00
waterson%netscape.com 44b82a4f25 Guha's latest and greatest. 1999-04-01 07:56:31 +00:00
dp%netscape.com 7d204d29bc Unix Only:
XPCOM was being initialized from a static initializer in netlib.
    Removed the static inializer. This will get xpcom to be initialized
    after main() not before it.
1999-04-01 07:48:25 +00:00
waterson%netscape.com d016137d60 Use 'srcdir' instead of '.'; a=mscott. 1999-04-01 07:42:44 +00:00
briano%netscape.com 4d985ab2b1 Automated update 1999-04-01 07:29:38 +00:00
dp%netscape.com a2a9509e9f added new tasks. Finished first task. 1999-04-01 07:27:42 +00:00
waterson%netscape.com f7bd650753 Added BRPROF into the build, --disable-brprof to disable it. 1999-04-01 07:26:42 +00:00
dp%netscape.com b8dfe78cdd More threadsafeness. 1999-04-01 06:45:50 +00:00
waterson%netscape.com 43b43565de Fixed refcount bug. 1999-04-01 06:44:50 +00:00
waterson%netscape.com 2b5c14ce28 Flip the MOZ_BRPROF switch. 1999-04-01 06:42:23 +00:00
waterson%netscape.com e624048e39 Fixed generation of BRPROF cookie string when it's the first cookie. 1999-04-01 06:42:08 +00:00
waterson%netscape.com e3c61c8262 Flip MOZ_BRPROF switch. 1999-04-01 06:40:09 +00:00
mscott%netscape.com 017adef81f file needs a new line at the end. 1999-04-01 05:49:49 +00:00
mscott%netscape.com 3ebfaa3561 Destructor should be virtual. Checked in on behalf of Bruce Mitchener <bruce@cybersight.com>. 1999-04-01 05:48:07 +00:00
mscott%netscape.com 6c90d226f9 First pass at re-suscitating compose.xul. It got busted by some changes when the toolbox stuff went in. I've got it pretty much all back together EXCEPT I don't know how to get a title for each toolbar. We have a toolbar for the TO field, a toolbar for the "From" field. I can't seem to get text to show up in front of those toolbars. But my changes are better than what we had before so I'm checking them in. 1999-04-01 05:28:43 +00:00
waterson%netscape.com 9611247057 Fixed a case where we weren't handling default namespaces on output. 1999-04-01 05:17:05 +00:00
mcafee%netscape.com 2d625f9600 Simplifying SCO case. 1999-04-01 05:16:32 +00:00
wtc%netscape.com a09f77e057 The SocketPollFD functions are moved from public header(prio.h) to private
header (pprio.h). The PRDescType is set to 0.
1999-04-01 05:12:35 +00:00
wtc%netscape.com 085d03bd44 Moved SocketPollFD functions from public header(prio.h) to this private header. 1999-04-01 05:11:27 +00:00
wtc%netscape.com 4c9f349711 Moved SocketPollFD functions from public header(prio.h) to the private
header pprio.h.
1999-04-01 05:10:59 +00:00
mscott%netscape.com 365e2dabf6 Fix some linux problems with mailnews. We were interrupting the stream twice when releasing a file transport. 1999-04-01 05:10:55 +00:00
waterson%netscape.com 86d944d301 Added brprof stuff. 1999-04-01 05:10:47 +00:00
waterson%netscape.com d5903b8928 Add brprof to build if MOZ_BRPROF is set. 1999-04-01 05:10:05 +00:00
waterson%netscape.com b5d07f4bbd Cleaned this mess up. 1999-04-01 05:09:34 +00:00