mediawiki-extensions-Visual.../modules/ve
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
..
ce getRenderedContents() optimizations 2013-06-22 19:37:10 -07:00
dm (bug 49837) Handle correctly figure tags with typeof="mw:Image" 2013-06-19 21:15:30 +00:00
init mw.ViewPageTarget: Use native .focus() rather than jQuery's .focus() 2013-06-21 21:25:44 +00:00
test getRenderedContents() optimizations 2013-06-22 19:37:10 -07:00
ui Merge "ve.ui.PanelLayout: Set default to span accross available space" 2013-06-20 00:29:42 +00:00
ve.BranchNode.js
ve.debug.js
ve.Document.js Fix selectNodes() bug with empty non-content branch nodes 2013-06-17 19:09:12 +00:00
ve.Element.js Element fixes 2013-06-18 11:35:07 -07:00
ve.EventEmitter.js oojs: Integrate with OOJS v1.0.0 2013-06-06 17:29:55 +02:00
ve.Factory.js
ve.js Copy DOM elements properly, into the correct document 2013-06-18 15:40:33 -07:00
ve.LeafNode.js
ve.NamedClassFactory.js
ve.Node.js ve.ce.Document: Introduce getRelativeRange method 2013-06-05 13:10:38 +01:00
ve.Range.js
ve.Registry.js