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

495 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
axel%pike.org aad89c10f5 not part of the build; make buster start up twice as fast, r=sicking@bigfoot.com; thanx to sicking for XUL update of the search button 2001-04-27 09:20:59 +00:00
heikki%netscape.com ca3a97dba5 Bug 76641, back out baseURI property in the Node interface to fix binary compatibility. baseURI property is implemented in a different way on the DOM conversion branch, so baseURI will get back when the branch lands. This fix by jst, r=heikki, sr=brendan, a=chofmann. 2001-04-24 00:04:11 +00:00
peterv%netscape.com ea53c3efde Fix access paths and remove expat lib, we're not using that. Not part of the default build. r/sr=me. 2001-04-17 11:14:39 +00:00
peterv%netscape.com 91ed3b386d Fix for bug 56087 (XSLTProcessor::TransformDocument can't work on existing document). Not part of the default build. r=dr, sr=jst. 2001-04-17 11:13:13 +00:00
axel%pike.org f919e41152 not part of default build; PathExpr did wrong for //; code by sicking, r=me, sr=shaver, bug 75307 2001-04-14 17:24:59 +00:00
peterv%netscape.com 37e1f10ad1 Fix for 70979 (DOMHelper::getParentNode doesn't work in mozmodule). Not part of default build. Code by sicking, r=Pike, sr=shaver. 2001-04-12 14:12:11 +00:00
peterv%netscape.com 9fa9f6b879 Fix for bug 71367 (use Node::getBaseURI to resolve relative urls for import and include). Not part of default build. Patch by sicking, r=me, sr=shaver. 2001-04-12 14:04:52 +00:00
peterv%netscape.com 3167410fab Fix for bug 75534 (transformiix doesn't compile). Code by Pike, r=me, sr=jst. 2001-04-12 10:13:59 +00:00
axel%pike.org 33d45413dc not part of default build, fix for 75309, code by sicking, r=me, sr=shaver; fixes local-name and name for some node types 2001-04-12 07:13:08 +00:00
axel%pike.org b3fa21a573 not part of build, code by sicking, r=peterv,me,sr=shaver, fixing 75304, and 70865, whitespace and locationstep 2001-04-11 15:01:05 +00:00
axel%pike.org 9bd17f0c80 not part of build, fixing testcase. XPath lexes as much as possible, div4 is not matching div operator. r=peterv 2001-04-11 10:32:45 +00:00
peterv%netscape.com 9449b1e671 Fix for 74873 (Make transformiix |#include|s better). Patch by Axel Hecht. Not part of default build. r=peterv, sr=scc. 2001-04-08 14:45:17 +00:00
peterv%netscape.com 816a29f844 Fix for 74873 (Make transformiix |#include|s better). Patch by Axel Hecht. Not part of default build. r=peterv, sr=scc. 2001-04-08 14:40:12 +00:00
peterv%netscape.com aa2fd640ff Removing use of HashTable (bug #69091). Not part of default build. r=Pike. 2001-04-03 14:31:33 +00:00
peterv%netscape.com af2373c56f Removing unused files. Not part of default build. r=Pike. 2001-04-03 13:00:38 +00:00
peterv%netscape.com 050b1f646b Fix some of bug #59853 (new operator should be used with more care). Not part of default build. r=Pike. 2001-04-03 12:38:01 +00:00
peterv%netscape.com ad817d692b Fix some leaks (bug #72179). Not part of default build. r=Pike. 2001-04-03 12:36:07 +00:00
peterv%netscape.com 6e5516f95a Allow use of Transformiix in embedding (bug #72143). Not part of default build. r=heikki. 2001-04-03 12:33:03 +00:00
peterv%netscape.com 168ebf95bc Removing use of HashTable (bug #69091). Removing CommandLineUtils from module build. Not part of default build. r=Pike. 2001-04-03 12:30:50 +00:00
peterv%netscape.com 609a494db8 Small clean-up. Not part of default build. r=Pike. 2001-04-03 12:25:03 +00:00
peterv%netscape.com 955a888e22 Redesign wrappers a bit (bug #65237). Comment out nslogging stuff for now. Use mozilla's new GetBaseURI. Not part of default build. r=Pike. 2001-04-03 12:23:03 +00:00
axel%pike.org 1e5a7b8b81 not part of build; do attribute comparison better in DiffDOM.js, r=peterv 2001-03-30 08:55:53 +00:00
axel%pike.org 5f961ed6d0 not part of build, buster CSS cleanup, thanx to glazou, getting rid of !importants 2001-03-27 12:26:44 +00:00
axel%pike.org 76f46987c3 not part of the build; XSLT buster rework, the grid one was horked by the xul change, this one moved to outliner, yeah 2001-03-23 10:43:55 +00:00
blakeross%telocity.com 0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net 1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
axel%pike.org 08ad4c34ba not part of build;fixing 72436; bring Makefile uptodate, code by kvisco, r=me 2001-03-21 18:54:02 +00:00
axel%pike.org 852b6c87b8 not part of build; fixing 72532; r=peterv 2001-03-19 21:48:19 +00:00
timeless%mac.com 6cf0d97f11 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
danm%netscape.com 146aaf79b9 Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt,vidur 2001-03-12 23:08:55 +00:00
shaver%mozilla.org fcf7cd0d9f 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
axel%pike.org c67c2bcf75 not part of build; adding logging by sicking, robustness by peterv, speed by me. (last patch before moving to outliner?) 2001-03-09 08:52:49 +00:00
axel%pike.org 52eeeecb1d not part of build; adding xpcom logging, r=peterv 2001-03-07 00:51:38 +00:00
axel%pike.org 2447a9a873 not part of build; adding XPCOM logging, and whitespace in documents, r=peterv 2001-03-07 00:42:57 +00:00
Peter.VanderBeken%pandora.be d781ef48cd Fix for bug #68605 (correct the XSLT document() function). Patch by Jonas Sicking <sicking@bigfoot.com>, r=me. Not part of the default build. 2001-03-06 00:14:56 +00:00
Peter.VanderBeken%pandora.be da72dc2d60 Fix for bug #68605 (correct the XSLT document() function). Patch by Jonas Sicking <sicking@bigfoot.com>, r=me. Not part of the default build. 2001-03-06 00:12:43 +00:00
axel%pike.org d5844e66ac not part of build; adding color and scrollbars, thanx to peterv. Adding late population of grid, respecting the search entry 2001-03-05 15:39:28 +00:00
axel%pike.org bfb96d3958 not part of build, the string wrapper misses the last char in ::toCharArray() 2001-03-04 21:17:33 +00:00
axel%pike.org ad9cd60d3b not part of build; adding a XUL interface to use the xalan conformance tests for transformiix 2001-03-02 03:45:29 +00:00
axel%pike.org a229441467 not part of build; Calling ::Normalize() on result document, hack to get the xalan buster return useful hints on errors 2001-03-02 03:40:48 +00:00
dougt%netscape.com 128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
axel%pike.org f2a5ae0bb5 not part of build, improve XSLT performance, code by keith, r=me (peterv) 2001-02-15 09:21:03 +00:00
Peter.VanderBeken%pandora.be 57522bd447 Not part of default build. Keep Transformiix compiling on Mac. 2001-02-14 15:59:53 +00:00
axel%pike.org fa5531f56e NOT PART OF BUILD, mozilla module should take stylesheet URL as base, too; r=peterv 2001-02-14 15:14:20 +00:00
disttsc%bart.nl 3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com 1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
kvisco%ziplink.net f32e0cfb52 Not part of regular build. Updated to allow standalone linux version to build. 2001-02-03 06:35:05 +00:00
Peter.VanderBeken%pandora.be 3710a93dd9 Fix for bug 67024. Not part of the build. r=Pike. 2001-01-31 11:48:55 +00:00
axel%pike.org 1c22d52c14 not part of build, fixing 65987, current() function. Code by kvisco@ziplink.net, r=peterv,me. 2001-01-27 15:05:41 +00:00
axel%pike.org ed4ef8883e not part of build, code by peterv, r=me, bugs bugs 65977 & 65978, xslt function lib, + windows bustage 2001-01-24 14:48:48 +00:00
axel%pike.org 3742cbc44f not part of build, code by peterv, r=me, bugs 65977 & 65978, xslt function lib, + windows bustage 2001-01-24 14:44:05 +00:00
axel%pike.org 3cea0ec423 not part of build, simple fix to get |NodeType()| right, have comment nodes in standalone, warning fix in nsNodeSet.h 2001-01-22 21:54:23 +00:00
axel%pike.org 3e370d98c8 not part of build, code by peterv, r=me. Getting xhtml output right. little fix for translate(), comment cleanup 2001-01-22 20:23:50 +00:00
axel%pike.org fbdd098b71 not part of build, namespace handling changed, synching mozilla parts, r=peterv 2001-01-22 15:53:06 +00:00
axel%pike.org 4ac9ea3d65 not part of build, I hope that's all of WildCardExpr.cpp 2001-01-22 15:03:12 +00:00
axel%pike.org a7ec2603f7 not part of build, removing unused file WildCardExpr.cpp 2001-01-22 14:21:21 +00:00
axel%pike.org 32876664a6 not part of build, bring build in synch with Keith's changes 2001-01-22 14:12:16 +00:00
axel%pike.org a683caf7d8 not part of build, forgot idl file in last checkin. 2001-01-22 12:33:50 +00:00
kvisco%ziplink.net 6392861efd Not part of regular build. Added attribute axis test. 2001-01-22 09:56:42 +00:00
kvisco%ziplink.net 47cfd09205 Not part of regular build. Improved namespace handling. 2001-01-22 09:39:55 +00:00
kvisco%ziplink.net 0d8d5a5ee3 Not part of regular build. NamedMap now handles TxObject instead of MITREObject 2001-01-22 09:38:29 +00:00
kvisco%ziplink.net 2dd9ef3e86 Not part of regular build. Removed WildCardExpr, updated all necessary files.
Removed Token::WILD_CARD. Wild cards are handled in ElementExpr and
AttributeExpr accordingly.
2001-01-22 09:36:19 +00:00
kvisco%ziplink.net f11de4ec67 Not part of regular build. Added getNameSpace method. 2001-01-22 09:32:40 +00:00
kvisco%ziplink.net 978ccbb783 Added implementation of evaluate 2001-01-20 04:42:26 +00:00
kvisco%ziplink.net 4e46f0a144 Added CurrentFunctionCall and SystemPropertyFunctionCall to the Makefile so
that the standalone linux version builds again
2001-01-20 04:21:52 +00:00
axel%pike.org c76bb0249c not part of build, nsNodeSet is not part of transformiix standalone. sorry. 2001-01-19 22:20:24 +00:00
axel%pike.org 8648842440 not part of build, code by peterv, r=me, fixing XPathProcessor, nsISynchLoader, cleanup 2001-01-19 21:24:44 +00:00
axel%pike.org 8f313b10c4 not part of build, bug 65058, NamedMap crash, MozillaString fixup, r=peterv 2001-01-19 10:43:27 +00:00
axel%pike.org bcbac73b27 not part of build, code by axel@pike.org, r=peterv; code by peterv@netscape.com, r=me. Fixing 59937, xpath function lib complete, 59649, 60059, 47720; building windows standalone, 46640; general code cleanup, fixing warnings; XPathProcessor and XSLTProcessor available to JS (work in progress) 2001-01-12 20:06:48 +00:00
axel%pike.org 074333d19f not part of the build, r=peterv, fix 54490, whitespace stripping, +whitespace cleanup in XSLTProcessor.cpp 2001-01-10 11:48:48 +00:00
axel%pike.org d74f39e9bd Not part of the build, fixes QNames really ending when hitting whitespace 2001-01-09 20:56:28 +00:00
axel%pike.org e460f6ef0b Not part of the build. more people than I thought use the old build system, synching this with my changes for transformiix' TEXTPrinter to the autoconf one 2000-11-17 10:37:00 +00:00
axel%pike.org e8e139b742 Added support for xsl:output method="text" to transformiix standalone, not part of build 2000-11-16 22:08:58 +00:00
kvisco%ziplink.net a07b59a304 Not part of regular build. ContextState now extends
NamespaceResolver. ElementExpr has some code for handling namespaces.
2000-11-07 10:49:07 +00:00
kvisco%ziplink.net f6b958a7e1 Not part of regular build. Added method for resolving by prefix only 2000-11-07 10:47:17 +00:00
kvisco%ziplink.net d054c7cf8e Not part of regular build. Added new method for NamespaceResolver 2000-11-07 10:46:03 +00:00
kvisco%ziplink.net 48e3a1ba4a Not part of regular build. Added fix for expressions starting with '/' 2000-11-07 10:42:35 +00:00
kvisco%ziplink.net 596099c506 Not part of regular build. Patch to treat "abc:*" as an CNAME 2000-11-07 08:30:51 +00:00
axel%pike.org dd41e38e19 Not part of build, doing some buffer init on String wrapper 2000-11-03 20:48:41 +00:00
axel%pike.org 9e29f9f208 Fixing 53327, patch by jjs@acis.com.au, r=me, string() returns comment nodes, +whitespace, not part of build 2000-10-26 16:45:26 +00:00
axel%pike.org d563be21fc adding the version="1.0" for some stylesheets, not part of build 2000-10-25 16:45:33 +00:00
Peter.VanderBeken%pandora.be f58fbc8415 Add back incorrectly removed #ifdef. Not part of default build. a=leaf. 2000-10-06 08:59:46 +00:00
Peter.VanderBeken%pandora.be 27c12c1afc Move getNameSpaceURI before html hack. Not part of default build. a=leaf. 2000-10-06 08:45:01 +00:00
axel%pike.org 1ca69a20fc Adding magic for creating transformiix xpi's on unix. Depends on patch at 22062, not part of build 2000-10-04 22:47:01 +00:00
axel%pike.org 4980010dcc fix for 51656, patch by jjs@acis.com.au (Jus), r=me,pvb, attributes in html output, not part of build 2000-10-04 22:43:59 +00:00
axel%pike.org 670e0f8cf3 removing windows linefeeds, still reminents from the old days, not part of build 2000-09-29 14:58:26 +00:00
Peter.VanderBeken%pandora.be 3e5ae4d5dc Fix for bug #53323, provided by jjs@acis.com.au. r=me. Not part of default build. a=leaf. 2000-09-29 12:19:15 +00:00
Peter.VanderBeken%pandora.be 6350985326 Fixing compiler warnings. Not part of default build. a=leaf. 2000-09-29 12:17:23 +00:00
kvisco%ziplink.net 82f45810c1 Not part of regular build, a=leaf. Fixed xsl:include, reported by Steve Tinney 2000-09-26 07:38:51 +00:00
locka%iol.ie b78abdf560 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
Peter.VanderBeken%pandora.be ead285ac6f Adding MozillaObjectWrapper.cpp. Not part of default build. a=leaf. 2000-09-18 06:18:55 +00:00
Peter.VanderBeken%pandora.be 8ed3b0164a Fix bug #51494. Not part of default build. a=leaf. 2000-09-18 06:06:10 +00:00
Peter.VanderBeken%pandora.be 42e80d8d81 Enabling XSLT hooks in layout in default build. Bug #42228. r=axel@pike.org, a=waterson@mozilla.org. 2000-09-16 20:53:08 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
kvisco%ziplink.net 68cd705230 Not part of regular build, a=leaf. Updated with latest change and contributor
information.
2000-09-07 03:58:17 +00:00
kvisco%ziplink.net d8380d7556 Not part of regular build, a=leaf. Added the missing char casts after doing the
UTF-8 encoding.
2000-09-07 03:40:24 +00:00
axel%pike.org 3f4b9a2e0e not part of build. fixing missing file in expat update 2000-09-06 10:46:03 +00:00
kvisco%ziplink.net 16921a95b8 Not part of regular build, a=leaf. Updated the UTF-8 printing, hopefully I
handle this correctly.
2000-09-06 09:48:12 +00:00
kvisco%ziplink.net 488c63fe63 Not part of regular build, a=leaf. Updated Expat to latest version. 2000-09-06 07:22:09 +00:00
kvisco%ziplink.net c396c43cf1 Not part of regular build, a=leaf. Added the option to destroy objects
contained in the list, this feature checks for duplicates in the list before
deleting.
2000-09-06 07:05:32 +00:00
axel%pike.org f4423648bd Adding MozillaObjectWrapper to windows component. not part of build. 2000-09-05 07:38:32 +00:00
axel%pike.org b76c3231d8 Not part of build, fixing unix, missing object, const, part of #42228, r=pvb 2000-09-04 16:25:27 +00:00
axel%pike.org 85ec01adef Not part of build, removing CRLF cruft, part of 46640 2000-08-29 11:49:47 +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
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
kvisco%ziplink.net 1a93cb5aaa Not part of regular build, a=leaf. Changed name from DocumentHandler.h 2000-08-21 06:33:45 +00:00
kvisco%ziplink.net 29b6e8f23f Not part of regular build, a=leaf. Changed the name of this file to XMLEventHandler.h. 2000-08-21 06:32:49 +00:00
axel%pike.org 1454b62393 Removing old debug code, not part of the build 2000-07-25 15:12:04 +00:00
axel%pike.org 518b67452a Adding makefile.wins for transformiix examples, not part of build, submitted by Arthur Barrett, raised build number and updated contributors/changes 2000-07-25 07:03:40 +00:00
nisheeth%netscape.com 11600d0b89 Checking in patches submitted by Justin Smith (jjs@acis.com.au) that fix the windows build of transformiix. Thanks, Justin! Does not affect the mozilla build. 2000-07-24 20:35:08 +00:00
kvisco%ziplink.net 3aeaca279b Not part of regular build, a=leaf. Updated changes and contributor info. 2000-07-23 07:57:12 +00:00
kvisco%ziplink.net 807ea5576a Not part of regular build, a=leaf. Updated version info. 2000-07-23 07:43:37 +00:00
kvisco%ziplink.net ea462621ec Not part of regular build, a=leaf. Updated some test files. 2000-07-23 07:25:30 +00:00
kvisco%ziplink.net 94dad61bfd Not part of regular build, a=leaf. Fixed bug I introduced with a previous patch. prevToken was getting set to NULL in some places when it shouldn't. 2000-07-23 07:24:45 +00:00
kvisco%ziplink.net d0df6e3f84 Not part of regular build, a=leaf. Fixed bug when printing comments; removed leading and trailing whitespace. 2000-07-23 06:45:59 +00:00
Peter.VanderBeken%pandora.be 6d488d6bb3 Make sure to return the prefix for attributes if necessary. Not part of build. a=leaf. 2000-07-14 10:32:52 +00:00
axel%pike.org 9368491fdc Getting the build process up for Windows, thanx to Arthur Barrett
not part of build, still need to conditionally add transformiix to
extensions/makefile.win
2000-07-11 10:32:17 +00:00
axel%pike.org ecb5362cfc Use own impl of rint for windows and platforms without one, not on mac
not part of build
2000-07-11 09:47:37 +00:00
axel%pike.org 6af8630656 Fix nested relative includes, not part of build, a=leaf 2000-07-10 12:08:00 +00:00
Peter.VanderBeken%pandora.be 508b7d367b Remove redundant define. Not part of build. a=leaf. 2000-07-07 23:34:12 +00:00
Peter.VanderBeken%pandora.be 2e63593166 Get rid of MOZILLA, use MOZ_XSL. Not part of build. a=leaf. 2000-07-07 21:54:52 +00:00
axel%pike.org 96fae6045f Removing unused Makefile.in, not in allmakefiles.sh, not part of build 2000-07-07 11:09:23 +00:00
axel%pike.org 861e4bd4e0 Code cleanup in extensions/transformiix, getting rid of -DMOZILLA
not part of build
2000-07-06 12:35:44 +00:00
cls%seawood.org 1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
Peter.VanderBeken%pandora.be de3aa1076c Correct typo. Not part of the build. 2000-06-29 07:09:06 +00:00
Peter.VanderBeken%pandora.be 6ee2d5ae43 Adding locale files. Not part of the build. 2000-06-28 23:01:14 +00:00
Peter.VanderBeken%pandora.be 930524fd8b Adding locale info. Not part of the build. 2000-06-28 22:57:42 +00:00
axel%pike.org 3a23f21413 Not part of build, r=kvisco, don't add abundant text nodes to document 2000-06-27 10:40:57 +00:00
Peter.VanderBeken%pandora.be c911aea053 Added expat to optimized target. Not part of build yet. 2000-06-25 20:57:37 +00:00
Peter.VanderBeken%pandora.be 294dc77b0e Use StringList (instead of hashmap) for namespace URIs. Not part of build yet. a=leaf. 2000-06-22 07:30:07 +00:00
Peter.VanderBeken%pandora.be 60b56b018a Fix UNICODE_CHAR bustage. Not part of build yet. a=leaf. 2000-06-22 07:29:20 +00:00
Peter.VanderBeken%pandora.be de91b17cf7 Remove include workaround. Not part of build yet. a=leaf. 2000-06-22 07:27:54 +00:00
kvisco%ziplink.net 13fb81c0bd Not part of build, a=leaf
Added fix from Peter Van der Beken to fix Name conflicts with NodeType tokens
Added fix to bug reported by Axel Hecht (#42502)
2000-06-19 09:03:12 +00:00
kvisco%ziplink.net a618936393 Not part of build, a=leaf
updated docs
2000-06-19 07:53:55 +00:00
kvisco%ziplink.net b92b983e5c Not part of build, a=leaf
Fixed a cut-and-paste error
2000-06-19 07:16:37 +00:00
kvisco%ziplink.net bed944d6e1 Not part of build, a=leaf
Checked in changes from Olivier to improve template parameter handling
2000-06-19 07:09:02 +00:00
rbs%maths.uq.edu.au 26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
axel%pike.org 75efe3d8a2 Updating Makefile.in, not part of build 2000-06-14 11:55:16 +00:00
axel%pike.org 09ca9cf1ce Code cleanup, not part of build, needed for SUN Workshop compilers 2000-06-13 12:10:09 +00:00
Peter.VanderBeken%pandora.be 53e90aa649 Remove DOMString. Clean up some whitespace. Add basic default namespace handling. Fix TransformDocument. Not part of build yet. a=leaf. 2000-06-11 16:56:06 +00:00
Peter.VanderBeken%pandora.be e53be60c59 Remove DOMString. Clean up some whitespace. Add basic default namespace handling. Fix TransformDocument. Not part of build. a=leaf. 2000-06-11 16:54:54 +00:00
Peter.VanderBeken%pandora.be ce544548fc Updating comment. Not part of build yet. a=leaf 2000-06-11 16:00:34 +00:00
Peter.VanderBeken%pandora.be bb7f0f065a 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 482c73e809 Cleaning up whitespace. Not part of build. a=leaf. 2000-06-11 12:31:28 +00:00
Peter.VanderBeken%pandora.be 240ae24a80 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 b50dd527d6 Removing DOMString/Cleaning up some whitespace. Not part of build yet. a=leaf. 2000-06-11 11:43:12 +00:00
ben%netscape.com a5da281d80 update extensions modules to use utility overlay and global overlay 2000-06-05 06:33:38 +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
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
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
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
axel%pike.org 0d354ec874 Updating new build scheme for recent checkins, NOT PART OF THE BUILD 2000-05-24 08:39:01 +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
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
kvisco%ziplink.net 16428f15b5 patched compilation error 2000-05-24 04:24:45 +00:00
kvisco%ziplink.net 9112f73e6e Initial checkin for Olivier 2000-05-24 03:46:43 +00:00
kvisco%ziplink.net 41954858e7 Added Olivier's changes to support the document() function 2000-05-24 03:46:31 +00:00
axel%pike.org 5db64576ba Fixing 40120, not part of the build 2000-05-23 13:27:50 +00:00
kvisco%ziplink.net 7e73ab43dc updated date 2000-05-23 08:33:18 +00:00
kvisco%ziplink.net e9f408af8f added changes by Marina for lang() support 2000-05-23 08:32:42 +00:00
kvisco%ziplink.net 0b5ee5cc6b Added changes by Marina for lang() 2000-05-23 08:30:09 +00:00
kvisco%ziplink.net 698f4f22c8 Added changes by Marina for lang() 2000-05-23 08:24:33 +00:00
kvisco%ziplink.net ed7dd9d4e7 Added changes by Marina 2000-05-23 08:17:42 +00:00
axel%pike.org d50106a0f5 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
Peter.VanderBeken%pandora.be 049c6d21a2 Work around crash, leak instead. Not part of build yet. a=leaf 2000-05-18 11:57:09 +00:00
Peter.VanderBeken%pandora.be 7d649e9239 Converting to new string APIs. Not part of build yet. a=leaf 2000-05-18 11:43:44 +00:00
kvisco%ziplink.net 41b867c668 points to the new standalone dom directory 2000-05-18 09:18:35 +00:00
kvisco%ziplink.net b8757de423 this file is used to point to the correct dom.h 2000-05-18 09:17:41 +00:00
kvisco%ziplink.net 64547de59f updated to point to the root directory 2000-05-18 09:16:45 +00:00
kvisco%ziplink.net 319a9586ff removed dependancies on DOM object files 2000-05-18 09:15:45 +00:00
kvisco%ziplink.net 392890ab2c moved from source/dom 2000-05-18 08:31:46 +00:00