aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-3/+4
* Update release script for sourcmap syntax changeDave Methvin2013-09-191-4/+4
* No ticket: Improve line-height animation test stabilityRichard Gibson2013-09-171-23/+31
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-172-19/+34
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-172-28/+19
* Correct code style in comment lineOleg2013-09-131-1/+1
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-1315-31/+32
* Small adjustment to prefilter test. Follow the right path for prefixes.Timmy Willison2013-09-121-1/+2
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-122-3/+6
* Fix #14351: Update SizzleRichard Gibson2013-09-121-1/+1
* Adjust prefilter test to error on string indexing in oldIETimmy Willison2013-09-121-1/+2
* charAt -> string indexing. Close gh-1359.Mike Sidorov2013-09-122-2/+2
* Travis: Also install bowerJörn Zaefferer2013-09-121-1/+1
* Add unit tests for jQuery.grep. Close gh-1345.Amey Sakhadeo2013-09-121-0/+20
* Add Travis CI config for PR testingJörn Zaefferer2013-09-122-1/+7
* Flip the switch on checkOnTimmy Willison2013-09-111-1/+1
* Correct the checkClone support test for Safari 5.1 and mobile webkitsTimmy Willison2013-09-111-14/+11
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-112-2/+4
* Fix contextTimmy Willison2013-09-111-1/+1
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-113-8/+7
* Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.Michał Gołębiowski2013-09-111-3/+21
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-113-40/+52
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-106-85/+111
* Woops, lint grunt fileTimmy Willison2013-09-101-1/+1
* 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/+17
* Unignore license in bower. Ignore other unnecessary files.Timmy Willison2013-09-091-2/+4
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-0918-213/+250
* Don't keep semicolons if the require call is not a var declarationTimmy Willison2013-09-091-3/+3
* Apply consistent ordering in all modules. -38 bytes. Order modules like funct...Timmy Willison2013-09-099-838/+837
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-098-131/+143
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-0914-123/+153
* 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-177/+177
* Add AMD+CommonJS capabilities to the build script (for modules with long unre...Timmy Willison2013-09-093-16/+22
* Fix loading tests with AMD (new support module needed core)Timmy Willison2013-09-091-1/+2
* Restore optIn behavior for buildsTimmy Willison2013-09-081-6/+11
* Revert "Keep the build for bower"Timmy Willison2013-09-081-0/+1
* Keep the build for bowerTimmy Willison2013-09-081-1/+0
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-0814-2/+24
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-087-58/+82
* No ticket. Update support comments to reflect current state of affairs.Michał Gołębiowski2013-09-075-6/+5
* No ticket. Update AUTHORS.txt.Michał Gołębiowski2013-09-071-0/+4
* No ticket. Restore support for Safari 5.1 in test/unit/support.js for now.Michał Gołębiowski2013-09-071-7/+13
* Convert testrunner to an AMD module and ensure jQuery is on the page when exe...Timmy Willison2013-09-065-293/+303
* No ticket: link testinitTimmy Willison2013-09-061-1/+1
* Move test loader to testinit.js. Fix race condition with dependency loading.Timmy Willison2013-09-063-69/+68
* Use requirejs to load the testswarm inject scriptTimmy Willison2013-09-062-16/+15