aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Tests: Fix code style issuesOleg2014-01-161-4/+4
| | | | (cherry-picked from a2250b0f4c157745b8cd8ac1247c6084882c500f)
* Attrs: Restore ability to pass array to jQuery#valOleg2014-01-162-3/+9
| | | | Thanks @gibson042
* Attrs: Force reflow in select value setterOleg2014-01-161-5/+21
| | | | | | | | | When new option element is added to select box we need to force reflow of newly added node in order to workaround delay of initialization props. try...catch statment is required for bug isolation Fixes #2252
* Attrs: Fix valHook for option elementOleg2014-01-162-2/+10
| | | | Fixes #14686
* Tests: Remove one of the checks for memory leakOleg2014-01-141-12/+0
| | | | | This check is redundant since jQuery.fragments object does not exist anymore (cherry-picked from 38c122a73a843a0d117d4f962cc94fda6f553086)
* Tests: Fix another issue with sinon timersOleg2014-01-141-10/+1
|
* Sizzle: update committed dependenciesTimmy Willison2014-01-136-24/+30
|
* Ajax: support non-RFC2616 methods for oldIEOleg2014-01-142-2/+24
| | | | | Closes gh-1466 Fixes #13240
* Tests: Fix sinon timers for oldIEOleg2014-01-134-4/+36
|
* Selector: Update SizzleRichard Gibson2014-01-131-1/+1
| | | | | Fixes #14657 (cherry picked from commit 9ac88dea494b0b79d1e1d1d26f8d9f5eb670cf62)
* Tests: Straighten out sinon dependenciesDave Methvin2014-01-104-98/+463
| | | | | * Cherry-pick took the wrong lines for a couple of things. * Update and commit dependencies after `grunt bower`
* Effects: First step() call should match :animated selectorDave Methvin2014-01-092-1/+19
| | | | | | | (cherry picked from commit 085814474e4a854d533b5ccbaef24c090081e0c4) Fixes #14623 Closes gh-1473
* Tests: Fix test broken by previous cherry-pickDave Methvin2014-01-092-8/+5
|
* Effects: Integrate sinon fake timers into testsJohn Paul2014-01-094-289/+213
| | | | | | (cherry picked from commit b407bddea2ae65200df0802bef7cf06c16b5e524) Closes gh-1377
* Intro: Pass window to intro if available, for browserifyForbes Lindesay2014-01-091-2/+2
| | | | | Closes gh-1476 (cherry picked from commit 6de1d973a436282af7dfe3072924016c3cdc1984)
* Build: Happy New Year! Thanks @marlonlandaverdeDave Methvin2014-01-093-3/+3
| | | | | | (cherry picked from commit 3118f58c465286d538404669d09026b882b2149e) Closes gh-1477
* Docs: Link to the browser support page in CONTRIBUTING.mdMichał Gołębiowski2014-01-061-6/+4
| | | | | | | Instead of duplicating the supported browsers matrix, just link to the browser support page on jquery.com. (cherry-picked from 5801c3a29a3c9a0d43f36c1d844f7cc7c24b3376)
* README: Add jQuery environment notesTimmy Willison2014-01-061-0/+7
|
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-037-225/+563
| | | | | Closes gh-1470 Ref #1457
* Update grunt-bowercopy to 0.5.0Timmy Willison2013-12-311-1/+1
|
* Doc: Update links and simplify build instructionsOleg2013-12-311-6/+6
| | | | (cherry picked from commit e1a4329d78a5bae18d19fb94c1c3714ad45258ef)
* traversing: Optimise .add by not using makeArrayTimo Tijhof2013-12-302-33/+116
| | | | | | (cherry picked from commit b39ee05b69336d5a6230287ab8bd48c48e5b206f) Closes gh-1430
* Release script: _tracMilestone -> tracMilestoneTimmy Willison2013-12-211-1/+1
|
* exports/global: Do not attach global variables for most CommonJS environmentsTimmy Willison2013-12-202-5/+8
| | | | | | | For CommonJS environments where the global already has a document, it is expected that if a global is needed, the user can attach the global. Fixes #14645.
* Gruntfile: fix watch taskTimmy Willison2013-12-201-1/+1
|
* Release script: minor formatting issue.Timmy Willison2013-12-201-1/+1
|
* Release script: jquery-release integrationTimmy Willison2013-12-202-385/+148
| | | | | Conflicts: build/release.js
* Remove hyphen from pre versionsTimmy Willison2013-12-202-2/+2
| | | | | | | | | - It is intentionally invalid semver as pre versions should never be released - UI and Mobile already do this Conflicts: bower.json package.json
* Update AUTHORS.txt using git log --format="%aN <%aE>"Timmy Willison2013-12-201-14/+44
|
* Selector: update SizzleRichard Gibson2013-12-205-16/+22
| | | | | Fix #14584 (cherry picked from commit 29c8003347e8768e26077c6d040203d662009220)
* Build: add build option for setting the AMD name.Timmy Willison2013-12-192-5/+28
| | | | Fixes #14016.
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-195-24/+41
| | | | | | | | Ref #14016 Conflicts: build/tasks/build.js src/core.js
* Use the exact versions dependenciesOleg2013-12-191-15/+17
| | | | | | And remove unused "which" package Cherry picked from the commit 09ede3d33b1a43c399bc9549c634af634513a81d
* Offset: Fix comment typo, thanks @AurelioDeRosaDave Methvin2013-12-181-1/+1
|
* Readme: Fix typo, thanks @tcortDave Methvin2013-12-181-1/+1
| | | | (cherry picked from commit 84190105c0f2acb39f33810678c36e4536bd1692)
* Build: Upgrade to grunt-contrib-jshint 0.7.1 and squash subtasksMichał Gołębiowski2013-12-182-16/+7
| | | | | | | | | | | grunt-contrib-jshint 0.7.1 allows the jshintrc option to be set to true to have it read the appropriate config file based on the file being checked. The only place where we can’t use it is the check for dist/jquery.js that has the onevar option removed. (cherry-picked from 7deee6af72bfcf328fa09a28a1e68159cc58513f) Fixes #14504
* Build: Use absolute paths in .gitignore and .npmignore.Michał Gołębiowski2013-12-182-9/+11
| | | | | | | .gitignore/.npmignore treat all its paths as relative to *every* directory in the repository. In most cases that’s not what’s desired. (cherry-picked from 2d7315051193212fca6e7d64a3de87d96977c418)
* Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31Michał Gołębiowski2013-12-181-4/+11
| | | | | | | | | Chrome 31 doesn't fire Ajax requests in beforeunload event handler. There is no way for us to workaround it and it's been fixed in Chrome 32 so let's just blacklist Chrome 31 as long as it's in TestSwarm. See https://code.google.com/p/chromium/issues/detail?id=321241 (cherry-picked from fd0bce07584b73fb755574c4d462e0b175d1c6b6)
* CONTRIBUTING: Fixed link to style guideScott González2013-12-171-1/+1
| | | | (cherry-picked from 846771081c038f523612087d76deb3c853e252fd)
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-0625-50/+17955
| | | | | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. Conflicts: bower.json test/index.html
* Fix #14579: attribute selectors with trailing spaces after an unquoted valueRichard Gibson2013-11-271-1/+1
| | | | (cherry picked from commit ed20e7c645064822f4070a0c60195e4bcdaba683)
* Ajax: Use weak ETag header in testsCorey Frang2013-11-261-2/+5
| | | | | | | See http://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation Close gh-1448 (cherry picked from commit d2aa969206aa1b7738b911cdaf29038f249b5066)
* Add unit tests for .html( number ). Close gh-1447.Jakob Stoeck2013-11-261-3/+6
| | | | (cherry picked from commit ed291938c287d34fe1183e588e12372e540eb5e7)
* Fixes #14535: update Sizzle to 1.10.13Timmy Willison2013-11-261-1/+1
| | | | (cherry picked from commit c389c2e6ba698e95c683ad113d728e757a4da29a)
* Change window to global in the most outer IIFE parameters. (cherry-picked ↵Michał Gołębiowski2013-11-171-6/+6
| | | | | | | | | from dc649a33e081c7beb083b04956731aa410eb6b3f) In the most outer IIFE it’s not yet known if the global is window or not. Using the window variable to denote the global was misleading in that case, especially that the code didn’t make such assumption, requiring to provide a Web-like window separately. Renaming window to global clears the confusion.
* Fixes #14549. Execute the factory immediately when CommonJS is used in the ↵Timmy Willison2013-11-151-10/+14
| | | | browser.
* Fixes #14548. Add main property to package.jsonTimmy Willison2013-11-151-0/+1
| | | | | Conflicts: package.json
* Updating the source version to 1.11.0-pre✓™Dave Methvin2013-11-152-2/+2
|
* Updating version to 1.11.0-beta2.Dave Methvin2013-11-152-2/+2
|
* Release script: Add dist files in multiple commits for a clean final commit ↵Timmy Willison2013-11-151-3/+15
| | | | with a small diff