bsmedberg%covad.net
282d4fb1d1
Bug 304494 - Move extensions/transformiix -> content/xslt - r=peterv/sicking - CVS copies were performed to preserve CVS history, see https://bugzilla.mozilla.org/attachment.cgi?id=193073 for details
2005-11-02 17:34:14 +00:00
sicking%bigfoot.com
1d4c1631eb
Bug 182177: fix comments in nsIXSLTProcessor.idl
...
r=Pike sr=peterv
2005-11-02 07:43:14 +00:00
vladimir%pobox.com
cab25e1b32
b=255134, make nsICollation scriptable, r=jshin,sr=brendan
2005-11-02 07:43:13 +00:00
peterv%propagandism.org
9551f9cf33
Fix for bug 278157 (Need to correct xsl:number implementation). r=sicking, sr=jst.
2005-11-02 07:43:12 +00:00
cvshook%sicking.cc
6712535d58
Bug 311827: Make GetAttr return a bool rather then an nsresult.
...
r/sr=bz
2005-11-02 07:43:11 +00:00
peterv%propagandism.org
285f49b55f
Fix for bug 297067 (First tag is not transformed). r=Pike, sr=jst.
2005-11-02 07:43:10 +00:00
bzbarsky%mit.edu
192304b260
Improve the CSSLoader API: make it clear which methods return results
...
sync and which return async, move the handling of alternates more completely
into the CSSLoader, make it possible for observers to tell whether the load
actually succeeded. Bug 293825, r+sr=peterv
2005-11-02 07:43:09 +00:00
bzbarsky%mit.edu
2298c9e33f
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
...
changes, sr=jst
2005-11-02 07:43:08 +00:00
bzbarsky%mit.edu
13b97901e6
Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI
...
to it. Bug 313343, r=sicking, sr=jst
2005-11-02 07:43:07 +00:00
peterv%propagandism.org
cd9860bc2b
Fix for bug 205778 (document('') load of stylesheet conflicts with http cache). r=Pike, sr=bz.
2005-11-02 07:43:06 +00:00
peterv%propagandism.org
26959ded2f
Fix for bug 226425 (xml, xslt crash using apply-templates and document). r=Pike, sr=jst.
2005-11-02 07:43:05 +00:00
peterv%propagandism.org
282e9697df
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
2005-11-02 07:43:04 +00:00
peterv%propagandism.org
04cd1ee22e
Fix for bug 306809 (oom mlk in txVariable::Convert). r/sr=bz.
2005-11-02 07:43:03 +00:00
bzbarsky%mit.edu
3a913de773
Create CSSLoaders when the document object is created and deCOMify the getter.
...
Bug 290068, r=sicking, sr=peterv, a=brendan
2005-11-02 07:43:02 +00:00
peterv%propagandism.org
dfc83f367d
Fix for bug 305296 (nsXPathResult::IterateNext() does not advance to next result). r=Pike, sr=jst.
2005-11-02 07:43:01 +00:00
peterv%propagandism.org
1142d9240c
Fix for bug 248025 (cannot add a DOM Node as an xsl:param using XSLTProcessor.setParameter()). r=Pike, sr=jst.
2005-11-02 07:43:00 +00:00
bzbarsky%mit.edu
4345cf50a6
Move the BindToTree call for the document element into SetRootContent. Bug
...
289209, r=sicking, sr=jst, a=asa
2005-11-02 07:42:59 +00:00
bzbarsky%mit.edu
6a5ef5fef7
Fix build bustage
2005-11-02 07:42:58 +00:00
bzbarsky%mit.edu
d8dbba17df
Make sure that a reflow flush on the document makes the sink start layout if
...
needed. Bug 253951, r=mrbkap, sr=jst
2005-11-02 07:42:57 +00:00
bzbarsky%mit.edu
61919217ea
Set the content-type hint to text/xml for XSLT stylesheet loads. Bug 259206,
...
patch by peterv, r+sr=bzbarsky
2005-11-02 07:42:56 +00:00
bzbarsky%mit.edu
1814388ddf
Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
...
BindToTree and UnbindFromTree methods. Bug 286000, r=sicking, sr=jst
2005-11-02 07:42:55 +00:00
timeless%mozdev.org
3c37f44c08
Bug 286073 internal code should use application/xml rather than text/xml
...
patch by bug@annevankesteren.nl r=peterv sr=peterv
2005-11-02 07:42:54 +00:00
bsmedberg%covad.net
26a02e8e50
Move the transformiix locale file to dom/locales, r=peterv/Pike
2005-11-02 07:42:53 +00:00
cvshook%sicking.cc
b5c2b76cd9
Use a better sourcelevel when setting charset through xsl:output element. Also make sure to use the proper form when setting the charset.
...
r/sr=bz
2005-11-02 07:42:51 +00:00
peterv%propagandism.org
086f4aa078
Fix for bug 248258 (Mozilla 1.7 and Firefox 0.8.0 Crash when I try to open this XSLT stylesheet [@ txMozillaXSLTProcessor::DoTransform ]). r=sicking, sr=jst.
2005-11-02 07:42:50 +00:00
peterv%propagandism.org
f26c1d5eb5
Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz.
2005-11-02 07:42:49 +00:00
doronr%us.ibm.com
485af9e767
Bug 281987 - Finish out XPath extension functions. Patch by aaronr, r=sicking sr=tor a=mkaply
2005-11-02 07:42:48 +00:00
allan%beaufour.dk
e396c7cc08
Support context size and position in ns(XForms)XPathExpression. Bug 292841, r=sicking, sr=peterv, a=mkaply
2005-11-02 07:42:47 +00:00
doronr%us.ibm.com
e3425d5d7f
Bug 282777 - Implement index() xpath function. Patch by aaronr@us.ibm.com, r=sicking, beaufour
2005-11-02 07:42:46 +00:00
peterv%propagandism.org
57bf3369b1
Part of fix for bug 278981 (Extension mechanism for XPath extension functions) - Support aggregation of nsXPathEvaluator. r/sr=jst.
2005-11-02 07:42:45 +00:00
peterv%propagandism.org
08767d5e9a
Fix for bug 279878 (Unknown extension function shouldn't stop processing unless called). r=sicking, sr=jst.
2005-11-02 07:42:44 +00:00
peterv%propagandism.org
0c7d982c52
Fix for bug 68824 (XMLParser::getDocumentFromURI returns empty documents for missing pages). r=Pike, sr=bz.
2005-11-02 07:42:43 +00:00
peterv%propagandism.org
370b372d38
Fix for bug 188339 (improve standalone DOM). r=Pike. NPOTB.
2005-11-02 07:42:42 +00:00
bsmedberg%covad.net
f9404a2cb1
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-11-02 07:42:41 +00:00
dbaron%dbaron.org
8208dc223e
Convert CR-LF line endings to LF to fix bustage.
2005-11-02 07:42:40 +00:00
doronr%us.ibm.com
5456badc55
xforms bug 258472 - Add the XPath functions needed for XForms, r=sicking,sr=peterv
2005-11-02 07:42:39 +00:00
cvshook%sicking.cc
8d6404bcf5
Bug 277777: Fix forwards compatible parsing of expressions in XSLT and be more strict about parsing of functioncalls in DOM-XPath.
...
r=pike sr=peterv
2005-11-02 07:42:38 +00:00
peterv%propagandism.org
f26d918dbc
Fix Transformiix standalone bustage. r=Pike. Doesn't affect default builds.
2005-11-02 07:42:37 +00:00
cbiesinger%web.de
4a03279f4f
181938 allow any protocol to support redirection, using a new
...
nsIChannelEventSink interface.
r=darin sr=bz
2005-11-02 07:42:36 +00:00
peterv%propagandism.org
f30e1a6107
Fix for bug 271209. r=sicking, sr=jst.
2005-11-02 07:42:35 +00:00
tor%cs.brown.edu
090c36fa3c
Bug 235826 - <svg:script> implementation.
...
Patch by alex@croczilla.com , r=sicking, sr=jst
2005-11-02 07:42:34 +00:00
roc+%cs.cmu.edu
395aba08ee
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2005-11-02 07:42:33 +00:00
dbaron%dbaron.org
b6a2ce71dd
Fix some minor static buffer overruns detected by Coverity tool, and sync two versions of catttable.h. b=287290 r+sr=brendan
2005-11-02 07:42:32 +00:00
bryner%brianryner.com
a463e6f3d7
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2005-11-02 07:42:31 +00:00
bzbarsky%mit.edu
02d3e04bca
Relanding, since backing out did not fix orange. Bug 232691.
2005-11-02 07:42:30 +00:00
peterv%propagandism.org
46f101cef0
Correct function signature to fix Solaris bustage.
2005-11-02 07:42:29 +00:00
peterv%propagandism.org
cfbac10601
Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst.
2005-11-02 07:42:28 +00:00
peterv%propagandism.org
21420dfee7
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
2005-11-02 07:42:27 +00:00
bzbarsky%mit.edu
fbb5ac336c
Backing out to attempt to fix Mac orange. Bug 232691
2005-11-02 07:42:26 +00:00
bzbarsky%mit.edu
248ac96fe6
Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
...
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2005-11-02 07:42:25 +00:00