mediawiki-extensions-Visual.../modules/ve
Roan Kattouw 15a7822df1 Process annotations bottom-up rather than top-down in data->DOM
This means that instead of creating a DOM element for an annotation,
then appending stuff to that DOM element, we queue up the things to
append and only create the DOM element after we've built everything
that's going to be in it.

Most significantly, this moves the toDomElements() call to the close
function, which paves the way for passing in the annotation's contents.

Change-Id: I98a7d3ebb0f3eb8627c22348b48596906db2646e
2013-07-16 15:09:05 -07:00
..
ce Remove superfluous clear() when pawning 2013-07-16 00:37:51 +00:00
dm Process annotations bottom-up rather than top-down in data->DOM 2013-07-16 15:09:05 -07:00
init The great directory split of 2013 2013-07-02 20:51:38 -07:00
test Merge "Extend empty document check to check for meta-only data" 2013-07-15 16:18:50 +00:00
ui Merge "Adjust padding for surfaces inside dialogs" 2013-07-16 00:37:22 +00:00
ve.BranchNode.js
ve.debug.js
ve.Document.js Fix selectNodes() bug with empty non-content branch nodes 2013-06-17 19:09:12 +00:00
ve.Element.js Make local overlays local to surface and remove insane z-indexes 2013-07-02 19:35:43 +00:00
ve.EventEmitter.js
ve.Factory.js
ve.js Make loading VE work on Opera again, attempt two 2013-06-29 15:02:00 +02:00
ve.LeafNode.js
ve.NamedClassFactory.js
ve.Node.js
ve.Range.js
ve.Registry.js