aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix becau...dmethvin2011-08-172-5/+11
* Landing pull request 459. Do not allow assumed cache[id] in jQuery.data. Fixe...Rick Waldron2011-08-171-1/+1
* Landing pull request 467. Adds comments regarding opacity test adjustments.Rick Waldron2011-08-171-1/+3
* Update sizzle and QUnittimmywil2011-08-172-0/+0
* Landing pull request 466. Test if opacity is not expected val. Fixes effects ...rwldrn2011-08-171-7/+25
* Set back the offset test name to fix offset tests; iframe retrieval is based ...timmywil2011-08-171-1/+1
* Remove requestAnimationFrame support. Fixes #9381.timmywil2011-08-161-20/+3
* Fix effects test suite to account for opacity being removed rather than expli...timmywil2011-08-161-1/+4
* Merge pull request #456 from rwldrn/9318Dave Methvin2011-08-052-5/+8
|\
| * Improves support for arbitrary numbers in data keys. Fixes #9318Rick Waldron2011-08-051-2/+2
| * Adds failing testsRick Waldron2011-08-051-2/+5
* | Merge pull request #455 from rwldrn/9413Dave Methvin2011-08-052-2/+42
|\ \
| * | Supports interoperable removal of hyphenated/camelCase properties. Fixes #9413Rick Waldron2011-08-051-2/+14
| * | Adds failing tests for #9413Rick Waldron2011-08-051-0/+28
| |/
* | Merge pull request #454 from rwldrn/test-suite-fixDave Methvin2011-08-053-24/+23
|\ \ | |/ |/|
| * Fixes assertion counts and dom element fixture issueRick Waldron2011-08-053-24/+23
|/
* Add test page for crashing IE8 when the testElement in support has a backgrou...timmywil2011-08-042-0/+24
* Add back the background: none setting to avoid any possible crashes in IE fro...timmywil2011-08-041-1/+2
* Remove unnecessary regextimmywil2011-08-041-1/+0
* Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ...timmywil2011-08-042-46/+40
* Make the tabIndex hook first a propHook and add it to attrHooks for back-comp...timmywil2011-08-042-15/+75
* Merge pull request #367 from gnarf37/index-optimizeDave Methvin2011-08-042-7/+14
|\
| * Quick improvement to the performace of .index() with no arguments - Adding a ...gnarf2011-06-142-7/+14
* | Merge pull request #416 from gnarf37/ticket_6652Dave Methvin2011-08-044-6/+39
|\ \
| * | Unit test for #6652Corey Frang2011-07-133-0/+22
| * | Trying .removeAttribute instead of the regexp to remove the filter attributeCorey Frang2011-07-131-2/+2
| * | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - REMOV...gnarf2011-06-201-6/+17
* | | Merge pull request #412 from rwldrn/9587Dave Methvin2011-08-043-2/+18
|\ \ \
| * | | jQuery.clone() check that destination child nodes are not null. Fixes #9587rwldrn2011-06-153-2/+18
* | | | Merge pull request #432 from rwldrn/9794Dave Methvin2011-08-042-5/+47
|\ \ \ \
| * | | | Do plain property check first, fallback to camelCase only if nec. Fixes #9794Rick Waldron2011-07-251-5/+5
| * | | | Correct non-null|undefined evaluation of data property values. Fixes #9794Rick Waldron2011-07-102-5/+47
* | | | | Merge pull request #431 from DenisKnauf/masterDave Methvin2011-08-041-1/+1
|\ \ \ \ \
| * | | | | input type=datetime-local support for ajax.Denis Knauf2011-07-071-1/+1
* | | | | | Merge pull request #434 from Bubbi/bug_7071Dave Methvin2011-08-041-3/+4
|\ \ \ \ \ \
| * | | | | | Make sure that Internet Explorer 6-8 won't give a "failed" error, when a requ...Steen Nielsen2011-07-151-3/+4
* | | | | | | Merge pull request #451 from scottjehl/masterDave Methvin2011-08-041-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Make sure body is defined before attempting to use its properties. This check...scottjehl2011-08-021-2/+3
* | | | | | | | Merge pull request #419 from rwldrn/9630Dave Methvin2011-08-042-1/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Filter hasClass by nodeType 1; Fixes #9630rwldrn2011-06-222-2/+2
| * | | | | | | | Assert that .contents().hasClass() works as expected. Fixes #9630rwldrn2011-06-211-0/+10
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #417 from rwldrn/9385Dave Methvin2011-08-042-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Updated version numbers; Fixes #9385rwldrn2011-06-231-2/+2
| * | | | | | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385rwldrn2011-06-202-3/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #443 from rwldrn/minimal-licenseDave Methvin2011-08-041-3/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Removes date from minimal licenseRick Waldron2011-07-251-14/+3
| * | | | | | | | Mine and munge date from full source license headerRick Waldron2011-07-231-4/+15
| * | | | | | | | Builds minimal license header block for jquery.min.jsRick Waldron2011-07-231-3/+16
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #444 from rwldrn/9634Dave Methvin2011-08-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Non-breaking-space should achieve the same effect as a visible character. Fix...Rick Waldron2011-07-251-1/+1
| |/ / / / / / /