jquery/test/unit
Jason Bedard e61fccb9d7 Event: Remove fixHooks, propHooks; switch to ES5 getter with addProp
Fixes gh-3103
Fixes gh-1746
Closes gh-2860

- Removes the copy loop in jQuery.event.fix
- Avoids accessing properties such as client/offset/page/screen X/Y
  which may cause style recalc or layouts
- Simplifies adding property hooks to event object
2016-05-04 15:57:25 -04: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: strip/collapse whitespace for set values on selects 2016-03-17 12:24:51 -04: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: Separate the two paths in jQuery.when 2016-05-02 12:30:31 -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: Remove fixHooks, propHooks; switch to ES5 getter with addProp 2016-05-04 15:57:25 -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