wordpress-develop/src/wp-includes/js
Andrew Ozz 18f75bf2f7 Heartbeat:
- Use the page visibility API (when available) and document.hasFocus() instead of window.onfocus/onblur. Improves speeding up/slowing down the interval and works for iframes by default.
- Add a setting for minimal interval. Maximum value is 10 min. This overrides all other intervals and cannot be changed after setting it at initialization. Can be used to reduce the frequency of requests on hosts that have low limits for used CPU time, etc.
- Extend the setting of interval to support 120 sec. (60 sec, is still the default).
- Always suspend after one hour of keyboard/mouse/touch inactivity.
Fixes #29779.

git-svn-id: https://develop.svn.wordpress.org/trunk@30293 602fd350-edb4-49c9-b593-d223f7449a82
2014-11-10 01:46:04 +00:00
..
crop New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
imgareaselect Update imgAreaSelect to 0.9.10. fixes #25370. 2013-09-21 10:42:55 +00:00
jcrop Update Jcrop to 0.9.12 (unused in WP core). 2013-09-21 12:45:47 +00:00
jquery Update jQuery UI to 1.11.2. 2014-10-16 19:01:44 +00:00
mediaelement Allow developers to override the settings.success callback for MediaElement players. 2014-10-29 01:20:03 +00:00
plupload Improve wp.Uploader documentation. 2014-11-05 19:36:27 +00:00
swfupload Fix some documentation typos in various core files. 2014-08-13 03:55:10 +00:00
thickbox Fix some documentation typos in various core files. 2014-08-13 03:55:10 +00:00
tinymce Update images based on grunt imagemin 2014-10-28 22:01:12 +00:00
admin-bar.js Make older mobile browsers and IE7 usable: 2013-12-09 02:40:32 +00:00
autosave.js Autosave: prevent setting multiple stale wp-saving-post-* cookies when the browser disregards "session cookies" expiration on quit: 2014-08-22 00:24:56 +00:00
backbone.js Update Backbone to version 1.1.2. 2014-02-22 15:41:50 +00:00
backbone.min.js Update Backbone to version 1.1.2. 2014-02-22 15:41:50 +00:00
colorpicker.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
comment-reply.js Fix JSHint errors in six files. 2013-11-15 04:41:51 +00:00
customize-base.js Customizer: Bind input and propertychange events for range input types. 2014-11-03 21:48:22 +00:00
customize-loader.js Customizer: Change instances of "Theme Customizer" to just "Customizer", as the Customizer isn't necessarily theme-specific. 2014-10-15 17:20:34 +00:00
customize-models.js Customizer: Allow to skip cropping header images if image width is smaller than or equal to theme width. 2014-04-25 20:24:28 +00:00
customize-preview-widgets.js Customizer: Introduce WP_Customize_Control::active() method to determine whether the control is relevant to the current context (i.e. to the current URL being previewed). 2014-07-09 23:57:29 +00:00
customize-preview.js Improve/introduce Customizer JavaScript models for Controls, Sections, and Panels. 2014-10-29 22:50:21 +00:00
customize-views.js Customizer: Avoid hiding 'Remove' buttons unrelated to custom headers. 2014-05-06 04:13:52 +00:00
heartbeat.js Heartbeat: 2014-11-10 01:46:04 +00:00
hoverIntent.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
json2.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
masonry.min.js Update the Masonry JavaScript library to version 3. 2014-02-25 19:52:57 +00:00
mce-view.js Add size to the UI for Gallery Settings in the media modal. Ensure that the TinyMCE view is refreshed when size changes. 2014-09-29 03:44:25 +00:00
media-audiovideo.js Fix some documentation typos in various core files. 2014-08-13 03:55:10 +00:00
media-editor.js Add a namespace to the click handler registration for .insert-media in media-editor.js: click.add-media-button. 2014-10-01 19:07:14 +00:00
media-grid.js Add the date filter from media grid to the media modal. 2014-10-02 04:31:07 +00:00
media-models.js Improve wp.media documentation. 2014-11-05 19:38:20 +00:00
media-views.js Improve wp.media documentation. 2014-11-05 19:38:20 +00:00
quicktags.js Quicktags: fix strict check for instance['0'], props afercia, fixes #29767 2014-10-14 01:25:32 +00:00
shortcode.js Shortcode JS: Avoid errors when an escaped shortcode includes a newline between brackets. 2014-05-01 03:36:27 +00:00
swfobject.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
tw-sack.js New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
underscore.js Update Backbone from 1.0 to 1.1. 2014-02-13 07:33:29 +00:00
underscore.min.js Update Backbone from 1.0 to 1.1. 2014-02-13 07:33:29 +00:00
utils.js Fix the wp-settings-* cookies used in getUserSetting()/setUserSetting(). They should be set without COOKIE_DOMAIN to work properly for sub-domains. Fixes #29095. 2014-08-13 02:46:18 +00:00
wp-ajax-response.js Fix JSHint errors in the old XML-based ajax response JS. 2013-11-14 05:42:06 +00:00
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:46:28 +00:00
wp-backbone.js Update media-views and wp.Backbone.View for Backbone 1.1. 2014-02-13 07:36:01 +00:00
wp-list-revisions.js Fix JSHint errors in two files. see #25957, #25864. (Similar names but separate files.) 2013-11-15 06:24:01 +00:00
wp-lists.js Fix double avatars and JS errors when spamming/trashing comments. 2014-03-26 23:13:43 +00:00
wp-pointer.js Fix JSHint errors in six files. 2013-11-15 04:41:51 +00:00
wp-util.js Improve wp.media documentation. 2014-11-05 19:38:20 +00:00
wpdialog.js TinyMCE 4.0.12, first run. 2013-12-28 23:52:04 +00:00
wplink.js wpLink: add custom open and close events, props bradyvercher, fixes #28095. 2014-08-01 02:03:13 +00:00
zxcvbn-async.js Mark zxcvbn global to avoid JSHint errors. 2013-11-12 23:42:17 +00:00
zxcvbn.min.js Add a copyright notice to zxcvbn. fixes #25926. 2013-12-04 19:52:45 +00:00