Commit Graph

61409 Commits

Author SHA1 Message Date
wtc%netscape.com
c528067f7c Bugzilla bug #34920: provide an emulated implementation of acceptread
and sendfile methods that I/O layers can use.  _PR_EmulateAcceptRead
is superseded by PR_EmulateAcceptRead, and _PR_EmulateSendFile and
_PR_UnixSendFile are superseded by PR_EmulateSendFile.  Deleted unused
function _PR_HPUXTransmitFile.  The workaround for the OSF1 V4.0
MAP_PRIVATE bug is moved from _PR_UnixSendFile to _MD_CreateFileMap,
ifdef'd with the new macro OSF1V4_MAP_PRIVATE_BUG, which is defined
only on OSF1 V4.
Modified files: OSF1.mk, _hpux.h, pprio.h, primpl.h, priometh.c,
prsocket.c, unix.c, and ptio.c
2000-05-11 18:34:19 +00:00
sspitzer%netscape.com
4e1cb04df7 better todo list output. not part of the build. 2000-05-11 18:33:02 +00:00
sspitzer%netscape.com
71f48cd8ec shell script to create new themes based on existing ones. 2000-05-11 17:03:41 +00:00
jdunn%netscape.com
22ff9ad20b adding newline for hp 2000-05-11 14:56:29 +00:00
morse%netscape.com
0db532ec53 minor wording change 2000-05-11 14:39:55 +00:00
cls%seawood.org
5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
rods%netscape.com
4473e28b5f added comments to ifdef for better explanation 2000-05-11 14:06:32 +00:00
rods%netscape.com
cec32fb86b temporary fix for 38825, the frame gets notified that an option has been added
before it is actually added into the content model, so the selection cache and the
content model can be of by 1
2000-05-11 14:05:44 +00:00
ftang%netscape.com
807c9e3364 add xprint and xprint/readme.txt for tajima@eng.sun.com 2000-05-11 13:58:13 +00:00
rods%netscape.com
f1a199d92f added native event debug, will print out event names when turned (NS_DEBUG ifdef'ed)
add an OleRegister Manager for properly initializing and uninitializing Ole b=38776
fixed up the key handling to properly set the char code when it is <ctrl>- <ctrl>= etc. b=5716
2000-05-11 13:39:17 +00:00
sspitzer%netscape.com
8f960259cd almost forgot to update the package files. leaf and granrose would have kicked my ass of this. 2000-05-11 10:37:34 +00:00
rjc%netscape.com
7752768426 Get full name from category results. 2000-05-11 09:34:37 +00:00
sspitzer%netscape.com
9e932a3b4a really fix the mac this time. 2000-05-11 09:04:16 +00:00
sspitzer%netscape.com
8c8cad6451 remove duplicate line. 2000-05-11 08:48:00 +00:00
sspitzer%netscape.com
29549b8e39 fix crasher when clicking on a text area. bug #38897. 2000-05-11 08:41:35 +00:00
sspitzer%netscape.com
cf9d09ebfe fix mac. 2000-05-11 08:08:00 +00:00
sspitzer%netscape.com
cf78f540b4 remove unused stuff. 2000-05-11 07:38:19 +00:00
ben%netscape.com
971f4d5069 fixing makefile foo 2000-05-11 07:35:47 +00:00
sspitzer%netscape.com
b06330c39e the wallet skin stuff has moved. 2000-05-11 07:19:18 +00:00
sspitzer%netscape.com
a2b558c8dd remove unused stuff. 2000-05-11 07:10:37 +00:00
sspitzer%netscape.com
7b87a12750 removing obsolete files. 2000-05-11 07:02:34 +00:00
ssu%netscape.com
a4cbc8d511 fixing bug #18563. Select Directory dialog now works correctly. affects only windows platforms. 2000-05-11 06:35:41 +00:00
jbetak%netscape.com
0a211a8eea 37130 Implement "Customize..." of Mail Composer charset menu 2000-05-11 06:17:19 +00:00
jbetak%netscape.com
bb45e93728 37376 Customize charset coding 2000-05-11 06:13:11 +00:00
sspitzer%netscape.com
fab9214a26 no longer a pref, it is hard coded to be on and set to modern.
remove temporary code.
2000-05-11 05:19:21 +00:00
mscott%netscape.com
c20c51d9a9 Bug #35035 add a widget for email addresses in the message pane. this helps make the message pane skinnable. 2000-05-11 04:55:28 +00:00
tao%netscape.com
8264f1f968 restore the font size 5mm->3mm. 2000-05-11 04:52:57 +00:00
mjudge%netscape.com
7bfafae7bc need to check for independent selection to grab mousedown state. will change this to be implemented by selectioncontroller later 2000-05-11 04:50:16 +00:00
ducarroz%netscape.com
29c5de249e Fix for bug 33790. Replace hard coded string by entity 2000-05-11 04:45:55 +00:00
sspitzer%netscape.com
4555415922 gone. 2000-05-11 04:36:35 +00:00
sspitzer%netscape.com
193aaa7a9d these skin files have moved. 2000-05-11 04:36:24 +00:00
ben%netscape.com
9b1e3f32a0 removing redundant skin files 2000-05-11 04:35:15 +00:00
mjudge%netscape.com
17456cc6f9 fix for caret. need to pass in domselection you are referrning to 2000-05-11 04:33:55 +00:00
ben%netscape.com
f849a8a912 merge with slamm's earlier checkin to xpfe/components 2000-05-11 04:32:34 +00:00
ben%netscape.com
aba08c4c47 removing redundant skin files 2000-05-11 04:27:29 +00:00
sspitzer%netscape.com
52305826f5 editor, profile, xpinstall, psm-glue skin files have moved. 2000-05-11 04:27:05 +00:00
sspitzer%netscape.com
bac0664098 psm skin files have moved. 2000-05-11 04:26:45 +00:00
mjudge%netscape.com
55912eddb8 changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret. 2000-05-11 04:25:43 +00:00
sspitzer%netscape.com
4798aea6be no more xpinstall skin here 2000-05-11 04:25:28 +00:00
sspitzer%netscape.com
bb5da66ca8 xpinstall skins have moved 2000-05-11 04:25:27 +00:00
sgehani%netscape.com
d72d12ba59 Part of fix for option to save dl bits [b=37340] 2000-05-11 04:24:16 +00:00
sspitzer%netscape.com
57ad50f4b6 no more profile skin here 2000-05-11 04:23:05 +00:00
sgehani%netscape.com
75fe0a460c * [Feature] Option to save downloaded bits [b=37340] * Don't try and install if dl fails [b=30138] * Check sd errors and stop installation [b=34012] 2000-05-11 04:22:46 +00:00
mjudge%netscape.com
e1ad6bd23a changes to add hidden attribute on selection. also to make setcaret go through the selection controller 2000-05-11 04:22:32 +00:00
sspitzer%netscape.com
7d4fca094e these don't live here anymore. 2000-05-11 04:21:34 +00:00
sspitzer%netscape.com
873b3acf42 these have moved. 2000-05-11 04:20:49 +00:00
ben%netscape.com
6ec8006b8c removing redundant skins directories 2000-05-11 04:19:28 +00:00
sspitzer%netscape.com
4f8943bfb0 editor skins no longer here. 2000-05-11 04:18:50 +00:00
sspitzer%netscape.com
927d4febe1 editor skins no longer built. 2000-05-11 04:18:10 +00:00
sspitzer%netscape.com
7118e12421 no more skins here. 2000-05-11 04:07:57 +00:00