Commit Graph

1449 Commits

Author SHA1 Message Date
sfraser%netscape.com
4ef0a7e4c8 Fix build bustage - some compilers don't like the new Substring(). r=scc 2000-06-13 00:35:47 +00:00
sfraser%netscape.com
5ae616a657 Fix for 42277 -- submitting forms very slow. Chunk string usage in wallet code to avoid excessive allocation now that nsString does not chunk itself. Also cleaned up wallet code to avoid passing nsStrings and ns<foo>Steams around by value. a,r=scc 2000-06-12 23:32:20 +00:00
Peter.VanderBeken%pandora.be
53e90aa649 Remove DOMString. Clean up some whitespace. Add basic default namespace handling. Fix TransformDocument. Not part of build yet. a=leaf. 2000-06-11 16:56:06 +00:00
Peter.VanderBeken%pandora.be
e53be60c59 Remove DOMString. Clean up some whitespace. Add basic default namespace handling. Fix TransformDocument. Not part of build. a=leaf. 2000-06-11 16:54:54 +00:00
bienvenu%netscape.com
6b30a5ce4b fix singsign startup assertion in string class, r=morse 2000-06-11 16:28:53 +00:00
Peter.VanderBeken%pandora.be
ce544548fc Updating comment. Not part of build yet. a=leaf 2000-06-11 16:00:34 +00:00
Peter.VanderBeken%pandora.be
bb7f0f065a Removing DOMString/Cleaning up some whitespace. Adding basic default namespace handling. Not part of build yet. a=leaf. 2000-06-11 16:00:01 +00:00
Peter.VanderBeken%pandora.be
482c73e809 Cleaning up whitespace. Not part of build. a=leaf. 2000-06-11 12:31:28 +00:00
Peter.VanderBeken%pandora.be
240ae24a80 Removing DOMString/Cleaning up some whitespace. Not part of build yet. a=leaf. 2000-06-11 12:29:54 +00:00
Peter.VanderBeken%pandora.be
b50dd527d6 Removing DOMString/Cleaning up some whitespace. Not part of build yet. a=leaf. 2000-06-11 11:43:12 +00:00
scc%mozilla.org
484ee8fb96 don't extract characters from empty strings 2000-06-11 08:19:41 +00:00
morse%netscape.com
3dbe5eaea8 update wallet tables, not part of build 2000-06-10 23:35:51 +00:00
morse%netscape.com
93b663f94c update wallet tables, not part of build 2000-06-10 05:23:57 +00:00
mkaply%us.ibm.com
b8b2b123ae # 37239
r = thayes, a = brendan
OS/2 bring-up - Need cast for VisualAge
2000-06-09 22:48:05 +00:00
valeski%netscape.com
f5e1fae7ec 41714. r=pavlov. don't try and use tcp no-delay on unix domain sockets because it's generally not a supported tcp feature 2000-06-09 21:15:17 +00:00
morse%netscape.com
18ba5dbc5a update wallet tables, not part of build 2000-06-09 20:47:32 +00:00
morse%netscape.com
ac34451df8 fix bug 40031, checkin for Henrik Gemal, r=morse a=morse/waterson 2000-06-09 20:46:11 +00:00
morse%netscape.com
19be7933a9 bug 41843, single signon not working on key sites, r=sspitzer 2000-06-08 23:48:02 +00:00
andreas.otte%primus-online.de
4cf9ec5cfc fix bug 41702 [Double caching when fetching wallet tables], r,a=morse@netscape.com a=waterson@mozilla.org 2000-06-08 21:35:03 +00:00
morse%netscape.com
1e4e128ca3 fixes for bugs 33542 and 41567, abandon res directory r=dveditz 2000-06-07 05:10:52 +00:00
sspitzer%netscape.com
1700b66a8a fix for #41063. remove si_StrippedURL(). the single sign on code no longer
strips the passworld realm you give it.  it assumes the caller does the right thing
to create the proper password realm.  r=warren,a=putterman.
2000-06-06 04:38:49 +00:00
morse%netscape.com
acda1a1332 forgot to delete a file 2000-06-06 03:43:03 +00:00
ben%netscape.com
a5da281d80 update extensions modules to use utility overlay and global overlay 2000-06-05 06:33:38 +00:00
morse%netscape.com
48d25f5bbf fix bug 41452 2000-06-04 15:34:09 +00:00
morse%netscape.com
c3c480aca7 bug 41451, fix dialog width 2000-06-04 14:39:31 +00:00
morse%netscape.com
3442ae1312 fix bug 41366, regression caused when global change was made of all string assignment statements 2000-06-03 18:39:50 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
morse%netscape.com
77f178c430 add extra checking to avoid potential crashes, r=thayes 2000-06-03 02:28:03 +00:00
rginda%netscape.com
579fd995b8 --CHATZILLA CHANGES ONLY--
type=content in xul window to allow mouse selections, fixed debug message in gotoIRCURL()
2000-06-03 00:11:57 +00:00
javi%netscape.com
08283e98ce Fixing Mac build bustage. 2000-06-03 00:05:33 +00:00
javi%netscape.com
5bac4212d7 Missed these the first time around. 2000-06-02 23:58:59 +00:00
warren%netscape.com
88151adad6 Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433 2000-06-02 23:39:45 +00:00
javi%netscape.com
ff15abfd77 r=thayes a=lord
Bug#24886
checking in code for mozilla to do CRMF issuance.
With the right version of PSM, Netscape employess can now get certs.
2000-06-02 22:46:41 +00:00
svn%xmlterm.org
0bc3d20295 --NOT PART OF DEFAULT BUILD--
XMLterm changes only. Updated bug documentation.
2000-06-02 13:32:36 +00:00
thayes%netscape.com
0b1407533b Bug 40349 - remove timeout on PSM recv and send ops. Rely entirely on
non-blocking mode instead.
2000-06-02 05:59:37 +00:00
valeski%netscape.com
ca77e9420a 41110. eradicating nsIWebshellWindow usage. These are extraneous usages. 2000-06-01 14:29:43 +00:00
cls%seawood.org
48f5390d98 Include <ctype.h> to resolve isspace(). Needed for BeOS. 2000-06-01 10:42:45 +00:00
cls%seawood.org
9766663fb2 According to mjudge's caret api checkin comments, I think this is the proper fix for the xmlterm bustage. a=leaf 2000-06-01 06:58:16 +00:00
rginda%netscape.com
fa1f25a153 --CHATZILLA CHANGES ONLY--
a=brendan

