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

1522 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com 8e152e1ebe #50287
r=cls, a=brendan
Add SHORT_LIBNAME for xmlextras.dll
2000-08-30 20:20:59 +00:00
svn%xmlterm.org b8355bd085 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Renamed directory extensions/xmlterm/dist to extensions/xmlterm/distrib,
per leaf's request.
2000-08-30 04:31:10 +00:00
rginda%netscape.com 64639d5d02 -- CHATZILLA ONLY --
add e.preventDefault() calls to keep [tab]s from changing focus.
fixes tabcompletion.
2000-08-30 00:35:18 +00:00
rginda%netscape.com 70eb0a3e8e -- CHATZILLA ONLY --
call String(obj) instead of obj.toString() to do conversion
2000-08-30 00:30:53 +00:00
axel%pike.org 85ec01adef Not part of build, removing CRLF cruft, part of 46640 2000-08-29 11:49:47 +00:00
morse%netscape.com fe8e6bc671 bug 49189, wallet tables not getting updated from netcenter, suggested by reeed, r=morse 2000-08-29 04:29:01 +00:00
morse%netscape.com bccb23683b bug 50157, crash when reading privacy tutorial, r=dveditz 2000-08-28 03:10:29 +00:00
morse%netscape.com 36749920f3 documentation change 2000-08-28 01:28:42 +00:00
axel%pike.org 27aa13f3a9 Not part of build, bringing configured Makefile up to date, removing compile warning in URIUtils.h (missing newline) 2000-08-27 17:24:05 +00:00
kvisco%ziplink.net f82764fc2d Not part of regular build, a=leaf. This is a fix for the last set of
integration code checked in. Moved definition of NamespaceResolver out of
this file to source/xml/NamespaceResolver.h to prevent some circular
references.
2000-08-27 06:11:56 +00:00
kvisco%ziplink.net b20f17c6f0 Not part of regular build, a=leaf. Added ifndef statement to prevent
redefinition of classes.
2000-08-27 06:00:59 +00:00
kvisco%ziplink.net 8244d64240 Not part of regular build, a=leaf. Added changes for standalone Linux support of Peter's latest checkins 2000-08-27 05:58:59 +00:00
Peter.VanderBeken%pandora.be ae982fa2ed Use getDocumentFromURI. Not part of default build. a=leaf. 2000-08-26 04:56:49 +00:00
Peter.VanderBeken%pandora.be 034715a9c7 Use getDocumentFromURI. Not part of default build. a=leaf. 2000-08-26 04:51:43 +00:00
Peter.VanderBeken%pandora.be 02a0bcb13a Add getDocumentFromURI. Not part of default build. a=leaf. 2000-08-26 04:51:00 +00:00
Peter.VanderBeken%pandora.be 0ca3ad3132 Add include. Not part of default build. a=leaf. 2000-08-26 04:45:57 +00:00
Peter.VanderBeken%pandora.be fc10912d4b Temporary work-around for problematic typedef. Not part of default build. a=leaf. 2000-08-26 04:45:02 +00:00
Peter.VanderBeken%pandora.be 0148db6653 Correct test case. Not part of default build. a=leaf. 2000-08-26 04:43:33 +00:00
Peter.VanderBeken%pandora.be 2f9d6c95c9 Make CopyNode namespace-aware. Not part of default build. a=leaf. 2000-08-26 04:41:16 +00:00
Peter.VanderBeken%pandora.be 746a1e3fc2 Update and clean-up. Not part of deafult build. a=leaf. 2000-08-26 04:34:50 +00:00
Peter.VanderBeken%pandora.be b409533f85 Define a NameSpaceResolver class. Not part of default build. a=leaf. 2000-08-26 04:29:09 +00:00
Peter.VanderBeken%pandora.be 4a8ea3f3a9 Make ProcessorState a NameSpaceResolver. Clean up source. Not part of default build. a=leaf. 2000-08-26 04:28:28 +00:00
Peter.VanderBeken%pandora.be 6e9afb08e6 Adapt for hash table changes. Not part of default build. a=leaf. 2000-08-26 04:20:14 +00:00
Peter.VanderBeken%pandora.be 6d1154770c Correct ToCharArray. Not part of default build. a=leaf. 2000-08-26 04:13:21 +00:00
Peter.VanderBeken%pandora.be c2771d7682 Adapt to better suit wrapper's needs. Not part of default build. a=leaf. 2000-08-26 04:06:39 +00:00
Peter.VanderBeken%pandora.be aa39d2fac9 Major update to the wrapper classes and clean-up of source. Not part of default build. a=leaf. 2000-08-26 04:05:28 +00:00
Peter.VanderBeken%pandora.be 5e37aa86a7 First Checked In. 2000-08-26 04:01:01 +00:00
warren%netscape.com 3ec392431b Bug 15623. Fixed registration of nsKeygenHandler. 2000-08-25 18:48:50 +00:00
locka%iol.ie ecebe2ac21 API changes for embedding. b=46847, r=dougt, a=valeski 2000-08-25 18:39:46 +00:00
morse%netscape.com 1c2deb21bb fix up jar file 2000-08-25 14:18:43 +00:00
morse%netscape.com 5e87a9c6eb minor wording change 2000-08-25 03:23:01 +00:00
morse%netscape.com d536a71603 minor wording change 2000-08-24 23:07:40 +00:00
morse%netscape.com af0f539026 bug 50097, can't close privacy window, r=dveditz 2000-08-24 14:43:25 +00:00
morse%netscape.com 59850173a5 bug 50084, move wallet demo files off the server, r=dveditz 2000-08-24 00:43:37 +00:00
rginda%netscape.com 4535d8c521 -- CHATZILLA CHANGES ONLY --
Fix case in outputstream calls to match recently changed IDLs.  Finally getting chatzilla to crash on join again. (bug 49410)
2000-08-23 21:41:09 +00:00
jst%netscape.com 9abec73fbe DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
kvisco%ziplink.net 031e310095 Not part of regular build, a=leaf. Fixed template for showing comments 2000-08-23 07:04:29 +00:00
kvisco%ziplink.net 5063532823 Not part of regular build, a=leaf. Added stylesheet example. 2000-08-23 06:12:28 +00:00
kvisco%ziplink.net fc4690ea10 Not part of regular build, a=leaf. Added support for getting the node value of processing instructions and comments (kvisco) 2000-08-23 06:11:45 +00:00
javi%netscape.com d0264fc690 Turns out this last fix is needed to fully fix Bug#45866 2000-08-23 01:24:17 +00:00
javi%netscape.com 185d19cdeb Fix for bug #45866. We were passing the wrong challenge value down to the method that generated the KEYGEN value. Fix some compiler warnings. 2000-08-23 00:24:16 +00:00
rginda%netscape.com b89555b48f -- CHATZILLA CHANGES ONLY --
removed dead libbs code (bug 39364)
partial fix for bug 47673, still blocked by bug 49410
fix for bug 46541
2000-08-22 23:58:02 +00:00
morse%netscape.com 039f751538 bug 49865, minor wording changes 2000-08-22 23:25:11 +00:00
dbaron%fas.harvard.edu 0fe676957d Get xmlterm building again (not part of default build). 2000-08-22 13:54:09 +00:00
jband%netscape.com 96b9880c3c fix bustage after nsIBaseStream removal 2000-08-22 09:21:32 +00:00
mstoltz%netscape.com ea5d41851a Fixing 41876 r=hyatt, also 48724, 49768, and crasher in nsBasePrincipal.cpp, r=jtaylor 2000-08-22 02:06:52 +00:00
ccarlen%netscape.com 648b426c7d Converted use of nsIFileLocator to nsIDirectoryService. r=morse 2000-08-22 00:39:09 +00:00
morse%netscape.com 04cc2f7b09 bug 49589, excessive bloat in wallet tables, r=valeski 2000-08-21 22:53:21 +00:00
javi%netscape.com d37ab93ebd Fix for bug #45982. Set the mode on the file picker correctly.
This allows users to back up certs successfully to new files instead
of having to over-write existing files.
2000-08-21 22:42:59 +00:00
warren%netscape.com e12f238589 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00