cvshook@sicking.cc
186153b981
Bug 355754: Add nsTPtrArray and nsTConstPtrArray. r=darin/bz sr=bz
2006-10-12 18:35:12 +00:00
peterv@propagandism.org
a9ee7d6963
Fix for bug 355246 (Crash loading testcase from bug 197956). r/sr=sicking.
2006-10-03 18:17:59 +00:00
cvshook@sicking.cc
44bb808114
Bug 221335: Speed up output by using internal methods and interfaces rather than nsIDOMNode and friends. r/sr=peterv
2006-10-03 02:22:22 +00:00
cvshook@sicking.cc
dc6c8c4aca
Bug 354405: Merge mContent and mDocument into mNode
2006-10-02 21:50:44 +00:00
cvshook@sicking.cc
69b7939ef4
Bug 333098: Support XPath and XSLT on orphaned subtrees
2006-09-26 00:04:14 +00:00
peterv@propagandism.org
3baf2eb51e
Fix for bug 352601 (XSLT forwards compatible processing enabled when it shouldn't). r/sr=sicking.
2006-09-22 13:39:46 +00:00
cvshook@sicking.cc
a1b1fdc11c
Bug 352583: Unregress XSLT from previous checkin. r/sr=jst
2006-09-18 19:07:34 +00:00
cvshook@sicking.cc
1265aa5792
Bug 352583: Add functions to nsContentUtils for getting and setting the text content of a node. Use those functions rather than the multiple instances of such code we have now. r/sr=jst
2006-09-15 19:54:45 +00:00
cvshook@sicking.cc
97d989f672
Bug 351886: Fix missing return. Patch by Ryan VanderMeulen <ryanvm@gmail.com>. r/sr=sicking
2006-09-09 01:15:13 +00:00
cvshook@sicking.cc
08c1638729
Bug 324092: Allow XSLT output handlers to fail. r/sr=peterv
2006-09-08 21:09:43 +00:00
benjamin@smedbergs.us
2bd36b4c11
Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento
2006-08-29 16:53:40 +00:00
bzbarsky@mit.edu
f4959e557c
Allow nsIExpatSink implementations to control whether the expat driver logs
...
parse errors to the console. Bug 342164, patch by Alex Vincent
<ajvincent@gmail.com >, r+sr=bzbarsky
2006-08-25 16:34:57 +00:00
peterv@propagandism.org
eee4fa18ee
Fix for bug 348511. r/sr=bz.
2006-08-13 20:10:03 +00:00
peterv@propagandism.org
0ad7d5283a
Fix small regression from the fix for bug 346362 (document.evaluate(.., contextNode, ...) should raise an exception if document != contextNode.ownerDocument), properly deal with a document as contextNode. r/sr=bz.
2006-08-13 18:32:53 +00:00
peterv@propagandism.org
d2cd53257d
Fix for bug 346362 (document.evaluate(.., contextNode, ...) should raise an exception if document != contextNode.ownerDocument). r/sr=sicking.
2006-08-10 13:05:05 +00:00
cvshook@sicking.cc
de453923d9
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
2006-07-19 04:36:36 +00:00
peterv@propagandism.org
ce4f5d8af9
Fix for bug 344362 (xsl:output omit-xml-declaration="no" does not create an XML declaration). r/sr=sicking.
2006-07-18 11:44:31 +00:00
peterv@propagandism.org
27b2ff149b
Fix for bug 278981 (Extension mechanism for XPath extension functions). r=sicking, sr=jst.
2006-07-13 14:21:53 +00:00
aaronr@us.ibm.com
4358e4f8c1
move nsIXFormsUtilityService interface into core for accessibility to use. Bug 342638, patch by surkov, r=aaronr, sr=sicking
2006-07-10 22:02:08 +00:00
cvshook@sicking.cc
09e66f1108
Fix the reviewcomments from bug 342274, r/sr=peterv
2006-07-07 05:50:20 +00:00
cvshook@sicking.cc
ba293ea443
Bug 342274: Add ability to turn off loading of external documents during xslt transformation. r/sr=peterv (parts by myk, r/sr=me)
2006-07-06 00:33:24 +00:00
cvshook@sicking.cc
e52bf42d62
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
2006-07-02 07:23:10 +00:00
dveditz@cruzio.com
96f8198cfe
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
...
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
peterv@propagandism.org
032a7d54b1
Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz.
2006-06-15 20:30:44 +00:00
timeless@mozdev.org
94c327dca3
Bug 337917 Make consumers stop using cids from other modules
...
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
allan@beaufour.dk
ad4a873581
[XForms] index() with no repeat should return NaN. Bug 334018, r=me, sr=sicking
2006-05-29 08:41:16 +00:00
Olli.Pettay@helsinki.fi
b24348dbb3
And still one fix
2006-05-19 11:19:27 +00:00
cvshook@sicking.cc
2f75dd961a
Bug 194387: Support parameter-passing in PI XSLT transformations. r/sr=peterv
2006-05-19 10:29:43 +00:00
allan@beaufour.dk
77446d84ca
instance() function should return empty nodeset on invalid instances. Bug 338263, r=aaronr, sr=sicking
2006-05-19 10:04:40 +00:00
allan@beaufour.dk
e410761ee6
Ooops, failed to notice the giant "tree is closed" message :(
2006-05-18 08:11:02 +00:00
allan@beaufour.dk
679283beb1
[XForms] instance() function should return empty nodeset on invalid instances. Bug 338263, r=aaronr, sr=sicking
2006-05-18 08:06:20 +00:00
timeless@mozdev.org
dc403c55dd
Bug 336964 Useless null check of aUri in txMozillaXSLTProcessor::LoadStyleSheet
...
r=sicking sr=bz
2006-05-11 13:23:06 +00:00
darin@meer.net
0700b87ece
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
peterv@propagandism.org
6d31476604
Fix for bug 334179 (XSLT document() function doesn't follow HTTP 301 / 302 responses). r=sicking, sr=bz.
2006-05-05 11:48:07 +00:00
cvshook@sicking.cc
5df20de104
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
2006-05-05 06:52:21 +00:00
bzbarsky@mit.edu
1bf48679f8
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
mrbkap@gmail.com
43fa4a6146
Fix initialization ordering warnings. No bug, r+sr=sicking
2006-04-15 09:56:49 +00:00
cvshook@sicking.cc
f464e559a1
Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron
2006-04-13 04:07:12 +00:00
cvshook@sicking.cc
dcd6928218
Attempt to fix build bustage.
2006-04-06 06:38:52 +00:00
cvshook@sicking.cc
b1d7eebe5d
Bug 324775. Merge some classes to reduce binary and source size. r/sr=peterv
2006-04-06 06:12:25 +00:00
peterv@propagandism.org
6611b62175
Fix for bug 208172 (Implement optimizable XPath - evaluateToX infrastructure). r=sicking, sr=jst.
2006-04-01 02:12:15 +00:00
cvshook@sicking.cc
83eb67b55a
Relanding patches that (hopefully) don't affect Tdhtml
2006-03-24 00:09:50 +00:00
cvshook@sicking.cc
ac518c64e4
Back out a few of my patches to see if any caused the Tdhtml regression in bug 331364.
2006-03-23 08:21:21 +00:00
bryner@brianryner.com
6a57d0733c
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
2006-03-22 18:36:36 +00:00
cvshook@sicking.cc
3febe7aa1f
Bug 325426: Only use baseURI to resolve relative uris. r=bz sr=jst
2006-03-08 05:01:16 +00:00
timeless@mozdev.org
9ced5b09ba
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
peterv@propagandism.org
9085884bbe
Fix for bug 325980 (Crash in XPath optimizer (null pointer dereference in txXPathOptimizer::optimize)). r=Pike, sr=bz.
2006-02-07 13:17:19 +00:00
cbiesinger@web.de
aae44b57d9
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bzbarsky@mit.edu
995f519031
Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
...
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument. Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
peterv@propagandism.org
5368efccb0
Fix for bug 324746 (XPathResult object can crash brower when calling iterateNext() or snapshotItem()). r=sicking, sr=jst.
2006-01-27 09:58:43 +00:00