jquery/src
Michał Gołębiowski-Owczarek 4592595b47
Core: Fire iframe script in its context, add doc param in globalEval
1. Support passing custom document to jQuery.globalEval; the script will be
   invoked in the context of this document.
2. Fire external scripts appended to iframe contents in that iframe context;
   this was already supported & tested for inline scripts but not for external
   ones.

Fixes gh-4518
Closes gh-4601
2020-02-10 19:17:22 +01:00
..
ajax Build:Tests: Fix custom build tests, verify on Travis 2020-01-07 23:59:08 +01:00
attributes Attributes: Refactor val(): don't strip carriage return, isolate IE workarounds 2020-01-13 19:25:01 +01:00
core Build:Tests: Fix custom build tests, verify on Travis 2020-01-07 23:59:08 +01:00
css Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
data Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
deferred Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
deprecated Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated 2020-01-21 14:12:35 +01:00
effects Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
event Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated 2020-01-21 14:12:35 +01:00
exports Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
manipulation Core: Fire iframe script in its context, add doc param in globalEval 2020-02-10 19:17:22 +01:00
queue Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
selector Selector: Remove the "a:enabled" workaround for Chrome <=77 2019-12-16 19:43:38 +01:00
traversing Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
var Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
.eslintrc.json Build: Require extensions for ES6 imports, prevent import cycles 2019-11-25 20:16:53 +01:00
ajax.js Build:Tests: Fix custom build tests, verify on Travis 2020-01-07 23:59:08 +01:00
attributes.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
callbacks.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
core.js Core: Fire iframe script in its context, add doc param in globalEval 2020-02-10 19:17:22 +01:00
css.js CSS: Remove the opacity CSS hook 2020-01-21 14:11:06 +01:00
data.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
deferred.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
deprecated.js Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated 2020-01-21 14:12:35 +01:00
dimensions.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
effects.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
event.js Event: remove jQuery.event.global 2020-02-10 19:13:09 +01:00
jquery.js Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated 2020-01-21 14:12:35 +01:00
manipulation.js Core: Fire iframe script in its context, add doc param in globalEval 2020-02-10 19:17:22 +01:00
offset.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
queue.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
selector.js Selector: Make empty attribute selectors work in IE again 2019-11-18 22:10:55 +01:00
serialize.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
traversing.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
wrap.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
wrapper.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00