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

149444 Коммитов

Автор SHA1 Сообщение Дата
peterv%netscape.com d980bd86f3 Fix for bug 126214 (peterv broke XSLT system-property function). r=sicking, sr=jst. 2005-11-02 07:37:41 +00:00
peterv%netscape.com de65411e1d Fix for bug 146964 (Bug in format-number XSLT function). r=sicking, sr=jst. 2005-11-02 07:37:40 +00:00
peterv%netscape.com 3195d893d2 Fix for bug 126463 (Occurances of uninitialized variables being used before being set (in extensions/transformiix).) r=sicking, sr=jst, a=asa. 2005-11-02 07:37:39 +00:00
sicking%bigfoot.com ebde346572 Bug 140687: Make substring() for all start-indexes
r=Pike, sr=jst
2005-11-02 07:37:38 +00:00
sicking%bigfoot.com 3029e0f9bc Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more.
b=104758 r=Pike sr=jag
2005-11-02 07:37:37 +00:00
sicking%bigfoot.com 6ad850987a Fix IRIX bustage 2005-11-02 07:37:36 +00:00
sicking%bigfoot.com 6255654f32 Make relational comparisons between NodeSets and booleans follow the spec.
b=116540 r=Pike sr=jst
2005-11-02 07:37:35 +00:00
sicking%bigfoot.com 28f01b536c Fix whitespacehandling by looking for xml:space-attributes when needed and only when needed.
b=163856 r=Pike sr=bz
2005-11-02 07:37:34 +00:00
peterv%netscape.com 1ef2bc52d6 Fix for bug 103235 (Implement DOM Level 3 XPath WD). r=sicking, sr=jst, a=dbaron. 2005-11-02 07:37:33 +00:00
peterv%netscape.com 809559323a Fix for bug 92377 (Build failure: dom/src/base/nsDOMClassInfo.cpp depends on extensions/xmlextras). r=shaver, sr=jst, a=asa. 2005-11-02 07:37:32 +00:00
alecf%netscape.com 8783e800be one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2005-11-02 07:37:31 +00:00
peterv%netscape.com 1de7660eb4 Bustage fix. 2005-11-02 07:37:30 +00:00
dougt%netscape.com b89e6d73c7 Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2005-11-02 07:37:29 +00:00
seawood%netscape.com b8c1ceec4f Apply patches from FreeBSD's Ports system.
Thanks to Jeremy Lea <reg@shale.csir.co.za> for the patch.
Bug #112987 r=cls a=asa
2005-11-02 07:37:28 +00:00
sicking%bigfoot.com 5fef009a66 Fix one *nix build bustage 2005-11-02 07:37:27 +00:00
sicking%bigfoot.com 8d0ed41f75 Bug 122001. Implement txExpandedNameMap. Add QName parsing and some operators to txExpandedName.
r=peterv sr=jst a=asa
2005-11-02 07:37:26 +00:00
sicking%bigfoot.com c8066d4eaa Final part of bug 59912. Call SetDocument before adding any attributes on elements in the result of XSLT-transformations. This fixes (at least) onclick-like attributes.
r=peterv sr=jst
2005-11-02 07:37:25 +00:00
peterv%netscape.com 5398b85bc0 Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2005-11-02 07:37:24 +00:00
sicking%bigfoot.com dfdf39e082 Fix crasher in key()'s when context-node is a document.
b=120074 r=Pike,peterv sr=jst
2005-11-02 07:37:23 +00:00
sicking%bigfoot.com 983e50d6f6 [Not part of build]
Make standalone TransforMiiX build again. Fix merge-conflict resolved the wrong way.

No bug. r=hwaara.
2005-11-02 07:37:22 +00:00
sicking%bigfoot.com 6ae80af038 Bug 95779 - Key cached expressions and patterns on node they appear in rather then string.
r=Pike sr=jst
2005-11-02 07:37:21 +00:00
bzbarsky%mit.edu a9cc46e1a9 Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2005-11-02 07:37:20 +00:00
sicking%bigfoot.com 4cc683aa0d Bug 105979 - Cleanup NodeSetFunctionCall and Tokenizer classes
r=Pike,peterv sr=jst
2005-11-02 07:37:19 +00:00
jaggernaut%netscape.com cb08fc5e40 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2005-11-02 07:37:18 +00:00
seawood%netscape.com 0e324837fc Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2005-11-02 07:37:17 +00:00
sicking%bigfoot.com a29555dcb9 Make Double purly static. Fix some bugs and exactness problems in Double::toString and Double::toDouble. Remove the Integer class.
b=96143 r=Pike sr=scc
2005-11-02 07:37:16 +00:00
axel%pike.org 0445c09b06 bug 104042, more leaked exprResults. r=peterv, sr=jst 2005-11-02 07:37:15 +00:00
axel%pike.org 0c99f91d9e bug 104042, fix leaks in main (ifstream) and UnionExpr::evaluate (adding a null check and some iteratorlove, too), r=sicking@bigfoot.com,peterv, sr=jst 2005-11-02 07:37:14 +00:00
axel%pike.org 00665d5961 bug 70855, add NSPR logging to transformiix, mere printf's for standalone. r=peterv, sr=heikki 2005-11-02 07:37:13 +00:00
dbaron%fas.harvard.edu b594ba685d Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin 2005-11-02 07:37:12 +00:00
peterv%netscape.com 6dbe002cae Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst. 2005-11-02 07:37:11 +00:00
dbaron%fas.harvard.edu 558132da05 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2005-11-02 07:37:10 +00:00
sicking%bigfoot.com cad07af2bb Move document-order logic from DOMHelper to the Nodes. Kill the DOMHelper class since it's no longer needed.
Also fix an off-by-one error in the documentorder sorting routine.

