aboutsummaryrefslogtreecommitdiffstats
path: root/external/sizzle
Commit message (Collapse)AuthorAgeFilesLines
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-294-2322/+0
| | | | | | | | | | | | | | | | | | 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
* Build: Update Sizzle from 2.3.3 to 2.3.4Michał Gołębiowski-Owczarek2019-04-094-45/+55
| | | | | | Fixes gh-1756 Fixes gh-4170 Fixes gh-4249 Closes gh-4345
* Build: Update Sizzle to 2.3.3Richard Gibson2016-08-083-5/+5
| | | | Fixes gh-3263
* Build: Update Sizzle to 2.3.2Richard Gibson2016-08-082-2/+2
|
* Build: Update Sizzle to 2.3.1Richard Gibson2016-08-083-35/+90
| | | | Fixes gh-3224
* Selector: update Sizzle to 2.3.0Timmy Willison2016-01-113-83/+157
|
* Build: update Sizzle to 2.2.1Oleg Gaidarenko2015-10-173-11/+11
| | | | | Ref #2644 - `selector` module in Edge - Waiting for Sizzle update Fixes #2390
* Build: update SizzleTimmy Willison2015-04-134-155/+233
| | | | | | Fixes gh-2042 Fixes gh-1969 Closes gh-1709
* Sizzle: update to 2.1.1Timmy Willison2014-12-154-44/+92
|
* Build: update Sizzle to 2.0.0Timmy Willison2014-07-012-4/+4
|
* Build: update Sizzle to 1.11.1 and include licenseTimmy Willison2014-06-254-34/+43
|
* Build: Move all external libraries to external directoryScott González2014-06-243-0/+2048
Closes gh-1593