aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove the define.amd.jQuery check, close gh-1150.jrburke2013-04-031-3/+1
| | | | | | | Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3 Conflicts: src/exports.js
* Fix #13514: Set selectedIndex to -1 when non-matching value is set on a ↵ruado19872013-03-221-0/+16
| | | | select. Close gh-1191.
* Fix typos. Close gh-1186.dmitrygusev2013-02-288-26/+26
|
* Fixes #11151, #13388. Minor refactor of response conversion and when/wherejaubourg2013-02-282-0/+28
| | | | responseXXX fields are set on the jqXHR. Close gh-1164.
* Properly resets firingLength when emptying the list. Fixes #13517jaubourg2013-02-271-0/+16
|
* Fix #13471. $().on(".xyz"...) should avoid later crash.Dave Methvin2013-02-261-0/+16
| | | | | | If the event type is an empty string we end up hanging in .off() which makes for mighty hard debugging. Instead treat it as a no-op. Docs seem clear this is not allowed.
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-2211-162/+209
| | | | (cherry picked from commit 59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9)
* Fix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146.Richard Gibson2013-02-132-13/+33
|
* Fix #13401: replaceWith(""). Close gh-1163.Mark Raddatz2013-02-081-0/+9
| | | | (cherry picked from commit 6a0ee2d9ed34b81d4ad0662423bf815a3110990f)
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-0832-174/+75
|
* Fix #13310. Get the right display value for disconnected nodes. Close gh-1155.Oleg2013-02-043-0/+26
|
* Fix #13089. Only apply zoom to IE6/7 body.Dave Methvin2013-02-031-0/+9
|
* Upgrade QUnit: Welcome to the present!Richard Gibson2013-02-031-0/+0
|
* Ref #12846 and 3b6d8941d8. Fix unit test for IE6.Dave Methvin2013-02-021-2/+6
|
* event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153Andrew Plummer2013-01-311-0/+14
| | | | | | | | | | | Squashed commit of the following: commit 5935a362c75ecef04d5ec9775cbcaf2165921e8d Author: Andrew Plummer <plummer.andrew@gmail.com> Date: Fri Feb 1 02:40:42 2013 +0900 Using "hasOwnProperty" to check for direct properties "type" and "namespace" on events before triggering.
* Again, magic fixing for previous commit.Timmy Willison2013-01-301-6/+6
|
* Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens ↵Timmy Willison2013-01-301-1/+1
| | | | #13132, #10406.
* Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111.adamcoulombe2013-01-271-0/+47
|
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-274-140/+151
|
* Fix #12846. Restore overflow when animation is stopped.Dave Methvin2013-01-261-2/+4
| | | | (Cherry picked from a6c358d)
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-2624-28/+53
| | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.
* Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.Richard Gibson2013-01-252-0/+29
|
* Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ↵byroot2013-01-242-0/+25
| | | | #13261.
* Ignore file inputs when serializing forms. File input serialization is ↵Timmy Willison2013-01-231-2/+3
| | | | handled by plugins. Fixes #13306.
* Fix failing tests, add support for empty spans in Opera. Supplements #13132, ↵Timmy Willison2013-01-213-25/+6
| | | | #10406.
* Treat elements as hidden when either offsetWidth OR offsetHeight is 0. Fixes ↵Timmy Willison2013-01-211-40/+43
| | | | #13132, #10406.
* Never use the XML as parsed by the XHR instance. Use raw text instead and ↵jaubourg2013-01-211-0/+16
| | | | let the ajax conversion logic do the trick. -20 min/gzipped. Fixes #13276. Unit test added.
* Fix #8335: Avoid memory leak by never setting data on non-element ↵danilsomsikov2013-01-161-1/+12
| | | | | | non-document nodes. Ref gh-1127. (cherry picked from commit cc324abf739669bd2a4669742c994b86c4ad467b)
* Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.Richard Gibson2013-01-161-1/+5
|
* No ticket: improve replaceWith testingRichard Gibson2013-01-161-55/+35
|
* Fix #13208: only check elements for delegation matchesRichard Gibson2013-01-161-0/+11
|
* Fix #13183: Wrong animation initial value calc. Close gh-1136.Mike Sherov2013-01-151-7/+24
|
* 0a3a424e with moar guard for IE6Richard Gibson2013-01-131-4/+4
|
* Fix #13203: delegated events with selector matching Object.prototype propertyRichard Gibson2013-01-131-0/+14
| | | | (cherry picked from commit 31b95797155077e4e670c0bbb2c57815f89769a1)
* Fix f860e0bd Firefox failuresRichard Gibson2013-01-131-3/+4
|
* #13180 unit testRichard Gibson2013-01-131-8/+19
|
* Ref 0ed497b. Close gh-1125.Oleg2013-01-111-11/+32
|
* Adding some more test coverage for .finish()Corey Frang2013-01-091-1/+72
|
* Ref gh-1117: Don't stop on a falsy value in buildFragment.Oleg2013-01-091-1/+2
| | | | (cherry picked from commit 8e6c1ba92faf830d40cafe7a4deb4ad5ab9045fe)
* Propagate context of returned deferred object in Deferred.then(). Fixes #13160.nanto2013-01-081-1/+17
|
* Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.Dave Methvin2013-01-082-19/+8
|
* Ref #8908. Update IE9 css clone fix. Close gh-1120.Oleg2013-01-082-12/+24
|
* Fix #13103. Add .finish() method. Cherry picked from ↵Corey Frang2013-01-081-0/+49
| | | | b6abb31df4d5be80dc13844d9988fb0c990ae5ae.
* Fix #12336. Ensure oldIE really does .empty() selects.Dave Methvin2013-01-061-2/+8
|
* Fixes #13088: under IE8, $(selector).attr('style') always return lowercase ↵Mike Sherov2012-12-311-2/+5
| | | | string
* Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.Sebi Burkhard2012-12-231-1/+11
| | | | Also fixes browsers where `typeof RegExp === "function"`.
* Know when to hold em, know when to fold em.Dave Methvin2012-12-221-7/+12
|
* Do not perform support check for old Opera. Close gh-1097.Oleg2012-12-201-1/+1
|
* Fix #12569. Improve feature detect for event bubbling. Close gh-1076.Oleg2012-12-203-12/+142
|
* Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.Oleg2012-12-201-0/+8
|