Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove workarounds for the uglify task mishandling banners when used with ↵ | Michał Gołębiowski | 2013-11-09 | 3 | -76/+11 | |
| | | | | | | | source maps. (cherry-picked from d0fadbba9f1dbe2ee009be6586fbdf3cda4eff98) The issue was fixed in grunt-contrib-uglify: https://github.com/gruntjs/grunt-contrib-uglify/issues/22 | |||||
* | Remove old try...catch for old FF | Oleg | 2013-11-08 | 1 | -52/+42 | |
| | ||||||
* | Ref 705216d: Synchronize ajax/xhr.js with master | Richard Gibson | 2013-11-08 | 1 | -1/+1 | |
| | ||||||
* | Merge branches '1.x-master' and '1.x-master' of github.com:jquery/jquery ↵ | Richard Gibson | 2013-11-08 | 0 | -0/+0 | |
| | | | | into 1.x-master | |||||
* | Check Gruntfile and tasks for code style | Oleg | 2013-11-08 | 1 | -1/+3 | |
| | | | | Cherry picked from 85d4c0133b5369b54bc9c4250989214bb2d45700 commit | |||||
* | Don't execute focus tests in Firefox | Oleg | 2013-11-08 | 1 | -72/+75 | |
| | | | | Cherry picked from 45be91e3981164e076a71de31f0b8a972a4bf104 commit | |||||
* | Use full version of jQuery 1.9.1 | Oleg | 2013-11-08 | 4 | -8/+9603 | |
| | | | | | Had some weird failures in IE with xhr build of 1.9.1. Cherry picked from 626cbde7f8267e2463cef85d84f9f0172f1c7cb9 commit | |||||
* | Add "keywords" to bower.json | Sindre Sorhus | 2013-11-07 | 1 | -1/+6 | |
| | | | | Cherry picked from 0bb4090c2c77746ae3976bcce52ea3f58a056604 commit | |||||
* | Add load-grunt-tasks package dependency | Sindre Sorhus | 2013-11-07 | 2 | -8/+2 | |
| | | | | Cherry picked from abfa210adfaee28e2496d7749d675d157d8e6c9d commit | |||||
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 24 | -45/+41 | |
| | ||||||
* | Fix #12757 - use jscs to check the style guide | Oleg | 2013-11-07 | 3 | -11/+46 | |
| | | | | Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit | |||||
* | Fix #14422 and add more thorough check for CSP violations | Oleg | 2013-11-07 | 6 | -27/+35 | |
| | | | | Close gh-1413 | |||||
* | Ref c66a5e70: Synchronize unit tests with master | Richard Gibson | 2013-11-07 | 1 | -1/+2 | |
| | ||||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 5 | -22/+57 | |
| | ||||||
* | Ref fb2e0a0c: Synchronize unit tests with master | Chris Antaki | 2013-11-07 | 1 | -2/+20 | |
| | ||||||
* | Fix #14101: $().data() should be undefined, not null | Corey Frang | 2013-11-06 | 2 | -3/+8 | |
| | | | | - Backported 30eee925dbc9f8d465ccf064f48c24061ffdc378 for 1.x | |||||
* | Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411. | Marian Sollmann | 2013-11-06 | 1 | -3/+3 | |
| | | | | | | | | (cherry picked from commit 346b031af9e3b315ef351a9cc7fee56f930cf346) Conflicts: src/traversing.js | |||||
* | No ticket: Update style per gh-1418 comments | Richard Gibson | 2013-11-04 | 1 | -8/+6 | |
| | ||||||
* | Ref 705216dc: Synchronize ajax/xhr.js with master. Close gh-1418. | Richard Gibson | 2013-11-04 | 1 | -76/+54 | |
| | ||||||
* | Ref f9d41ac6: Opera-compatible form target | Richard Gibson | 2013-11-04 | 1 | -1/+1 | |
| | | | | (cherry picked from commit d5b7139abce9dd207773531d6dcb3493c6ac0c7c) | |||||
* | Fix #14379: AJAX requests on unload | Richard Gibson | 2013-11-04 | 2 | -0/+35 | |
| | | | | | | | | (cherry picked from commit f9d41ac641dcb5a93ba8a9027476b160d8f41111) Conflicts: src/ajax/xhr.js | |||||
* | Fix #14459: Use jQuery.parseJSON instead of JSON.parse | Richard Gibson | 2013-10-28 | 2 | -13/+3 | |
| | | | | (cherry picked from commit ced9d155f010bc456745a55a63ca959db9d405d3) | |||||
* | No ticket. Update npm devDependencies. (cherry-picked from ↵ | Michał Gołębiowski | 2013-10-25 | 1 | -3/+3 | |
| | | | | 95d1192d5378926e750d0494818323ff17be821e) | |||||
* | 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. (cherry-picked from 35b2b94979ed3419e50b72ab3b84307269fa25e8) | |||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 3 | -59/+7 | |
| | | | | | | This reverts commit bba8366af48bd2c80c96e7a0f58b3e16fd736125. Because cross-frame focus sucks. | |||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-10-22 | 3 | -7/+59 | |
| | | | | | (cherry picked from commit 6d5dfa0eda2c19e8838930fafff83b596654eca2) Manually edited for conflicts. | |||||
* | Ref 2263134b: Better identify potential JSON. Close gh-1401. | Ronny Springer | 2013-10-16 | 2 | -13/+46 | |
| | | | | | | | | (cherry picked from commit 083edd60a6c189f17ff1087431e849dd11c111b2) Conflicts: src/data.js | |||||
* | 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 | |
| | ||||||
* | Fix #14394: Changing style !important in webkit. Close gh-1385. | Lihan Li | 2013-10-15 | 2 | -2/+11 | |
| | | | | | | | | (cherry picked from commit 24e587929f62428e1959b10aace6dc4fd65ab397) Conflicts: src/css.js | |||||
* | No ticket: Test cleanup | Richard Gibson | 2013-10-15 | 1 | -21/+9 | |
| | | | | | | | | (cherry picked from commit 8df348e9eb3681ff5f09b1e52b72573e2eee3105) Conflicts: test/unit/css.js | |||||
* | No ticket: Small curCSS size optimizations | Richard Gibson | 2013-10-15 | 1 | -6/+8 | |
| | | | | | | | | (cherry picked from commit a339096d6a9d0313c2184de0d626e2c7e127955b) Conflicts: src/css/curCSS.js | |||||
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 2 | -2/+26 | |
| | | | | | | | | (cherry picked from commit 5ce4b06c285bd8cf52eaff0f39e0b9192a927873) Conflicts: src/css/curCSS.js | |||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 7 | -108/+104 | |
| | | | | | | | | | | | | - To keep file size unaffected, an extra pragma was added to build.js to remove certain lines when building with special comments. Conflicts: src/core.js src/css.js src/effects.js src/event.js src/manipulation.js src/offset.js | |||||
* | Remove comment | Timmy Willison | 2013-10-15 | 1 | -2/+1 | |
| | ||||||
* | Update requirejs to compatible version, remove r.js | Timmy Willison | 2013-10-15 | 3 | -25858/+47 | |
| | | | | | Conflicts: package.json | |||||
* | No ticket: Fix subproject iframe tests | Richard Gibson | 2013-10-11 | 3 | -9/+18 | |
| | | | | (cherry picked from commit 13d58a9bec67356ecae0d6902cb634e52cebcf19) | |||||
* | Fix #14381: Update to Sizzle 1.10.11 | Richard Gibson | 2013-10-11 | 1 | -1/+1 | |
| | ||||||
* | No ticket: Correct typo in README section "rebasing". Close gh-1398. | Dominik D. Geyer | 2013-10-11 | 1 | -1/+1 | |
| | | | | (cherry picked from commit 943dc6cf834a57b5bffe99314add0a4d397201ce) | |||||
* | Update Sizzle to 1.10.10 | Timmy Willison | 2013-10-10 | 1 | -1/+1 | |
| | ||||||
* | Add bower install script and release scripts to jshint and pass lint | Timmy Willison | 2013-10-07 | 4 | -15/+12 | |
| | ||||||
* | Edit bower install script based on comments. Close gh-1392. | Timmy Willison | 2013-10-07 | 2 | -14/+4 | |
| | ||||||
* | Warn on npm install if Bower isn't installed. | Scott González | 2013-10-07 | 2 | -1/+25 | |
| | ||||||
* | Gruntfile: Remove project prefix from TestSwarm job name | Timo Tijhof | 2013-10-06 | 1 | -2/+2 | |
| | ||||||
* | Fix #13993. Save result of native inline handlers. Close gh-1368. | Dave Methvin | 2013-10-06 | 2 | -2/+13 | |
| | | | | (cherry picked from commit 3bcd04f528597dac0a7084865461574ab4a06465) | |||||
* | No ticket. Simplify the post-uglify task. (cherry-picked from ↵ | Michał Gołębiowski | 2013-10-02 | 2 | -14/+7 | |
| | | | | 923bfc80dbba00659a2fbadafad6d894973cc560) | |||||
* | Add setup function for the event module | Oleg | 2013-09-30 | 1 | -3/+6 | |
| | | | | (cherry picked from the commit 2c0b9027de841a437baf7b9c85262f196b9cb09e) | |||||
* | Focus on the body before running focus test | Oleg | 2013-09-30 | 1 | -10/+4 | |
| | ||||||
* | Try to fix focus test again | Oleg | 2013-09-30 | 1 | -20/+25 | |
| | ||||||
* | No ticket: Compress core and data modules | Richard Gibson | 2013-09-28 | 2 | -42/+42 | |
| |