Граф коммитов

1292 Коммитов

Автор SHA1 Сообщение Дата
Peter.VanderBeken%pandora.be bd2179ecfd 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 c10db758f9 Cleaning up whitespace. Not part of build. a=leaf. 2000-06-11 12:31:28 +00:00
Peter.VanderBeken%pandora.be f788227c26 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 df12cb76b5 Removing DOMString/Cleaning up some whitespace. Not part of build yet. a=leaf. 2000-06-11 11:43:12 +00:00
scc%mozilla.org f92e1fb30a don't extract characters from empty strings 2000-06-11 08:19:41 +00:00
morse%netscape.com 90781422a9 update wallet tables, not part of build 2000-06-10 23:35:51 +00:00
morse%netscape.com f6e87225cb update wallet tables, not part of build 2000-06-10 05:23:57 +00:00
mkaply%us.ibm.com 4ea8da2e4c # 37239
r = thayes, a = brendan
OS/2 bring-up - Need cast for VisualAge
2000-06-09 22:48:05 +00:00
valeski%netscape.com df00f4d8bc 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 2d03428815 update wallet tables, not part of build 2000-06-09 20:47:32 +00:00
morse%netscape.com 9f03d24a3b fix bug 40031, checkin for Henrik Gemal, r=morse a=morse/waterson 2000-06-09 20:46:11 +00:00
morse%netscape.com 671e438877 bug 41843, single signon not working on key sites, r=sspitzer 2000-06-08 23:48:02 +00:00
andreas.otte%primus-online.de 8b5351526c 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 672395ed25 fixes for bugs 33542 and 41567, abandon res directory r=dveditz 2000-06-07 05:10:52 +00:00
sspitzer%netscape.com a1a780ae83 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 6eeacdea31 forgot to delete a file 2000-06-06 03:43:03 +00:00
ben%netscape.com bf831eaa4b update extensions modules to use utility overlay and global overlay 2000-06-05 06:33:38 +00:00
morse%netscape.com 8db4fd37e5 fix bug 41452 2000-06-04 15:34:09 +00:00
morse%netscape.com f8e8124bc2 bug 41451, fix dialog width 2000-06-04 14:39:31 +00:00
morse%netscape.com 86979fa3e1 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 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
morse%netscape.com 3e5a11a0b9 add extra checking to avoid potential crashes, r=thayes 2000-06-03 02:28:03 +00:00
rginda%netscape.com 986b0c93ac --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 b713450644 Fixing Mac build bustage. 2000-06-03 00:05:33 +00:00
javi%netscape.com 34a6122f47 Missed these the first time around. 2000-06-02 23:58:59 +00:00
warren%netscape.com 870a7d208a 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 e99b80097e 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 3963f2fbeb --NOT PART OF DEFAULT BUILD--
XMLterm changes only. Updated bug documentation.
2000-06-02 13:32:36 +00:00
thayes%netscape.com 19b7fea0cd 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 9c292458b1 41110. eradicating nsIWebshellWindow usage. These are extraneous usages. 2000-06-01 14:29:43 +00:00
cls%seawood.org 6c7c7c25f0 Include <ctype.h> to resolve isspace(). Needed for BeOS. 2000-06-01 10:42:45 +00:00
cls%seawood.org dca353df6f 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 a2cc33af0a --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 c49b896301 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 22f8d63c13 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 73bd1425e0 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 3ea893a1e4 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 1278d1320d doing the right thing to fix bug 40978, r=ben 2000-05-31 03:27:56 +00:00
pinkerton%netscape.com b63cd624f7 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 f9ebfd025c 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 e4a913e8a7 remove unnecessary ifdefs a=morse,brendan 2000-05-30 14:40:09 +00:00
rginda%netscape.com 7ba9ef8f44 -- NOT PART OF THE BUILD --
forgot to terminate comment.
2000-05-29 21:59:13 +00:00
kvisco%ziplink.net 831fe8cfbe 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 0d89152c10 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 9a0aca8b71 Convert lock button titledbutton to statusbarpanel. 2000-05-27 03:39:10 +00:00
thayes%netscape.com 47aab8f287 Cut over to PSM based secure storage component. 2000-05-26 22:37:13 +00:00
Peter.VanderBeken%pandora.be 162ec7f2c2 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 4a16f8fe25 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 840ab9efa3 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 d655491f76 --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 abaccec660 -- NOT PART OF THE BUILD --
change xpcom namespace id
comment fixes
2000-05-26 01:17:48 +00:00
Peter.VanderBeken%pandora.be 580efbc579 Cleaning up string implementation. Not part of build. a=leaf 2000-05-25 23:15:25 +00:00
Peter.VanderBeken%pandora.be c9e1c83792 Remove TxString.cpp. Not part of build. a=leaf 2000-05-25 23:01:08 +00:00
Peter.VanderBeken%pandora.be 8fa3a58199 Correcting comment. Not part of build. a=leaf 2000-05-25 22:59:25 +00:00
Peter.VanderBeken%pandora.be 3352d6f652 Cleaning up end-of-lines. Not part of build. a=leaf 2000-05-25 22:57:08 +00:00
Peter.VanderBeken%pandora.be 04964507ad Cleaning up string implementation. Not part of build. a=leaf 2000-05-25 22:52:27 +00:00
mj%digicool.com cbfbd753fe 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 237c43f404 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 c165e6c65b 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 58b4713250 bug 39653, describe obscure/encrypt choice better to reduce our liability, r=dp 2000-05-24 23:22:15 +00:00
dougt%netscape.com d94517e578 removing warning. 2000-05-24 22:53:15 +00:00
dougt%netscape.com c88bbbf48b 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 8a8a7f31f6 Updating new build scheme for recent checkins, NOT PART OF THE BUILD 2000-05-24 08:39:01 +00:00
rginda%netscape.com d02ccc0af5 -- 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 dc04f8063c latest changes 2000-05-24 05:04:15 +00:00
kvisco%ziplink.net 5abf0c077f Added fix from Marc Schefer regarding OR expressions 2000-05-24 05:00:25 +00:00
rginda%netscape.com 810f0710da -- 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 f4d6cfd653 updated with latest info 2000-05-24 04:54:08 +00:00
kvisco%ziplink.net 6bc53c7079 Non important changes 2000-05-24 04:29:00 +00:00
kvisco%ziplink.net 9d799f96d4 patched compilation error 2000-05-24 04:24:45 +00:00
kvisco%ziplink.net 0be997b821 Initial checkin for Olivier 2000-05-24 03:46:43 +00:00
kvisco%ziplink.net d958ae6f7e Added Olivier's changes to support the document() function 2000-05-24 03:46:31 +00:00
axel%pike.org 6bdd3d551c Fixing 40120, not part of the build 2000-05-23 13:27:50 +00:00
kvisco%ziplink.net a71e89eecd updated date 2000-05-23 08:33:18 +00:00
kvisco%ziplink.net 907f8df89e added changes by Marina for lang() support 2000-05-23 08:32:42 +00:00
kvisco%ziplink.net e32ae5dc27 Added changes by Marina for lang() 2000-05-23 08:30:09 +00:00
kvisco%ziplink.net 6495695b84 Added changes by Marina for lang() 2000-05-23 08:24:33 +00:00
kvisco%ziplink.net 98c928437a Added changes by Marina 2000-05-23 08:17:42 +00:00
sspitzer%netscape.com ae15dd9ee7 fix for #39205, pref.css is no more. r=ben 2000-05-23 04:08:54 +00:00
thayes%netscape.com 99425bebf7 Change UI Events for PSM to modal r=dougt bugid=26085 2000-05-23 01:08:34 +00:00
dougt%netscape.com 0da3936bb1 correcting invalid port number. They should be -1, not zero. 2000-05-20 00:19:24 +00:00
dougt%netscape.com 4ea1d81354 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 1c4bb9af0c -- 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 be6502d4fe fix bug 39607, crash when multiple logins saved for same site, r=dveditz 2000-05-18 21:54:38 +00:00
morse%netscape.com 53b8c359c5 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 628f5b5062 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 c2bc1172b3 -- 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 504911d217 Work around crash, leak instead. Not part of build yet. a=leaf 2000-05-18 11:57:09 +00:00
Peter.VanderBeken%pandora.be a5db27d66b Converting to new string APIs. Not part of build yet. a=leaf 2000-05-18 11:43:44 +00:00
kvisco%ziplink.net 29287ecb9e points to the new standalone dom directory 2000-05-18 09:18:35 +00:00
kvisco%ziplink.net c48ff0c68f this file is used to point to the correct dom.h 2000-05-18 09:17:41 +00:00
kvisco%ziplink.net a238051179 updated to point to the root directory 2000-05-18 09:16:45 +00:00
kvisco%ziplink.net 46ffce9f31 removed dependancies on DOM object files 2000-05-18 09:15:45 +00:00
kvisco%ziplink.net 316bbf6d20 moved from source/dom 2000-05-18 08:31:46 +00:00
kvisco%ziplink.net 18a3070b4d moved to standalone subdirectory 2000-05-18 08:29:45 +00:00
kvisco%ziplink.net 675969c75a 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 2f0066b0a9 a=syd. someone had bad dir in makefile 2000-05-18 03:22:01 +00:00
kvisco%ziplink.net 3ef3acabbb should not be in CVS 2000-05-18 03:18:40 +00:00
sfraser%netscape.com b014817746 Remove NetworkModular.shlb from the optimized target 2000-05-17 09:45:32 +00:00
warren%netscape.com 655db9fcdc Bug 39416. Made ftp work with single sign-on for more than one user/host. 2000-05-17 07:12:40 +00:00