Commit Graph

1483 Commits

Author SHA1 Message Date
svn%xmlterm.org
d7261404c5 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Fixed "bug" in XMLTermCommands.js that was causing duplicate instances of XMLTerm shells.
2000-08-05 17:22:00 +00:00
svn%xmlterm.org
5da38886c4 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Re-structured chrome directories.
2000-08-05 17:19:44 +00:00
morse%netscape.com
8ad74fbb50 bug 45219, submitted by Robert O'Callahan, r=morse 2000-08-05 01:57:43 +00:00
morse%netscape.com
1c0d51d21e bug 44514, speed up loading of wallet tables, r=dbragg 2000-08-03 23:19:32 +00:00
valeski%netscape.com
223238ff3b r=dp. removing extraneous junk 2000-08-03 22:04:28 +00:00
mkaply%us.ibm.com
b1bd9abdca OS/2 Tinderbox break
Need PR_CALLBACK for VisualAge
2000-08-03 13:26:02 +00:00
valeski%netscape.com
e59f397edc removing unneeded import lib/static lib links 2000-08-03 07:56:58 +00:00
valeski%netscape.com
e0c54d874a cleanup 2000-08-03 07:00:14 +00:00
valeski%netscape.com
53e6730628 removed defer logic as cookies are only accessed from the main thread. removed unused functions, converted stripline over to nsString equivelent, changed cookie deletion and list removal mechansim to use already cached indexes so we don't search the list again everytime we want to remove an element. also removed some extraneous statics 2000-08-03 06:40:35 +00:00
valeski%netscape.com
baeaca09b4 removing lock/monitor usage from cookie code. cookies live on the main thread and any cross thread communication is marshalled, thus no need for this stuff. also fixing nsVoidArray leak. also cleaning up extraneous nsString usage. Also adding functional test harness for win32 2000-08-03 04:57:23 +00:00
warren%netscape.com
da15eda254 Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet). 2000-08-02 06:48:45 +00:00
valeski%netscape.com
31bf4c2872 47235. r=mstoltz. mlk fix. 2000-08-02 02:05:42 +00:00
danm%netscape.com
ef90ff45c3 adding missing initialization of nsBrowserInstance object. bug 46979 2000-08-02 00:55:49 +00:00
valeski%netscape.com
b1b4f373db removing extraneous string/memory usage 2000-08-01 23:44:38 +00:00
vidur%netscape.com
674ad9d95f Adding xmlextras to the default build target so that it can be included in the nightlies as per leaf. a=leaf, r=pollmann 2000-07-31 23:14:24 +00:00
vidur%netscape.com
93d9a6d167 Fixed leak of weak reference (thanks beard@netscape.com). Fixed makefiles to avoid overwriting xpt files. This is not part of the regular build 2000-07-31 16:48:54 +00:00
morse%netscape.com
92f9c48ba7 fix bug 46947, localization of strings in wallet interview form, r=dp 2000-07-30 20:07:43 +00:00
morse%netscape.com
48d204004b fix bug 46699, crash on many sites, r=jar, a=jar 2000-07-30 19:48:21 +00:00
morse%netscape.com
ebe07c1f4e minor wording change 2000-07-30 17:16:42 +00:00
morse%netscape.com
a27c7def5b fix bug 46464, split signon viewer into two separate viewers, r=ben 2000-07-30 04:25:54 +00:00
morse%netscape.com
0391c6e8a2 bug 46883, move wallet interview form from server to client, r=pnunn 2000-07-29 20:50:30 +00:00
morse%netscape.com
da119e58a3 this is not part of build yet 2000-07-29 20:46:24 +00:00
morse%netscape.com
eb4a389461 this is not part of build yet 2000-07-29 20:45:44 +00:00
morse%netscape.com
8a6964c7a0 interview form for wallet, not part of build yet 2000-07-29 18:51:30 +00:00
morse%netscape.com
8a488f2e6a fix bug 46906, minor typo in dialog, submitted by wallet.properties 2000-07-29 03:28:31 +00:00
javi%netscape.com
562e36d6e8 Add a Certificate Content Listener so that mozilla can download a
certificate from VeriSign.

