mediawiki-extensions-Visual.../modules/ve2/dm
Catrope ab0c37def9 Rip out the offset map
The offset map was broken from the start because it wasn't updated when
adjusting the length of a text node, and if we fix that bug it's
doubtful whether the costs of updating the offset map outweigh the
benefits, especially considering that adjusting the length of a text
node is something we do for almost every keypress. If it turns out
having an offset map does make sense, we can always reintroduce it
later.

Change-Id: I59e8bc154f7d07aa1bab2f473c13ff466d0e463f
2012-06-11 18:10:08 -07:00
..
annotations Make the LinkAnnotation code a bit more robust 2012-06-11 18:10:06 -07:00
nodes Make tableCell represent both <td> and <th> 2012-06-08 12:27:22 -07:00
ve.dm.Annotation.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.AnnotationFactory.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.BranchNode.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.Converter.js Terrible hacks to work around Parsoid bugs 2012-06-11 17:32:58 -07:00
ve.dm.Document.js Rip out the offset map 2012-06-11 18:10:08 -07:00
ve.dm.DocumentSynchronizer.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.js Cleaned up some useless/unused functions 2012-06-07 15:02:40 -07:00
ve.dm.LeafNode.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.dm.Node.js Added getRange and getOuterRange to ve.dm.Node 2012-06-11 15:58:44 -07:00
ve.dm.NodeFactory.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.Surface.js Move inspectors into iframe loaded in contextView. 2012-06-08 17:17:11 -07:00
ve.dm.Transaction.js Added ve.dm.Transaction.newFromContentBranchConversion 2012-06-11 15:58:44 -07:00
ve.dm.TransactionProcessor.js Throw an exception when attempting to annotate a closing element 2012-06-08 12:23:59 -07:00