r=Pike, peterv sr=jst
2005-11-02 07:37:09 +00:00
peterv%netscape.com 61344cb748 Fix for bug 105808 (We need atomtables for all xslt elements and attributes). r=Pike, sicking, sr=jst. 2005-11-02 07:37:08 +00:00
sicking%bigfoot.com 22667910ed Implement format-number() and <xsl:decimal-format>
b=65983 r=Pike sr=jst
2005-11-02 07:37:07 +00:00
peterv%netscape.com 009fdc44d4 Fix for bug 65858 (Rework XSLT sorting). r=sicking, Pike, sr=jst. 2005-11-02 07:37:06 +00:00
sicking%bigfoot.com 5ab951d60b Cleanup the generate-id() xpath function implementation.
b=101672 r=peterv, Pike sr=jst
2005-11-02 07:37:05 +00:00
sicking%bigfoot.com 53180d2c08 Implement xsl:import. This dosn't implement any import precedence but gives us the infrastructure to do so.
b=78068 r=peterv sr=shaver
2005-11-02 07:37:04 +00:00
sicking%bigfoot.com b479218e23 Clean up NumberFunctionCall.cpp: make all numberfunctions NaN and Inf safe, make round() work on windows, make all numberfunctions out-of-mem safe
b=102185 r=Pike sr=shaver
2005-11-02 07:37:03 +00:00
peterv%netscape.com f5041e9ea0 Fix for bug 73936 (xsl:include/xsl:import/document() doesn't work). r=Pike/sicking, sr=jst. 2005-11-02 07:37:02 +00:00
peterv%netscape.com e6db0e7b24 Warning fixes. r=sicking, rs=jst. 2005-11-02 07:37:01 +00:00
sicking%bigfoot.com ef07623669 Make the XPath engine handle CDATA sections as text-nodes.
b=92786 r=peterv, pike sr=jst

Mixed small fixes and comments.
b=99792 r=peterv sr=jst
2005-11-02 07:37:00 +00:00
sicking%bigfoot.com dc2754f073 Make PathExpr::matches more clever and remove specialcasing of absolute path expressions
b=97107 r=peterv sr=jst
2005-11-02 07:36:59 +00:00
axel%pike.org b50a307fe2 53518, fix NaN handling on certain platform. Copied code from js lib to transformiix, license change courtesy of Netscape. checkin on behalf on sicking@bigfoot.com. r=peterv,me, sr=scc 2005-11-02 07:36:58 +00:00
axel%pike.org fc51a7858c bug 98704, kill ContextState|ProcessorState|DOMHelper::getParentNode, r=sicking, peterv; sr=jst 2005-11-02 07:36:57 +00:00
sicking%bigfoot.com 3648055cf6 Fix default-priorities for patterns and priorities for templates.
b=84677 r=Pike sr=shaver
2005-11-02 07:36:56 +00:00
axel%pike.org 0387d4af3a bug 104042, fix leak in standalone namespacemanager, r=sicking,peterv, sr=jst 2005-11-02 07:36:55 +00:00
axel%pike.org 42cf76e56d bug 76070, namespace and localName atom support for transformiix. original work by Jonas Sicking, alot of work by me. r=peterv, sicking@bigfoot.com, sr=jst 2005-11-02 07:36:54 +00:00
cls%seawood.org 934f14f8db Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=peterv sr=brendan@mozilla.org
2005-11-02 07:36:53 +00:00
axel%pike.org 56f14af751 bug 89017, PredicateList::evaluatePredicates redone, + code cleanup. r=peterv,sicking,sr=jst 2005-11-02 07:36:52 +00:00