aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* No ticket. Simplify the post-uglify task. (cherry-picked from 923bfc80dbba006...Michał Gołębiowski2013-10-022-14/+7
* Add setup function for the event moduleOleg2013-09-301-3/+6
* 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
* 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
* Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close gh...Dave Methvin2013-09-191-2/+8
* Update release script for sourcmap syntax changeDave Methvin2013-09-191-4/+4
* 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
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-172-28/+19
* 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
* 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 checkCl...Timmy Willison2013-09-113-16/+12
* 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
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-112-1/+4
* Fix contextTimmy Willison2013-09-111-1/+1
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-113-7/+6
* 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
* Remove unnecessary file from master cherry-pickTimmy Willison2013-09-101-5/+0
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-107-132/+166
* 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
* 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 ac...Timmy Willison2013-09-0919-287/+319
* 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 func...Timmy Willison2013-09-097-699/+700
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-098-165/+177
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-0914-123/+157
* 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