Files
WordPress/wp-includes
Scott Taylor 93fdff3581 Simplify creation of audio, video, and playlist MCE views by placing them in iframe sandboxes.
Wins:
* Eliminates duplication of code between PHP and JS
* Views can load JS without messing with TinyMCE and scope
* MEjs doesn't break when it loads a file plugin-mode. This allows any file type the MEjs supports to play in MCE views.
* YouTube now works as the source for video.
* Users can still style the views, editor stylesheets are included in these sandboxes.
* Audio and Video URLs and `[embed]`s are no longer broken.
* Remove the crazy compat code necessary to determine what file types play in what browser.
* Remove unneeded Underscore templates.
* Remove the compat code for playlists.

See #28905.

Built from https://develop.svn.wordpress.org/trunk@29179


git-svn-id: http://core.svn.wordpress.org/trunk@28963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-07-15 22:18:14 +00:00
..
2014-07-13 16:16:15 +00:00
2014-04-07 17:52:16 +00:00
2013-07-13 00:37:36 +00:00
2014-03-27 22:41:14 +00:00
2014-06-10 00:30:15 +00:00
2014-03-26 18:43:14 +00:00
2013-09-06 17:19:09 +00:00
2013-10-30 14:39:10 +00:00
2014-07-09 18:07:16 +00:00