aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-0623-32/+42
|
* No ticket. Optimize top/left hooks: move the position check up, don't ↵Michał Gołębiowski2013-09-061-10/+8
| | | | re-check it inside a hook.
* Remove test element in css/supportTimmy Willison2013-09-061-0/+2
|
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-0635-590/+992
|
* Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from ↵Michał Gołębiowski2013-09-053-21/+3
| | | | dfaee326e6605dc6d848c4c5022e39069d2cee65)
* No ticket. Update packages, make the devDependencies list alphabetic. ↵Michał Gołębiowski2013-09-051-5/+5
| | | | (cherry-picked from 3f3a6c5ff5e6f1565ff4ad672ad44f71ad765f29)
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-037-36/+45
| | | | | | | | (cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59) Conflicts: test/data/testrunner.js
* Ref #14313: Optimize 1.x jQuery.merge for size.Amey Sakhadeo2013-09-032-20/+62
| | | | (cherry picked from commits c75c9a8ebb5d2483daa68bec799e0d770083a811 f66d53c85643e703a8e37d9ca9375dd386a60cda)
* Fix #14318: Cherry-pick interrupted animation fix from master ↵Richard Gibson2013-08-302-8/+19
| | | | ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-298-152/+166
| | | | | Conflicts: src/css.js
* Fix for custom attr handles duck-punching the boolean attr handleTimmy Willison2013-08-282-4/+20
|
* Update Sizzle to 1.10.7Timmy Willison2013-08-271-1/+1
| | | | | Conflicts: bower.json
* Explicitly set bower folder locationTimmy Willison2013-08-271-0/+3
|
* Use window.QUnit to detect the top window when loading with AMDTimmy Willison2013-08-271-1/+3
|
* Update Sizzle: minor change to a test (oldIE must set defaultChecked on ↵Timmy Willison2013-08-271-1/+1
| | | | creation)
* Make the attr handles a little more readable (+4 bytes)Timmy Willison2013-08-261-25/+25
|
* Fix most of the broken tests in oldIE. Build order issue.Timmy Willison2013-08-262-2/+3
| | | | - attr requires val for attaching to the nodeHook as a valHook for buttons
* No ticket: improve line-height animation test robustnessRichard Gibson2013-08-261-11/+26
|
* No ticket. Correct a support comment for the `order` test. (cherry-picked ↵Michał Gołębiowski2013-08-201-1/+1
| | | | from 2ac1cd91db5c20cbe8ba0db44f7640cd150060ee)
* Correct QUnit check, this might fix swarm failuresOleg2013-08-191-1/+1
| | | | | Conflicts: test/jquery.js
* Fix tests for testswarmTimmy Willison2013-08-191-4/+3
|
* No ticket. Correct a support comment. (cherry-picked from ↵Michał Gołębiowski2013-08-191-2/+2
| | | | f92a446ee8d6e98c43b87f185e73240fabec5ae4)
* Remove redundant prefixes from the CSS order test. (cherry-picked from ↵Michał Gołębiowski2013-08-191-11/+1
| | | | e3584179fe919c59033e54f019a1511691d2c85b)
* No ticket: add assertions for jQuery.when( array ). Close gh-1312. ↵Daniel Herman2013-08-191-2/+4
| | | | (cherry-picked from 584a4af9c8633b35fe49152c81977de03f885826)
* Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close ↵Chris Price2013-08-191-1/+1
| | | | gh-1311. (cherry-picked from 3e3680c2cdc524ee9194ef27fdce318cf301144c)
* Fix #14164: assign className in addClass/removeClass only if changed. Close ↵Jeremy Dunck2013-08-191-4/+13
| | | | gh-1331. (cherry-picked from c418b94eb48188cd9329519ae5e030a52dd81cc9)
* Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ↵Oleg Gaidarenko2013-08-162-1/+8
| | | | ready). Close gh-1335.
* Minor build change: remove trailing tabsTimmy Willison2013-08-161-2/+1
|
* When converting the source to AMD, don't forget to AMDTimmy Willison2013-08-163-4/+14
|
* Custom builds: Fix source folder location now that build.js is in the tasks ↵Timmy Willison2013-08-161-1/+1
| | | | folder
* Custom builds: Remove _evalUrl when excluding ajaxTimmy Willison2013-08-161-0/+1
|
* Move jQuery specific tasks to independent files. Close gh-1334.Oleg Gaidarenko2013-08-165-196/+213
| | | | | | | | | | | Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements Conflicts: Gruntfile.js build/tasks/build.js
* Fixed pulling in Sizzle subproject when testing with min/dev.Oleg Gaidarenko2013-08-161-0/+6
|
* Specify support as a dependency wherever it is used. Optimize module order ↵Timmy Willison2013-08-1510-12/+21
| | | | | | | | | | to save 15 bytes. Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js
* Fix build for jenkinsTimmy Willison2013-08-151-1/+1
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-1573-1659/+27840
| | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js
* correct a typo in READMEMichał Gołębiowski2013-08-121-1/+1
|
* Correct typos in the test assertionOleg2013-08-101-1/+1
|
* Fix test of #13855 for Opera 12.1 and IE10Oleg2013-08-101-5/+5
|
* Correct assertion for #14049 ticket. Close gh-1327Oleg2013-08-101-5/+28
|
* Improve test stability for #13855 ticket. Close gh-1328.Oleg2013-08-081-11/+8
|
* Support testsOleg2013-08-081-238/+265
| | | | | * Check all the properties in jQuery.support * Fix value of "pixelPosition" in new Chrome
* Removed an unneeded variableterrycojones2013-08-081-3/+2
| | | | (cherry-picked from the commit 74dadd3eb65301e630a274fa8d65e9b81bfade54)
* Update QUnit to 1.12.0Timmy Willison2013-07-241-2/+2
|
* No need to remove if they ain't nuthin tharTimmy Willison2013-07-241-1/+2
|
* Fix paths for qunit filesOleg2013-07-241-2/+2
| | | | (cherry picked from commit c8c32f1d0583711355c593fb4c84332bfba18254)
* Change Windows install explanationOleg2013-07-241-7/+1
| | | | (cherry picked from commit 831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa)
* Remove the Xcode note in readmeOleg2013-07-241-3/+1
| | | | (cherry picked from commit 24571f4a730ea51127fe5f1f798c1283a2b8cc8a)
* Install bower packages with npm installOleg2013-07-242-10/+9
| | | | (cherry picked from commit 806b0230cd14916907807ced638aea066465e1d4)
* Update Sizzle to 1.10.5. Fixes #14142.Timmy Willison2013-07-191-1/+3
|