| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -0/+2 |
* | 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 | 1 | -1/+5 |
* | 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 | 7 | -179/+166 |
* | 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 | 1 | -6/+8 |
* | 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 | 1 | -0/+11 |
* | 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 |
* | 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 | 9 | -320/+451 |
|\ |
|
| * | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Clos... | Greg Lavallee | 2012-10-16 | 2 | -26/+31 |
| * | Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar) | Rick Waldron | 2012-10-16 | 4 | -13/+13 |
| * | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ... | Mike Petrovich | 2012-10-16 | 1 | -0/+5 |
| * | Enforce style guide in test/unit/attributes.js. Closes gh-985 | Erick Ruiz de Chavez | 2012-10-16 | 1 | -275/+365 |
| * | Update Sizzle: allows disconnected sorting. Change add to always sort with ad... | Timmy Willison | 2012-10-16 | 1 | -6/+3 |
| * | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos... | Ben Truyman | 2012-10-16 | 1 | -2/+36 |
* | | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914. | Daniel Galvez | 2012-10-16 | 1 | -0/+32 |
|/ |
|
* | Create private methods for processing data/removeData requests. Fixes #12519,... | carldanley | 2012-10-16 | 1 | -9/+9 |
* | Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971 | MORGAN | 2012-10-16 | 1 | -0/+9 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 11 | -103/+109 |
* | fixes problematic JSONP test (gotta learn to count) | jaubourg | 2012-10-16 | 1 | -4/+4 |
* | Moved attrFN to deprecated. Close gh-977. | Akintayo Akinwunmi | 2012-10-16 | 1 | -0/+6 |
* | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2012-10-16 | 1 | -79/+81 |
|\ |
|
| * | Fixing style for deferred.js unit tests. Close gh-973. | Erick Ruiz de Chavez | 2012-10-16 | 1 | -79/+81 |
* | | comments out some problematic JSONP test until we figure out what the problem is | jaubourg | 2012-10-16 | 1 | -4/+3 |
|/ |
|
* | Fix style nit: indent inside if statement | Rick Waldron | 2012-10-15 | 1 | -99/+99 |