Commit Graph

895 Commits

Author SHA1 Message Date
roc+@cs.cmu.edu
52d39ae37d Fixing more sicking bustage 2006-01-26 04:19:11 +00:00
roc+@cs.cmu.edu
2bd9164f0d Fixing sicking bustage. 2006-01-26 03:44:21 +00:00
roc+@cs.cmu.edu
2dd07bd6f2 Fixing bustage. thanks=sicking 2006-01-26 02:49:29 +00:00
cvshook@sicking.cc
436218a94d Bug 208172: Implement optimizable XPath. r=peterv sr=jst 2006-01-26 01:50:30 +00:00
mrbkap@gmail.com
7f6e69aef4 bug 323908: Pass line and column information to ReportError. Patch by Robert Sayre <sayrer@gmail.com>. r=mrbkap sr=jst 2006-01-21 02:02:02 +00:00
bzbarsky@mit.edu
90d792cd36 Implement an nsINode interface; move some common stuff from nsIContent and
nsIDocument to nsINode.  Bug 323311, r=sicking, sr=jst
2006-01-19 03:34:18 +00:00
cvshook@sicking.cc
ed4f29bd68 Bug 323910: Merge atom lists in gklayout
r/sr=jst
2006-01-19 00:58:12 +00:00
bzbarsky@mit.edu
145a44b364 Not all documents have a channel, so we need to synthesize one as needed. Bug
322683, r=sicking, sr=bryner
2006-01-10 21:58:25 +00:00
cvshook@sicking.cc
e6e8868170 Bug 221434: Cleanups in the txExprParser and remove the need for txAttributeValueTemplate
r=pike sr=peterv
2006-01-09 19:38:53 +00:00
bzbarsky@mit.edu
b448e3d947 Rename our in-tree expat lib to mozexpat_s. Bug 305841, patch by Andy Willis
<abwillis1@gmail.com>, r=peterv
2006-01-07 02:40:20 +00:00
bryner@brianryner.com
a3503d50e0 Fix restoration of scroll position and textfield contents after bfcache eviction by calling PersistLayoutHistoryState as part of RestoreFromHistory. Bug 317380, r=bzbarsky. 2006-01-04 06:38:46 +00:00
cvshook@sicking.cc
ce947be9e9 Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
r/sr=bz
2005-12-28 21:52:39 +00:00
cvshook@sicking.cc
3fafb7eb50 Wrap textnodes inserted in root of document inside an <transformiix:result> except when they are whitespace-only, in which case ignore them.
r/sr=peterv b=187620
2005-12-17 01:46:52 +00:00
cvshook@sicking.cc
8467b37196 Bug 320057: Make it easier to build buster (XSLT test suite)
r=bsmedberg
2005-12-13 22:07:36 +00:00
cvshook@sicking.cc
b0d909cfd1 Re-add files that got lost in the move. Not part of build. 2005-12-12 22:10:11 +00:00
jst@mozilla.jstenback.com
3434d072e9 Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
timeless@mozdev.org
9d3d1e47f2 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 16:41:06 +00:00
peterv@propagandism.org
a6a2e77cf9 Fix for bug 316619 (txMozillaXMLOutput::txMozillaXMLOutput(txOutputFormat* aFormat, nsIDOMDocumentFragment* aFragment)doesn't init mTreeDepth). Patch by matt@use.net, r/sr=me. 2005-11-18 19:53:13 +00:00
peterv@propagandism.org
e393344be3 Fix for bug 314931 (Use content-specific DOMCI macros for XSLT in nsLayoutModule.cpp). r/sr=jst. 2005-11-18 13:39:43 +00:00
bsmedberg@covad.net
cac9f48fca Bug 316658 - XSLT makefiles (now in layout module) don't set LIBXUL_LIBRARY, causing libxul link warnings, r=darin 2005-11-16 20:33:35 +00:00
bsmedberg@covad.net
fb56b42204 Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
bsmedberg@covad.net
722bb4a12a From bug 304494, moving the tests which were in extensions/transformiix/resources 2005-11-10 16:31:32 +00:00
bsmedberg@covad.net
59026ff720 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
ecb3c6a341 Bug 182177: fix comments in nsIXSLTProcessor.idl
r=Pike sr=peterv
2005-11-02 07:43:14 +00:00
vladimir@pobox.com
0cddb052ea b=255134, make nsICollation scriptable, r=jshin,sr=brendan 2005-11-02 07:43:13 +00:00
peterv@propagandism.org
926deaeaa9 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
d210931312 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
8e341ddd84 Fix for bug 297067 (First tag is not transformed). r=Pike, sr=jst. 2005-11-02 07:43:10 +00:00
bzbarsky@mit.edu
22ba5249d7 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
b1e4db2a71 Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
2005-11-02 07:43:08 +00:00
bzbarsky@mit.edu
4aa131ffd1 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
0c7f2da493 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
582e3bb1c9 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
f75f60624e 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
cf3b26a255 Fix for bug 306809 (oom mlk in txVariable::Convert). r/sr=bz. 2005-11-02 07:43:03 +00:00
bzbarsky@mit.edu
bffb9748c8 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
47ec2e3f16 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
0b77ffe3a2 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
9ebbdc30c5 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
21dc54ef2f Fix build bustage 2005-11-02 07:42:58 +00:00
bzbarsky@mit.edu
0c73dd9ad8 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
a924ced869 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
272c4d7a49 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
18c3fa5e18 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
c84c643880 Move the transformiix locale file to dom/locales, r=peterv/Pike 2005-11-02 07:42:53 +00:00
cvshook@sicking.cc
9b7ffd22b3 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
0ead2aaa86 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
e545bde035 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
9f8241b18d 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
d2b5307aea 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