bug 45878
r=mscott, valeski
2000-07-28 23:14:55 +00:00
valeski%netscape.com
42476cda71 this lib is no longer generated or used 2000-07-28 08:46:59 +00:00
warren%netscape.com
9d3410b0ca Cleaning up slashes, adding a few missed files. 2000-07-28 06:49:43 +00:00
morse%netscape.com
b2cf7ecc13 bug 45455, deleting blank username causes wrong user to be deleted, r=jrgm 2000-07-28 00:28:43 +00:00
morse%netscape.com
76efee7a65 bug 45454, blank username is not selectable, r=jrgm 2000-07-28 00:26:17 +00:00
mj%digicool.com
6caef1f8e4 mozilla.xml-rpc.fault.1 now implements QueryInterface, r=mang 2000-07-27 14:52:47 +00:00
morse%netscape.com
ef7835b9cc part of fix for bug 45981, blue-box dialog not appearing when needed, r=pinkerton 2000-07-27 03:07:19 +00:00
morse%netscape.com
ae56ad017a change html checkbox to xul checkbox, r=hyatt 2000-07-27 00:16:31 +00:00
mstoltz%netscape.com
042bdecedc fixing 40159, r&a=beard 2000-07-26 04:53:31 +00:00
morse%netscape.com
51bc367ae4 fix bug 42440, change url for wallet tables to be on netcenter 2000-07-26 01:20:50 +00:00
axel%pike.org
1454b62393 Removing old debug code, not part of the build 2000-07-25 15:12:04 +00:00
axel%pike.org
518b67452a Adding makefile.wins for transformiix examples, not part of build, submitted by Arthur Barrett, raised build number and updated contributors/changes 2000-07-25 07:03:40 +00:00
warren%netscape.com
2b01440bc0 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
morse%netscape.com
90207e0395 bug 45981, no blue-box dialog for browser-generated login forms, r=dveditz 2000-07-24 21:16:18 +00:00
nisheeth%netscape.com
11600d0b89 Checking in patches submitted by Justin Smith (jjs@acis.com.au) that fix the windows build of transformiix. Thanks, Justin! Does not affect the mozilla build. 2000-07-24 20:35:08 +00:00
kvisco%ziplink.net
3aeaca279b Not part of regular build, a=leaf. Updated changes and contributor info. 2000-07-23 07:57:12 +00:00
kvisco%ziplink.net
807ea5576a Not part of regular build, a=leaf. Updated version info. 2000-07-23 07:43:37 +00:00
kvisco%ziplink.net
ea462621ec Not part of regular build, a=leaf. Updated some test files. 2000-07-23 07:25:30 +00:00
kvisco%ziplink.net
94dad61bfd Not part of regular build, a=leaf. Fixed bug I introduced with a previous patch. prevToken was getting set to NULL in some places when it shouldn't. 2000-07-23 07:24:45 +00:00
kvisco%ziplink.net
d0df6e3f84 Not part of regular build, a=leaf. Fixed bug when printing comments; removed leading and trailing whitespace. 2000-07-23 06:45:59 +00:00
warren%netscape.com
7adc7efeae Fixed slashes 2000-07-22 05:00:17 +00:00
ben%netscape.com
c8654807b3 b44281, r=don, a=don 2000-07-21 00:38:04 +00:00
mstoltz%netscape.com
3910fcba0b fix for 42387, r=dveditz 2000-07-20 01:16:15 +00:00
pchen%netscape.com
d3b24601dd Completed client end work for bug 44281 r=pinkerton, call back end CMT code to get certificate authority string. 2000-07-20 00:12:54 +00:00
morse%netscape.com
4cb24c2203 bug 44146, parent window for modal dialogs, r=dveditz 2000-07-19 21:10:03 +00:00
morse%netscape.com
829d1479e2 minor wording change to hide the fact that mozilla and ns tree are improperly shadowed 2000-07-18 06:01:10 +00:00
morse%netscape.com
9f2ec357d2 fix bug 44146, parent window for dialogs, r=dveditz 2000-07-18 02:03:57 +00:00
mscott%netscape.com
fd94f85993 Bug #39518 --> we keep showing the security warning when submitting insecure documents even if you check on the
checkbox saying please don't show me this again. We were always setting the pref to true if we ready something out of prefs. =)
The fix is trivial....
r=blake
2000-07-18 00:08:38 +00:00
javi%netscape.com
4ee7f09239 Make the 'if' statement a '==' instead of a '=' 2000-07-17 22:16:42 +00:00
mj%digicool.com
bdb462bd41 Adjust for nsIHTTPChannel API change, and fix small bug in entity handling; >
means '>' =/
2000-07-17 11:36:12 +00:00
svn%xmlterm.org
ca565632b0 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
"make xpi" in xmlterm/scripts directory now creates an XPI file for XMLterm.
Removed last vestiges of WebShell!
Deleted outdated GeckoTerm files.
2000-07-17 04:11:24 +00:00
morse%netscape.com
6bc1be25b2 bug 44146, get parent window for modal dialogs 2000-07-17 01:37:15 +00:00
Peter.VanderBeken%pandora.be
b44dc2d356 Adding SOAP to mac projects. Not part of build. a=vidur. 2000-07-15 06:37:21 +00:00
warren%netscape.com
6431d39a2c Fixed reentrancy into service manager getting the PSM component. Fixed some warnings too. r=dprice 2000-07-15 01:38:32 +00:00
vidur%netscape.com
d53fa7feef SOAP listeners now get the protocol status as part of the response. This is not part of the default build. 2000-07-15 00:24:27 +00:00
mcafee%netscape.com
05b2f4f4c6 Ignore generated files 2000-07-14 22:28:05 +00:00
vidur%netscape.com
ccdbb51ce5 Fixed Mac casting problem. This is not part of the default build. 2000-07-14 16:25:09 +00:00
Peter.VanderBeken%pandora.be
6d488d6bb3 Make sure to return the prefix for attributes if necessary. Not part of build. a=leaf. 2000-07-14 10:32:52 +00:00
morse%netscape.com
93a77579a2 partial fix for 44514 -- slow on first form submission, r=dveditz 2000-07-14 01:58:18 +00:00
pavlov%netscape.com
621d3c3a6e sigh. checking in a better fix 2000-07-14 00:49:27 +00:00
pavlov%netscape.com
a08a41cbb8 fixing stupid mac build bustage 2000-07-14 00:35:26 +00:00
vidur%netscape.com
2915cc0f6b Got rid of unused, unimplemented nsISOAPCall:SetSimpleParameters. The script version of nsISOAPCall::SetParameters does exactly this. This is not part of the default build 2000-07-14 00:34:50 +00:00
pavlov%netscape.com
20dc0118ea fix for secure imap and news bug 39154 r=mscott 2000-07-13 23:53:54 +00:00
pchen%netscape.com
162924733a Partial fix 44281 r=dougt, add mCertificateAuthorityDisplay member 2000-07-13 23:52:10 +00:00
pchen%netscape.com
66028816c1 Partial fix 4428 r=dougt, set mCertificateAuthorityDisplay inside init(), change it whenever we change security lock status 2000-07-13 23:52:09 +00:00
pchen%netscape.com
5aba50d562 Partial fix 44281 r=dougt, get certificate authority XUL element and pass that into secruityUI.init() 2000-07-13 23:52:08 +00:00
pchen%netscape.com
95c54dabaa Partial fix 44281 r=dougt, added certauth parameter to init() 2000-07-13 23:52:07 +00:00
tao%netscape.com
5480ed0649 39790 : [L12y] Move all localizable prefs into chrome:// .r=morse 2000-07-13 23:51:35 +00:00
vidur%netscape.com
32b86bd73c Added SOAP component tothe XMLExtras module. This is not part of the Seamonkey build. 2000-07-13 23:12:39 +00:00
vidur%netscape.com
279fba5b00 SOAP calling tests 2000-07-13 23:11:59 +00:00
vidur%netscape.com
0d8f10e1f6 Additional SOAP call work. This is not part of the Seamonkey project. 2000-07-13 23:11:16 +00:00
vidur%netscape.com
cd5bb8ed1f Commented nsIXMLHttpRequest. Used the new nsIXPCNativeCallContext::SetReturnValueWasSet method to deal with returning event handler function objects to script callers of nsIXMLHttpRequest::Onload and Onerror. Turned on synchronous requests. This is not part of the Seamonkey build. 2000-07-13 23:08:30 +00:00
morse%netscape.com
44d829c74a sidestep bug 43200, coded by jrgm, r=morse&hyatt 2000-07-13 21:54:37 +00:00
dprice%netscape.com
75b6bac9b7 NOT IN THE BUILD
adding jar.mn file to chatzilla for the eventual repackaging of the chrome into jar files.
2000-07-12 07:52:02 +00:00
morse%netscape.com
0ecffed2f7 bug 44146, improperly parented modal dialogs, r=danm 2000-07-12 02:29:53 +00:00
axel%pike.org
9368491fdc Getting the build process up for Windows, thanx to Arthur Barrett
not part of build, still need to conditionally add transformiix to
extensions/makefile.win
2000-07-11 10:32:17 +00:00
axel%pike.org
ecb5362cfc Use own impl of rint for windows and platforms without one, not on mac
not part of build
2000-07-11 09:47:37 +00:00
vidur%netscape.com
02d802ff3d Work in progress on SOAP call component. This is not part of the Seamonkey build. 2000-07-11 00:54:39 +00:00
vidur%netscape.com
5a19d3f794 Work in progress on SOAP call component 2000-07-11 00:52:30 +00:00
axel%pike.org
6af8630656 Fix nested relative includes, not part of build, a=leaf 2000-07-10 12:08:00 +00:00
mcafee%netscape.com
3a5a6e6541 Ignore generated files. 2000-07-09 21:10:01 +00:00
Peter.VanderBeken%pandora.be
508b7d367b Remove redundant define. Not part of build. a=leaf. 2000-07-07 23:34:12 +00:00
Peter.VanderBeken%pandora.be
2e63593166 Get rid of MOZILLA, use MOZ_XSL. Not part of build. a=leaf. 2000-07-07 21:54:52 +00:00
Peter.VanderBeken%pandora.be
55b31945ad Add nsDOMParser.cpp. Not part of build. a=vidur. 2000-07-07 21:53:28 +00:00
Peter.VanderBeken%pandora.be
2d757d5da2 Add nsIDOMParser.idl. Not part of build. a=vidur. 2000-07-07 21:53:00 +00:00
svn%xmlterm.org
bac52bec74 --NOT PART OF DEFAULT BUILD--
XMLterm changes only. Updated UUIDs list.
2000-07-07 14:48:55 +00:00
svn%xmlterm.org
f3b81d69c9 --NOT PART OF DEFAULT BUILD--
XMLterm changes only. Implemented chrome overlay a la Chatzilla to insert
XMLterm into the Tasks menu. Also implemented command line option "-terminal"
and URL handler "telnet://" to invoke XMLterm.
2000-07-07 14:44:26 +00:00
axel%pike.org
96fae6045f Removing unused Makefile.in, not in allmakefiles.sh, not part of build 2000-07-07 11:09:23 +00:00
morse%netscape.com
3dbd4c88b9 fix bug 44683, real minor wording change, submitted by blaker1234, r=morse 2000-07-06 21:39:25 +00:00
colin%theblakes.com
a9446272fa Need to link against MOZ_JS_LIBS. r=vidur 2000-07-06 21:23:46 +00:00
axel%pike.org
861e4bd4e0 Code cleanup in extensions/transformiix, getting rid of -DMOZILLA
not part of build
2000-07-06 12:35:44 +00:00
warren%netscape.com
c5667c3305 Bug 43858. Fix to make wallet dlls be optional. 2000-07-06 00:45:00 +00:00
vidur%netscape.com
9ead0b6446 Cleaning up simple cgi. This is not part of the Seamonkey build. 2000-07-05 18:49:41 +00:00
vidur%netscape.com
45b61131d8 Added new parser interface that does string/stream to DOM document parsing. This is not part of the Seamonkey build. 2000-07-05 16:55:53 +00:00
cls%seawood.org
bca014f1bb Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00