* chatzilla-service.js
added components required for irc:// urls.

* command-manager.js
sort names before returning

* connection-xpcom.js
added support for async reads.

* events.js
Added "yield" event type to break out of event processing.

* irc-debug.js
add MPL
show data for "senddata" type events.

* irc.js
add password param for server.login() method.
add key param for channel.join() method.
refactoring to use the connection's async read method if it's there
(it's not in connection-rhino.js yet.)

* utils.js
add hyphenateWord function.

* chatzilla.xul
add windowtype attribute.
apply exv@randomc.com 's userlist context menu patch.

* commands.js
apply cbegle@geocast.com 's /stalk and /unstalk patch.
update join, server, and attach commands to include new params.
alias leave part.
removed bogus comments.

* handlers.js
apply cbegle@geocast.com 's /stalk and /unstalk patch.
update join, server, and attach commands to include new params.
check for pending irc urls after connection is made.

* static.js
apply cbegle@geocast.com 's /stalk and /unstalk patch.
apply exv@randomc.com 's userlist context menu patch.
add long word rule to munger.
implement parseIRCURL() and gotoIRCURL() function.
implement doURLTest() to test the other two.
2000-06-01 05:31:04 +00:00
sspitzer%netscape.com
f46ad05a0b fix for bug #40248. I was using the category manager incorrectly.
thanks to bruce@cubik.org for pointing it out.
2000-06-01 04:14:34 +00:00
pollmann%netscape.com
0684ae66a7 Bug 39867: Fix uninitialized variable problem that was causing Mac to not post after unchecking "show again" box in warning dialog. r=harishd 2000-06-01 02:02:39 +00:00
javi%netscape.com
10cd56f365 Bug #28698 r=thayes a=lord
Make crypto.logout do something useful so that the security advisor's logout
button does the right thing.
2000-05-31 22:23:04 +00:00
thayes%netscape.com
10014b97d1 Bug=40349 Reverse changes made to PSM glue which break SSL connections and long
interactions with PSM, such as password setting dialogs.
2000-05-31 21:34:04 +00:00
morse%netscape.com
69eb2844b7 doing the right thing to fix bug 40978, r=ben 2000-05-31 03:27:56 +00:00
pinkerton%netscape.com
ee00de26b6 just doing the right thing. fixes 41018, obfuscated and redundant code. r=many people. 2000-05-31 02:51:12 +00:00
morse%netscape.com
9c3d747280 undo thayes' changes for 1.218 -- PSM is not yet ready for prime time and was causing all sorts of problems -- see bug 41024 2000-05-31 00:57:47 +00:00
brade%netscape.com
06f9bf35b2 remove unnecessary ifdefs a=morse,brendan 2000-05-30 14:40:09 +00:00
rginda%netscape.com
152b6bb5e6 -- NOT PART OF THE BUILD --
forgot to terminate comment.
2000-05-29 21:59:13 +00:00
kvisco%ziplink.net
3e133c2783 Not part of build, a=leaf
Made some performance adjustments in the match method.
2000-05-29 07:15:17 +00:00
kvisco%ziplink.net
98d6c009df Not part of build, a=leaf
Added the get(int) method, for accessing via index. It's not recommended using
this method unless on very small lists. This will help save on overhead so we don't have to create an iterator on lists with only a couple elements.
2000-05-29 07:14:03 +00:00
ben%netscape.com
cd14323de5 Convert lock button titledbutton to statusbarpanel. 2000-05-27 03:39:10 +00:00
thayes%netscape.com
6221944e21 Cut over to PSM based secure storage component. 2000-05-26 22:37:13 +00:00
Peter.VanderBeken%pandora.be
eee4371c9b Clear nodename before calling GetNodeName. Add comment about DOM Level 2. Not part of build yet. a=leaf 2000-05-26 20:58:28 +00:00
axel%pike.org
535072cccb Not part of the build, a=leaf
Bringing Makefiles uptodate with String changes
Get testcase going into new chrome structure.
2000-05-26 15:04:52 +00:00
tor%cs.brown.edu
940a3e95b3 SUNWspro5.0 bustage fix - include the appropriate header instead
of duplicating the typedef (40651).  r=morse  a=brendan,waterson
2000-05-26 07:06:56 +00:00
svn%xmlterm.org
e30dbd6a29 --NOT PART OF DEFAULT BUILD--
XMLterm changes only. Added FlushPendingNotifications call to scrolling routine to improve scrolling behaviour. Fixed typo in string template changes. Added (commented out) change to xmlterm.html to test PNG alpha "image melding" with the command line!
2000-05-26 03:54:47 +00:00
rginda%netscape.com
2ea6cb9bf7 -- NOT PART OF THE BUILD --
change xpcom namespace id
comment fixes
2000-05-26 01:17:48 +00:00
Peter.VanderBeken%pandora.be
6beea3f0b4 Cleaning up string implementation. Not part of build. a=leaf 2000-05-25 23:15:25 +00:00
Peter.VanderBeken%pandora.be
c9a45d3389 Remove TxString.cpp. Not part of build. a=leaf 2000-05-25 23:01:08 +00:00
Peter.VanderBeken%pandora.be
2e98ac9253 Correcting comment. Not part of build. a=leaf 2000-05-25 22:59:25 +00:00
Peter.VanderBeken%pandora.be
c371c24237 Cleaning up end-of-lines. Not part of build. a=leaf 2000-05-25 22:57:08 +00:00
Peter.VanderBeken%pandora.be
4dde286530 Cleaning up string implementation. Not part of build. a=leaf 2000-05-25 22:52:27 +00:00
mj%digicool.com
e2a7d6c939 Remove quotes around inline function code that was once a local Function object. Oops. Thanks to McCabe for finding this. a=brendan 2000-05-25 20:10:47 +00:00
axel%pike.org
d35776ea3c Getting us a step closer to xslt on mozilla, see 36038,
[NOT PART OF THE BUILD]
2000-05-25 01:03:29 +00:00
pavlov%netscape.com
2804c173c5 fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters.  this code now uses nsIFilePicker.  fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
morse%netscape.com
5e9a7022ab bug 39653, describe obscure/encrypt choice better to reduce our liability, r=dp 2000-05-24 23:22:15 +00:00
dougt%netscape.com
263b389da3 removing warning. 2000-05-24 22:53:15 +00:00
dougt%netscape.com
3b1b7c48ee nsPSMComponent.cpp
1.  Reduce complexity in launching code.

nsPSMShimLayer.c
1.  Read and Write should timeout
2.  Read and Write should return errors... duh.
2.  PR_IN_PROGRESS_ERROR on Connect should be returned

nsPSMUICallbacks.cpp
1. Use the modal flag to open new windows.

nsSSLIOLayer.cpp
1.  disable Nagle algorithm

r=valeski@netscape.com
2000-05-24 22:51:27 +00:00
axel%pike.org
0d354ec874 Updating new build scheme for recent checkins, NOT PART OF THE BUILD 2000-05-24 08:39:01 +00:00
rginda%netscape.com
0b194cb8a5 -- NOT PART OF THE BUILD --
adding windows makefiles for component viewer
modified some comments
2000-05-24 05:58:28 +00:00
kvisco%ziplink.net
702cc0138c latest changes 2000-05-24 05:04:15 +00:00
kvisco%ziplink.net
1ad83e014d Added fix from Marc Schefer regarding OR expressions 2000-05-24 05:00:25 +00:00
rginda%netscape.com
555d6fcc77 -- NOT PART OF THE BUILD --
Initial add of XUL/JS XPCOM component viewer.  Unix makefiles only.
to build on unix:
cd mozilla/extensions
make makefiles DIRS=cview
(ignore errors)
cd cview
make
start mozilla, you should have a "Component Viewer" in tasks->tools
2000-05-24 04:58:18 +00:00
kvisco%ziplink.net
ead8cbec21 updated with latest info 2000-05-24 04:54:08 +00:00
kvisco%ziplink.net
62ee4638fb Non important changes 2000-05-24 04:29:00 +00:00
kvisco%ziplink.net
16428f15b5 patched compilation error 2000-05-24 04:24:45 +00:00
kvisco%ziplink.net
9112f73e6e Initial checkin for Olivier 2000-05-24 03:46:43 +00:00
kvisco%ziplink.net
41954858e7 Added Olivier's changes to support the document() function 2000-05-24 03:46:31 +00:00
axel%pike.org
5db64576ba Fixing 40120, not part of the build 2000-05-23 13:27:50 +00:00
kvisco%ziplink.net
7e73ab43dc updated date 2000-05-23 08:33:18 +00:00
kvisco%ziplink.net
e9f408af8f added changes by Marina for lang() support 2000-05-23 08:32:42 +00:00
kvisco%ziplink.net
0b5ee5cc6b Added changes by Marina for lang() 2000-05-23 08:30:09 +00:00
kvisco%ziplink.net
698f4f22c8 Added changes by Marina for lang() 2000-05-23 08:24:33 +00:00
kvisco%ziplink.net
ed7dd9d4e7 Added changes by Marina 2000-05-23 08:17:42 +00:00
sspitzer%netscape.com
02b40486f6 fix for #39205, pref.css is no more. r=ben 2000-05-23 04:08:54 +00:00
thayes%netscape.com
39e1da90a8 Change UI Events for PSM to modal r=dougt bugid=26085 2000-05-23 01:08:34 +00:00
dougt%netscape.com
4b4d8250bf correcting invalid port number. They should be -1, not zero. 2000-05-20 00:19:24 +00:00
dougt%netscape.com
d83290854c Fix for 31164, possibly 35658, and prep work for 31174.
1) Passing the proxy hostname and port to the underlying socket
   and changing all users that appeared in lxr.

