mediawiki-extensions-Visual.../modules/ve/test
Trevor Parscal 4192cbc4d5 Window refactor
Changes:

* Cleanup the window API to use more consistent and intuitive methods - we
  now use initialize/setup/teardown instead of
  initialize/onSetup/onOpen/onClose as methods which are overridden, and
  use open/close methods to control the window
* Change events around to have opening/open and closing/close events which
  act as before/after points during the opening/closing process
* Make WindowSet and Context respond to windows being opened, rather than
  opening them directly
* Fix a LinkInspector creation mode bug where the initial text doesn't get
  reset
* Move inspector, a VisualEditor concept, back to VE
* Cleanup naming of SurfaceDialog, SurfaceToolbar, etc. to use shorter
  names, they were given Surface* names when the generic ones were also in
  VE, but now the generic ones are in OO, so they can return to their
  original names

Change-Id: I82c4fed8bcb3fb5630938c8bc4dd9b2d5f1a8c1d
2013-11-08 12:33:25 -08:00
..
ce Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
dm Track the original HTMLDocument in ve.dm.Document 2013-10-28 15:48:55 +00:00
init ve.copy: Remove obsolete copyArray and copyObject 2013-07-30 01:44:22 +02:00
ui .change( null, foo ) -> .setSelection( foo ) 2013-10-25 18:29:49 +01:00
example.png Optimise png images with optipng 2013-07-05 09:47:12 +00:00
index.php Window refactor 2013-11-08 12:33:25 -08:00
ve.BranchNode.test.js Remove ve.{inheritClass,mixinClass} and use OO instead 2013-10-18 18:58:08 +02:00
ve.Document.test.js Remove ve.{inheritClass,mixinClass} and use OO instead 2013-10-18 18:58:08 +02:00
ve.LeafNode.test.js Remove ve.{inheritClass,mixinClass} and use OO instead 2013-10-18 18:58:08 +02:00
ve.Node.test.js Remove ve.{inheritClass,mixinClass} and use OO instead 2013-10-18 18:58:08 +02:00
ve.qunit.js Use jsdifflib for QUnit diff 2013-10-23 20:31:17 +00:00
ve.Range.test.js Fix copy and paste of backwards selction 2013-08-22 18:10:34 +00:00
ve.test.js Remove ve.getHash and use getHash from oojs instead 2013-10-22 19:14:23 +00:00
ve.test.utils.js Fix: getDataFromDom tests should check for body or head 2013-10-31 09:02:19 +00:00