WordPress/wp-includes/js
desrosj d07e548037 Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch.
This backports several build and test tool improvements to the 5.0 branch. Most notably, this includes:

- The changes required to allow each workflow to be triggered by the `workflow_dispatch` event so that tests can be run on a schedule [50590].
- Splitting single site and multisite tests into parallel jobs [50379].
- Split slow tests into separate, parallel jobs for PHP <= 5.6 [50444].
- Better branch and path scoping for GitHub Action workflows when running on `pull_request` [50432,50479].
- Several `devDependency` updates.

Merges [45317,50267,50379,50387,50413,50416,50432,50435-50436,50444,50446,50473-50474,50476,50479,50485-50487,50545,50579,50590,50598] to the 5.0 branch.
See #50401, #51801, #51802, #52548, #52608, #52612, #52624, #52625, #52645, #52653, #52658, #52660, #52667.
Built from https://develop.svn.wordpress.org/branches/5.0@50624


git-svn-id: http://core.svn.wordpress.org/branches/5.0@50236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-03-31 19:27:41 +00:00
..
codemirror Remove JSHint due to license compatibility 2018-01-23 03:38:41 +00:00
crop
dist Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
imgareaselect Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
jcrop
jquery Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
mediaelement Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
plupload Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
swfupload Remove SWFUpload, 2017-09-21 16:35:48 +00:00
thickbox Administration: Thickbox: Fix conflicts with the Plugin details and native Thickbox modals. 2017-09-09 14:14:43 +00:00
tinymce Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
admin-bar.js
admin-bar.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
api-request.js REST API: Handle api-request query parameters with plain permalinks. 2018-10-19 18:33:39 +00:00
api-request.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
autosave.js Docs: JSDoc improvements for namespaces. 2017-09-08 18:42:49 +00:00
autosave.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
backbone.min.js
colorpicker.js
colorpicker.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
comment-reply.js Docs: improve JS docs for comment-reply.js 2017-08-24 17:58:44 +00:00
comment-reply.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
customize-base.js Customize: Constrain focus when overlay notification is displayed. 2017-10-10 03:34:53 +00:00
customize-base.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
customize-loader.js Customize: Eliminate use of customize-loader in core so Customizer is opened consistently in top window. 2017-10-09 16:04:48 +00:00
customize-loader.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
customize-models.js Customizer: Minimize duplicate header crops in the media library. 2017-10-04 14:59:48 +00:00
customize-models.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
customize-preview-nav-menus.js Docs: JSDoc improvements for namespaces. 2017-09-08 18:42:49 +00:00
customize-preview-nav-menus.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
customize-preview-widgets.js Widgets: Update preview for Gallery widget when one of its attachments is modified in the media modal, outside the customized state. 2017-10-16 06:46:48 +00:00
customize-preview-widgets.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
customize-preview.js Customize: Prevent history.replaceState() and history.pushState() calls from causing error in customize preview before DOM ready. 2017-11-02 19:27:47 +00:00
customize-preview.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
customize-selective-refresh.js Customize: Ensure media playlists get initialized after selective refresh; expose new wp.playlist.initialize() API. 2018-01-30 14:56:41 +00:00
customize-selective-refresh.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
customize-views.js Docs: JSDoc improvements for namespaces. 2017-09-08 18:42:49 +00:00
customize-views.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
heartbeat.js Block Editor: Refresh nonces used by wp.apiFetch. 2018-11-22 19:40:46 +00:00
heartbeat.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
hoverIntent.js
hoverIntent.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
imagesloaded.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
json2.js
json2.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
masonry.min.js
mce-view.js Editor: Fix determining TinyMCE editor width when in inline mode instead of iframe mode. 2017-12-13 05:19:40 +00:00
mce-view.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
media-audiovideo.js Build tools: Upgrade webpack to version 4. 2018-10-10 04:16:23 +00:00
media-audiovideo.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
media-editor.js Docs: JSDoc improvements for namespaces. 2017-09-08 18:42:49 +00:00
media-editor.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
media-grid.js Build tools: Upgrade webpack to version 4. 2018-10-10 04:16:23 +00:00
media-grid.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
media-models.js Build tools: Upgrade webpack to version 4. 2018-10-10 04:16:23 +00:00
media-models.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
media-views.js Build tools: Upgrade webpack to version 4. 2018-10-10 04:16:23 +00:00
media-views.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
quicktags.js
quicktags.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
shortcode.js Docs: JSDoc improvements for namespaces. 2017-09-08 18:42:49 +00:00
shortcode.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
swfobject.js
tw-sack.js
tw-sack.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
twemoji.js Emoji: Update Twemoji to version 11.0. 2018-07-13 06:37:26 +00:00
twemoji.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
underscore.min.js
utils.js
utils.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-a11y.js File Editors: Introduce sandboxed live editing of PHP files with rollbacks for both themes and plugins. 2017-10-04 00:20:45 +00:00
wp-a11y.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-ajax-response.js General: Replace Cheatin’ uh? with friendlier error messages. 2018-03-09 00:15:42 +00:00
wp-ajax-response.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-api.js REST API: generate a valid fallback URI in wp.api.utils.getRootURL. 2018-10-18 20:49:25 +00:00
wp-api.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
wp-auth-check.js
wp-auth-check.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-backbone.js Docs: JSDoc improvements for namespaces. 2017-09-08 18:42:49 +00:00
wp-backbone.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
wp-custom-header.js Docs: JSDoc improvements for namespaces. 2017-09-08 18:42:49 +00:00
wp-custom-header.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
wp-embed-template.js
wp-embed-template.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-embed.js Embeds: Avoid a JS error in wp.receiveEmbedMessage if data parameter is not set. 2018-10-11 04:00:23 +00:00
wp-embed.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-emoji-loader.js Emoji: Update Twemoji to version 11.0. 2018-07-13 06:37:26 +00:00
wp-emoji-loader.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-emoji-release.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-emoji.js
wp-emoji.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-list-revisions.js
wp-list-revisions.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-lists.js
wp-lists.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
wp-pointer.js Docs: JSDoc improvements for namespaces. 2017-09-08 18:42:49 +00:00
wp-pointer.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wp-sanitize.js Security: Rename new wp.sanitize.sanitizeText to stripTagsAndEncodeText.' 2017-10-04 18:58:47 +00:00
wp-sanitize.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
wp-util.js Docs: JSDoc improvements for namespaces. 2017-09-08 18:42:49 +00:00
wp-util.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wpdialog.js
wpdialog.min.js Build/Test Tools: Support NodeJS 14.x in the 5.0 branch. 2021-02-05 04:05:04 +00:00
wplink.js Accessibility: Insert Link modal: Improve keyboard interaction. 2019-01-06 19:43:46 +00:00
wplink.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
zxcvbn-async.js
zxcvbn-async.min.js Build/Test Tools: Backport GitHub Action and build improvements to the 5.0 branch. 2021-03-31 19:27:41 +00:00
zxcvbn.min.js