| Commit message (Expand) | Author | Age | Files | Lines |
* | No ticket: speedup effects tests | Richard Gibson | 2012-11-12 | 3 | -93/+55 |
* | Fix #12858: don't expose jQuery/Sizzle expandos | Richard Gibson | 2012-11-09 | 1 | -5/+14 |
* | No ticket: speedup test suite. Close gh-1020. | Richard Gibson | 2012-11-08 | 4 | -264/+223 |
* | Rewriting unit test to be less sticky based on time issues | Corey Frang | 2012-11-07 | 1 | -18/+27 |
* | Fixing units | Corey Frang | 2012-11-07 | 1 | -3/+3 |
* | Keep track of a hiding state for toggle based animations - Fixes #8685 | Corey Frang | 2012-11-07 | 1 | -0/+44 |
* | Ensure each tick gets it's own fxNow - Fixes #12837 - Thanks @chadparry | Corey Frang | 2012-11-07 | 1 | -0/+29 |
* | Remove APIs now in jquery-compat | Dave Methvin | 2012-11-07 | 1 | -139/+1 |
* | Restore jQuery.access parameter mistakenly removed in 80d45a69 | Richard Gibson | 2012-11-06 | 1 | -25/+38 |
* | No ticket: update test suite to pass QUnit globals check in most environments... | Richard Gibson | 2012-11-05 | 6 | -90/+196 |
* | Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017. | Richard Gibson | 2012-11-05 | 1 | -78/+0 |
* | Remove gratuitous punctuation | Richard Gibson | 2012-11-01 | 1 | -3/+3 |
* | Fix #10299. Add a propHook for oldIE link href. | Dave Methvin | 2012-11-01 | 1 | -1/+3 |
* | Remove trailing comma to fix test lint. | Dave Methvin | 2012-11-01 | 1 | -1/+1 |
* | No ticket: remove test suite external dependencies | Richard Gibson | 2012-11-01 | 9 | -37/+38 |
* | Followup to gh-997, decode entities in test names. Close gh-1013. | Timo Tijhof | 2012-11-01 | 1 | -3/+3 |
* | Fix testing of no-ajax custom builds | Richard Gibson | 2012-11-01 | 5 | -14/+28 |
* | Test case for #12816 | Dave Methvin | 2012-10-31 | 1 | -1/+3 |
* | Fix #10544. Remove deprecated .data() event namespaced triggering. | Dave Methvin | 2012-10-31 | 1 | -58/+1 |
* | No ticket: fix effects test failure in IE6. Close gh-1012. | Timo Tijhof | 2012-10-31 | 3 | -22/+48 |
* | Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927. | Mike Sherov | 2012-10-30 | 1 | -11/+13 |
* | Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005. | yiminghe | 2012-10-30 | 1 | -0/+16 |
* | Fix #10416. Don't trust computed styles on detached elements. Close gh-941. | Oleg | 2012-10-28 | 1 | -5/+15 |
* | Implement expectation test instead of using _removeData. Close gh-997. | Timo Tijhof | 2012-10-28 | 10 | -248/+340 |
* | Fixes #12139, make sure absolutely positioned elements have HTML as offsetPar... | David Fox | 2012-10-26 | 1 | -1/+6 |
* | Elements created from html strings have a parentnode. Fixes #12392 | Oleg | 2012-10-25 | 1 | -5/+22 |
* | Simplify tests for #12786, reduce to only those required to support the fix | Rick Waldron | 2012-10-25 | 1 | -57/+22 |
* | Less deep and more strict. | Rick Waldron | 2012-10-25 | 1 | -2/+2 |
* | Fix #11542. document.body should not be special in .offset() and document.doc... | Daniel Gálvez | 2012-10-24 | 2 | -7/+11 |
* | Remove .hyphen property from tests (left behind in refactoring) | Rick Waldron | 2012-10-24 | 1 | -6/+3 |
* | Brute force property removal when removeData([a,b,c]). Fixes #12786 | Rick Waldron | 2012-10-24 | 1 | -0/+70 |
* | Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913. | Matthias Jäggli | 2012-10-21 | 1 | -0/+9 |
* | 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 |
* | Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close gh... | Oleg | 2012-10-20 | 1 | -9/+52 |
* | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866. | Marcel Greter | 2012-10-20 | 1 | -1/+9 |
* | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 3 | -0/+27 |
* | Fix attribute names in aliased form property test. Close gh-951. | Jonathan Sampson | 2012-10-20 | 1 | -1/+1 |
* | Fix #4262: faster .eq(), closes gh-1000. | Richard Gibson | 2012-10-19 | 1 | -40/+9 |
* | Combine parseJSON tests and fix style. | Dave Methvin | 2012-10-19 | 1 | -71/+14 |
* | 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 | 1 | -0/+37 |
* | Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo... | James Huston | 2012-10-17 | 2 | -3/+68 |
* | no ticket: fix jQuery suite failure on Android | Richard Gibson | 2012-10-17 | 1 | -1/+1 |
* | fix failing offset tests | Mike Sherov | 2012-10-17 | 1 | -2/+19 |
* | Fixes #12749, correctly detect position() for position:fixed elements, closes... | Merrifield, Jay | 2012-10-17 | 1 | -31/+37 |
* | Style nit in test/unit/callbacks.js. Closes gh-992 | Erick Ruiz de Chavez | 2012-10-16 | 1 | -1/+1 |
* | Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh... | Sai Wong | 2012-10-16 | 1 | -11/+63 |
* | Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-s... | Erick Ruiz de Chavez | 2012-10-16 | 1 | -22/+27 |
* | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2012-10-16 | 10 | -320/+474 |
|\ |
|