axel%pike.org
|
94a9ee125d
|
fix warnings in transformiix standalone, not part of build, r/sr=peterv
git-svn-id: svn://10.0.0.236/trunk@138979 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-03-05 21:42:29 +00:00 |
|
axel%pike.org
|
240ef7ed04
|
bug 190098, txXMLParser should load DTDs on standalone, pretty much a rewrite of how parsing to a DOM works on standalone, copying what nsExpatDriver does, optimize id patterns, too, r=sicking, sr=peterv
git-svn-id: svn://10.0.0.236/trunk@138947 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-03-05 13:48:55 +00:00 |
|
peterv%netscape.com
|
4869edd950
|
Removing obsolete code. r=sicking.
git-svn-id: svn://10.0.0.236/trunk@138944 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-03-05 12:50:23 +00:00 |
|
sicking%bigfoot.com
|
5a37647ff6
|
remove dead code, no bug. r/sr=peterv
git-svn-id: svn://10.0.0.236/trunk@138942 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-03-05 12:32:24 +00:00 |
|
sicking%bigfoot.com
|
d3b16e86ae
|
Bug 195945: Display XSLT-generated HTML-pages in standards mode
r=peterv sr=bz
git-svn-id: svn://10.0.0.236/trunk@138891 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-03-05 00:57:14 +00:00 |
|
sicking%bigfoot.com
|
add6dd39b9
|
fix missing return-at-end. r/sr=peterv. no bug
git-svn-id: svn://10.0.0.236/trunk@138860 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-03-04 14:19:07 +00:00 |
|
timeless%mozdev.org
|
0657e8848d
|
fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@138688 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-28 04:43:54 +00:00 |
|
sicking%bigfoot.com
|
8ab89ec3cd
|
Bug 187610: Use PLDHash for keys
r=Pike sr=peterv
git-svn-id: svn://10.0.0.236/trunk@138680 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-28 03:32:19 +00:00 |
|
sicking%bigfoot.com
|
032652ef2f
|
Bug 195016: Fix static build. Patch by Roland.Mainz@informatik.med.uni-giessen.de
r=sicking sr=kin
git-svn-id: svn://10.0.0.236/trunk@138566 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-27 00:05:50 +00:00 |
|
sicking%bigfoot.com
|
4b13e4ab85
|
Bug 185498: Don't rely on ::CreateElement to create html elements. Also make sure we insert html-<tbody>s when appropriate
r=Pike sr=peterv
git-svn-id: svn://10.0.0.236/trunk@138563 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-27 00:01:55 +00:00 |
|
sfraser%netscape.com
|
94edbe3959
|
Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf.
git-svn-id: svn://10.0.0.236/trunk@138488 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-26 00:52:07 +00:00 |
|
axel%pike.org
|
d0edaa6425
|
bug 178463, insert META tag to HEAD for html output, r=sicking, sr=peterv
git-svn-id: svn://10.0.0.236/trunk@138305 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-23 20:06:42 +00:00 |
|
axel%pike.org
|
6eb06f1b05
|
bug 191856, string usage in txExpandedName::init, r=sicking, sr=peterv
git-svn-id: svn://10.0.0.236/trunk@138304 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-23 20:03:51 +00:00 |
|
sicking%bigfoot.com
|
a44b5b66ff
|
fix bustage
git-svn-id: svn://10.0.0.236/trunk@137897 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-17 15:43:54 +00:00 |
|
sicking%bigfoot.com
|
cb25c0f155
|
Bug 193586: Fix reference-cycle in nsXPathEvaluator->document->nsXPathEvaluatorTearoff
r=peterv sr=jst a=dbaron
git-svn-id: svn://10.0.0.236/trunk@137894 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-17 14:30:03 +00:00 |
|
sicking%bigfoot.com
|
37c5c969e9
|
Bug 174713: Make XPath on HTML documents behave consistently and HTML-ish. This makes the XPath-functions name() and local-name() return upper-case names and makes nametests case-insensitive.
r=peterv sr=jst a=asa
git-svn-id: svn://10.0.0.236/trunk@137794 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-14 00:59:40 +00:00 |
|
peterv%netscape.com
|
d2c3bc183c
|
Fix for bug 192794 (Leaking documents loaded through XSLT stylesheet). r=Pike, sr=jst, a=asa.
git-svn-id: svn://10.0.0.236/trunk@137755 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-13 12:49:13 +00:00 |
|
axel%pike.org
|
8664794498
|
bug 192701, npob, use MOZILLA_VERSION instead of hardcode version number for XSLT standalone driver, sr=peterv, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@137661 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-02-11 17:47:02 +00:00 |
|
axel%pike.org
|
5fe9d894b6
|
bug 190499, xpath number 2 string conversion buggy for small numbers, changed implementation to use moz string api, r=sicking, sr=jag, a=asa
git-svn-id: svn://10.0.0.236/trunk@137134 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-30 08:26:46 +00:00 |
|
sicking%bigfoot.com
|
d7cc2320cf
|
Bug 190628: Make some string-functions behave according to spec when second argument is an empty-string.
r=Pike sr=peterv a=asa
git-svn-id: svn://10.0.0.236/trunk@137100 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-30 01:01:05 +00:00 |
|
sicking%bigfoot.com
|
c7c1900f46
|
Fix warning caused by previous checkin (bug 186979)
r=peterv
git-svn-id: svn://10.0.0.236/trunk@137037 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-28 19:19:47 +00:00 |
|
sicking%bigfoot.com
|
3bbbb03a41
|
Bug 186979: Start transformation at actual node passed in.
r=Pike sr=peterv a=asa
git-svn-id: svn://10.0.0.236/trunk@137027 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-28 15:21:52 +00:00 |
|
sicking%bigfoot.com
|
e7ba30f78d
|
Bug 190631: xsl:value-of shouldn't call ::characters on the resulthandler with an empty string.
r=Pike, sr=peterv, a=asa
git-svn-id: svn://10.0.0.236/trunk@137009 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-28 01:36:27 +00:00 |
|
peterv%netscape.com
|
95fb72189b
|
Fix stupid error in last checkin.
git-svn-id: svn://10.0.0.236/trunk@136840 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-22 13:39:17 +00:00 |
|
peterv%netscape.com
|
cbe858b0cc
|
Fix for bug 157142 (link transformiix standalone to XPCOM). Better txStack and remove use of NamedMap for documents. r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@136808 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-22 04:27:59 +00:00 |
|
peterv%netscape.com
|
65bedbff6c
|
Fix some warnings.
git-svn-id: svn://10.0.0.236/trunk@136796 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-22 04:00:19 +00:00 |
|
sicking%bigfoot.com
|
2565fd0940
|
Bug 190032: Make sure the default namespace doesn't get applied for xsl:attribute created attributes without a namespace.
r=peterv sr=bz
git-svn-id: svn://10.0.0.236/trunk@136788 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-22 03:34:40 +00:00 |
|
peterv%netscape.com
|
c593729f51
|
Fix for bug 74786 (String cleanup). Non-copying tokenizer. r=Pike, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@136787 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-22 03:33:07 +00:00 |
|
peterv%netscape.com
|
fc3af3e754
|
Fix for bug 157142 (link transformiix standalone to XPCOM). Make resolveQName take nsIAtom**. r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@136786 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-22 03:31:45 +00:00 |
|
peterv%netscape.com
|
b92e5ede69
|
Fix for bug 186538 (Touching the ownerElement of an attribute through XPath generates a security error.). r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@136784 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-22 03:25:51 +00:00 |
|
peterv%netscape.com
|
e782da7ad8
|
Fix for bug 157142 (link transformiix standalone to XPCOM). Better txStack and remove use of NamedMap for documents. r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@136783 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-22 03:24:40 +00:00 |
|
peterv%netscape.com
|
2785d19081
|
Fix for bug 74786 (String cleanup). Non-copying tokenizer. r=Pike, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@136765 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-22 00:04:08 +00:00 |
|
peterv%netscape.com
|
2818aa9cf2
|
Fix for bug 74786 (String cleanup). Non-copying tokenizer. r=Pike, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@136755 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-21 22:06:32 +00:00 |
|
axel%pike.org
|
123b0313ee
|
not part of build, fix getBaseURI for Attr nodes in transformiix standalone
git-svn-id: svn://10.0.0.236/trunk@136730 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-21 14:21:10 +00:00 |
|
axel%pike.org
|
9de7f5fac1
|
not part of build, wallpaper that most tests expect UTF-8 encoding, which is all we have, rs=peterv
git-svn-id: svn://10.0.0.236/trunk@136729 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-21 14:19:54 +00:00 |
|
axel%pike.org
|
118072a2cd
|
not part of build, remove broken uri parsing from transformiix standalone
git-svn-id: svn://10.0.0.236/trunk@136728 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-21 14:12:11 +00:00 |
|
axel%pike.org
|
fa2d97c2d7
|
make nspr and tx path handling happy on win32, not part of build
git-svn-id: svn://10.0.0.236/trunk@136727 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-21 14:07:43 +00:00 |
|
peterv%netscape.com
|
06049a405e
|
Remove redundant line.
git-svn-id: svn://10.0.0.236/trunk@136662 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-20 12:54:25 +00:00 |
|
axel%pike.org
|
f2d91586d0
|
not part of the build, bad string do in test app
git-svn-id: svn://10.0.0.236/trunk@136657 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-20 11:14:20 +00:00 |
|
axel%pike.org
|
3f65056f7e
|
bug 157142, clean up unnecessary configure tests and allmakefiles.sh, add a lib directory for standalone to get debug info on win32 (npob), r=cls
git-svn-id: svn://10.0.0.236/trunk@136656 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-20 11:04:27 +00:00 |
|
sicking%bigfoot.com
|
7ed1750027
|
Remove txAtom.h and remove uses of special tx-macros for atoms.
b=157142 r=Pike sr=peterv
git-svn-id: svn://10.0.0.236/trunk@136648 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-19 23:17:13 +00:00 |
|
axel%pike.org
|
4bee99bdba
|
bug 157142, remove transformiix standalone special code in favour of module nspr stuff, r=sicking, sr=peterv
git-svn-id: svn://10.0.0.236/trunk@136647 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-19 21:48:08 +00:00 |
|
sicking%bigfoot.com
|
4e8212e9c8
|
Bug 157142: get rid of txAtom typedef
r=Pike rs=peterv
git-svn-id: svn://10.0.0.236/trunk@136564 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-18 00:37:12 +00:00 |
|
peterv%netscape.com
|
54e1bf0c48
|
Better fix.
git-svn-id: svn://10.0.0.236/trunk@136527 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-17 14:35:11 +00:00 |
|
peterv%netscape.com
|
f90e7f8e9f
|
Trying to fix btek bustage.
git-svn-id: svn://10.0.0.236/trunk@136526 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-17 14:26:51 +00:00 |
|
peterv%netscape.com
|
ddba650706
|
Fix for bug 74786 (String cleanup). Remove Transformiix string wrappers. r=sicking, sr=jst. r=Pike on the Transformiix standalone parts.
git-svn-id: svn://10.0.0.236/trunk@136524 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-17 14:09:42 +00:00 |
|
peterv%netscape.com
|
bde6e9fce5
|
Fix for bug 74786 (String cleanup). Remove Transformiix string wrappers. r=sicking, sr=jst. r=Pike on the Transformiix standalone parts.
git-svn-id: svn://10.0.0.236/trunk@136510 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-17 12:49:20 +00:00 |
|
sicking%bigfoot.com
|
6cbabb69cb
|
Bug 189201: Hold a reference to the document-node even for embedded stylesheets to make sure that the document doesn't go away.
r=peterv sr=bz
git-svn-id: svn://10.0.0.236/trunk@136455 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-16 23:56:58 +00:00 |
|
axel%pike.org
|
fb49a723c0
|
not part of build, a C interface to the XALAN testcases. produces rdf output to load into buster. test app only
git-svn-id: svn://10.0.0.236/trunk@136416 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-16 15:02:13 +00:00 |
|
sicking%bigfoot.com
|
c1c018c702
|
Bug 188729: Break refcounting-cycles during load.
r=peterv sr=bz
git-svn-id: svn://10.0.0.236/trunk@136332 18797224-902f-48f8-a5cc-f745e15eee43
|
2003-01-14 22:32:18 +00:00 |
|