WordPress/wp-includes/js
Weston Ruter 985a1f6a97 Customize: Prevent syncing unmodified settings from controls into preview to guard against triggering an infinite reload due to selective refresh fallback behavior.
If a value is sanitized in PHP and differs from the JS value in the pane, a `change` event for the setting is triggered upon refresh. This should be avoided since the value just came from the server as being sanitized. This also fixes periodic issue where selective refresh happens immediately after a full refresh.

Fixes #37032.

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


git-svn-id: http://core.svn.wordpress.org/trunk@39054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-11-03 05:07:32 +00:00
..
crop
imgareaselect
jcrop
jquery External Libraries: Update Minified version of jquery.masonry.js 2016-08-18 18:55:30 +00:00
mediaelement External Libraries: Update MediaElement.js to 2.22.0. 2016-07-18 10:59:30 +00:00
plupload Media: Use the correct variable for the file object. 2016-06-16 16:15:31 +00:00
swfupload Upload: Correct encoding issue in swfupload.js, introduced in [29479]. 2016-09-03 15:02:36 +00:00
thickbox Accessibility: the Thickbox "Close" control should always be a button. 2016-05-23 10:30:29 +00:00
tinymce TinyMCE: wptextpattern: Fix undo shortcut for inline patterns 2016-11-01 20:34:32 +00:00
admin-bar.js
admin-bar.min.js Update grunt-contrib-uglify from ~0.10.0 to ~1.0.1 2016-04-15 16:10:37 +00:00
autosave.js Accessibility: Remove inappropriate content from the Posts and Edit screens headings. 2016-10-27 20:39:39 +00:00
autosave.min.js Accessibility: Remove inappropriate content from the Posts and Edit screens headings. 2016-10-27 20:39:39 +00:00
backbone.min.js External Libraries: Update Backbone to version 1.3.3. 2016-06-16 09:27:29 +00:00
colorpicker.js
colorpicker.min.js Update grunt-contrib-uglify from ~0.10.0 to ~1.0.1 2016-04-15 16:10:37 +00:00
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 Docs: Fix multiple trivial typos throughout a variety of core files. 2016-10-31 06:28:32 +00:00
customize-base.min.js Customize: Harden url matching to account for varying ports and ensuring matching base pathname for allowed urls 2016-10-24 20:07:31 +00:00
customize-loader.js Customize: Implement customized state persistence with changesets. 2016-10-18 20:05:31 +00:00
customize-loader.min.js Customize: Implement customized state persistence with changesets. 2016-10-18 20:05:31 +00:00
customize-models.js
customize-models.min.js Update grunt-contrib-uglify from ~0.10.0 to ~1.0.1 2016-04-15 16:10:37 +00:00
customize-preview-nav-menus.js Customize: Introduce starter content and site freshness state. 2016-10-28 02:57:35 +00:00
customize-preview-nav-menus.min.js Customize: Introduce starter content and site freshness state. 2016-10-28 02:57:35 +00:00
customize-preview-widgets.js Customize: Add edit shortcuts in customizer preview to visually expose editable elements and focus on the corresponding controls when clicked. 2016-10-26 20:03:32 +00:00
customize-preview-widgets.min.js Customize: Add edit shortcuts in customizer preview to visually expose editable elements and focus on the corresponding controls when clicked. 2016-10-26 20:03:32 +00:00
customize-preview.js Customize: Prevent syncing unmodified settings from controls into preview to guard against triggering an infinite reload due to selective refresh fallback behavior. 2016-11-03 05:07:32 +00:00
customize-preview.min.js Customize: Prevent syncing unmodified settings from controls into preview to guard against triggering an infinite reload due to selective refresh fallback behavior. 2016-11-03 05:07:32 +00:00
customize-selective-refresh.js Customize: Prevent toggling edit shortcuts when doing shift-click or when clicking on a descendent of an interactive element. 2016-10-30 14:59:31 +00:00
customize-selective-refresh.min.js Customize: Prevent toggling edit shortcuts when doing shift-click or when clicking on a descendent of an interactive element. 2016-10-30 14:59:31 +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 Docs: Fix multiple trivial typos throughout a variety of core files. 2016-10-31 06:28:32 +00:00
heartbeat.min.js
hoverIntent.js
hoverIntent.min.js
imagesloaded.min.js External Libraries: Update Masonry to 3.3.2 and imagesLoaded to 3.2.0. 2016-06-28 18:48:31 +00:00
json2.js
json2.min.js
masonry.min.js External Libraries: Update Masonry to 3.3.2 and imagesLoaded to 3.2.0. 2016-06-28 18:48:31 +00:00
mce-view.js Docs: Fix multiple trivial typos throughout a variety of core files. 2016-10-31 06:28:32 +00:00
mce-view.min.js TinyMCE: add support for custom dashicon for wp.mce.View.setLoader(). 2016-10-11 00:56:29 +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: Remove alt fallbacks to improve accessibility. 2016-10-19 03:06:28 +00:00
media-editor.min.js Media: Remove alt fallbacks to improve accessibility. 2016-10-19 03:06:28 +00:00
media-grid.js Media: properly refresh the position of the Plupload shim so it moves over the Select Files button or off the screen. Fixes selecting files in MS Edge on the Media grid and Media -> Add New screens. 2016-06-16 04:54:29 +00:00
media-grid.min.js Media: properly refresh the position of the Plupload shim so it moves over the Select Files button or off the screen. Fixes selecting files in MS Edge on the Media grid and Media -> Add New screens. 2016-06-16 04:54:29 +00:00
media-models.js Docs: Fix multiple trivial typos throughout a variety of core files. 2016-10-31 06:28:32 +00:00
media-models.min.js Update grunt-contrib-uglify from ~0.10.0 to ~1.0.1 2016-04-15 16:10:37 +00:00
media-views.js Administration: Better consistency for the Media, Add Plugins, and Add Themes toolbars. 2016-10-14 21:33:28 +00:00
media-views.min.js Administration: Better consistency for the Media, Add Plugins, and Add Themes toolbars. 2016-10-14 21:33:28 +00:00
quicktags.js Editor quickTags: when the user selects some text by triple-clicking, then wraps it in a tag, and the last selected char is \n, insert the closing tag before the line break. 2016-06-09 00:25:27 +00:00
quicktags.min.js Editor quickTags: when the user selects some text by triple-clicking, then wraps it in a tag, and the last selected char is \n, insert the closing tag before the line break. 2016-06-09 00:25:27 +00:00
shortcode.js Media: Ensure empty alt attributes are set to blank strings. 2016-07-20 14:38:29 +00:00
shortcode.min.js Media: Ensure empty alt attributes are set to blank strings. 2016-07-20 14:38:29 +00:00
swfobject.js
tw-sack.js
tw-sack.min.js
twemoji.js Emoji: Add support for the upcoming Emoji 4 release. 2016-10-04 03:24:30 +00:00
twemoji.min.js Emoji: Add support for the upcoming Emoji 4 release. 2016-10-04 03:24:30 +00:00
underscore.min.js Update Backbone and Underscore to the latest versions. 2016-02-17 15:22:26 +00:00
utils.js Docs: Fix multiple trivial typos throughout a variety of core files. 2016-10-31 06:28:32 +00:00
utils.min.js
wp-a11y.js Accessibility: Ensure only text is sent to aria-live messages. 2016-07-20 14:26:28 +00:00
wp-a11y.min.js Accessibility: Ensure only text is sent to aria-live messages. 2016-07-20 14:26:28 +00:00
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 Update grunt-contrib-uglify from ~0.10.0 to ~1.0.1 2016-04-15 16:10:37 +00:00
wp-api.js Docs: Fix multiple trivial typos throughout a variety of core files. 2016-10-31 06:28:32 +00:00
wp-api.min.js REST API: Introduce the Content API endpoints. 2016-10-20 02:55:32 +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-custom-header.js Themes: Remove jQuery dependency from wp-custom-header.js. 2016-11-03 01:21:28 +00:00
wp-custom-header.min.js Themes: Remove jQuery dependency from wp-custom-header.js. 2016-11-03 01:21:28 +00:00
wp-embed-template.js Embeds: After [37745], check if a featured image exists before attaching an event listener. 2016-07-05 16:16:57 +00:00
wp-embed-template.min.js Embeds: After [37745], check if a featured image exists before attaching an event listener. 2016-07-05 16:16:57 +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: Load polyfill responsibly. 2016-10-23 00:00:34 +00:00
wp-emoji-loader.min.js Emoji: Load polyfill responsibly. 2016-10-23 00:00:34 +00:00
wp-emoji-release.min.js Emoji: Add support for the upcoming Emoji 4 release. 2016-10-04 03:24:30 +00:00
wp-emoji.js Emoji: Update the Twemoji loader to include the rainbow flag. 2016-08-04 20:51:31 +00:00
wp-emoji.min.js Emoji: Update the Twemoji loader to include the rainbow flag. 2016-08-04 20:51:31 +00:00
wp-list-revisions.js
wp-list-revisions.min.js Update grunt-contrib-uglify from ~0.10.0 to ~1.0.1 2016-04-15 16:10:37 +00:00
wp-lists.js wpLists: Pass the current element to process() to properly register event handlers. 2016-10-03 18:39:30 +00:00
wp-lists.min.js wpLists: Pass the current element to process() to properly register event handlers. 2016-10-03 18:39:30 +00:00
wp-pointer.js
wp-pointer.min.js
wp-util.js Multisite: Change WP_Network id property to an integer. 2016-06-26 14:26:29 +00:00
wp-util.min.js Multisite: Change WP_Network id property to an integer. 2016-06-26 14:26:29 +00:00
wpdialog.js
wpdialog.min.js
wplink.js TinyMCE wplink: 2016-10-17 20:01:31 +00:00
wplink.min.js TinyMCE wplink: 2016-10-17 20:01:31 +00:00
zxcvbn-async.js
zxcvbn-async.min.js
zxcvbn.min.js