jquery/test/unit
Michał Gołębiowski-Owczarek 47835965bd Selector: Inline Sizzle into the selector module
This commit removes Sizzle from jQuery, inlining its code & removing obsolete
workarounds where applicable.

The selector-native module has been removed. Further work on the selector
module may decrease the size enough that it will no longer be necessary. If
it turns out it's still useful, we'll reinstate it but the code will look
different anyway as we'll want to share as much code as possible with
the existing selector module.

The Sizzle AUTHORS.txt file has been merged with the jQuery one - people are
sorted by their first contributions to either of the two repositories.

The commit reduces the gzipped jQuery size by 1460 bytes compared to master.

Closes gh-4395
2019-07-29 21:19:21 +02:00
..
ajax.js Core: Remove IE-specific support tests, rely on document.documentMode 2019-05-13 21:39:56 +02:00
animation.js Build: Update Sinon from 2.3.7 to 7.3.1, other updates 2019-04-04 16:53:38 +02:00
attributes.js Selector: Inline Sizzle into the selector module 2019-07-29 21:19:21 +02:00
basic.js Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS 2019-04-29 22:56:09 +02:00
callbacks.js Build: Update test code for compatibility with QUnit 2.x (#4297) 2019-02-18 19:03:26 +01:00
core.js Selector: Inline Sizzle into the selector module 2019-07-29 21:19:21 +02:00
css.js Selector: Inline Sizzle into the selector module 2019-07-29 21:19:21 +02:00
data.js Core: Remove IE-specific support tests, rely on document.documentMode 2019-05-13 21:39:56 +02:00
deferred.js Core: Remove IE-specific support tests, rely on document.documentMode 2019-05-13 21:39:56 +02:00
deprecated.js Core: Remove IE-specific support tests, rely on document.documentMode 2019-05-13 21:39:56 +02:00
dimensions.js Core: Remove IE-specific support tests, rely on document.documentMode 2019-05-13 21:39:56 +02:00
effects.js Selector: Inline Sizzle into the selector module 2019-07-29 21:19:21 +02:00
event.js Selector: Inline Sizzle into the selector module 2019-07-29 21:19:21 +02:00
exports.js Build: Update test code for compatibility with QUnit 2.x (#4297) 2019-02-18 19:03:26 +01:00
manipulation.js Selector: Inline Sizzle into the selector module 2019-07-29 21:19:21 +02:00
offset.js Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS 2019-04-29 22:56:09 +02:00
queue.js Core: Remove IE-specific support tests, rely on document.documentMode 2019-05-13 21:39:56 +02:00
ready.js Tests: move readywait to an iframe test 2017-03-20 11:37:15 -04:00
selector.js Selector: Inline Sizzle into the selector module 2019-07-29 21:19:21 +02:00
serialize.js Build: Update test code for compatibility with QUnit 2.x (#4297) 2019-02-18 19:03:26 +01:00
support.js Core: Remove IE-specific support tests, rely on document.documentMode 2019-05-13 21:39:56 +02:00
traversing.js Selector: Inline Sizzle into the selector module 2019-07-29 21:19:21 +02:00
tween.js Build: Update Sinon from 2.3.7 to 7.3.1, other updates 2019-04-04 16:53:38 +02:00
wrap.js Build: Update test code for compatibility with QUnit 2.x (#4297) 2019-02-18 19:03:26 +01:00