mediawiki-extensions-Visual.../tests/ve2/dm
Trevor Parscal 370070dfa2 Lots of ce porting, got text nodes fully supported
* Fixed constructor of ve.ce.BranchNode which was calling the wrong method to perform an onSplice and with the wrong arguments
* Removed/renamed events emitted from ve.ce.BranchNode.onSplice
* Reintroduced .$ to all ce nodes
* Ported over functionality for DOM node type variance used in headings, lists and list items
* Moved the old ve.ce.Content guts to ve.ce.TextNode
* Added getOffsetFromNode and getDataFromNode to ve.dm.DocumentFragment
* Added setDocument and getDocument to dm nodes

Change-Id: I185423ba2f1a858dde562cb2f5bc3852aec930db
2012-04-30 19:38:42 -07:00
..
ve.dm.BranchNode.test.js Added basic ve.ce nodes 2012-04-30 16:58:41 -07:00
ve.dm.Document.test.js Added getOuterLength tests for text and document nodes 2012-04-30 13:48:20 -07:00
ve.dm.DocumentFragment.test.js Got rebuildNodes tests working 2012-04-30 13:42:32 -07:00
ve.dm.example.js Lots of ce porting, got text nodes fully supported 2012-04-30 19:38:42 -07:00
ve.dm.LeafNode.test.js Split node factory into dm specific implementation 2012-04-30 15:42:36 -07:00
ve.dm.Node.test.js Fixed length calculations and added tests for node tree 2012-04-30 13:23:46 -07:00
ve.dm.NodeFactory.test.js Added ve.ce.NodeFactory and tests 2012-04-30 16:36:02 -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 Add tests for ve.dm.Transaction 2012-04-20 11:29:30 -07:00