axel%pike.org
352a9e76fc
bug 199329, reenable embedded XSLT stylesheets, r=sicking, sr=peterv, a=asa
2005-11-02 07:40:26 +00:00
sicking%bigfoot.com
d4b39ea958
not part of build. Fix buildbustage from landing of bug 195262
2005-11-02 07:40:25 +00:00
sicking%bigfoot.com
b74c38b4c7
Bug 199579: Sorting case-order is inverted. Also sort using application locale as default locale.
...
r=Pike sr=peterv a=asa
2005-11-02 07:40:24 +00:00
sicking%bigfoot.com
2658195b24
Fix OS/2 bustage
2005-11-02 07:40:23 +00:00
sicking%bigfoot.com
573c6f3220
Fix OSX bustage from previous checkin
2005-11-02 07:40:22 +00:00
sicking%bigfoot.com
a3fd4a5067
Bug 203229: Use strings better by using existing stringobjects inside ExprResults if one exists.
...
r=Pike sr=peterv a=asa
2005-11-02 07:40:21 +00:00
timeless%mozdev.org
3eddff3181
Bug 203973 txXSLTProcessor::shutdown releases a log module it doesn't own
...
r=axel sr=peterv
2005-11-02 07:40:20 +00:00
sicking%bigfoot.com
8afbcff5b8
Bug 206338: improve txStack performance by inlining functions and moving bounds-check to outside the txStack-class
...
r=Pike sr=peterv
2005-11-02 07:40:19 +00:00
sicking%bigfoot.com
c367a973ec
tree close, backing out
2005-11-02 07:40:18 +00:00
sicking%bigfoot.com
28b28cebb6
Bug 206338: Improve performance of txStack by inlineing functions and by removing boundschecks
...
r=Pike sr=peterv
2005-11-02 07:40:17 +00:00
axel%pike.org
b9f650058f
bug 199484, xml pretty printing regressed, fix the contract ID for XSLT document transformer, r/sr=peterv
2005-11-02 07:40:16 +00:00
axel%pike.org
ae636cdb67
bug 70855, nspr logging for transformiix, log stylesheet compilation IO, r=peterv, sr=jag
2005-11-02 07:40:15 +00:00
heikki%netscape.com
c4763440f3
Bug 203384, document could be null, for example when calling from XPointer processor, patch from jst, r=sicking, sr=heikki, a=asa.
2005-11-02 07:40:14 +00:00
jst%netscape.com
fb8ee95af3
Fixing bug 111514. In an XHTML document served as application/xhtml+xml, |document| is not an HTML document object, but an XML document object. r=bugmail@sicking.cc, sr=peterv@netscape.com
2005-11-02 07:40:13 +00:00
peterv%netscape.com
73452718b6
Bustage fix.
2005-11-02 07:40:12 +00:00
peterv%netscape.com
9fe5139932
Fix for bug 203978 (Invalid read of size 4 const nsString FunctionCall::INVALID_PARAM_VALUE(NS_LITERAL_STRING("invalid parameter value for function: "));). r=Pike, sr=jst.
2005-11-02 07:40:11 +00:00
harishd%netscape.com
ad2eed2ed5
Checking in for peterv@netscape.com: Fixing the problem with viewing P3P summary more than once. b=208560, r=harishd, sr=heikki
2005-11-02 07:40:10 +00:00
sicking%bigfoot.com
8f0893d8c4
Compiled XSLT stylesheets. Improves speed, implements forwards-compatible-parsing and handling of unknown extension-elements. Also fixes some random edgecasebugs such as recursive merged named-attribute-sets and empty strings in copy-of.
...
Patch mainly by sicking, but large parts also by Pike and peterv.
Tracker is bug 185797. r=Pike/sicking rs=peterv.
2005-11-02 07:40:09 +00:00
axel%pike.org
16d9e54818
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
2005-11-02 07:40:08 +00:00
peterv%netscape.com
cf85d8dc81
Follow-up to my checkin for bug 179720 (implement real result tree fragments). Checked in wrong patch yesterday. r=sicking, sr=jst.
2005-11-02 07:40:07 +00:00
peterv%netscape.com
345ddb1a06
Fix for bug 179720 (implement real result tree fragments). r=sicking, sr=jst.
2005-11-02 07:40:06 +00:00
timeless%mozdev.org
e19f0f8afc
fixing build bustage
2005-11-02 07:40:05 +00:00
axel%pike.org
8fcf5c9e29
fix warnings in transformiix standalone, not part of build, r/sr=peterv
2005-11-02 07:40:04 +00:00
axel%pike.org
6d85aea84c
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
2005-11-02 07:40:03 +00:00
peterv%netscape.com
f1f38a1634
Removing obsolete code. r=sicking.
2005-11-02 07:40:02 +00:00
sicking%bigfoot.com
3acde8bde4
remove dead code, no bug. r/sr=peterv
2005-11-02 07:40:01 +00:00
sicking%bigfoot.com
bcae0f9fed
fix missing return-at-end. r/sr=peterv. no bug
2005-11-02 07:40:00 +00:00
sicking%bigfoot.com
18ec9f51c6
Bug 187610: Use PLDHash for keys
...
r=Pike sr=peterv
2005-11-02 07:39:59 +00:00
heikki%netscape.com
1658c0576c
Bug 191800, move FIXptr and XPointer into xmlextras, r=harishd, sr=jst.
2005-11-02 07:39:58 +00:00
heikki%netscape.com
21691ab5eb
Fix comments.
2005-11-02 07:39:57 +00:00
jst%netscape.com
352a026ee7
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
2005-11-02 07:39:56 +00:00
heikki%netscape.com
e99ca2917c
Bug 182323, implemented XPointer spec, we now support the framework, shorthand syntax, element, fixptr, xpath1 and xmlns schemes, and provide a proprietary API from scripts, r=sicking, sr=peterv.
2005-11-02 07:39:55 +00:00
sicking%bigfoot.com
aae617b69b
fix bustage
2005-11-02 07:39:54 +00:00
sicking%bigfoot.com
3ccff70e03
Bug 193586: Fix reference-cycle in nsXPathEvaluator->document->nsXPathEvaluatorTearoff
...
r=peterv sr=jst a=dbaron
2005-11-02 07:39:53 +00:00
sicking%bigfoot.com
0e9ecced0c
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
2005-11-02 07:39:52 +00:00
peterv%netscape.com
e82f2a779d
Fix for bug 157142 (link transformiix standalone to XPCOM). Make resolveQName take nsIAtom**. r=sicking, sr=jst.
2005-11-02 07:39:51 +00:00
peterv%netscape.com
e4384ad9f3
Fix stupid error in last checkin.
2005-11-02 07:39:50 +00:00
axel%pike.org
e5fc1de0b0
bug 192701, npob, use MOZILLA_VERSION instead of hardcode version number for XSLT standalone driver, sr=peterv, a=dbaron
2005-11-02 07:39:49 +00:00
peterv%netscape.com
d686108af7
Fix some warnings.
2005-11-02 07:39:48 +00:00
peterv%netscape.com
a5dfa72261
Fix for bug 157142 (link transformiix standalone to XPCOM). Better txStack and remove use of NamedMap for documents. r=sicking, sr=jst.
2005-11-02 07:39:47 +00:00
axel%pike.org
724ee5baa5
not part of build, wallpaper that most tests expect UTF-8 encoding, which is all we have, rs=peterv
2005-11-02 07:39:46 +00:00
sfraser%netscape.com
bdc7db1c52
Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf.
2005-11-02 07:39:45 +00:00
sicking%bigfoot.com
d56b8f9d80
Bug 190631: xsl:value-of shouldn't call ::characters on the resulthandler with an empty string.
...
r=Pike, sr=peterv, a=asa
2005-11-02 07:39:44 +00:00
axel%pike.org
e9cbc9d914
warning fix, r/sr=peterv
2005-11-02 07:39:43 +00:00
alecf%netscape.com
05e186650a
landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions!
...
sr=darin, r=dbaron
2005-11-02 07:39:42 +00:00
peterv%netscape.com
d0734be26d
Fix for bug 74786 (String cleanup). Non-copying tokenizer. r=Pike, sr=jst.
2005-11-02 07:39:41 +00:00
sicking%bigfoot.com
15a9243e0a
Bug 190628: Make some string-functions behave according to spec when second argument is an empty-string.
...
r=Pike sr=peterv a=asa
2005-11-02 07:39:40 +00:00
alecf%netscape.com
96faa0f581
backout my static atom patch for now until I figure out the performance loss! :(
...
bug 195262
2005-11-02 07:39:39 +00:00
alecf%netscape.com
6b44f3ab39
fix for bug 195262:
...
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin
this is an experimental landing - if there are performance issues, I will back it out.
2005-11-02 07:39:38 +00:00
axel%pike.org
cb47c12ab2
not part of build, fix getBaseURI for Attr nodes in transformiix standalone
2005-11-02 07:39:37 +00:00