mediawiki-extensions-Visual.../modules/ve/ce/nodes
Roan Kattouw fe5f4fdce0 getRenderedContents() optimizations
* Use plain text rather than HTML in TextNode
** Bypasses HTML parsing, and doesn't cause regeneration of nodes like
   appending to .innerHTML does
** We were only using HTML so we could use entities, so replace those
   with \uNNNN sequences
* Use native DOM functionality rather than jQuery
* Inline flushBuffer()

Change-Id: I7c6376b55cc0f1420a01a77b365b073fe1636263
2013-06-22 19:37:10 -07:00
..
ve.ce.AlienNode.js Fix copyDomElement issues 2013-06-18 23:37:09 +00:00
ve.ce.BreakNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.CenterNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.DefinitionListItemNode.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ce.DefinitionListNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.DivNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.DocumentNode.js Store DM nodes in InternalList 2013-06-03 22:10:07 +01:00
ve.ce.GeneratedContentNode.js Copy DOM elements properly, into the correct document 2013-06-18 15:40:33 -07:00
ve.ce.HeadingNode.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ce.ImageNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.InternalItemNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.InternalListNode.js Don't build the CE tree and DOM for the internal list 2013-06-21 14:19:55 -07:00
ve.ce.ListItemNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.ListNode.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ce.MWBlockImageNode.js Match MediaWiki's rendering of non-thumb/-frame block images 2013-06-19 17:44:55 -07:00
ve.ce.MWEntityNode.js Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
ve.ce.MWHeadingNode.js Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
ve.ce.MWImageCaptionNode.js Code style fixes: 'function(' => 'function (' 2013-06-06 13:02:16 +01:00
ve.ce.MWInlineImageNode.js Merge "Wrap inline images in spans with display: inline-block." 2013-06-10 22:36:30 +00:00
ve.ce.MWPreformattedNode.js Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
ve.ce.MWReferenceListNode.js Added ve.ce.FocusableNode mixin to ve.ce.MWReferenceListNode 2013-06-17 21:22:34 +00:00
ve.ce.MWReferenceNode.js Insert Reference 2013-06-10 20:14:08 +01:00
ve.ce.MWTransclusionNode.js Fix copyDomElement issues 2013-06-18 23:37:09 +00:00
ve.ce.ParagraphNode.js Support for thumb and frame images with captions. 2013-05-23 00:44:43 -07:00
ve.ce.PreformattedNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.TableCaptionNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.TableCellNode.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ce.TableNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.TableRowNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.TableSectionNode.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ce.TextNode.js getRenderedContents() optimizations 2013-06-22 19:37:10 -07:00