mediawiki-extensions-Visual.../tests/ve2
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
..
ce Added foundation for new converter 2012-05-31 16:50:16 -07:00
dm Rip out the offset map 2012-06-11 18:10:08 -07:00
image.png Added transparent 1px image to make unit tests not show HTTP errors 2012-05-14 15:04:06 -07:00
index.html Delete HTMLConverter and update demo&sandbox 2012-06-08 12:40:43 -07:00
ve.BranchNode.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
ve.Document.test.js Massive refactor of node trees, generalizing lots of previously dm only stuff 2012-05-09 21:11:09 -07:00
ve.example.js Fixed element summaries to not rely on HTML serialization, which can render attributes in any order and tends to differ between browsers 2012-06-08 15:15:22 -07:00
ve.Factory.test.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.LeafNode.test.js Split node factory into dm specific implementation 2012-04-30 15:42:36 -07:00
ve.Node.test.js - Optimize surface model and write unit tests 2012-05-04 15:29:47 -07:00