Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attrs: Simplify an option hook | Oleg | 2014-02-05 | 1 | -1/+1 |
| | | | | | | | Since getter was removed in fdd78fad19ea3390cd96971cd29430e36378d137 there is no longer a need to wrap option element in order to get its value Fixes #14756 | ||||
* | Build: Switch to explicit dependencies versions in bower.json | Michał Gołębiowski | 2014-02-02 | 3 | -102/+150 |
| | |||||
* | Core: Remove special case try/catch in isPlainObject | Rick Waldron | 2014-02-02 | 1 | -10/+2 |
| | | | | Fixes #14746 | ||||
* | Ajax: Protect against exceptions thrown synchronously by xhr.send | jaubourg | 2014-01-29 | 2 | -4/+39 |
| | | | | | | | | | | | When xhr.send throws an exception synchronously, the onerror handler may have been called already which, unchecked, makes the exception bubble up outside of jQuery.ajax. We now catch the exception pre-emptively and only rethrow if we know it hasn't already been notified through the onerror handler. Fixes #14683 | ||||
* | Build: Specify browserSets for TestSwarm directly | Michał Gołębiowski | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Support: Add iOS6 support tests results | Michał Gołębiowski | 2014-01-27 | 1 | -0/+16 |
| | |||||
* | Tests: Blacklist beforeunload test in iOS | Michał Gołębiowski | 2014-01-26 | 1 | -1/+4 |
| | | | | | | | | iOS has the window.onbeforeunload field but doesn't support the beforeunload handler making it impossible to feature-detect the support. Fixes #14717 Closes gh-1496 | ||||
* | Build: Remove obsolete UglifyJS workaround | Michał Gołębiowski | 2014-01-26 | 1 | -7/+0 |
| | |||||
* | Build: Upgrade npm devDependencies | Michał Gołębiowski | 2014-01-26 | 1 | -8/+8 |
| | |||||
* | Updating the master version to 2.1.1pre. | Timmy Willison | 2014-01-23 | 2 | -5/+2 |
| | |||||
* | Release: Instantiate a zip archiver, run archivers async | Timmy Willison | 2014-01-23 | 1 | -9/+10 |
| | |||||
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 2 | -9/+6 |
| | | | | | | | | | | IE11 fixed the checkbox defaultValue issue but not textarea. Rather than creating a new detect name I'm reusing the old one to protect anyone who is unwisely using this externally. Re-fixing the defaultValue when it doesn't need to be done is not a problem, so leave that code for IE11. Fixes #14716 Closes gh-1495 | ||||
* | Tests: fix Safari userAgent detection | Michał Gołębiowski | 2014-01-22 | 1 | -3/+3 |
| | |||||
* | Support: Add expected support results for Safari 7 & IE11 | Michał Gołębiowski | 2014-01-22 | 1 | -0/+32 |
| | |||||
* | Tests: Blacklist one effects test in Chrome 31 | Michał Gołębiowski | 2014-01-21 | 1 | -3/+17 |
| | | | | | | Chrome 31 reports incorrect offsetWidth on a table cell with fixed width. This is fixed in Chrome 32 so let’s just skip the failing test in Chrome 31. See https://code.google.com/p/chromium/issues/detail?id=290399 | ||||
* | Traversing: Check all pairwise element combinations for .find( els ) | Richard Gibson | 2014-01-17 | 2 | -6/+7 |
| | | | | | Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48 Fixes #14701 | ||||
* | Tests: Fix code style issues | Oleg | 2014-01-16 | 1 | -4/+4 |
| | |||||
* | Tests: Add assertion for the jQuery#val method | Oleg | 2014-01-16 | 1 | -2/+7 |
| | |||||
* | Attrs: Remove outdated valHook for option element | Oleg | 2014-01-16 | 2 | -8/+9 |
| | | | | | | | This hook was relevant for BlackBerry 4.7 which is no longer supported. But this code path now raises error in IE10-11 (#14686) in 1.x-master branch. So to just to be safe, also add test for IE issue to this branch too. | ||||
* | Tests: Remove one of the checks for memory leak | Oleg | 2014-01-14 | 1 | -12/+0 |
| | | | | This check is redundant since jQuery.fragments object does not exist anymore | ||||
* | Sizzle: update committed dependencies | Timmy Willison | 2014-01-13 | 6 | -24/+30 |
| | |||||
* | Selector: Update Sizzle | Richard Gibson | 2014-01-13 | 1 | -1/+1 |
| | | | | Fixes #14657 | ||||
* | Authors: Update AUTHORS.txt and .mailmap | Dave Methvin | 2014-01-10 | 2 | -0/+2 |
| | |||||
* | Release: Publish to npm | Jörn Zaefferer | 2014-01-10 | 1 | -0/+1 |
| | | | | Closes gh-1479 | ||||
* | Tests: Remove html5 shiv | Dave Methvin | 2014-01-09 | 1 | -7/+0 |
| | |||||
* | Intro: Pass window to intro if available, for browserify | Forbes Lindesay | 2014-01-09 | 1 | -2/+2 |
| | | | | Closes gh-1476 | ||||
* | Build: Happy New Year! Thanks @marlonlandaverde | Dave Methvin | 2014-01-09 | 3 | -3/+3 |
| | |||||
* | Effects: First step() call should match :animated selector | Dave Methvin | 2014-01-07 | 2 | -1/+19 |
| | | | | | Fixes #14623 Closes gh-1473 | ||||
* | Docs: Link to the browser support page in CONTRIBUTING.md | Michał Gołębiowski | 2014-01-06 | 1 | -7/+3 |
| | | | | | Instead of duplicating the supported browsers matrix, just link to the browser support page on jquery.com. | ||||
* | README: Add jQuery environment notes | Timmy Willison | 2014-01-06 | 1 | -0/+7 |
| | |||||
* | Update grunt-bowercopy to 0.5.0 | Timmy Willison | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | Doc: Update links and simplify build instructions | Oleg | 2013-12-31 | 1 | -6/+6 |
| | |||||
* | traversing: Optimise .add by not using makeArray | Timo Tijhof | 2013-12-30 | 2 | -33/+116 |
| | | | | Closes gh-1430 | ||||
* | Tests: Avoid use of QUnit.reset() in tests by splitting them | cjqed | 2013-12-23 | 8 | -225/+545 |
| | | | | | Fix #14040 Close gh-1457 | ||||
* | Release script: _tracMilestone -> tracMilestone | Timmy Willison | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | exports/global: Do not attach global variables for most CommonJS environments | Timmy Willison | 2013-12-20 | 2 | -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 task | Timmy Willison | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Release script: minor formatting issue. | Timmy Willison | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Release script: jquery-release integration | Timmy Willison | 2013-12-20 | 2 | -380/+143 |
| | |||||
* | Remove hyphen from pre versions | Timmy Willison | 2013-12-20 | 2 | -2/+2 |
| | | | | | - It is intentionally invalid semver as pre versions should never be released - UI and Mobile already do this | ||||
* | Update AUTHORS.txt using git log --format="%aN <%aE>" | Timmy Willison | 2013-12-20 | 1 | -16/+51 |
| | |||||
* | Selector: update Sizzle | Richard Gibson | 2013-12-20 | 5 | -16/+22 |
| | | | | Fix #14584 | ||||
* | Build: add build option for setting the AMD name. | Timmy Willison | 2013-12-19 | 2 | -5/+28 |
| | | | | Fixes #14016. | ||||
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 5 | -23/+40 |
| | | | | Ref #14016 | ||||
* | Use the exact versions dependencies | Oleg | 2013-12-19 | 1 | -15/+17 |
| | | | | | | And remove unused "which" package Closes gh-1458 | ||||
* | Offset: Fix comment typo, thanks @AurelioDeRosa | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Readme: Fix typo, thanks @tcort | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Build: Upgrade to grunt-contrib-jshint 0.7.1 and squash subtasks | Michał Gołębiowski | 2013-12-18 | 2 | -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. Fixes #14504 | ||||
* | Build: Use absolute paths in .gitignore and .npmignore. | Michał Gołębiowski | 2013-12-18 | 2 | -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. | ||||
* | Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31 | Michał Gołębiowski | 2013-12-18 | 1 | -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 |