2) (psm-glue) registering with the cache manager to allow local loopback so that
   psm will work with a proxy.

3) (psm-glue) Storing proxy information in psmSocketInfo.

most reviewed by gagan@netscape.com.
2000-05-19 22:56:12 +00:00
svn%xmlterm.org
c4ee494667 -- XMLTERM CHANGES ONLY --
Not part of default build. Modified UI to conform to new chrome directory structure (bug 38891), following chatzilla's example.
2000-05-19 14:54:32 +00:00
morse%netscape.com
30057f54f6 fix bug 39607, crash when multiple logins saved for same site, r=dveditz 2000-05-18 21:54:38 +00:00
morse%netscape.com
27972a8306 fix bug 33542, wallet functions don't work on first usage of browser, r=neeti 2000-05-18 21:52:58 +00:00
axel%pike.org
d50106a0f5 Checking in Makefile.ins for building transformiix on unix,
standalone version only. See post in n.p.m.l.xslt
Not part of the build
2000-05-18 21:17:27 +00:00
rginda%netscape.com
da936a688d -- chatzilla dogfood --
use document.createElementNS instead of document.createElement where necessary, as described in bug 39360
a=waterson
2000-05-18 19:32:02 +00:00
Peter.VanderBeken%pandora.be
049c6d21a2 Work around crash, leak instead. Not part of build yet. a=leaf 2000-05-18 11:57:09 +00:00
Peter.VanderBeken%pandora.be
7d649e9239 Converting to new string APIs. Not part of build yet. a=leaf 2000-05-18 11:43:44 +00:00
kvisco%ziplink.net
41b867c668 points to the new standalone dom directory 2000-05-18 09:18:35 +00:00
kvisco%ziplink.net
b8757de423 this file is used to point to the correct dom.h 2000-05-18 09:17:41 +00:00
kvisco%ziplink.net
64547de59f updated to point to the root directory 2000-05-18 09:16:45 +00:00
kvisco%ziplink.net
319a9586ff removed dependancies on DOM object files 2000-05-18 09:15:45 +00:00
kvisco%ziplink.net
392890ab2c moved from source/dom 2000-05-18 08:31:46 +00:00
kvisco%ziplink.net
3e13714049 moved to standalone subdirectory 2000-05-18 08:29:45 +00:00
kvisco%ziplink.net
cb005dd346 Added special case for handling xsl:copy-of when the node is a document node, this is a fix to a bug reported by Olivier Gerardin 2000-05-18 03:59:17 +00:00
mjudge%netscape.com
17920334e6 a=syd. someone had bad dir in makefile 2000-05-18 03:22:01 +00:00
kvisco%ziplink.net
215a99ff61 should not be in CVS 2000-05-18 03:18:40 +00:00
sfraser%netscape.com
a0894da4cd Remove NetworkModular.shlb from the optimized target 2000-05-17 09:45:32 +00:00
warren%netscape.com
5f6b57ef08 Bug 39416. Made ftp work with single sign-on for more than one user/host. 2000-05-17 07:12:40 +00:00
morse%netscape.com
3ebbd36744 use false sdr so we get the dialogs 2000-05-17 07:07:59 +00:00
cls%seawood.org
a8000b8bb5 Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
thayes%netscape.com
fbfefe15cf Add FSDR module to PSMGlue component. 2000-05-17 06:39:58 +00:00
thayes%netscape.com
fb67c5cefe added files: mozilla/extensions/psm-glue/src/nsFSDR.cpp 2000-05-17 06:33:10 +00:00
thayes%netscape.com
7f36f9492d Commit new file with updated nsIPrompt calls. 2000-05-17 06:29:53 +00:00
thayes%netscape.com
bc90a7d57a Initial version of "fake" SDR implementation 2000-05-17 05:49:24 +00:00
mcafee%netscape.com
eaeef283dc Removing bogus part of this skeleton file. 2000-05-17 05:13:07 +00:00
mkaply%us.ibm.com
89121372f5 # 37239
a= chofmann
OS/2 bringup continues - PR_CALLBACKs for Visual Age Build
2000-05-17 04:43:11 +00:00
morse%netscape.com
2667e295ed make tree be an integral number of lines 2000-05-17 04:10:40 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
morse%netscape.com
fe1d8ff635 refine change-password to work with a dummy nsSDR.cpp 2000-05-17 02:46:52 +00:00
javi%netscape.com
2c2844d070 Fix Linux build bustage. 2000-05-17 01:47:18 +00:00
morse%netscape.com
dc0d07c5cb somebody changed the component name for wallet but didn't fix the reference to it in this file 2000-05-17 01:37:13 +00:00
javi%netscape.com
c43253606c added files: mozilla/extensions/psm-glue/src/nsCrypto.cpp 2000-05-17 00:51:43 +00:00
rginda%netscape.com
e1e6c60287 -- chatzilla only --
* manifest.rdf
put chatzilla in the tasks menu.

