mediawiki-extensions-Visual.../modules/ve
Timo Tijhof 4fa57b469a Phase out $.toJSON, use JSON.stringify directly.
Although $.toJSON optimises heavily for modern browsers (it
becomes a direct reference to JSON.stringify), we still load the
extra plugin.

JSON is specified as part of ECMAScript 5, but most browsers
supported this one before they supported the rest of ES5.

http://caniuse.com/#search=JSON

Cut off for native JSON is IE7, Firefox 3.0 (3.6 supports it) and
Safari 3. Not any of our concern as VE will most likely never
support those (certainly not at this point in time, and less
likely as time goes on).

Change-Id: I4e8f26ac94763fa38d29e41264de0247f53a21e5
2012-12-13 01:33:46 +01:00
..
actions Restore cursor after undo/redo 2012-12-05 13:51:04 -08:00
ce Added disable/enable methods to ve.Surface 2012-12-11 16:28:39 -08:00
dm Phase out $.toJSON, use JSON.stringify directly. 2012-12-13 01:33:46 +01:00
init Phase out $.toJSON, use JSON.stringify directly. 2012-12-13 01:33:46 +01:00
test Phase out $.toJSON, use JSON.stringify directly. 2012-12-13 01:33:46 +01:00
ui Added disable/enable methods to ve.Surface 2012-12-11 16:28:39 -08:00
ve.Action.js Mapped tab key to indentation action 2012-11-07 16:26:13 -08:00
ve.ActionFactory.js Add ve.Action, ve.ActionFactory, subclasses 2012-10-26 14:44:17 -07:00
ve.AnnotationSet.js Fix UI for annotation API changes 2012-10-12 17:53:42 -07:00
ve.BranchNode.js
ve.Command.js Added some more key bindings for IE and Mozilla support 2012-11-07 16:49:34 -08:00
ve.CommandRegistry.js Mapped tab key to indentation action 2012-11-07 16:26:13 -08:00
ve.debug.js
ve.Document.js Standards: Fix global variables and pass JSHint. 2012-10-23 00:53:48 +02:00
ve.EventEmitter.js
ve.Factory.js Refactored commands into a registry 2012-11-07 15:52:30 -08:00
ve.js Init: Fix incorrect context for mw.msg.apply. 2012-12-02 03:45:51 +01:00
ve.LeafNode.js
ve.Node.js
ve.OrderedHashSet.js
ve.Position.js
ve.Range.js Improve truncate and truncateRange to allow negative values 2012-12-11 11:10:22 -08:00
ve.Registry.js Refactored commands into a registry 2012-11-07 15:52:30 -08:00
ve.Surface.js Added disable/enable methods to ve.Surface 2012-12-11 16:28:39 -08:00