mediawiki-extensions-Visual.../modules/ve2/dm
Trevor Parscal 2cee2adb6d Split node factory into dm specific implementation
* Added support for asking if a given node type can have children or grandchildren and what types of nodes can be it's parent or child
* Removed canHaveChildren methods from leaf and branch nodes and converted use of them to depend on factory to read static rules from constructor lookup by type

Change-Id: I9769f95647066576416bacb791c4b68dd0285b35
2012-04-30 15:42:36 -07:00
..
nodes Fixed length calculations and added tests for node tree 2012-04-30 13:23:46 -07:00
ve.dm.BranchNode.js Fixed length calculations and added tests for node tree 2012-04-30 13:23:46 -07:00
ve.dm.Document.js Got rebuildNodes tests working 2012-04-30 13:42:32 -07:00
ve.dm.DocumentFragment.js Split node factory into dm specific implementation 2012-04-30 15:42:36 -07:00
ve.dm.js Split node factory into dm specific implementation 2012-04-30 15:42:36 -07:00
ve.dm.LeafNode.js Improved test coverage for ve.dm.BranchNode.splice and ve.dm.TwigNode.splice 2012-04-19 17:45:58 -07:00
ve.dm.Node.js Fixed length calculations and added tests for node tree 2012-04-30 13:23:46 -07:00
ve.dm.NodeFactory.js Split node factory into dm specific implementation 2012-04-30 15:42:36 -07:00
ve.dm.Transaction.js Add a note that I need to implement insert and remove as replace 2012-04-23 11:46:30 -07:00
ve.dm.TransactionProcessor.js Mostly-finished TransactionProcessor 2012-04-30 11:26:22 -07:00