Граф коммитов

637 Коммитов

Автор SHA1 Сообщение Дата
cvshook%sicking.cc 0b0231e321 Bug 352583: Unregress XSLT from previous checkin. r/sr=jst 2006-09-18 19:07:34 +00:00
cvshook%sicking.cc 6aa33bc309 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 9f299d905e 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 364391147c Bug 324092: Allow XSLT output handlers to fail. r/sr=peterv 2006-09-08 21:09:43 +00:00
benjamin%smedbergs.us 681646b263 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 a6cd2d536c 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 4ceae5b9b2 Fix for bug 348511. r/sr=bz. 2006-08-13 20:10:03 +00:00
peterv%propagandism.org 5dfe02014c 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 1b2aeba9b9 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 c7936e48f6 Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
peterv%propagandism.org 9cb69d14f0 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 850550bee6 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 b70cf6f86c 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 2508db18cc Fix the reviewcomments from bug 342274, r/sr=peterv 2006-07-07 05:50:20 +00:00
cvshook%sicking.cc aee1bf5b8c 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 cf07d96809 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 f3e1ecabf0 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 898dda321e Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz. 2006-06-15 20:30:44 +00:00
timeless%mozdev.org 9391198a55 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 d9030469fc [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 9b9c1daa88 And still one fix 2006-05-19 11:19:27 +00:00
cvshook%sicking.cc 2cc84a5fd3 Bug 194387: Support parameter-passing in PI XSLT transformations. r/sr=peterv 2006-05-19 10:29:43 +00:00
allan%beaufour.dk 101e2c1a94 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 28c7fdbdc4 Ooops, failed to notice the giant "tree is closed" message :( 2006-05-18 08:11:02 +00:00
allan%beaufour.dk d5db617cce [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 819607eeb2 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 7d3e7d7acd 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 f624eb831d 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 36f352636c Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
bzbarsky%mit.edu 533eb3c678 Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking 2006-04-27 18:21:11 +00:00
mrbkap%gmail.com b3ca35cd1a Fix initialization ordering warnings. No bug, r+sr=sicking 2006-04-15 09:56:49 +00:00
cvshook%sicking.cc 92b578d7ad Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron 2006-04-13 04:07:12 +00:00
cvshook%sicking.cc d66ea45078 Attempt to fix build bustage. 2006-04-06 06:38:52 +00:00
cvshook%sicking.cc 991e5e3fbe 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 bfcf0c8643 Fix for bug 208172 (Implement optimizable XPath - evaluateToX infrastructure). r=sicking, sr=jst. 2006-04-01 02:12:15 +00:00
cvshook%sicking.cc 433c662394 Relanding patches that (hopefully) don't affect Tdhtml 2006-03-24 00:09:50 +00:00
cvshook%sicking.cc 6cc41878a9 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 c28e6a9665 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 9e3c81007f Bug 325426: Only use baseURI to resolve relative uris. r=bz sr=jst 2006-03-08 05:01:16 +00:00
timeless%mozdev.org a279d689e5 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
peterv%propagandism.org 326c197555 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 a898e666b8 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
bzbarsky%mit.edu eab4195d4c 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 df1bc13bf8 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 086f15ae73 Fixing more sicking bustage 2006-01-26 04:19:11 +00:00
roc+%cs.cmu.edu 07e1542ea4 Fixing sicking bustage. 2006-01-26 03:44:21 +00:00
roc+%cs.cmu.edu ef728481f4 Fixing bustage. thanks=sicking 2006-01-26 02:49:29 +00:00
cvshook%sicking.cc b6f702b221 Bug 208172: Implement optimizable XPath. r=peterv sr=jst 2006-01-26 01:50:30 +00:00
mrbkap%gmail.com 0a86b61aab 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 be7a2211fd 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 7d9189938d Bug 323910: Merge atom lists in gklayout
r/sr=jst
2006-01-19 00:58:12 +00:00
bzbarsky%mit.edu 71e7b476c8 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 dcb9344973 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 df87d5eb4c 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 0885361aee 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 031a1befce Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
r/sr=bz
2005-12-28 21:52:39 +00:00
cvshook%sicking.cc c48a704b3d 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 41f13b8db1 Bug 320057: Make it easier to build buster (XSLT test suite)
r=bsmedberg
2005-12-13 22:07:36 +00:00
cvshook%sicking.cc c5484e30ab 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 7a5af690c6 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 6ce7661d83 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 c9cca2e5b0 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 d1e0ed389f 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 209246f0d2 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 dff1dea638 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 eb11586c63 From bug 304494, moving the tests which were in extensions/transformiix/resources 2005-11-10 16:31:32 +00:00
bsmedberg%covad.net 25dee9f869 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 912b72cc5c Bug 182177: fix comments in nsIXSLTProcessor.idl
r=Pike sr=peterv
2005-11-02 07:43:12 +00:00
vladimir%pobox.com c66e5bc60c b=255134, make nsICollation scriptable, r=jshin,sr=brendan 2005-11-02 07:43:11 +00:00
peterv%propagandism.org 5bcce3b40a Fix for bug 278157 (Need to correct xsl:number implementation). r=sicking, sr=jst. 2005-11-02 07:43:10 +00:00
cvshook%sicking.cc 70f1191de9 Bug 311827: Make GetAttr return a bool rather then an nsresult.
r/sr=bz
2005-11-02 07:43:09 +00:00
peterv%propagandism.org 53bc03cd15 Fix for bug 297067 (First tag is not transformed). r=Pike, sr=jst. 2005-11-02 07:43:08 +00:00
bzbarsky%mit.edu e42480d836 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:07 +00:00
bzbarsky%mit.edu 07f88d9312 Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
2005-11-02 07:43:06 +00:00
bzbarsky%mit.edu f7775541c1 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:05 +00:00
peterv%propagandism.org 4ae82689d5 Fix for bug 205778 (document('') load of stylesheet conflicts with http cache). r=Pike, sr=bz. 2005-11-02 07:43:04 +00:00
peterv%propagandism.org 564e4db6a9 Fix for bug 226425 (xml, xslt crash using apply-templates and document). r=Pike, sr=jst. 2005-11-02 07:43:03 +00:00
peterv%propagandism.org c4edc9c24e 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:02 +00:00
peterv%propagandism.org 1decb141bc Fix for bug 306809 (oom mlk in txVariable::Convert). r/sr=bz. 2005-11-02 07:43:01 +00:00
bzbarsky%mit.edu fb9232d6df 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:00 +00:00
peterv%propagandism.org 7ce839661e Fix for bug 305296 (nsXPathResult::IterateNext() does not advance to next result). r=Pike, sr=jst. 2005-11-02 07:42:59 +00:00
peterv%propagandism.org 7e60d907f0 Fix for bug 248025 (cannot add a DOM Node as an xsl:param using XSLTProcessor.setParameter()). r=Pike, sr=jst. 2005-11-02 07:42:58 +00:00
bzbarsky%mit.edu 76f54b84d0 Move the BindToTree call for the document element into SetRootContent. Bug
289209, r=sicking, sr=jst, a=asa
2005-11-02 07:42:57 +00:00
bzbarsky%mit.edu 745957e021 Fix build bustage 2005-11-02 07:42:56 +00:00
bzbarsky%mit.edu 3f82772307 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:55 +00:00
bzbarsky%mit.edu 9dc80c25ee 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:54 +00:00
bzbarsky%mit.edu bb257dfeb3 Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
BindToTree and UnbindFromTree methods.  Bug 286000, r=sicking, sr=jst
2005-11-02 07:42:53 +00:00
timeless%mozdev.org ab02c77d56 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:52 +00:00
bsmedberg%covad.net c0f0c6c3cc Move the transformiix locale file to dom/locales, r=peterv/Pike 2005-11-02 07:42:51 +00:00
cvshook%sicking.cc 33cb3427a2 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:49 +00:00
peterv%propagandism.org 03ee213afd 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:48 +00:00
peterv%propagandism.org 8a82ab414b Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz. 2005-11-02 07:42:47 +00:00
doronr%us.ibm.com 1015c077b7 Bug 281987 - Finish out XPath extension functions. Patch by aaronr, r=sicking sr=tor a=mkaply 2005-11-02 07:42:46 +00:00
allan%beaufour.dk 2b82bf95a4 Support context size and position in ns(XForms)XPathExpression. Bug 292841, r=sicking, sr=peterv, a=mkaply 2005-11-02 07:42:45 +00:00
doronr%us.ibm.com 462803462b Bug 282777 - Implement index() xpath function. Patch by aaronr@us.ibm.com, r=sicking, beaufour 2005-11-02 07:42:44 +00:00
peterv%propagandism.org 043c6a43cf Part of fix for bug 278981 (Extension mechanism for XPath extension functions) - Support aggregation of nsXPathEvaluator. r/sr=jst. 2005-11-02 07:42:43 +00:00
peterv%propagandism.org 357fee1763 Fix for bug 279878 (Unknown extension function shouldn't stop processing unless called). r=sicking, sr=jst. 2005-11-02 07:42:42 +00:00
peterv%propagandism.org 2002206eb8 Fix for bug 68824 (XMLParser::getDocumentFromURI returns empty documents for missing pages). r=Pike, sr=bz. 2005-11-02 07:42:41 +00:00
peterv%propagandism.org 54f07c7d4f Fix for bug 188339 (improve standalone DOM). r=Pike. NPOTB. 2005-11-02 07:42:40 +00:00
bsmedberg%covad.net aaa0d6c3f0 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-11-02 07:42:39 +00:00