DescriptionCurrently, RenderingGadgetRewriter#rewrite first removes any existing children of <head>, adds its own child nodes, and then adds back the previously removed children. This is not very efficient. This patch avoids removing and then adding back any existing children, by determining the first existing child node, if any, and then inserting any new nodes before it.
Patch Set 1 #
MessagesTotal messages: 4
|
|||||||||||||||||||