Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ajax: Fix #14207. file protocol returns status 0, see #8605. | Dave Methvin | 2013-11-13 | 1 | -2/+2 |
| | |||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-11-12 | 3 | -7/+68 |
| | |||||
* | Ref 71b2ac52: Disallow 2.x bypass of environmental helper methods | Richard Gibson | 2013-11-12 | 1 | -13/+0 |
| | |||||
* | Fix #14492: More correct jQuery.parseJSON. Close gh-1419. | Richard Gibson | 2013-11-12 | 3 | -8/+76 |
| | | | | | | | | (cherry picked from commit 60a6178131afec97b68c9a45bc24459f7b8bd905) Conflicts: src/ajax/parseJSON.js | ||||
* | Merge branches 'master' and 'master' of github.com:jquery/jquery | Richard Gibson | 2013-11-12 | 0 | -0/+0 |
| | |||||
* | No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426. | Michał Gołębiowski | 2013-11-11 | 1 | -9/+1 |
| | | | | | | | | | In 1.x if the support test executes before doc ready, it may not be able to return a result yet. In such a case, we protect ourselves from future breakages, allowing only for the ones before doc ready. Since in 2.x lazy support tests attach test elements to docElem, not body, such a guard is unnecessary. | ||||
* | Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. | Michał Gołębiowski | 2013-11-11 | 10 | -131/+56 |
| | |||||
* | No ticket. Remove version sniffing from test/unit/support.js, browsers got ↵ | Michał Gołębiowski | 2013-11-11 | 1 | -5/+3 |
| | | | | updated. | ||||
* | No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom ↵ | Michał Gołębiowski | 2013-11-10 | 1 | -1/+1 |
| | | | | builds. | ||||
* | Fix #14415. Remove the source map comment in the release script. Close gh-1424. | Michał Gołębiowski | 2013-11-10 | 1 | -5/+3 |
| | |||||
* | No ticket. Restore some parsing tests in core. | Michał Gołębiowski | 2013-11-10 | 1 | -5/+8 |
| | |||||
* | Remove workarounds for the uglify task mishandling banners when used with ↵ | Michał Gołębiowski | 2013-11-09 | 3 | -76/+11 |
| | | | | | | | source maps. The issue was fixed in grunt-contrib-uglify: https://github.com/gruntjs/grunt-contrib-uglify/issues/22 | ||||
* | Check Gruntfile and tasks for code style | Oleg | 2013-11-08 | 1 | -1/+3 |
| | |||||
* | Don't execute focus tests in Firefox | Oleg | 2013-11-08 | 1 | -72/+75 |
| | | | | Close gh-1423 | ||||
* | Use full version of jQuery 1.9.1 | Oleg | 2013-11-08 | 5 | -8/+9603 |
| | | | | Had some weird failures in IE with xhr build of 1.9.1 | ||||
* | Add "keywords" to bower.json | Sindre Sorhus | 2013-11-07 | 1 | -1/+6 |
| | | | | Close gh-1407 | ||||
* | Add load-grunt-tasks package dependency | Sindre Sorhus | 2013-11-07 | 2 | -8/+2 |
| | | | | Close gh-1405 | ||||
* | Fix #12757 - use jscs to check the style guide | Oleg | 2013-11-07 | 3 | -11/+45 |
| | | | | Close gh-1396 | ||||
* | Add more thorough check for CSP violations | Oleg | 2013-11-07 | 5 | -22/+27 |
| | |||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 4 | -5/+52 |
| | | | | | | | | | | | (cherry picked from commit 126d596b56924613687329b7aab4f0cdf4b593b3) Conflicts: src/data.js src/data/accepts.js test/unit/core.js test/unit/data.js | ||||
* | Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411. | Marian Sollmann | 2013-11-06 | 1 | -2/+2 |
| | | | | | | | | (cherry picked from commit 346b031af9e3b315ef351a9cc7fee56f930cf346) Conflicts: src/traversing.js | ||||
* | Fix #14101: $().data() should be undefined, not null | Corey Frang | 2013-11-06 | 2 | -2/+7 |
| | |||||
* | No ticket: Reduce size by reordering variable declarations. Close gh-1416. | Chris Antaki | 2013-11-05 | 1 | -5/+5 |
| | |||||
* | Fix #11809: Update text without creating DOM nodes. Close gh-1412. | Chris Antaki | 2013-11-05 | 2 | -3/+25 |
| | |||||
* | No ticket: Update support comment to match convention | Richard Gibson | 2013-11-04 | 1 | -2/+2 |
| | |||||
* | Ref f9d41ac6: Opera-compatible form target | Richard Gibson | 2013-11-04 | 1 | -1/+1 |
| | |||||
* | No ticket: Small ajax/xhr size optimizations | Richard Gibson | 2013-10-28 | 1 | -6/+19 |
| | |||||
* | Fix #14379: AJAX requests on unload | Richard Gibson | 2013-10-28 | 3 | -4/+37 |
| | |||||
* | No ticket. Remove useless comment | Oleg | 2013-10-28 | 1 | -1/+0 |
| | |||||
* | Fix #14459: Use jQuery.parseJSON instead of JSON.parse | Richard Gibson | 2013-10-28 | 2 | -13/+3 |
| | |||||
* | No ticket. Update npm devDependencies. | Michał Gołębiowski | 2013-10-25 | 1 | -3/+3 |
| | |||||
* | Add tests for class manipulation on jQuery object containing more than one ↵ | Michał Gołębiowski | 2013-10-25 | 1 | -0/+43 |
| | | | | element. Close gh-1404. | ||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 3 | -59/+7 |
| | | | | This reverts commit 9b6f0745805941a6d7b7c16c02cf56ab00021c82. | ||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-10-22 | 3 | -7/+59 |
| | |||||
* | Ref 2263134b: Better identify potential JSON. Close gh-1401. | Ronny Springer | 2013-10-16 | 2 | -13/+46 |
| | |||||
* | Only set uglify options if not already the default | Timmy Willison | 2013-10-15 | 1 | -10/+2 |
| | |||||
* | No ticket: Clean up uglifyjs compress options. Close gh-1382. | Timo Tijhof | 2013-10-15 | 1 | -3/+10 |
| | | | | (cherry picked from commit e15627022f0c5e13a972baffb41f6f52ca4d3ec3) | ||||
* | Fix #14394: Changing style !important in webkit. Close gh-1385. | Lihan Li | 2013-10-15 | 2 | -0/+9 |
| | |||||
* | Preparations for npm/bower publishing | Timmy Willison | 2013-10-15 | 2 | -4/+4 |
| | |||||
* | No ticket: Test cleanup | Richard Gibson | 2013-10-15 | 1 | -21/+9 |
| | |||||
* | No ticket: Small curCSS size optimizations | Richard Gibson | 2013-10-15 | 1 | -4/+8 |
| | |||||
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 2 | -1/+21 |
| | |||||
* | Unify build script capabilities between branches. Specifically, added a ↵ | Timmy Willison | 2013-10-15 | 1 | -8/+9 |
| | | | | special comment pragma for removing certain lines. | ||||
* | Remove comment | Timmy Willison | 2013-10-15 | 1 | -2/+1 |
| | |||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 6 | -97/+92 |
| | |||||
* | Update requirejs to compatible version, remove r.js | Timmy Willison | 2013-10-15 | 3 | -25858/+47 |
| | |||||
* | No ticket: Fix subproject iframe tests | Richard Gibson | 2013-10-11 | 3 | -9/+18 |
| | |||||
* | Fix #14381: Update to Sizzle 1.10.11 | Richard Gibson | 2013-10-11 | 1 | -1/+1 |
| | | | | (cherry picked from commit 64bdf4140b58c6dae72db78fc2f02832ed51a863) | ||||
* | No ticket: Correct typo in README section "rebasing". Close gh-1398. | Dominik D. Geyer | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | Update Sizzle to 1.10.10 | Timmy Willison | 2013-10-10 | 1 | -1/+1 |
| |