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

52 Коммитов

Автор SHA1 Сообщение Дата
kvisco%ziplink.net 4928ede4ff updated with latest information 2000-03-23 10:55:37 +00:00
kvisco%ziplink.net d3f6a7c335 updated with latest contributions 2000-03-23 10:42:07 +00:00
kvisco%ziplink.net e872ed638a updated date 2000-03-23 10:17:54 +00:00
kvisco%ziplink.net 37ec59e75a fixed some Unicode bugs reported by Lidong 2000-03-23 10:17:14 +00:00
kvisco%ziplink.net f17e2b0991 updated to handle proper conversion to NumberResult (Olivier Gerardin) 2000-03-19 08:01:58 +00:00
kvisco%ziplink.net edef084c4e Added support for XPath number functions (Olivier Gerardin) 2000-03-19 08:00:20 +00:00
kvisco%ziplink.net 6fc4ce9093 updated to test number functions (Olivier Gerardin) 2000-03-19 07:58:20 +00:00
kvisco%ziplink.net 82269daa7d fixed missing prototype 2000-03-17 08:06:57 +00:00
kvisco%ziplink.net 9a85e6f340 latest contributors 2000-03-17 07:43:43 +00:00
tomk%mitre.org 5dc424cc72 Same fix as before, better comment in header. 2000-03-10 12:06:45 +00:00
tomk%mitre.org 40d8d483e1 Fixed a bug in String::indexOf(const String& data, Int32 offset) where there
was not value being returned.  This class is not part of the regular Mozilla
Build.
2000-03-10 12:02:31 +00:00
tomk%mitre.org 047da2712f Misc. fixes for issues found during wrapper testing. The classes affected by
this change are not part of the regular Mozilla build.
2000-03-03 21:03:55 +00:00
tomk%mitre.org bc6cc05811 Misc. fixes from wrapper testing. The classes affected by this submission is
not part of the regular mozilla build process.
2000-03-03 21:02:41 +00:00
kvisco%ziplink.net 2ca95debf8 updated to support TxObject and ArrayList 2000-03-02 09:22:29 +00:00
kvisco%ziplink.net f23e97e72d initial checkin, a list implementation using an array which will grow
automatically as elements are added.
2000-03-02 09:19:38 +00:00
kvisco%ziplink.net 305608a99f initial checkin, a base object used by some of my other classes 2000-03-02 09:16:44 +00:00
kvisco%ziplink.net 82879f5510 updated with latest changes 2000-02-22 11:25:41 +00:00
kvisco%ziplink.net dd77057558 This file is a duplicate of docs/release.txt 2000-02-22 11:20:32 +00:00
kvisco%ziplink.net 00fc00e762 This file is a duplicate of docs/changes.txt 2000-02-22 11:19:43 +00:00
kvisco%ziplink.net 1c6139b302 Added support for getting the parent node of an Attribute, also added support
for sorting a NodeSet by document order.
2000-02-22 11:16:42 +00:00
kvisco%ziplink.net 9c13273b8e Initial check in of DOMHelper.cpp, used to overcome some DOM related
deficiencies.
2000-02-22 11:12:57 +00:00
kvisco%ziplink.net 6b792d69ae Simple cleanup on source 2000-02-22 11:10:01 +00:00
kvisco%ziplink.net 33206be0b2 updated with latest contributors 2000-02-19 06:50:01 +00:00
kvisco%ziplink.net 9a07a0eae5 fixed bug where xsl:param was getting processed, and then also treated as a
literal element.
2000-02-19 06:43:12 +00:00
kvisco%ziplink.net 090e26e963 some additional documentation 2000-02-18 01:44:41 +00:00
kvisco%ziplink.net 7a9547d1bb some additional documentation 2000-02-18 00:58:55 +00:00
kvisco%ziplink.net 193ebb10de fixed some incorrect information 2000-02-18 00:20:58 +00:00
kvisco%ziplink.net 44d474c5e6 updated with latest information 2000-02-18 00:19:26 +00:00
kvisco%ziplink.net 02e7c80bd8 I finally included the FreeBSD changes from Eric Du with respect to floating point handling, sorry for the delay 2000-02-18 00:11:24 +00:00
kvisco%ziplink.net 4b6e3d6a12 updated to correctly reflect the status 2000-02-17 23:51:14 +00:00
kvisco%ziplink.net a3e892b841 updated with latest contributors 2000-02-17 21:20:05 +00:00
kvisco%ziplink.net 1a199cd5ea Updated to handle changes in StringList.cpp 2000-02-17 20:57:16 +00:00
kvisco%ziplink.net 270bafae77 #iterator now returns a pointer to StringListIterator instead
of a reference.
2000-02-17 20:56:20 +00:00
kvisco%ziplink.net 7df34f04e4 Did some minor clean-up of code 2000-02-17 07:58:10 +00:00
kvisco%ziplink.net d8061a5bd5 Fixed bug with #isEmpty (which return the opposite of the expected value) 2000-02-17 07:54:57 +00:00
kvisco%ziplink.net 047d08c7cc fixed bug with using wildcards 2000-02-17 03:30:32 +00:00
kvisco%ziplink.net e10f573724 updated XSLT namespace 2000-02-17 03:29:30 +00:00
kvisco%ziplink.net e3ea745c08 updated stylesheets to use correct XSLT namespace 2000-02-17 03:28:53 +00:00
tomk%mitre.org c6369d1e5e Added a generic Makefile to simply build the Mozilla DOM wrapper classes.
Fixed a bug in the wrapper factory methods in MozillaDocument.cpp.  The bug
could cause seg. faults if a "null" mozilla object was being wrapped.

Note:  These files are not part of the regular Mozilla build.
2000-02-15 15:19:15 +00:00
tomk%mitre.org 0d616d4d03 Fixed MAC build problem where MozillaProcessingInstruction.cpp was too long of
a file name.  Some changes were also made to testMozDOM.cpp to test other
appects of the wrapper classes.  (TransforMIIX is not part of the regular
Mozilla building process, and is not build automatically)
2000-02-11 12:47:27 +00:00
tomk%mitre.org 167300f8c4 The implementation of the Mozilla DOM wrapper classes. testMozDOM.cpp is an
example of how to use/test the classes and makedom is a sample make file for
building the test app and all classes.
2000-02-02 18:44:48 +00:00
tomk%mitre.org dc16d6df05 Removed these files so they can be replaced with the actual Mozilla DOM wrapper
classes following the Mozilla* naming convention.
2000-02-02 18:32:45 +00:00
tomk%mitre.org 781302ab65 Changes and additions to support DOM wrapper classes. 2000-02-02 18:17:30 +00:00
pp%ludusdesign.com 13efd9e8c6 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
warren%netscape.com 4ab4ee4d4e Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
kvisco%ziplink.net 4991af52cd Added preliminary DocumentHandler.h
Added changes from Bob Miller (kbob@oblix.com) which fix some
memory leaks.
1999-11-25 03:03:07 +00:00
kvisco%ziplink.net 719073de41 *** empty log message *** 1999-11-18 04:40:02 +00:00
nisheeth%netscape.com 8a090c1995 Checkin won't affect build. Re-applying mozilla specific defines that weren't included in the source drop from Keith. 1999-11-15 07:48:36 +00:00
nisheeth%netscape.com eece311721 Checkin not part of build Checking in new files for Transformiix from Keith Visco (keith@ziplink.net) 1999-11-15 07:28:04 +00:00
nisheeth%netscape.com 6f01c5de64 Checkin not part of build. New version of Transformiix from Keith Visco (kvisco@ziplink.net) 1999-11-15 07:13:17 +00:00