WordPress/wp-includes/js
Weston Ruter 783aa8b4fa Customize: Rely on selective refresh exclusively for previewing custom logo changes.
Eliminates JS logic (from [36698]) which attempted to do pure JS update while waiting for the selective refresh response to return. The duplicate JS logic lacked a re-implementation of the `image_downsize()` functionality available in PHP, and so the JS preview logic would fail to properly preview images that didn't have the exact theme image size generated. To keep the code DRY and to eliminate the momentary display of an improperly-sized image, the duplicated JS logic is now removed.

See #27355.
See #33755.
Fixes #36096.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-03-14 19:17:28 +00:00
..
crop
imgareaselect
jcrop
jquery External Libraries: Update jQuery to 1.12.1. 2016-02-24 15:44:26 +00:00
mediaelement Accessibility: Reduce the WordPress shades of grey, Episode 3. 2016-03-09 19:51:26 +00:00
plupload Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective). 2016-02-25 12:53:27 +00:00
swfupload
thickbox Accessibility: Improve accessibility for the Plugin details modal. 2016-03-10 22:37:26 +00:00
tinymce TinyMCE, inline link: 2016-03-14 00:53:26 +00:00
admin-bar.js
admin-bar.min.js
autosave.js Admin: fix repositioning of notices when the first header is not an immediate children of `.wrap`. 2015-12-31 11:05:31 +00:00
autosave.min.js Admin: fix repositioning of notices when the first header is not an immediate children of `.wrap`. 2015-12-31 11:05:31 +00:00
backbone.min.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:22:26 +00:00
colorpicker.js
colorpicker.min.js
comment-reply.js Comments: after [35593], extend support to IE8 and improve checking for elements hidden with CSS 2015-11-18 19:15:28 +00:00
comment-reply.min.js Comments: after [35593], extend support to IE8 and improve checking for elements hidden with CSS 2015-11-18 19:15:28 +00:00
customize-base.js Customize: Prevent consecutive `refresh` requests from preview from causing JS error. 2016-02-19 03:47:27 +00:00
customize-base.min.js Customize: Prevent consecutive `refresh` requests from preview from causing JS error. 2016-02-19 03:47:27 +00:00
customize-loader.js Add Customizer docs. 2015-09-05 19:53:24 +00:00
customize-loader.min.js
customize-models.js
customize-models.min.js
customize-preview-nav-menus.js Customize: Fix regressions and harden implementation of selective refresh for nav menus. 2016-03-09 00:09:26 +00:00
customize-preview-nav-menus.min.js Customize: Fix regressions and harden implementation of selective refresh for nav menus. 2016-03-09 00:09:26 +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:41:28 +00:00
customize-preview-widgets.min.js Customize: Add selective refresh framework with implementation for widgets and re-implementation for nav menus. 2016-02-19 18:41:28 +00:00
customize-preview.js Customize: Rely on selective refresh exclusively for previewing custom logo changes. 2016-03-14 19:17:28 +00:00
customize-preview.min.js Customize: Rely on selective refresh exclusively for previewing custom logo changes. 2016-03-14 19:17:28 +00:00
customize-selective-refresh.js Customize: Remove unused JS variable to fix jshint error introduced in [36890]. 2016-03-09 05:05:27 +00:00
customize-selective-refresh.min.js Customize: Remove selective refresh error message from appearing inline within the preview. 2016-03-09 04:37:28 +00:00
customize-views.js Customizer: Contain "No image set/selected" in dashed border. 2016-02-23 17:27:26 +00:00
customize-views.min.js Customizer: Contain "No image set/selected" in dashed border. 2016-02-23 17:27:26 +00:00
heartbeat.js Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective). 2016-02-25 12:53:27 +00:00
heartbeat.min.js
hoverIntent.js
hoverIntent.min.js
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:02:25 +00:00
json2.min.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:02:25 +00:00
masonry.min.js
mce-view.js TinyMCE: 2015-10-21 20:38:26 +00:00
mce-view.min.js TinyMCE: 2015-10-21 20:38:26 +00:00
media-audiovideo.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:22:26 +00:00
media-audiovideo.min.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:22:26 +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:10:26 +00:00
media-editor.min.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:10:26 +00:00
media-grid.js Media: Fix broken delete/trash functionality in the library after [36546]. 2016-02-24 16:03:26 +00:00
media-grid.min.js Media: Fix broken delete/trash functionality in the library after [36546]. 2016-02-24 16:03:26 +00:00
media-models.js
media-models.min.js
media-views.js Customize: Fix image cropping when doing live preview of theme switches. 2016-03-06 01:45:27 +00:00
media-views.min.js Customize: Fix image cropping when doing live preview of theme switches. 2016-03-06 01:45:27 +00:00
quicktags.js
quicktags.min.js
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:12:24 +00:00
shortcode.min.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:12:24 +00:00
swfobject.js
tw-sack.js
tw-sack.min.js
twemoji.js Add grunt prerelease task 2016-03-10 05:37:27 +00:00
twemoji.min.js Add grunt prerelease task 2016-03-10 05:37:27 +00:00
underscore.min.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:22:26 +00:00
utils.js After [33840], JS regex needs the `g` modifier. 2015-09-08 16:44:26 +00:00
utils.min.js After [33840], JS regex needs the `g` modifier. 2015-09-08 16:44:26 +00:00
wp-a11y.js
wp-a11y.min.js
wp-ajax-response.js jQuery: Replace the use of the `.size()` method with the `.length` property. 2016-01-13 16:17:27 +00:00
wp-ajax-response.min.js jQuery: Replace the use of the `.size()` method with the `.length` property. 2016-01-13 16:17:27 +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:22:27 +00:00
wp-auth-check.min.js jQuery: Replace use of the `.load()` method for the "load" event with `.on( 'load', handler )`. 2016-01-13 17:22:27 +00:00
wp-backbone.js In wp.Backbone.Subviews, extract subviews with proper Underscore.js functions. 2016-01-15 04:02:28 +00:00
wp-backbone.min.js In wp.Backbone.Subviews, extract subviews with proper Underscore.js functions. 2016-01-15 04:02:28 +00:00
wp-embed-template.js Embeds: Make the click event handler work for dynamically added links. 2016-02-23 17:16:26 +00:00
wp-embed-template.min.js Embeds: Make the click event handler work for dynamically added links. 2016-02-23 17:16:26 +00:00
wp-embed.js Embeds: Use a more accessible way to initially hide the iframe. 2016-02-25 10:23:27 +00:00
wp-embed.min.js Embeds: Use a more accessible way to initially hide the iframe. 2016-02-25 10:23:27 +00:00
wp-emoji-loader.js Emoji: Clean up the emoji browser support tests. 2016-03-03 05:17:26 +00:00
wp-emoji-loader.min.js Emoji: Clean up the emoji browser support tests. 2016-03-03 05:17:26 +00:00
wp-emoji-release.min.js Fix typo in wp-emoji.js. 2016-03-13 20:30:27 +00:00
wp-emoji.js Fix typo in wp-emoji.js. 2016-03-13 20:30:27 +00:00
wp-emoji.min.js Fix typo in wp-emoji.js. 2016-03-13 20:30:27 +00:00
wp-list-revisions.js
wp-list-revisions.min.js
wp-lists.js jQuery: Replace the use of the `.size()` method with the `.length` property. 2016-01-13 16:17:27 +00:00
wp-lists.min.js jQuery: Replace the use of the `.size()` method with the `.length` property. 2016-01-13 16:17:27 +00:00
wp-pointer.js
wp-pointer.min.js
wp-util.js
wp-util.min.js
wpdialog.js
wpdialog.min.js
wplink.js TinyMCE, inline link: 2016-03-14 00:53:26 +00:00
wplink.min.js TinyMCE, inline link: 2016-03-14 00:53:26 +00:00
zxcvbn-async.js
zxcvbn-async.min.js
zxcvbn.min.js