kvisco%ziplink.net
004985f4fa
updated to support changes to String.h/cpp
2000-03-31 07:11:29 +00:00
kvisco%ziplink.net
d4f206d32c
Fixed a memory leak when using the Translate function,
...
also made change to use the String::toUnicode method instead
of String::toCharArray
2000-03-31 07:10:12 +00:00
kvisco%ziplink.net
f0026e99fa
changed the AttributeValueTemplate parsing to be unicode safe
2000-03-31 07:08:44 +00:00
kvisco%ziplink.net
912c49a876
updated to support changes in String.cpp
2000-03-31 07:07:24 +00:00
tomk%mitre.org
16a56620b3
Changed toChar to toCharArray in String and MozillaString. Also provided is a
...
version of the function which creates its own char* buffer. These classes are
part of TransforMIIX and are not part of the automatic build process for the
rest of Mozilla.
2000-03-30 20:47:34 +00:00
kvisco%ziplink.net
55095faca6
added Olivier's fix, as well as removed some debug code
2000-03-29 08:56:07 +00:00
kvisco%ziplink.net
b08adb781b
Fixed "dot" bug with CNAME reported by Nathan Pride
2000-03-27 22:32:20 +00:00
kvisco%ziplink.net
c56cc81bcc
fixed unicode issues (Marina Mechtcheriakova)
2000-03-27 07:30:18 +00:00
kvisco%ziplink.net
089bb31938
added Peter Van der Beken's changes for integration with Mozilla
2000-03-27 07:12:10 +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
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
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
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
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
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
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nisheeth%netscape.com
1f47bc0cb5
Checking in initial version of Keith Visco's (kvisco@ziplink.net) XSL processor, Transformiix. Some glue code to interface it with mozilla is #ifdef MOZILLA protected.
1999-08-28 08:19:56 +00:00