aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* No ticket. Simplify the post-uglify task. (cherry-picked from ↵Michał Gołębiowski2013-10-022-14/+7
| | | | 923bfc80dbba00659a2fbadafad6d894973cc560)
* Add setup function for the event moduleOleg2013-09-301-3/+6
| | | | (cherry picked from the commit 2c0b9027de841a437baf7b9c85262f196b9cb09e)
* Focus on the body before running focus testOleg2013-09-301-10/+4
|
* Try to fix focus test againOleg2013-09-301-20/+25
|
* No ticket: Compress core and data modulesRichard Gibson2013-09-282-42/+42
|
* No ticket. Get rid of comma expression in curCSS.Michał Gołębiowski2013-09-241-1/+1
|
* Run focus test only if document has focusOleg2013-09-231-21/+21
|
* No ticket: Fix IE focus test failuresRichard Gibson2013-09-231-2/+5
|
* No ticket: Fix XHTML regression. Close gh-1376.Anthony Ryan2013-09-231-1/+1
|
* core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.Timo Tijhof2013-09-231-1/+1
| | | | (cherry picked from commit 2aa2957d213c2801d9999a8902d041026fbb059a)
* Updating the source version to 1.11.0-preDave Methvin2013-09-191-1/+1
|
* Tagging the 1.11.0-beta1 release.1.11.0-beta1Dave Methvin2013-09-191-1/+1
|
* Fix #14290. Don't throw if text node is appended to table. Close gh-1371.Dave Methvin2013-09-191-1/+1
| | | | (cherry picked from commit ec3ac9a247ec3132dea3c30ca36cefc217e25441)
* Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close ↵Dave Methvin2013-09-191-2/+8
| | | | | | | | | gh-1365. (cherry picked from commit 4671ef15c2d62962048fd4863911146fcc085f26) Conflicts: src/event.js
* Update release script for sourcmap syntax changeDave Methvin2013-09-191-4/+4
| | | | (cherry picked from commit d79c036ad6cbf0da3593da98410f17bb6b272639)
* Correct test assertion of #10227 ticket for IE8Oleg2013-09-171-7/+6
|
* No ticket: Improve line-height animation test stabilityRichard Gibson2013-09-171-23/+31
|
* Fix memory leaks in tests for css moduleOleg2013-09-171-1/+8
|
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-172-19/+34
| | | | (cherry picked from commit a25343001eea2436dcf8ea60deea3844f77e42e4)
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-172-28/+19
| | | | (cherry picked from commit 642e9a45579cfa90861b8ea71a95dd077775caaf)
* Use charAt instead of string indexing for oldIE's sake. Fixes #14356.Timmy Willison2013-09-122-2/+3
|
* Adjust prefilter test to error on string indexing in oldIETimmy Willison2013-09-121-1/+2
|
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-122-4/+7
|
* Fix #14351: Update SizzleRichard Gibson2013-09-121-1/+1
| | | | (cherry picked from commit 1d57ffe5fff06928aac53813342d33ec6bddd531)
* Travis: Also install bowerJörn Zaefferer2013-09-121-1/+1
|
* Add Travis CI config for PR testingJörn Zaefferer2013-09-122-1/+7
|
* Add unit tests for jQuery.grep. Close gh-1345.Amey Sakhadeo2013-09-121-0/+20
|
* Fix failing support test in IE6/7Timmy Willison2013-09-111-1/+1
|
* Fix more support tests (support.input should only be false in IE8 and ↵Timmy Willison2013-09-113-16/+12
| | | | checkClone as it is now used is fine in IE)
* Set the input type for firefox. Fix a support test.Timmy Willison2013-09-113-7/+7
|
* Correct the checkClone support test for Safari 5.1 and mobile webkitsTimmy Willison2013-09-111-16/+13
| | | | | Conflicts: src/manipulation/support.js
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-112-1/+4
| | | | | Conflicts: src/manipulation.js
* Fix contextTimmy Willison2013-09-111-1/+1
|
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-113-7/+6
| | | | | Conflicts: src/css.js
* Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.Michał Gołębiowski2013-09-111-3/+41
|
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0
| | | | | Conflicts: src/css/curCSS.js
* Remove unnecessary file from master cherry-pickTimmy Willison2013-09-101-5/+0
|
* Remove offset dependency from css. Move curCSS and getStyles to their own ↵Timmy Willison2013-09-107-132/+166
| | | | module.
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-112-54/+51
|
* Map Sizzle to a path with config to allow users to put Sizzle wherever they wantTimmy Willison2013-09-103-3/+11
|
* Ensure display: inline-block when animating width/height on inline elements. ↵Timmy Willison2013-09-102-6/+15
| | | | Fixes #14344.
* Unignore license in bower. Ignore other unnecessary files.Timmy Willison2013-09-091-2/+4
|
* Match ordering in ajax with master. -3 bytes.Timmy Willison2013-09-091-155/+155
|
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-0919-287/+319
| | | | | | | | | | across all modules). Restore proper support property for effects. Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js
* Don't keep semicolons if the require call is not a var declarationTimmy Willison2013-09-091-3/+3
|
* Apply consistent ordering in all modules. -219 bytes. Order modules like ↵Timmy Willison2013-09-097-699/+700
| | | | functions > jQuery.extend > jQuery.fn.extend.
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-098-165/+177
| | | | prettier builds). No functionality changes.
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-0914-123/+157
| | | | | | | | | | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. Conflicts: src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/traversing.js
* Update r.js (running latest master until new r.js is published to NPM)Timmy Willison2013-09-091-26/+75
|
* Reorder css.js logicallyTimmy Willison2013-09-091-219/+219
| | | | | Conflicts: src/css.js