mediawiki-extensions-Visual.../modules/ve/test
Ed Sanders 44b1fdebe4 Use FlatLinearData for storing converter results
Previously we returned ElementLinearData from the converter, then
stripped out the MetaLinearData. This meant that before processing
the ElementLinearData from the converter actually contained metadata
which is confusing.

The new document constructor stores the converter results in a
FlatLinearData object and simultaneously populates element and meta
data stores.

Also in this commit I have moved various methods from ElementLinearData
to FlatLinearData, from which ElementLinearData inherits.

Change-Id: I64561bde2c31d8f703c13ac7b0a0c5f7ade9f3d4
2013-10-06 20:27:32 +01:00
..
ce Add more tests for ve.ce.Surface#onContentChange 2013-09-27 11:55:43 +01:00
dm Use FlatLinearData for storing converter results 2013-10-06 20:27:32 +01:00
init ve.copy: Remove obsolete copyArray and copyObject 2013-07-30 01:44:22 +02:00
ui Move repeated code for creating a test ve.ui.Surface in utils 2013-09-27 11:53:51 +01:00
example.png Optimise png images with optipng 2013-07-05 09:47:12 +00:00
index.php Use FlatLinearData for storing converter results 2013-10-06 20:27:32 +01:00
ve.BranchNode.test.js
ve.Document.test.js
ve.Element.test.js Make local overlays local to surface and remove insane z-indexes 2013-07-02 19:35:43 +00:00
ve.Factory.test.js Make ve.Factory require static name property 2013-10-03 14:52:19 -07:00
ve.LeafNode.test.js
ve.Node.test.js
ve.qunit.js Include element HTML in QUnit summary for diff 2013-08-02 16:10:05 +01:00
ve.Range.test.js Fix copy and paste of backwards selction 2013-08-22 18:10:34 +00:00
ve.test.js Don't emit Surface changes back to the Surface 2013-08-21 17:26:32 +00:00
ve.test.utils.js Move repeated code for creating a test ve.ui.Surface in utils 2013-09-27 11:53:51 +01:00