gecko-dev/dom/xml
Peter Van der Beken 434ae5628d Bug 1436040 - xslt processor: <?xslt-param name= value= ?> isn't recognized. r=bz.
The patch for bug 1387427 made us keep the source content in an array and we don't insert
it into the document anymore. The code for xslt-param and xslt-param-namespace should look
in the source content array instead of the document.

--HG--
extra : rebase_source : bbf4c6ab66357b3d7fe3f91fefc040d0a19578f5
2018-02-20 20:55:23 +01:00
..
crashtests Bug 1405878. Make sure to notify for our kids, if needed, before calling DoneAddingChildren in the XML content sink. r=hsivonen 2017-10-09 14:49:19 -04:00
resources Backed out changeset 48c4d99016ec (bug 1432636) for failing mochitests at dom/base/test/test_bug590812.html 2018-03-12 00:58:28 +02:00
test Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
CDATASection.cpp Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
CDATASection.h Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
ProcessingInstruction.cpp Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
ProcessingInstruction.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
XMLDocument.cpp Bug 1445140 part 2. Change NS_NewDOMDocument to take a DocumentType. r=mystor 2018-03-13 16:24:01 -04:00
XMLDocument.h Bug 1387956 (part 1) - Change |nsWindowSizes*| arguments to |nsWindowSizes&|. r=mccr8. 2017-08-10 14:13:22 +10:00
XMLStylesheetProcessingInstruction.cpp Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
XMLStylesheetProcessingInstruction.h Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
htmlmathml-f.ent
moz.build Bug 1435430 part 1. Switch to creating XSLTProcessors via constructor, not contract. r=mystor 2018-02-05 16:00:04 -05:00
nsIXMLContentSink.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsXMLContentSink.cpp Bug 1436040 - xslt processor: <?xslt-param name= value= ?> isn't recognized. r=bz. 2018-02-20 20:55:23 +01:00
nsXMLContentSink.h Bug 1426234 part 3. Simplify ProcessStyleLink now that it's only called for Link headers. r=mystor 2017-12-21 16:43:24 -05:00
nsXMLElement.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsXMLElement.h Bug 1432944 part 13. Remove the NS_FORWARD_NSIDOMELEMENT_TO_GENERIC macro. r=mccr8 2018-01-29 23:29:11 -05:00
nsXMLFragmentContentSink.cpp Bug 1432186 part 6. Remove nsIDOMNode::RemoveChild. r=mccr8 2018-01-29 23:10:50 -05:00
nsXMLPrettyPrinter.cpp Bug 1442207: Remove unneeded arguments to nsIMutationObserver. r=smaug 2018-03-01 22:45:17 +01:00
nsXMLPrettyPrinter.h