wordpress-develop/src/wp-includes/js
Andrea Fercia 7e71bb398c Accessibility: Reduce the WordPress shades of grey, Episode 3.
Also, removes some no more used CSS.

See #35783.

git-svn-id: https://develop.svn.wordpress.org/trunk@36904 602fd350-edb4-49c9-b593-d223f7449a82
2016-03-09 19:50:28 +00:00
..
crop
imgareaselect Site Icon: Add crop preview to the media modal. 2015-07-20 15:56:19 +00:00
jcrop
jquery External Libraries: Update jQuery to 1.12.1. 2016-02-24 15:43:12 +00:00
media Media: Fix broken delete/trash functionality in the library after [36546]. 2016-02-24 16:02:43 +00:00
mediaelement Accessibility: Reduce the WordPress shades of grey, Episode 3. 2016-03-09 19:50:28 +00:00
plupload Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective). 2016-02-25 12:52:33 +00:00
swfupload Fix some documentation typos in various core files. 2014-08-13 03:55:10 +00:00
thickbox Accessibility: Reduce the WordPress shades of grey, Episode 3. 2016-03-09 19:50:28 +00:00
tinymce Accessibility: Reduce the WordPress shades of grey, Episode 3. 2016-03-09 19:50:28 +00:00
admin-bar.js Toolbar: Restore scroll-to-top functionality. 2015-07-20 20:01:34 +00:00
autosave.js Admin: fix repositioning of notices when the first header is not an immediate children of .wrap. 2015-12-31 11:04:38 +00:00
backbone.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:21:09 +00:00
backbone.min.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:21:09 +00:00
colorpicker.js
comment-reply.js Comments: after [35593], extend support to IE8 and improve checking for elements hidden with CSS 2015-11-18 19:14:50 +00:00
customize-base.js Customize: Prevent consecutive refresh requests from preview from causing JS error. 2016-02-19 03:46:59 +00:00
customize-loader.js Add Customizer docs. 2015-09-05 19:52:17 +00:00
customize-models.js JSHint: Use 'global' rather than 'globals' for inline configuration. 2015-07-19 17:08:47 +00:00
customize-preview-nav-menus.js Customize: Fix regressions and harden implementation of selective refresh for nav menus. 2016-03-09 00:08:51 +00:00
customize-preview-widgets.js Customize: Add selective refresh framework with implementation for widgets and re-implementation for nav menus. 2016-02-19 18:40:06 +00:00
customize-preview.js Customize: Restore body class removed in [36837] for when custom logo is present. 2016-03-09 19:32:33 +00:00
customize-selective-refresh.js Customize: Remove unused JS variable to fix jshint error introduced in [36890]. 2016-03-09 05:04:56 +00:00
customize-views.js Customizer: Contain "No image set/selected" in dashed border. 2016-02-23 17:26:58 +00:00
heartbeat.js Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective). 2016-02-25 12:52:33 +00:00
hoverIntent.js Update hoverIntent to 1.8.1. 2015-03-11 17:14:34 +00:00
json2.js External Libraries: update json2.js to the 2015-05-03 version. Crockford does not tag releases: https://github.com/douglascrockford/JSON-js/commits/master 2015-10-06 14:01:52 +00:00
masonry.min.js Update the Masonry JavaScript library to version 3. 2014-02-25 19:52:57 +00:00
mce-view.js TinyMCE: 2015-10-21 20:37:54 +00:00
media-audiovideo.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:21:09 +00:00
media-editor.js Media JS: ensure that wp.media.frame (a static reference to the "current" Frame) is reset when a cached frame is opened. 2015-09-17 00:09:40 +00:00
media-grid.js Media: Fix broken delete/trash functionality in the library after [36546]. 2016-02-24 16:02:43 +00:00
media-models.js JSHint: don't redeclare globals listed in .jshintrc 2015-07-20 23:38:17 +00:00
media-views.js Customize: Fix image cropping when doing live preview of theme switches. 2016-03-06 01:44:53 +00:00
quicktags.js Update the TinyMCE initialization: 2015-06-21 22:00:42 +00:00
shortcode.js Abstract the shortcode attribute parsing regex into its own function, update the JavaScript counterpart, and introduce a test to ensure they do not diverge again. 2015-10-08 03:11:59 +00:00
swfobject.js
tw-sack.js
twemoji.js Emoji: Update emoji support to Unicode 8.0, including the Diversity set. 2015-12-31 01:29:12 +00:00
underscore.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:21:09 +00:00
underscore.min.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:21:09 +00:00
utils.js After [33840], JS regex needs the g modifier. 2015-09-08 16:43:27 +00:00
wp-a11y.js Minor documentation fixes for the wp.a11y.speak() and addContainer() DocBlocks. 2015-07-13 17:57:01 +00:00
wp-ajax-response.js jQuery: Replace the use of the .size() method with the .length property. 2016-01-13 16:16:15 +00:00
wp-auth-check.js jQuery: Replace use of the .load() method for the "load" event with .on( 'load', handler ). 2016-01-13 17:21:36 +00:00
wp-backbone.js In wp.Backbone.Subviews, extract subviews with proper Underscore.js functions. 2016-01-15 04:02:00 +00:00
wp-embed-template.js Embeds: Make the click event handler work for dynamically added links. 2016-02-23 17:15:23 +00:00
wp-embed.js Embeds: Use a more accessible way to initially hide the iframe. 2016-02-25 10:22:43 +00:00
wp-emoji-loader.js Emoji: Clean up the emoji browser support tests. 2016-03-03 05:16:53 +00:00
wp-emoji.js Emoji: Fix some jshint warnings introduced in [36816]. 2016-03-03 05:47:55 +00:00
wp-list-revisions.js
wp-lists.js jQuery: Replace the use of the .size() method with the .length property. 2016-01-13 16:16:15 +00:00
wp-pointer.js
wp-util.js Add an abort class method to the Promise instance returned by wp.ajax.send(). 2015-06-13 14:29:42 +00:00
wpdialog.js
wplink.js TinyMCE, inline link: 2016-03-02 20:05:04 +00:00
zxcvbn-async.js
zxcvbn.min.js