Commit Graph

579 Commits

Author SHA1 Message Date
peterv%propagandism.org
37844fba4b 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
a9c63c4a75 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
0560c3e1af 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
18d1b545da Fix the reviewcomments from bug 342274, r/sr=peterv 2006-07-07 05:50:20 +00:00
cvshook%sicking.cc
d6fc93d5fd 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
2c39937d84 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
506140bd0c 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
090f2dd5c1 Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz. 2006-06-15 20:30:44 +00:00
timeless%mozdev.org
a768026fc9 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
3a0e3e1a34 [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
16f8ab1561 And still one fix 2006-05-19 11:19:27 +00:00
cvshook%sicking.cc
017d0269ea Bug 194387: Support parameter-passing in PI XSLT transformations. r/sr=peterv 2006-05-19 10:29:43 +00:00
allan%beaufour.dk
ce51575265 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
fc81acfba7 Ooops, failed to notice the giant "tree is closed" message :( 2006-05-18 08:11:02 +00:00
allan%beaufour.dk
b4e129b0e9 [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
32befa7f28 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
0318b8c707 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
a367cb9457 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
d3ec0aa5c5 Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
bzbarsky%mit.edu
0c3706888c Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking 2006-04-27 18:21:11 +00:00
mrbkap%gmail.com
cb7556d544 Fix initialization ordering warnings. No bug, r+sr=sicking 2006-04-15 09:56:49 +00:00
cvshook%sicking.cc
7a388e48eb Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron 2006-04-13 04:07:12 +00:00
cvshook%sicking.cc
1d0aa9fc89 Attempt to fix build bustage. 2006-04-06 06:38:52 +00:00
cvshook%sicking.cc
646734e578 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
4097bffad2 Fix for bug 208172 (Implement optimizable XPath - evaluateToX infrastructure). r=sicking, sr=jst. 2006-04-01 02:12:15 +00:00
cvshook%sicking.cc
1b3207b1d5 Relanding patches that (hopefully) don't affect Tdhtml 2006-03-24 00:09:50 +00:00
cvshook%sicking.cc
e26140ab7d 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
7a96206e10 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
de7a063b91 Bug 325426: Only use baseURI to resolve relative uris. r=bz sr=jst 2006-03-08 05:01:16 +00:00
timeless%mozdev.org
1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
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
cvshook%sicking.cc
956a58bf63 Bug 320057: Make it easier to build buster (XSLT test suite)
r=bsmedberg
2005-12-13 22:07:36 +00:00
cvshook%sicking.cc
f40254bbd6 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
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