peterv%propagandism.org
74b62aaf35
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
c2d981f764
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bzbarsky%mit.edu
263cf7dc11
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
77169e84c5
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
roc+%cs.cmu.edu
0b5fb8c9c7
Fixing more sicking bustage
2006-01-26 04:19:11 +00:00
roc+%cs.cmu.edu
c2ba2e4c22
Fixing sicking bustage.
2006-01-26 03:44:21 +00:00
roc+%cs.cmu.edu
700176de28
Fixing bustage. thanks=sicking
2006-01-26 02:49:29 +00:00
cvshook%sicking.cc
e789acaa73
Bug 208172: Implement optimizable XPath. r=peterv sr=jst
2006-01-26 01:50:30 +00:00
mrbkap%gmail.com
fb3f80349e
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
b64fcb4a39
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
15c2397445
Bug 323910: Merge atom lists in gklayout
...
r/sr=jst
2006-01-19 00:58:12 +00:00
bzbarsky%mit.edu
3c68eefc06
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
5bd0717824
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
090cdfa710
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
ee003f8cc4
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
79b8f5fc24
Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
...
r/sr=bz
2005-12-28 21:52:39 +00:00
cvshook%sicking.cc
ddd30f420b
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
jst%mozilla.jstenback.com
8f1863159b
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
fd4d83103d
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
b1b84f5a6d
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
75a40ab354
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
87e2c9bd63
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
78f6d0683d
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
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
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