jquery/test/unit
Michał Gołębiowski e06fda69f0 Attributes: Avoid infinite recursion on non-lowercase attribute getters
Attribute hooks are determined for the lowercase versions of attribute names
but this has not been reflected in the bool attribute hooks. The code that
temporarily removed a handler to avoid an infinite loop was removing an
incorrect handler causing stack overflow.

Fixes gh-3133
Refs gh-2914
Refs gh-2916
Closes gh-3134
2016-06-03 22:48:43 +02:00
..
ajax.js Ajax: Ensure ajaxSettings.traditional is still honored 2016-04-27 09:06:43 -04:00
animation.js Docs: Fix various spelling errors 2016-01-13 13:11:11 -05:00
attributes.js Attributes: Avoid infinite recursion on non-lowercase attribute getters 2016-06-03 22:48:43 +02:00
basic.js Docs:Tests: Remove obsolete code from tests, update support comments 2016-03-08 23:26:46 +01:00
callbacks.js Build: Update jscs and lint files 2015-09-07 20:03:50 +03:00
core.js Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
css.js Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
data.js Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
deferred.js Deferred: Give better stack diagnostics on exceptions 2016-05-11 20:21:04 -04:00
deprecated.js Docs: Update support comments to follow the new syntax 2016-03-30 23:45:17 +02:00
dimensions.js Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
effects.js Deferred: Separate the two paths in jQuery.when 2016-05-02 12:30:31 -04:00
event.js Event: Allow constructing a jQuery.Event without a target 2016-06-02 20:56:47 -04:00
exports.js Build: Update jscs and lint files 2015-09-07 20:03:50 +03:00
manipulation.js Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
offset.js Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
queue.js CSS: Make show/hide/toggle methods a module 2015-10-18 12:30:00 -04:00
ready.js Tests: Weaken sync-assumption from jQuery.when to jQuery.ready.then 2016-04-26 10:14:53 -04:00
selector.js Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
serialize.js Ajax: Ensure ajaxSettings.traditional is still honored 2016-04-27 09:06:43 -04:00
support.js Tests: Make the regex catching Safari 9.0/9.1 more resilient 2016-05-02 23:05:56 +02:00
traversing.js Tests: fix another traverse test 2016-01-31 12:09:48 +03:00
tween.js Revert "Effects: Remove additional parameters of easings" 2016-04-27 23:21:56 +03:00
wrap.js Docs:Tests: Remove legacy code & add support comments where needed 2016-03-30 11:21:36 +02:00