Commit Graph

1224 Commits

Author SHA1 Message Date
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