* static.js
fixed js error on attach
2000-05-17 00:50:16 +00:00
javi%netscape.com
1b35689460 Implementing the JS crypto object interface. 2000-05-17 00:48:32 +00:00
javi%netscape.com
bed77c736b Add the files that implement the crypto js object interface. 2000-05-17 00:43:34 +00:00
thayes%netscape.com
cb9263bcda Change calls to CMT_SDR* functions to provide ctx for callbacks. 2000-05-17 00:10:57 +00:00
morse%netscape.com
9e22bc8868 don't return error if decrypting a zero-length string 2000-05-16 15:00:35 +00:00
joki%netscape.com
a743e2b38b Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
kvisco%ziplink.net
172ca7c941 added Olivier Gerardin's changes to the command line app, see source code for more info 2000-05-16 09:43:09 +00:00
kvisco%ziplink.net
3d8b1164e9 Fixed a seg fault when '/' is used as a div operator, which is an error so I also added an error message for this case 2000-05-16 09:34:01 +00:00
kvisco%ziplink.net
821c7b3bb9 added Nisheeth's name to contributors list 2000-05-16 09:03:13 +00:00
warren%netscape.com
618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
cls%seawood.org
8a94c9df50 Latest OS/2 makefile changes. Bug 34106. Batch 14, 15, & 16. 2000-05-16 04:41:54 +00:00
dougt%netscape.com
e92cca6c23 Updating project file. NOT IN BUILD. 2000-05-15 19:42:19 +00:00
morse%netscape.com
31c7f1f155 fix clipping problem of OK/Cancel buttons 2000-05-15 19:00:05 +00:00
scc%netscape.com
6643bff4c0 string fixes 2000-05-15 13:26:17 +00:00
brendan%mozilla.org
44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
rginda%netscape.com
7f03f3ce2a munger regex modifications 2000-05-15 06:30:34 +00:00
rginda%netscape.com
cbee6f70c8 -- CHATZILLA CHANGES ONLY --
* irc.js
add ctcpTo(), ctcp() methods
forward unknown ctcp codes to onUnknownCTCP handler

