mediawiki-extensions-Visual.../tests/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
..
ve.dm.BranchNode.test.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.Converter.test.js Test getDomFromData using getDataFromDom's tests 2012-06-07 22:10:53 -07:00
ve.dm.Document.test.js Rip out the offset map 2012-06-11 18:10:08 -07:00
ve.dm.DocumentSynchronizer.test.js Added tests for document synchronizer 2012-05-09 18:31:09 -07:00
ve.dm.example.js Rip out the offset map 2012-06-11 18:10:08 -07:00
ve.dm.LeafNode.test.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.Node.test.js Fixed ve.dm.Transaction.newFromRemoval so it supports trimming off extra openings and closings 2012-06-01 14:34:59 -07:00
ve.dm.NodeFactory.test.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.dm.Surface.test.js Create tests for surface model annotate method. 2012-06-04 15:02:56 -07:00
ve.dm.TextNode.test.js Added getOuterLength tests for text and document nodes 2012-04-30 13:48:20 -07:00
ve.dm.Transaction.test.js Added ve.dm.Transaction.newFromContentBranchConversion 2012-06-11 15:58:44 -07:00
ve.dm.TransactionProcessor.test.js Add a tableSection to the example data and update offsets and stuff in almost all tests 2012-06-08 12:27:39 -07:00