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

9919 Коммитов

Автор SHA1 Сообщение Дата
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
jdunn%netscape.com 9bc1e17cb2 AIX's new compiler, xlC5.x, doesn't allow the use of "friend" to declare
a function prototype.  So we have to decare the function and then
declare it a friend.  When Default arguments are used, they need to
be specified in the function prototype and NOT in the friend declaration.
# 43311
r=dbaron@fas.harvard.edu
2005-11-02 07:36:51 +00:00
sicking%bigfoot.com e2e430895b Implement import precedence for attributesets, matchable templates, named templates and whitespace filtering.
b=83651 r=Pike, peterv, jst-review.pl sr=jst
2005-11-02 07:36:50 +00:00
peterv%netscape.com 1ba72c9c86 Part of fix for bug 65858 (Rework XSLT sorting) that I forgot to check in. r=sicking, Pike, sr=jst. 2005-11-02 07:36:49 +00:00
sicking%bigfoot.com 29c96dcf32 implement a -q option that supress output of the credits header in standalone transformiix
not part of build
b=101959 r=peterv sr=jst
2005-11-02 07:36:48 +00:00
peterv%netscape.com de849ed824 Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst. 2005-11-02 07:36:47 +00:00
sicking%bigfoot.com b912e24ffe Make FilterExpr check type of ExprResult before casting to NodeSet. Also sort nodeset in document order before filtering.
Bug 88736. r=peterv, sr=jst
2005-11-02 07:36:46 +00:00
sicking%bigfoot.com fb3a49384f Clean up ListIterator by removing unused flags and the almost-not-used reversed mode. Also add tx prefix to List and ListIterator classes and clean up whitespace.
Bug 85189. r=peterv, sr=scc
2005-11-02 07:36:45 +00:00
sicking%bigfoot.com 5bdcbf5a37 Remove unused (and a few almost-unused) functions in the XPath classes.
Bug 88612. r=peterv, sr=jst
2005-11-02 07:36:44 +00:00
peterv%netscape.com 49ed89f13b Warning fixes, part of bug 88623 (Clean up Transformiix code). r=sicking, sr=jst. 2005-11-02 07:36:43 +00:00
peterv%netscape.com 372c92d2ce Fix for bug 100732 (content_xsl.xpt missing in packaged bits). r=heikki, sr=jst. 2005-11-02 07:36:42 +00:00
jaggernaut%netscape.com 96edee16f6 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2005-11-02 07:36:41 +00:00
jaggernaut%netscape.com 9fae7fb904 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2005-11-02 07:36:40 +00:00
jaggernaut%netscape.com f6995c4ac8 Bug 73353: clean up the REQUIRES lines in Makefiles. 2005-11-02 07:36:39 +00:00
cls%seawood.org 805cfdb157 Use OBJ_SUFFIX instead of hardcoding .o . Should fix OS/2 bustage 2005-11-02 07:36:38 +00:00
sicking%bigfoot.com 4de60e252b Rewrite of XPath Lexer and Parser. Also implement the remaining XPath features (Unary minus and processing-insruction(Literal)). Bug 75102.
Lexer changes by Pike, parser and expressionclasses changes by me.
r=peterv Pike(on my code) me(on pikes code), sr=jst
2005-11-02 07:36:37 +00:00
sicking%bigfoot.com 41c1ac99f0 backing out, this should have gone in on the MOZILLA_0_9_2_BRANCH branch. Really sorry. 2005-11-02 07:36:36 +00:00
sicking%bigfoot.com 4ece016a9c Bustage fix. Checked in a too fresh version of txKeyFunctionCall.cpp. It's supposed to be UInt32 on the branch. 2005-11-02 07:36:35 +00:00
peterv%netscape.com b3146ec5b6 Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings. r=Pike, rs=jst. 2005-11-02 07:36:34 +00:00
axel%pike.org 72eca118c2 bug 98704, xml/dom part of beating DOMHelper::getParentNode out of the tree, r=peterv, rs=brendan 2005-11-02 07:36:33 +00:00
peterv%netscape.com f4d8ed440a Fix for bug 85548 (Move Transformiix to PRInt32/PRUint32), mostly search and replace. r=Pike, sr=jst. 2005-11-02 07:36:32 +00:00
peterv%netscape.com 64c1c5676c Fix for bug 81414 (transformiix standalone won't build, MOZ_XSL->!TX_EXE). Code by Axel Hecht, r=peterv/cls, sr=scc, a=dbaron. 2005-11-02 07:36:31 +00:00
axel%pike.org 6afbad4840 missing part of backing out 81414, yac 2005-11-02 07:36:30 +00:00
axel%pike.org a8adb496fc Backing out fix for 81414, I have no idea what win is doing here 2005-11-02 07:36:26 +00:00
axel%pike.org fb0ada6f18 bug 81414, build standalone transformiix, MOZ_XSL->!TX_EXE, r=peterv,cls, sr=scc, a=dbaron (on behalf of drivers) 2005-11-02 07:36:25 +00:00