61234 Commits

Author SHA1 Message Date
pinkerton%netscape.com
fc95f39ffb added nsJSCrypto.cpp to fix build bustage. 2000-05-11 20:21:20 +00:00
morse%netscape.com
5696d551de fix typo 2000-05-11 20:20:08 +00:00
alecf%netscape.com
cb23fbbca2 add null check 2000-05-11 20:15:29 +00:00
alecf%netscape.com
303f44b200 fix typo which broke account manager 2000-05-11 20:11:06 +00:00
rhp%netscape.com
23815bca90 NOT PART OF THE BUILD 2000-05-11 19:38:40 +00:00
jst%netscape.com
4e3ceb93f9 Checkin in headers for new DOM Level 2 interfaces. 2000-05-11 19:31:07 +00:00
rods%netscape.com
d0fe58046f make sure the charCode also gets mapped
bug 5716 r=brade (sort of)
2000-05-11 19:24:54 +00:00
jst%netscape.com
3b9f583f69 Adding more DOM Level 2 CSS interfaces. 2000-05-11 19:24:31 +00:00
rods%netscape.com
4128134ca4 makes sure we are responding to the correct layer for GetFrameForPoint (thanks dbaron)
b 38925
2000-05-11 19:22:06 +00:00
javi%netscape.com
9c8910f046 Teach the script object factory to create the crypto and pkcs11 objects. r-jst@netscape.com 2000-05-11 19:21:49 +00:00
javi%netscape.com
769af07e62 Update header files with new constant so that dom recognizes the crypto
JS object as part of the window object. r=jst@netscape.com
2000-05-11 19:20:59 +00:00
ssu%netscape.com
fa717414fe fixed problem with detecting previous installed Mozilla Seamonkey path. Not part of tinderbox builds. affects only windows platforms 2000-05-11 19:19:49 +00:00
javi%netscape.com
49febb72b6 Forgot this one during initial check-in. 2000-05-11 19:19:24 +00:00
javi%netscape.com
1d0ef43775 Public headers for getting crypto object into the window object. r=jst@netscape.com 2000-05-11 19:18:44 +00:00
javi%netscape.com
38d2b881a7 Add new source files for crypto JS object and mods for getting it to
work as a property of the window object. r=jst@netscape.com
2000-05-11 19:17:07 +00:00
javi%netscape.com
b3f2a66d48 New Makefiles for crypto JS object related changes. 2000-05-11 19:15:51 +00:00
javi%netscape.com
77683d86ed Adding new idl files for the crypto object. r=jst@netscape.com 2000-05-11 19:13:31 +00:00
sfraser%netscape.com
830e722a84 Fix access paths. 2000-05-11 19:13:10 +00:00
thayes%netscape.com
caef913351 Land SDR changes from SDR_BRANCH.
Enable calls to new interface functions in wallet.
2000-05-11 18:59:25 +00:00
thayes%netscape.com
a198e7ea07 Change tag for security component to SECURITY_CLIENT_BRANCH 2000-05-11 18:58:10 +00:00
locka%iol.ie
daf994e18e no message 2000-05-11 18:56:11 +00:00
locka%iol.ie
056b9782a6 Fixed the popup window code 2000-05-11 18:55:48 +00:00
locka%iol.ie
11740087a1 Changed error message text 2000-05-11 18:55:22 +00:00
sspitzer%netscape.com
75fad5e465 remove comment. 2000-05-11 18:38:35 +00:00
sspitzer%netscape.com
37ba71a516 update. not part of the build. 2000-05-11 18:34:30 +00:00
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