aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/selector
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Stop using jQuery.find in testsMichał Gołębiowski-Owczarek2019-10-211-1/+1
| | | | | This prepares us for possibly hiding jQuery.find in jQuery 4.0. Closes gh-4517
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-292-2/+1
| | | | | | | | | | | | | | | | | | 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
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-261-0/+23
| | | | | | | Apart from porting most Sizzle tests to jQuery (mostly to its selector module), this commit fixes selector-native so that a jQuery custom compilation that excludes Sizzle passes all tests as well. Closes gh-4406
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-112-7/+4
| | | | | Ref gh-3040 Closes gh-3049
* Tests: Make iframe tests wait after checking isReadyDave Methvin2016-04-112-0/+9
| | | | Ref gh-3040
* Fix 363299ac failuresRichard Gibson2013-02-071-3/+0
|
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-072-6/+9
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-262-2/+2
|
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-042-3/+3
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-042-3/+3
|
* Fix #10931: Make unit tests work without web access.Richard Gibson2012-01-121-2/+2
| | | | | Applies https://github.com/gibson042/jquery/tree/10931 to dd900460ac6f77be71ceb878bc2cd1465397dc60
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-112-40/+2
|
* Update sizzle; Add sizzle cache collision iframe test. Fixes #8539.timmywil2011-10-132-0/+173