* utils.js
add abbreviateWord function

* commands.js
add /ctcp command

* handler.js
make |this| refer to client.currentObject in /eval
implement /ctcp command
chop long hostnames onJoin
add onUnknownCTCP handler
redraw fixes in on366, onPart

* rdf.js
add getTreeRoot method

* static.js
comment fixes
add max word/nick display vars, implementations
updateTitle changes, show correct title based on client.currentObject
fix delete view issue
chop long nicks before displaying
2000-05-15 05:58:30 +00:00
axel%pike.org
c28af247c3 Removing $(srcdir) from CHROME variables.
r=syd@netscape.com
2000-05-14 11:17:58 +00:00
morse%netscape.com
2665ed30c0 fix mac bustage 2000-05-14 07:45:30 +00:00
morse%netscape.com
d1f00ebbca use straightforward base64 encoding for obscuring 2000-05-14 07:11:56 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
danm%netscape.com
49d1c9fe22 no longer used 2000-05-13 21:25:36 +00:00
danm%netscape.com
7e68eab2ac new chrome manifest 2000-05-13 21:15:37 +00:00
morse%netscape.com
a9405f9f7b improve the UI for selecting between encrypting and obscurring 2000-05-13 18:07:57 +00:00
morse%netscape.com
008dcda068 remove local event queue when fetching tables from server 2000-05-13 06:09:39 +00:00
rginda%netscape.com
e14b7f93eb * Makefile.in, makefile.win
install new file.

* command-manager.js
handle exact match case.

* chatzilla.css
remove old styles.

* output-default.css
darker bg on QUIT messages.
2000-05-12 22:30:53 +00:00
rginda%netscape.com
1c483d887f -- CHATZILLA CHANGES ONLY --
* xul/content/MANIFEST
install new file.

* chatzilla.xul
remove old js file.
add new js file.
menu restructuring.
userlist as rdf populated tree.

* commands.js
hookup for quit, exit, clear, delete, hide, commands, names, toolbar, and statusbar commands.

* handlers.js
implement new commands.
userlist sorting.
tab completion reorg.
pgup/dn functionality.
userlist rdf related hookup.

