Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add More New Contributors to AUTHORS.txt | Mike Sherov | 2012-10-23 | 1 | -0/+4 |
| | |||||
* | new JSHINT mixed spaces/tabs is smart enough to not warn on multiline ↵ | Mike Sherov | 2012-10-22 | 3 | -5/+4 |
| | | | | comments, rendering smarttabs useless | ||||
* | Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913. | Matthias Jäggli | 2012-10-21 | 2 | -1/+10 |
| | | | | | .removeClass() //removes all classes, as documented .removeClass(window.nonExistentVariable) // removes nothing | ||||
* | updated AUTHORS | Mike Sherov | 2012-10-21 | 1 | -1/+8 |
| | |||||
* | Missing semicolon. | Dave Methvin | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Fix failing tests for beforeunload in Safari 5.0. Close gh-1002. | Oleg | 2012-10-21 | 1 | -12/+28 |
| | |||||
* | Remove references to the Makefile from the README | Mike Sherov | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close ↵ | Oleg | 2012-10-20 | 2 | -18/+56 |
| | | | | gh-894. | ||||
* | Remove deprecated $.uuid and dunseled $.deletedIds. | Dave Methvin | 2012-10-20 | 1 | -5/+0 |
| | |||||
* | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866. | Marcel Greter | 2012-10-20 | 2 | -2/+10 |
| | |||||
* | Alternate fix for #11426; check responseText. Close gh-843. | Oleg Gaidarenko | 2012-10-20 | 1 | -2/+1 |
| | |||||
* | Don't expose jQuery.deletedIds. Close gh-889. | Rick Waldron | 2012-10-20 | 3 | -2/+5 |
| | |||||
* | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 4 | -1/+28 |
| | |||||
* | Fix attribute names in aliased form property test. Close gh-951. | Jonathan Sampson | 2012-10-20 | 1 | -1/+1 |
| | | | | Test expects input elements having name='id', name='name', and name='target'. Additionally, these should have id='id', id='name', and id='target' respectively. No element was provided with id='id' or name='id', but rather one element had two name attributes (illegal) with the values 'id' and 'name' respectively. | ||||
* | Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug ↵ | Merrifield, Jay | 2012-10-20 | 1 | -3/+7 |
| | | | | that caused a performance hit. Closes gh-958 | ||||
* | adding awesome new contributors to AUTHORS.txt | Mike Sherov | 2012-10-20 | 1 | -0/+2 |
| | |||||
* | Fix #12610, remove unneeded window.event. Close gh-968. | Sai Wong | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Fix #4262: faster .eq(), closes gh-1000. | Richard Gibson | 2012-10-19 | 2 | -48/+16 |
| | |||||
* | Combine parseJSON tests and fix style. | Dave Methvin | 2012-10-19 | 1 | -71/+14 |
| | | | | We only care about the result of parseJSON so there's no reason to feature detect the entire test. | ||||
* | Followup for #12751, only test on browsers with JSON.parse | Dave Methvin | 2012-10-19 | 1 | -33/+36 |
| | |||||
* | Fix #12739. Keep namespace when triggering with an Event. Close gh-972. | Allen J Schmidt Jr | 2012-10-19 | 3 | -2/+40 |
| | |||||
* | Merge pull request #998 from jquery/strict | Julian Aubourg | 2012-10-19 | 3 | -0/+4 |
|\ | |||||
| * | @mikesherov says `strict` is redundant when `node` is already there | jaubourg | 2012-10-19 | 1 | -1/+0 |
| | | |||||
| * | adds strict rule to jshint options (except for test files). "use strict" is ↵ | jaubourg | 2012-10-18 | 4 | -0/+5 |
|/ | | | | added to the main jQuery closure and some "could-be-unsafe" `this` trickery in effects is silenced. | ||||
* | Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. ↵ | James Huston | 2012-10-17 | 4 | -17/+88 |
| | | | | Close gh-993. | ||||
* | no ticket: fix jQuery suite failure on Android | Richard Gibson | 2012-10-17 | 2 | -1/+1 |
| | |||||
* | Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967 | Merrifield, Jay | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | fix failing offset tests | Mike Sherov | 2012-10-17 | 1 | -2/+19 |
| | |||||
* | Update grunt-compare-size to 0.2.0 | Rick Waldron | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Fixes #12749, correctly detect position() for position:fixed elements, ↵ | Merrifield, Jay | 2012-10-17 | 2 | -49/+61 |
| | | | | closes gh-991 | ||||
* | Fixes #12752: Added OS-switch for grunt task "custom", to make use of ↵ | Roland Eckl | 2012-10-17 | 1 | -1/+1 |
| | | | | grunt.cmd on Windows operating systems. closes gh-996 | ||||
* | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 8 | -14/+11 |
| | |||||
* | Don't be so picky about path separators | Rick Waldron | 2012-10-17 | 1 | -5/+0 |
| | |||||
* | Update Sizzle: fixes failing tests in traversing (FF, Opera, Safari) | Timmy Willison | 2012-10-17 | 1 | -0/+0 |
| | |||||
* | Style nit in test/unit/callbacks.js. Closes gh-992 | Erick Ruiz de Chavez | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Update README.md - grunt *update_*submodules | Tom Fuertes | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes ↵ | Sai Wong | 2012-10-16 | 2 | -58/+101 |
| | | | | gh-987 | ||||
* | Update package.json for update submodules | Timmy Willison | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Enforce style in test/unit/callbacks.js. ↵ | Erick Ruiz de Chavez | 2012-10-16 | 1 | -22/+27 |
| | | | | https://github.com/jquery/2012-dev-summit/issues/56 | ||||
* | Sizzzzzzllllleeeee | Timmy Willison | 2012-10-16 | 1 | -0/+0 |
| | |||||
* | Uses an additive approach to generating anti-cache parameters rather than a ↵ | jaubourg | 2012-10-16 | 1 | -1/+3 |
| | | | | timestamp. Fixes #12550 | ||||
* | Update Sizzle: <3 reverts | Timmy Willison | 2012-10-16 | 1 | -0/+0 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2012-10-16 | 18 | -359/+541 |
|\ | |||||
| * | Fixes busted indents. Sorry folks | Rick Waldron | 2012-10-16 | 1 | -4/+4 |
| | | |||||
| * | update sizzle for test failures | Richard Gibson | 2012-10-16 | 1 | -0/+0 |
| | | |||||
| * | Replace unknown, mysterious html arg to replaceWith(fn...), with just the ↵ | Rick Waldron | 2012-10-16 | 1 | -3/+6 |
| | | | | | | | | current node. | ||||
| * | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵ | Greg Lavallee | 2012-10-16 | 4 | -49/+79 |
| | | | | | | | | | | | | Closes gh-982. Signed-off-by: Timmy Willison <timmywillisn@gmail.com> | ||||
| * | Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar) | Rick Waldron | 2012-10-16 | 4 | -13/+13 |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
| * | Sizzle was accidentally reverted | Timmy Willison | 2012-10-16 | 1 | -0/+0 |
| | | |||||
| * | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ↵ | Mike Petrovich | 2012-10-16 | 4 | -1/+29 |
| | | | | | | | | during animation, closes gh-981 |