WordPress/wp-includes/js
Scott Taylor bd4085fac3 The `canPlayType` property for audio and video in JS is so bad that the official valid responses are "probably" and "maybe". There are many cases where we might want to know if an audio|video tag is gonna blow up in our face before even attempting to make a `MediaElementPlayer` instance out of it.
The best (and most cautious) way to tackle this is to whitelist types by browser. Imagine that one implemented MEjs in TinyMCE's rich editor mode, this would be very helpful.

Add `isCompatible( $media )` to `wp.media.mixin`. Future features will use this.

See #27389.


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


git-svn-id: http://core.svn.wordpress.org/trunk@27382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-03-14 14:36:14 +00:00
..
crop
imgareaselect
jcrop
jquery Add jquery.masonry.min.js. fixes #25351. 2014-03-04 02:20:14 +00:00
mediaelement Load MediaElement's CSS when TinyMCE is loaded via `$mce_css` in `editor_settings()`. Add some baseline styles in `wp-content.css` for audio, video, and embed tags to ensure their `max-width` is `100%`, regardless of whether MEjs is implemented in TinyMCE. 2014-03-14 12:34:16 +00:00
plupload Add the ability to drag and drop files directly onto the editor. 2014-03-01 21:34:17 +00:00
swfupload Remove a few unnecessary jQuery selectors added in [27239]. Playlists don't exist in some older contexts that galleries do. 2014-02-24 20:49:14 +00:00
thickbox Modals: darken all overlays, update all box-shadows and headings, correct thickbox styling, make the link modal narrower and bring back the animation (css transition). Props avryl, see #26952 2014-03-14 05:55:16 +00:00
tinymce Load MediaElement's CSS when TinyMCE is loaded via `$mce_css` in `editor_settings()`. Add some baseline styles in `wp-content.css` for audio, video, and embed tags to ensure their `max-width` is `100%`, regardless of whether MEjs is implemented in TinyMCE. 2014-03-14 12:34:16 +00:00
admin-bar.js Make older mobile browsers and IE7 usable: 2013-12-09 02:41:10 +00:00
admin-bar.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
autosave.js Autosave: Fix typo in event namespace. props avryl, see #25272. 2014-02-04 16:07:12 +00:00
autosave.min.js Autosave: Fix typo in event namespace. props avryl, see #25272. 2014-02-04 16:07:12 +00:00
backbone.min.js Update Backbone to version 1.1.2. 2014-02-22 15:42:14 +00:00
colorpicker.js
colorpicker.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
comment-reply.js
comment-reply.min.js
customize-base.js Customizer: Revert [26548], removing _.isEqual() for proper object comparison. 2013-12-05 23:13:10 +00:00
customize-base.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
customize-loader.js
customize-loader.min.js Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out. 2013-11-13 21:45:11 +00:00
customize-models.js JS linting for [27497]. 2014-03-11 04:20:14 +00:00
customize-models.min.js Add header image uploads with cropping to the customizer. 2014-03-11 04:13:16 +00:00
customize-preview-widgets.js Make widget customizer code pass JSHint. 2014-03-06 16:45:15 +00:00
customize-preview-widgets.min.js Make widget customizer code pass JSHint. 2014-03-06 16:45:15 +00:00
customize-preview.js
customize-preview.min.js
customize-views.js Add header image uploads with cropping to the customizer. 2014-03-11 04:13:16 +00:00
customize-views.min.js Add header image uploads with cropping to the customizer. 2014-03-11 04:13:16 +00:00
heartbeat.js Heartbeat: Don't use a variable of the same name as the function it is in. 2013-12-04 19:24:09 +00:00
heartbeat.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
hoverIntent.js
hoverIntent.min.js
json2.js
json2.min.js
masonry.min.js Update the Masonry JavaScript library to version 3. 2014-02-25 19:53:15 +00:00
mce-view.js Revert [27528] until Flash in Firefox behaves :( 2014-03-13 23:39:16 +00:00
mce-view.min.js Revert [27528] until Flash in Firefox behaves :( 2014-03-13 23:39:16 +00:00
media-editor.js The `canPlayType` property for audio and video in JS is so bad that the official valid responses are "probably" and "maybe". There are many cases where we might want to know if an audio|video tag is gonna blow up in our face before even attempting to make a `MediaElementPlayer` instance out of it. 2014-03-14 14:36:14 +00:00
media-editor.min.js The `canPlayType` property for audio and video in JS is so bad that the official valid responses are "probably" and "maybe". There are many cases where we might want to know if an audio|video tag is gonna blow up in our face before even attempting to make a `MediaElementPlayer` instance out of it. 2014-03-14 14:36:14 +00:00
media-models.js In `media.model.PostMedia`, for these 2 scenarios: 2014-03-14 13:00:14 +00:00
media-models.min.js In `media.model.PostMedia`, for these 2 scenarios: 2014-03-14 13:00:14 +00:00
media-views.js Move `removePlayer()` and `unsetPlayer()` to `wp.media.mixin` so that other classes can take advantage of them. 2014-03-14 13:48:15 +00:00
media-views.min.js Move `removePlayer()` and `unsetPlayer()` to `wp.media.mixin` so that other classes can take advantage of them. 2014-03-14 13:48:15 +00:00
quicktags.js Various JSHint fixes. see #26446. 2014-02-08 00:52:12 +00:00
quicktags.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
shortcode.js
shortcode.min.js
swfobject.js
tw-sack.js
tw-sack.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
underscore.min.js Update Backbone from 1.0 to 1.1. 2014-02-13 07:34:13 +00:00
utils.js
utils.min.js
wp-ajax-response.js
wp-ajax-response.min.js
wp-auth-check.js Heartbeat: update wp-auth-check to use the new "connectNow()" method after a successful login, see #25073. 2013-12-02 18:47:09 +00:00
wp-auth-check.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
wp-backbone.js Update media-views and wp.Backbone.View for Backbone 1.1. 2014-02-13 07:36:13 +00:00
wp-backbone.min.js Update media-views and wp.Backbone.View for Backbone 1.1. 2014-02-13 07:36:13 +00:00
wp-list-revisions.js
wp-list-revisions.min.js
wp-lists.js
wp-lists.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
wp-pointer.js
wp-pointer.min.js
wp-util.js
wp-util.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
wpdialog.js TinyMCE 4.0.12, first run. 2013-12-28 23:53:15 +00:00
wpdialog.min.js TinyMCE 4.0.12, first run. 2013-12-28 23:53:15 +00:00
wplink.js wpLink: bring back the Cancel link, improve responsive styles, see #26952 2014-03-12 03:07:15 +00:00
wplink.min.js wpLink: bring back the Cancel link, improve responsive styles, see #26952 2014-03-12 03:07:15 +00:00
zxcvbn-async.js
zxcvbn-async.min.js Update the versions of several `devDependencies` in `package.json`. `grunt-cssjanus` has been updated to `0.2.2`, we no longer need the fork. Run `npm install` to receive updates for `node_modules` in the project root. 2014-01-29 04:43:30 +00:00
zxcvbn.min.js Add a copyright notice to zxcvbn. fixes #25926. 2013-12-04 19:53:10 +00:00