* static.js
remove unused client.vars.
make version reply one line.
show activity in titlebar if toolbar is not visible.
fix scrolling AND redraw problems!!
userlist rdf related hookup.
2000-05-12 22:30:21 +00:00
scc%netscape.com
c20a6b7eb6 string fixes. r=mjudge 2000-05-12 07:55:52 +00:00
morse%netscape.com
db09ed5bdd download server tables completely asynchronously 2000-05-12 04:01:12 +00:00
thayes%netscape.com
db737a98d5 added files: mozilla/extensions/psm-glue/src/nsSDR.cpp 2000-05-11 20:58:12 +00:00
morse%netscape.com
5696d551de fix typo 2000-05-11 20:20:08 +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
cls%seawood.org
5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
sspitzer%netscape.com
9e932a3b4a really fix the mac this time. 2000-05-11 09:04:16 +00:00
sspitzer%netscape.com
b06330c39e the wallet skin stuff has moved. 2000-05-11 07:19:18 +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
sspitzer%netscape.com
bac0664098 psm skin files have moved. 2000-05-11 04:26:45 +00:00
morse%netscape.com
8514464d81 Put change-password and logout back in the UI, add diagnostic print to track down bugs 28466 and 33542 2000-05-11 02:21:45 +00:00
morse%netscape.com
8e7e33f47f minor wording change 2000-05-11 02:19:17 +00:00
morse%netscape.com
61b58bd513 prepare for having change-password and logout commands in the UI again 2000-05-10 22:24:05 +00:00
rginda%netscape.com
8fc382656f -- CHATZILLA CHANGES ONLY --
Implemented supah-kewl tab completion
2000-05-10 22:23:35 +00:00
morse%netscape.com
e6e14ae6a1 bug 38709, preview editor can hang browser 2000-05-10 08:54:48 +00:00
rginda%netscape.com
b0d19c19d8 -- CHATZILLA CHANGES ONLY --
add /server, /quit, /exit commands
2000-05-10 07:08:33 +00:00
danm%netscape.com
f116f169ed more chrome registration rearrangement 2000-05-10 02:17:03 +00:00
danm%netscape.com
6073141fbd chrome installation manifests 2000-05-10 02:02:13 +00:00
mstoltz%netscape.com
74488c46a3 Removed dependency of libjar on psm-glue, bug 36853. Fixed out parameter type problem in PSMComponent::HashEnd 2000-05-10 01:49:33 +00:00
morse%netscape.com
8b35b4a72d bug 36116, compute multiple values when concatenation rules are used 2000-05-09 13:31:18 +00:00
mj%digicool.com
38540495bf Fix missing var's and fix bug in internal state management. 2000-05-09 11:33:41 +00:00
morse%netscape.com
dcafe386d3 give message if data conversion is not possible 2000-05-09 08:22:07 +00:00
rginda%netscape.com
d4704fde9d * Makefile.in, makefile.win, MAINFEST
install new image.

* chatzilla.xul
add type="checkbox" to appropriate menuitems

* handlers.js
implement onToggleToolbarIcons()

* readprefs.js
read new prefs extensions.irc.(munger, .toolbar.icons, .notify.aggressive)

* static.js
sync menu checkmarks on startup
add fix for Bug# 29301
move button code to styles

* munger.js
add MPL

