aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Close php tags for ajax tests on swarm"Timmy Willison2013-08-193-8/+2
| | | | This reverts commit f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.
* Close php tags for ajax tests on swarmTimmy Willison2013-08-193-2/+8
|
* Fix cherry-pick issue. The master branch tests should not be run in oldIE.Timmy Willison2013-08-191-1/+1
|
* Fix tests for testswarmTimmy Willison2013-08-191-2/+1
|
* Correct QUnit check, this might fix swarm failuresOleg2013-08-191-2/+2
|
* No ticket. Correct a support comment.Michał Gołębiowski2013-08-191-2/+2
|
* Remove redundant prefixes from the CSS order test.Michał Gołębiowski2013-08-191-11/+1
|
* No ticket. Add a support note about defaultPrevented missing in Android < 4.0Michał Gołębiowski2013-08-191-1/+4
|
* No ticket: add assertions for jQuery.when( array ). Close gh-1312.Daniel Herman2013-08-191-2/+4
|
* Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311.Chris Price2013-08-191-1/+1
|
* Fix #14164: assign className in addClass/removeClass only if changed. Close ↵Jeremy Dunck2013-08-191-4/+13
| | | | gh-1331.
* Minor build change: remove trailing tabsTimmy Willison2013-08-161-2/+1
|
* Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ↵Oleg Gaidarenko2013-08-161-0/+6
| | | | | | | ready). Close gh-1335. Conflicts: src/manipulation.js
* 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-198/+214
| | | | | | | Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements
* 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.
* Remove logTimmy Willison2013-08-151-1/+0
|
* Fix build for jenkinsTimmy Willison2013-08-151-1/+2
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-1577-1580/+27783
|
* 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 ticketOleg2013-08-101-5/+28
|
* Improve test stability for #13855 ticket. Close gh-1328.Oleg2013-08-081-11/+8
|
* "pixelPosition" should be "true" in 28 >= ChromeOleg2013-08-081-1/+2
|
* Removed an unneeded variable. Closes gh-1321.terrycojones2013-08-082-3/+3
|
* 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/+1
|
* Fix paths for qunit filesOleg2013-07-241-2/+2
|
* Change Windows install explanationOleg2013-07-221-7/+1
|
* Remove the Xcode note in readmeOleg2013-07-221-3/+1
|
* Install bower packages with npm installOleg2013-07-222-10/+9
|
* Update Sizzle to 1.10.5. Fixes #14142.Timmy Willison2013-07-191-1/+3
|
* Lint JSON manifests during developmentTimmy Willison2013-07-192-8/+14
|
* Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵Michał Gołębiowski2013-07-116-39/+39
| | | | Close gh-1283.
* Update README for bower usageTimmy Willison2013-07-101-5/+18
|
* Include Sizzle and Qunit with bower. Fixes #14118.Timmy Willison2013-07-109-80/+29
|
* Remove `undefined` var declarationsTimmy Willison2013-07-082-1/+1
|
* Support CommonJS environments by accentuating the need for a window with a ↵Timmy Willison2013-07-044-28/+40
| | | | document. Fixes #13768.
* Update Sizzle to version 1.10.3-preTimmy Willison2013-07-041-0/+0
|
* Updating the source version to 2.0.4-pre✓™Dave Methvin2013-07-031-1/+1
|
* Tagging the 2.0.3 release.Dave Methvin2013-07-031-1/+1
|
* Revert "Fix #13983. Switch to //# for sourcemaps."Dave Methvin2013-07-022-4/+4
| | | | | | | | | Per the discussion here: https://code.google.com/p/chromium/issues/detail?id=256636 Thanks to the Chrome team for the quick response! This reverts commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99.
* Change the changelog header styleDave Methvin2013-07-021-1/+1
|
* Fix #13983. Switch to //# for sourcemaps.Dave Methvin2013-07-022-4/+4
| | | | | Normally we'd avoid doing this on a patch release, but Chrome Canary is spewing deprecation warnings already and that's generating bug tickets.
* Fixes #13976: Garbage input should not cause error in buildFragment. Close ↵ruado19872013-07-012-2/+3
| | | | gh-1284
* Fix test for #13937 ticket. Close gh-1299Oleg2013-07-011-1/+5
|