mediawiki-extensions-Visual.../modules/ve/dm
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
..
annotations (bug 42298) Handle URL encoding in MWInternalLinkAnnotation 2012-12-07 12:34:17 -08:00
nodes (bug 42806) Copy/paste errors on unbalanced data 2012-12-07 13:34:28 -08:00
ve.dm.Annotation.js Only apply HTML attributes to DOM nodes that are "safe" 2012-11-27 14:34:29 -08:00
ve.dm.AnnotationFactory.js Standards: Fix global variables and pass JSHint. 2012-10-23 00:53:48 +02:00
ve.dm.BranchNode.js Store the data model element in the DM tree 2012-11-27 14:36:29 -08:00
ve.dm.Converter.js Phase out $.toJSON, use JSON.stringify directly. 2012-12-13 01:33:46 +01:00
ve.dm.Document.js (bug 42925) Inspector doesn't open properly 2012-12-10 16:48:13 -08:00
ve.dm.DocumentSlice.js Fix typo'ed documentation issue with gerrit change 38009 2012-12-10 18:34:37 -08:00
ve.dm.DocumentSynchronizer.js DocumentSynchronizer fix and cleanup 2012-10-25 11:02:58 -07:00
ve.dm.js New annotation API: Annotation and AnnotationFactory classes 2012-10-12 15:07:02 -07:00
ve.dm.LeafNode.js Store the data model element in the DM tree 2012-11-27 14:36:29 -08:00
ve.dm.Node.js Fix rebase artefact in ve.dm.Node.getAttributes() 2012-11-28 11:20:54 -08:00
ve.dm.NodeFactory.js (bug 42806) Copy/paste errors on unbalanced data 2012-12-07 13:34:28 -08:00
ve.dm.Surface.js Added disable/enable methods to ve.Surface 2012-12-11 16:28:39 -08:00
ve.dm.SurfaceFragment.js Improve truncate and truncateRange to allow negative values 2012-12-11 11:10:22 -08:00
ve.dm.Transaction.js Static composition of 'can' and 'not', may improve performance slightly 2012-12-07 13:38:00 -08:00
ve.dm.TransactionProcessor.js Static composition of 'can' and 'not', may improve performance slightly 2012-12-07 13:38:00 -08:00