Michał Gołębiowski-Owczarek
6306ca4994
Selector: Inline Sizzle into the selector module: 3.x version ( #5113 )
...
This commit removes Sizzle from jQuery, inlining its code & removing obsolete
workarounds where applicable.
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 main `selector` module can be disabled in favor of `selector-native`
via:
grunt custom:-selector
For backwards compatibility, the legacy `sizzle` alias is also supported (it
will be dropped in jQuery `4.0.0`):
grunt custom:-selector
Sizzle tests have been ported to jQuery ones. Ones that are not compatible
with the `selector-native` module are disabled if the regular selector module
is excluded.
Backwards compatibility is still kept for all `Sizzle` utils - they continue to be
available under `jQuery.find` - but the primary implementation is now attached
directly to jQuery.
Some selector utils shared by `selector` & `selector-native` have been
extracted & deduplicated. `jQuery.text` and `jQuery.isXMLDoc` have been
moved to the `core` module.
The commit reduces the gzipped jQuery size by 851 bytes compared to the
`3.x-stable` branch.
Closes gh-5113
Ref gh-4395
Ref gh-4406
2022-12-14 01:41:31 +01:00
Timmy Willison
2215119529
Release: update authors
2022-12-12 20:55:26 -05:00
Timmy Willison
ba2665f3cd
Release: update AUTHORS.txt
2022-08-15 11:54:39 -04:00
Timmy Willison
c208debdec
Release: update AUTHORS.txt
2021-03-01 14:40:03 -05:00
Timmy Willison
7d2ce691cd
Release: update AUTHORS.txt
2020-05-04 17:51:40 -04:00
Michał Gołębiowski-Owczarek
8570a08f66
Release: Update AUTHORS.txt
2020-04-10 16:45:30 +02:00
Michał Gołębiowski-Owczarek
19f2dcbaa3
Build: Update .mailmap & AUTHORS.txt
...
Partially based on gh-4613.
Ref gh-4613
Ref 721744a9fa
2020-02-24 22:25:43 +01:00
Timmy Willison
59ea7659d4
Release: update AUTHORS.txt
2019-04-09 17:49:54 -04:00
Timmy Willison
f4321ecc1e
Release: add new authors to AUTHORS.txt
2018-01-19 11:24:43 -05:00
Michał Gołębiowski-Owczarek
d2a380759f
Build: Update my name in ATHORS.txt
...
I forgot .mailmap isn't everything.
2017-08-12 18:23:38 +02:00
Timmy Willison
74faa95835
Release: update AUTHORS.txt
2017-03-15 15:16:30 -04:00
Timmy Willison
cc16f11854
Release: add email to .mailmap, update AUTHORS
...
- Not sure how that got there. I did check the privacy box at one point,
but can't find any commits with that email
2016-09-22 16:13:18 -04:00
Timmy Willison
947d495ce1
Release: update AUTHORS.txt
2016-05-20 14:16:33 -04:00
Timmy Willison
b8bd48109c
Release: update AUTHORS.txt
2016-05-11 18:13:35 -04:00
Timmy Willison
474b477eed
Release: update AUTHORS.txt
2016-03-09 12:13:21 -05:00
Timmy Willison
deb68280e5
Release: update AUTHORS.txt
2016-01-13 16:45:27 -05:00
Timmy Willison
8b65446a60
Release: update authors
2015-11-12 13:25:42 -05:00
Batiste Bieler
ab30934c1d
Build: Fix an email address of a contributor
...
Closes gh-2455
2015-09-08 02:26:05 +02:00
Timmy Willison
3ec73efb26
Build: add mailmap entry
2015-07-11 11:41:06 -04:00
Timmy Willison
8f13997e89
Build: update AUTHORS.txt
2015-07-08 13:41:48 -04:00
Timmy Willison
e905dcd8f3
Release: update AUTHORS.txt
2015-01-19 12:02:13 -05:00
Dave Methvin
03557db96c
Authors: Update AUTHORS.TXT and .mailmap
2014-12-16 20:36:46 -05:00
Timmy Willison
97cbab51e2
Build: update AUTHORS.txt
2014-05-23 13:00:55 -04:00
Christian Kosmowski
1ca84214cc
Dimensions: Reverse a check to avoid potential reflows
...
Fixes #14979
Closes gh-1560
2014-04-18 10:00:42 -04:00
Philip Jägenstedt
2c2c93c7cb
Selector: Use Element.matches in selector-native if available
...
Spec:
http://dom.spec.whatwg.org/#dom-element-matches
Support in Chromium:
https://code.google.com/p/chromium/issues/detail?id=326652
Fixes #14902
Closes gh-1524
2014-03-20 23:32:40 -04:00
John Hoven
541e7349b6
Attributes: Trim whitespace from option text when returned as a value
...
Fixes #14858
Ref #14686
Closes gh-1531
(cherry picked from commit 9ec429cf62
)
Conflicts:
src/attributes/val.js
2014-03-20 15:47:35 -04:00
Rodrigo Rosenfeld Rosas
e547a2775f
CSS: window.getDefaultComputedStyle may return null
...
Fixes #14736
Closes gh-1501
(cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666)
2014-03-20 14:42:44 -04:00
Benjy Cui
ca0086b55a
Core: Fix comments for .get() method
...
Closes gh-1547
2014-03-20 12:50:52 -04:00
Roman Rei_
c29e9c4db1
CSS: Add flex-grow and flex-shrink to cssNumber
...
Fixes #14888
Closes gh-1536
2014-03-13 23:12:40 -04:00
S. Andrew Sheppard
2585ee5880
AMD: Note on AMD best practices
...
Fixes #14687
Closes gh-1478
2014-03-12 23:22:31 -04:00
Dave Methvin
478cf3783b
Authors: Update AUTHORS.txt and .mailmap
2014-01-10 17:29:03 -05:00
cjqed
537e9ced61
Tests: Avoid use of QUnit.reset() in tests by splitting them
...
Fix #14040
Close gh-1457
2013-12-23 17:21:22 -05:00
Timmy Willison
ed0f0e42df
Update AUTHORS.txt using git log --format="%aN <%aE>"
2013-12-20 17:25:03 -05:00
njhamann
0d68b7877f
Fix #14036 . Remove user/pass from ajaxLocation. Close gh-1340.
2013-11-13 22:53:15 -05:00
Scott González
4375750067
Updated author information.
2013-10-04 11:47:42 -04:00
Michał Gołębiowski
0ed397d803
No ticket. Update AUTHORS.txt.
2013-09-07 03:08:14 +02:00
terrycojones
3484a68c16
Removed an unneeded variable. Closes gh-1321.
2013-08-08 01:15:16 +04:00
Michał Gołębiowski
d57c22ce1e
Update AUTHORS.txt
2013-07-01 20:09:14 +02:00
Chris Talkington
eaee6eae0f
build: update release script to use nodejs archiver.
2013-05-12 16:40:49 -05:00
Kyle Robinson Young
b5580a9898
Use grunt option with grunt.util.spawn, close gh-1255.
2013-05-09 15:14:46 -04:00
Jason Bedard
c9267ab078
Only call jQuery(this) when needed. Close gh-1260.
2013-05-09 14:26:13 -04:00
Renato Oliveira dos Santos
ea5c22ec12
Fix #13483 . Let slideDown() work after stop(). Close gh-1205.
2013-04-16 23:07:39 -04:00
Scott González
05d55d08e7
Updated mailmap.
2013-04-02 15:32:08 -04:00
stonelee
f2cb536127
Fix typos, close gh-1187.
2013-03-25 21:58:47 -04:00
Steven Benner
237413e75d
Changed .jshintrc predef lists to globals objects.
2013-03-25 21:41:34 -04:00
Michał Gołębiowski
e0416f2548
Authors update for Michał Gołębiowski. Add .mailmap entry for my old commits too. Closes gh-1201.
2013-03-13 10:58:55 -04:00
Michał Z. Gołębiowski
79992d7523
Edited comments and minor adjustments. Fixes #13553 . Closes gh-1195.
2013-03-12 21:06:25 -04:00
dmitrygusev
eee2eaf1d7
Fix typos. Close gh-1186.
2013-02-28 15:45:10 -05:00
Nguyen Phuc Lam
8bc7bdebef
Ref #13283 , move .andSelf() to deprecated.js. Close gh-1170.
2013-02-26 22:57:12 -05:00
Corey Frang
115143b198
Adding @andrewplummer to AUTHORS.txt
2013-01-31 12:14:08 -06:00