mediawiki-extensions-Visual.../modules/ve/ce
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
..
annotations Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
nodes getRenderedContents() optimizations 2013-06-22 19:37:10 -07:00
styles Transclusion editing 2013-06-12 16:39:13 -07:00
ve.ce.Annotation.js
ve.ce.AnnotationFactory.js
ve.ce.BranchNode.js
ve.ce.ContentBranchNode.js getRenderedContents() optimizations 2013-06-22 19:37:10 -07:00
ve.ce.Document.js Fix conversion of byte to grapheme offsets/lengths 2013-06-11 13:39:11 +01:00
ve.ce.DomRange.js
ve.ce.FocusableNode.js FocusedNode Selection 2013-06-07 17:49:35 -07:00
ve.ce.js Rename character to (grapheme) cluster when dealing with unicode. 2013-06-05 17:30:28 +01:00
ve.ce.LeafNode.js getRenderedContents() optimizations 2013-06-22 19:37:10 -07:00
ve.ce.Node.js Let's not put slugs around lists because there is no such need. 2013-06-07 00:08:26 +00:00
ve.ce.NodeFactory.js
ve.ce.ProtectedNode.js FocusedNode Selection 2013-06-07 17:49:35 -07:00
ve.ce.RelocatableNode.js
ve.ce.ResizableNode.js Reference name and group editing 2013-06-14 15:29:56 -07:00
ve.ce.Surface.js Ignore shortcut keys inside key press handler 2013-06-19 17:31:45 +00:00
ve.ce.SurfaceObserver.js
ve.ce.View.js