Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #468 from rwldrn/10080 | Dave Methvin | 2011-08-25 | 1 | -0/+13 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixes #10080. Test cache for window inference. | |||||
| * | | | | | | Test for window inference. Fixes #10080 | rwldrn | 2011-08-18 | 1 | -0/+13 | |
| | | | | | | | ||||||
* | | | | | | | Prioritize #id over <tag> to avoid XSS via location.hash (#9521) | Dave Methvin | 2011-08-23 | 1 | -0/+18 | |
| | | | | | | | ||||||
* | | | | | | | Revert "Landing pull request 461. Adds a due diligence check for pre-defined ↵ | timmywil | 2011-08-22 | 1 | -12/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data-* attrs during removal. Fixes #10026." This reverts commit 6805fc2cd20e36af5c1b0c51f6f39f21cea4609a. A more cache-friendly solution is in the works. | |||||
* | | | | | | | Landing pull request 461. Adds a due diligence check for pre-defined data-* ↵ | Rick Waldron | 2011-08-22 | 1 | -1/+12 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attrs during removal. Fixes #10026. More Details: - https://github.com/jquery/jquery/pull/461 - http://bugs.jquery.com/ticket/10026 | |||||
* | | | | | | Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix ↵ | dmethvin | 2011-08-17 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because Microsoft didn't. A Fixes #9572. More Details: - https://github.com/jquery/jquery/pull/463 - http://bugs.jquery.com/ticket/9572 | |||||
* | | | | | | Landing pull request 467. Adds comments regarding opacity test adjustments. | Rick Waldron | 2011-08-17 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/467 | |||||
* | | | | | | Update sizzle and QUnit | timmywil | 2011-08-17 | 1 | -0/+0 | |
| | | | | | | ||||||
* | | | | | | Landing pull request 466. Test if opacity is not expected val. Fixes effects ↵ | rwldrn | 2011-08-17 | 1 | -7/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test suite. More Details: - https://github.com/jquery/jquery/pull/466 | |||||
* | | | | | | Set back the offset test name to fix offset tests; iframe retrieval is based ↵ | timmywil | 2011-08-17 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | on test names | |||||
* / / / / | Fix effects test suite to account for opacity being removed rather than ↵ | timmywil | 2011-08-16 | 1 | -1/+4 | |
|/ / / / | | | | | | | | | | | | | explicity set to 1 | |||||
* | | | | Merge pull request #456 from rwldrn/9318 | Dave Methvin | 2011-08-05 | 1 | -3/+6 | |
|\ \ \ \ | | | | | | | | | | | Improves support for arbitrary numbers in data keys. Fixes #9318 | |||||
| * | | | | Adds failing tests | Rick Waldron | 2011-08-05 | 1 | -2/+5 | |
| | | | | | ||||||
* | | | | | Merge pull request #455 from rwldrn/9413 | Dave Methvin | 2011-08-05 | 1 | -0/+28 | |
|\ \ \ \ \ | | | | | | | | | | | | | Supports interoperable removal of hyphenated/camelCase properties. Fixes #9413 | |||||
| * | | | | | Adds failing tests for #9413 | Rick Waldron | 2011-08-05 | 1 | -0/+28 | |
| |/ / / / | ||||||
* / / / / | Fixes assertion counts and dom element fixture issue | Rick Waldron | 2011-08-05 | 3 | -24/+23 | |
|/ / / / | ||||||
* | | | | Add test page for crashing IE8 when the testElement in support has a ↵ | timmywil | 2011-08-04 | 2 | -0/+24 | |
| | | | | | | | | | | | | | | | | background (will run from the test suite). Supplements #9823. | |||||
* | | | | Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ↵ | timmywil | 2011-08-04 | 1 | -23/+22 | |
| | | | | | | | | | | | | | | | | attribute behaviors across browsers, is less hacky, and shortens the attribute code. Fixes #9980. | |||||
* | | | | Make the tabIndex hook first a propHook and add it to attrHooks for ↵ | timmywil | 2011-08-04 | 1 | -0/+55 | |
| | | | | | | | | | | | | | | | | back-compat reasons. Fixes #9979. | |||||
* | | | | Merge pull request #367 from gnarf37/index-optimize | Dave Methvin | 2011-08-04 | 1 | -2/+4 | |
|\ \ \ \ | | | | | | | | | | | Quick improvement to the performance of .index() with no arguments | |||||
| * | | | | Quick improvement to the performace of .index() with no arguments - Adding a ↵ | gnarf | 2011-06-14 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | unit test for .index() of a node without a parent returns -1 | |||||
* | | | | | Merge pull request #416 from gnarf37/ticket_6652 | Dave Methvin | 2011-08-04 | 3 | -0/+22 | |
|\ \ \ \ \ | | | | | | | | | | | | | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - R | |||||
| * | | | | | Unit test for #6652 | Corey Frang | 2011-07-13 | 3 | -0/+22 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #412 from rwldrn/9587 | Dave Methvin | 2011-08-04 | 2 | -0/+13 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | jQuery.clone() check destination child nodes are not null. Fixes #9587 | |||||
| * | | | | | | jQuery.clone() check that destination child nodes are not null. Fixes #9587 | rwldrn | 2011-06-15 | 2 | -0/+13 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #432 from rwldrn/9794 | Dave Methvin | 2011-08-04 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Correct non-null|undefined evaluation of data property values. Fixes #9779 | |||||
| * | | | | | | | Correct non-null|undefined evaluation of data property values. Fixes #9794 | Rick Waldron | 2011-07-10 | 1 | -0/+26 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #419 from rwldrn/9630 | Dave Methvin | 2011-08-04 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Unit tests assert that .contents().hasClass() works as expected. Fixes #9630 | |||||
| * | | | | | | | | Filter hasClass by nodeType 1; Fixes #9630 | rwldrn | 2011-06-22 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Assert that .contents().hasClass() works as expected. Fixes #9630 | rwldrn | 2011-06-21 | 1 | -0/+10 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #417 from rwldrn/9385 | Dave Methvin | 2011-08-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385 | |||||
| * | | | | | | | | Updated version numbers; Fixes #9385 | rwldrn | 2011-06-23 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385 | rwldrn | 2011-06-20 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #447 from rwldrn/9914 | Dave Methvin | 2011-08-04 | 1 | -5/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Removes empty, duplicate named test block. Fixes #9914 | |||||
| * | | | | | | | | Removes empty, duplicate named test block. Fixes #9914 | Rick Waldron | 2011-07-26 | 1 | -5/+2 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #448 from rwldrn/9912 | Dave Methvin | 2011-08-04 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Renames duplicate named test block. Fixes #9912 | |||||
| * | | | | | | | | Renames duplicate named test block. Fixes #9912 | Rick Waldron | 2011-07-26 | 1 | -8/+8 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #449 from rwldrn/9913 | Dave Methvin | 2011-08-04 | 1 | -19/+0 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Removes duplicate test block. Fixes #9913 | |||||
| * | | | | | | | | Removes duplicate test block. Fixes #9913 | Rick Waldron | 2011-07-26 | 1 | -19/+0 | |
| |/ / / / / / / | ||||||
* / / / / / / / | Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes ↵ | Rick Waldron | 2011-08-03 | 1 | -2/+2 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #9964. More Details: - https://github.com/jquery/jquery/pull/453 - http://bugs.jquery.com/ticket/9964 | |||||
* | | | | | | | Fixes #9255: xml parsing error in $.parseXML is now properly detected for ↵ | jaubourg | 2011-07-23 | 1 | -2/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | all browsers. Unit test added. | |||||
* | | | | | | | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText ↵ | jaubourg | 2011-07-23 | 2 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | in callbacks is still normalized. Unit test added. | |||||
* | | | | | | | Fixes #9887: ajax now supports circular references into objects passed as ↵ | jaubourg | 2011-07-23 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | context. Prefilter and transport developpers should add their own custom option into flatOptions when needed. Unit test added. | |||||
* | | | | | | | Landing pull request 433. Fix testswarm test cases. Fixes #9555. | Krinkle | 2011-07-12 | 2 | -2/+2 | |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/433 - http://bugs.jquery.com/ticket/9555 | |||||
* | | | | | | Check the attribute node value for false for HTML5 booleans when not ↵ | timmywil | 2011-07-09 | 1 | -8/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | supported. Fixes #9504. | |||||
* | | | | | | Fixes #9682. Removes data from the options for request with no content so ↵ | jaubourg | 2011-07-01 | 1 | -5/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | that it is not used again in case of a retry. Unit test added. | |||||
* | | | | | | Fixes #9446. Context is properly propagated using pipe. If context was the ↵ | jaubourg | 2011-07-01 | 1 | -0/+27 | |
|/ / / / / | | | | | | | | | | | | | | | | original deferred, then context is updated to next deferred in the chain. Unit tests added. | |||||
* / / / / | Allow similarly named classes (regression from 9499) and switch class ↵ | timmywil | 2011-06-19 | 1 | -4/+11 | |
|/ / / / | | | | | | | | | | | | | retrieval to property when passing class to value functions. Fixes #9617. | |||||
* | | | | Re-updating QUnit, oops. | John Resig | 2011-06-14 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | Tagging the 1.6.2rc1 release.1.6.2rc1 | John Resig | 2011-06-14 | 1 | -0/+0 | |
| | | | |