* chatzilla.css
added new activity-button styles
2000-05-09 01:00:42 +00:00
dougt%netscape.com
e512ecf9c7 Fixed a problem where the socket was being deleted before pickled status was saved. This caused security not always being recognized (35861)
Fixed a problem where https would not display correctly if they were the first document load (28418)
Added MIME content handling for CA, Server, User, and Email certs
2000-05-08 23:19:09 +00:00
morse%netscape.com
7eb057981e improve obscuring algorithm 2000-05-08 23:09:31 +00:00
rginda%netscape.com
338f978831 don't install unused file 2000-05-08 20:21:09 +00:00
rginda%netscape.com
245a6ae989 Removing unused file. 2000-05-08 20:18:00 +00:00
mj%digicool.com
d3dfebde46 Fix for strange bug where status.toString() is '0', but status != Components.results.NS_OK. 2000-05-08 15:21:25 +00:00
mj%digicool.com
ea2954b95d Duh. Pay attention MJ. Fault is already thrown. 2000-05-08 14:17:02 +00:00
mj%digicool.com
e559cd87c5 Fix potential bug in nsXmlRpcClient::call, if an exception takes
place in parsing the response.
2000-05-08 14:00:12 +00:00
mj%digicool.com
ee4480abab Small bugfix and optimalisations courtsey of Brendan Eich. 2000-05-08 10:38:26 +00:00
dougt%netscape.com
6316d6bbeb Prevents a stack overflow. was checking for null. I guess we need to check
for null as well as (child == child's parent)...
2000-05-08 07:22:09 +00:00
dougt%netscape.com
c37eaf627d I change my mind about which text to display when the document was not loaded
correctly.
2000-05-08 07:04:32 +00:00
dougt%netscape.com
a5ebfb9df6 More lock icon hacking.
Fixed a problem with nested frames posting not being recongnized.
Adding warnings to posts from insecure sites.  (37155)
2000-05-08 06:53:57 +00:00
morse%netscape.com
1efefd23d3 allow conversion of database between encrypted and obscurred 2000-05-08 06:32:46 +00:00
rginda%netscape.com
f6b8c1c19a ** CHATZILLA CHANGES ONLY **
* chatzilla.xul
add tasksoverlay
convert starusbar from html:table to box
html:input -> textfield

* handlers.js
prompt for a new nickname if default was not changed

* readprefs.js
read network pref

* static.js
titlebutton -> menubutton

* listbox.js
convert html thingies to xul thingies.  Quite broken, need to change quicklist to a tree

* chatzilla.css
deleted much, more skinnable now
2000-05-08 06:04:24 +00:00
morse%netscape.com
f0efd49859 allow for storing both encrypted and obscurred values 2000-05-07 22:53:43 +00:00
morse%netscape.com
46af782091 allow for storing both encrypted and obscurred values 2000-05-07 22:47:35 +00:00
thayes%netscape.com
d6ebe0e55a Update name of box for hooking in the security button. ("state-box" -> "status-bar") 2000-05-07 20:51:33 +00:00
erik%netscape.com
6205c22dc0 local .cvsignore file 2000-05-07 17:19:20 +00:00
morse%netscape.com
320e46ba60 autocapturing of submitted forms was not working 2000-05-06 19:22:13 +00:00
morse%netscape.com
bd98f4f49d clean up some wording 2000-05-06 19:21:06 +00:00
morse%netscape.com
c53454967d avoid prompting for master password too soon 2000-05-06 17:11:01 +00:00
warren%netscape.com
41c657d98e Removed unnecessary dependance on NetworkModular library (really just the Timer library now). 2000-05-06 09:20:44 +00:00
warren%netscape.com
185c96de20 Combined all necko dlls into two. Bug 17031. 2000-05-06 09:15:56 +00:00
mj%digicool.com
86365655ed Fixed a typo in the instructions. 2000-05-06 04:40:57 +00:00
sfraser%netscape.com
526ebe8d8e File Removed. 2000-05-05 21:18:14 +00:00
sfraser%netscape.com
4ef2e91828 First Checked In. 2000-05-05 21:18:13 +00:00
mj%digicool.com
9d033fe555 Manual testfile for XML-RPC, not part of build. See README for usage. 2000-05-05 20:49:07 +00:00
mj%digicool.com
bd167d1990 Make XML-RPC part of the default build on Unix and Win32. smfr will take care ofthe Mac build.
r=shaver
2000-05-05 20:33:49 +00:00
mj%digicool.com
d37caab48c Bother. Camelot didn't eat it. I need a Mac buddy! =( 2000-05-05 14:53:41 +00:00
mj%digicool.com
e83dcd5d22 Template .mcp file. Camelot, here I come! (Oh, _NOT PART OF THE BUILD NOR OF ANY MAC BUILD PATH_) 2000-05-05 14:50:35 +00:00
mj%digicool.com
451fa92469 New XML-RPC Client component.
_NOT PART OF THE BUILD_
2000-05-05 06:06:34 +00:00
danm%netscape.com
c30da52a01 adding chrome registry update directives 2000-05-05 01:43:24 +00:00
morse%netscape.com
0cf10b0a8f bug 36833, treehead should appear different from treechildren 2000-05-05 00:59:13 +00:00
morse%netscape.com
20ab604608 fix an encryption error 2000-05-05 00:57:56 +00:00
morse%netscape.com
0a0cb128d0 bug 37742 accomodate ever-changing xul specs 2000-05-04 03:32:15 +00:00
sfraser%netscape.com
edcbc63acc Fix document leak. 2000-05-03 23:41:48 +00:00
svn%xmlterm.org
4ac199ec36 xmlterm changes only.
Changed window name in window.open call in menuhack from "XMLterm" to "_blank".
Fix for bug 36420.
2000-05-03 14:42:34 +00:00
Peter.VanderBeken%pandora.be
70c90c3742 Sample files to show how to call Transformiix from JS. Not part of build. a=leaf 2000-05-02 22:20:53 +00:00
Peter.VanderBeken%pandora.be
b235fb5c4b Remove layout library. Add a bunch of files. Not part of the build yet. a=leaf 2000-05-02 22:06:50 +00:00
Peter.VanderBeken%pandora.be
e190736293 Add a first version of the TransformDocument method. Not part of build yet. a=leaf 2000-05-02 22:03:54 +00:00
Peter.VanderBeken%pandora.be
d7c2810dca Add a cast to UNICODE_CHAR*. Not part of the build yet. a=leaf 2000-05-02 21:57:19 +00:00
Peter.VanderBeken%pandora.be
0924c6ea33 Ifdef the rint function out for platforms other than Windows (temporary). Not part of build yet. a=leaf 2000-05-02 21:53:37 +00:00
Peter.VanderBeken%pandora.be
75fc79d666 Use DOMString instead of String. Not part of build yet. a=leaf 2000-05-02 21:41:45 +00:00
Peter.VanderBeken%pandora.be
1af81c0dcb Remove dependency on layout. Add our own InsertChildNode and AppendChild with workaround for bug #25123. Not part of build yet. a=leaf 2000-05-02 21:41:24 +00:00
Peter.VanderBeken%pandora.be
aac9e0a668 Add namespace prefix to node name if available. Not part of build yet. a=leaf 2000-05-02 21:37:13 +00:00
Peter.VanderBeken%pandora.be
dcf06f5803 Converting to new string APIs. Not part of build yet. a=leaf 2000-05-02 21:34:43 +00:00
cls%seawood.org
04417332fe OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
sspitzer%netscape.com
5673842785 fix warning. 2000-04-30 17:40:50 +00:00
sspitzer%netscape.com
d4645e2135 slight cleanup. -chat doesn't pass any args when it opens the window. 2000-04-30 00:17:45 +00:00
morse%netscape.com
c03d05b225 bug 37534, give feedback on capture-data command 2000-04-28 23:39:14 +00:00
morse%netscape.com
da5d147c0b rest of fix for bug 37122, fix up xul 2000-04-28 23:09:23 +00:00
morse%netscape.com
f1e01ce72b rest of fix for bug 37127, fix up xul 2000-04-28 23:06:52 +00:00
morse%netscape.com
3ca6197478 bug 37127, partial fix of xul for wallet editor 2000-04-28 14:07:07 +00:00
morse%netscape.com
71c415a810 remove erroneous line 2000-04-28 14:05:38 +00:00
morse%netscape.com
d39937f209 bug 37122, partial fix of xul for cookieviewer 2000-04-28 14:05:06 +00:00
morse%netscape.com
385f659612 bug 37120, fix up xul for signonviewer 2000-04-28 14:04:12 +00:00
morse%netscape.com
ad44cd875e bug 36114, wrong title on wallet previewer 2000-04-28 14:03:13 +00:00
cls%seawood.org
c9bf929274 nsString fixes for xmlterm 2000-04-28 10:55:20 +00:00
scc%netscape.com
aebca1a085 making string conversions explicit 2000-04-27 20:08:45 +00:00
mjudge%netscape.com
2c0953e1be ender lite checkin. 2000-04-27 07:37:12 +00:00
morse%netscape.com
11b027f90f restore psm again but this time controlled by a pref 2000-04-26 23:41:35 +00:00
thayes%netscape.com
2bc357bdde Cleanup implementation of SDR code. 2000-04-26 05:31:19 +00:00
mstoltz%netscape.com
9bb975256e Fixes for 27010, 32878, and 32948. 2000-04-26 03:50:07 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
leaf%mozilla.org
609eff55b8 backing out changes that keep mozilla mailnews from working without psm. 2000-04-25 22:47:44 +00:00
jst%netscape.com
3aafeb0978 Fixing a wallet crasher. a=leaf 2000-04-25 22:01:31 +00:00
sspitzer%netscape.com
61460435d4 get -chat to work on the mac. 2000-04-25 06:51:17 +00:00
sspitzer%netscape.com
6b56b72e3a implementing the chatzilla service that I promised rginda months ago.
now, -chat from the command line works and brings up chatzilla.
(only win32 and unix, until I tweak the mac build.)
2000-04-25 06:39:39 +00:00
sspitzer%netscape.com
a060f90581 added files: mozilla/extensions/psm-glue/public/nsIPSMSocketInfo.idl 2000-04-25 03:00:29 +00:00
sspitzer%netscape.com
7d86cb2b29 added files: mozilla/extensions/psm-glue/public/nsISecretDecoderRing.idl 2000-04-25 02:58:50 +00:00
dougt%netscape.com
5cd78b5bfb Fixes:
35864 Convert nsSecureBrowserUIImpl to use new WebProgress interfa
35472 Lock does not change when going to a mixed frames site.
27104 [feature] No warning when sending insecure form data
28335 Forcing handshake on CMT_OpenSSLConnection for https connect
28418 Lock broken on https startup home page.
36814 nsPSMSocketInfo not thread safe
updated to pavlov's new directory picker.
2000-04-25 01:56:59 +00:00
morse%netscape.com
f32c94daa5 use thayes encryption routines 2000-04-25 01:48:35 +00:00
morse%netscape.com
cdb0ebc76e use thayes encryption routijnes 2000-04-25 01:41:23 +00:00
rginda%netscape.com
010ca27f23 -- CHATZILLA CHANGES ONLY --
undoing damn's misplaced changes
2000-04-24 00:45:23 +00:00
rginda%netscape.com
7d1bdb74c7 -- CHATZILLA CHANGES ONLY --
checking in patch from Josh Gough, <exv@randomc.com>
muchas gracias!

irc.js
add whois, invite

utils.js
added map and mapObjFunc

chatzilla.xul
add cntxt menu for userlist

commands.js
hook up /away, op, deop, voice, devoice, echo, invite, and kick commands

hadlers.js
onload hack
whois, away, deop, op, voice, devoice, echo, invite, kick command implementations

static.js
more of the onload hack
addEventListener on toolbuttons

listbox.js
selection code

chatzilla.css
selicted list item style
2000-04-24 00:40:56 +00:00
pollmann%netscape.com
bb2c0ba6dd Bug 36830: Revert a small part of the fix for bug 33203 that was breaking observer notification. 2000-04-23 23:54:29 +00:00
mstoltz%netscape.com
57feeae5ec Backing out changes until I can figure out why it's crashing on startup. 2000-04-23 21:25:39 +00:00
mstoltz%netscape.com
62bffdd26e Fixes for bugs 27010, 32878, 32948. 2000-04-23 20:30:29 +00:00
cls%seawood.org
8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
pollmann%netscape.com
9b52ac7328 Bug 33203: Form submit observer changes for psm-glue; r=dougt 2000-04-22 03:29:50 +00:00
warren%netscape.com
914e63504c Don't know why it thought these were different. Reverting. 2000-04-21 22:52:23 +00:00