aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. Fix...Rick Waldron2011-09-192-0/+41
* Landing pull request 331. Add support for registering jQuery as an AMD module...jrburke2011-09-192-1/+19
|\
| * Add support for registering jQuery as an AMD module. Only does so if the AMD ...jrburke2011-04-162-2/+20
* | Landing pull request 503. 1.7 data: set a flag in the private data cache to a...Corey Frang2011-09-191-0/+21
* | Landing pull request 500. 1.7 - "public data" stored as a key on "internal da...Corey Frang2011-09-191-7/+8
* | Landing pull request 496. 1.7 animate: allow named queues to be used by anima...Corey Frang2011-09-191-0/+35
* | Add sparse array performance improvement for inArray. Thanks rwaldron, rkatic...timmywil2011-09-191-1/+1
* | Call .is(:visible) on the window or document does not thrown an error in IE. ...timmywil2011-09-191-5/+8
* | Check for property support in the boolHook before falling back to attribute n...timmywil2011-09-191-8/+12
* | Revert "Fix #6593. Don't trigger `change` event twice when simulating it on I...Dave Methvin2011-09-191-10/+12
* | Improve delegation/change tests to display event firing order and duplicate e...Dave Methvin2011-09-191-228/+158
* | Remove the relatedTarget adjustment for mouseenter/leave events, it's an ambi...Dave Methvin2011-09-191-5/+19
* | Fix the special event handler for mouseover/out events.Dave Methvin2011-09-191-1/+1
* | Split out mouse hover/enter/leave tests into a separate file and add several ...Dave Methvin2011-09-192-14/+144
* | Rework #1486 patch to avoid `try/catch` and look for hidden elements by `.off...Dave Methvin2011-09-191-0/+25
* | Fixes for IE8. Avoid killer recursion in special events during removal. Use q...Dave Methvin2011-09-191-3/+12
* | Rework the special events interface to add handle and trigger hooks. Modify I...Dave Methvin2011-09-191-0/+3
* | Fixes #8858. Pass the .trigger(..., data) to the event.special._default method.Dave Methvin2011-09-191-5/+6
* | Add unit tests for quickIs cases and fix the regexp as a result.Dave Methvin2011-09-191-5/+37
* | Cleanup for on/off unit test.Dave Methvin2011-09-191-4/+5
* | jQuery 1.7 event work:Dave Methvin2011-09-191-2/+110
* | Fix bad calls to .undelegate().Dave Methvin2011-09-191-11/+4
* | Remove unnecessary commented codetimmywil2011-09-191-16/+0
* | Allow second argument to be passed to array.indexOf. Fixes #9453.timmywil2011-09-191-0/+36
* | Removing topic.js as it will be a plugintimmywil2011-09-1913-80/+1
* | $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-1914-117/+386
* | Animation state is tracked on toggled/stopped animations using the private da...timmywil2011-09-191-88/+154
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...timmywil2011-09-196-12/+282
* | Fix #10208. Check for `button` as well as `input` when performing the #7071 V...Dave Methvin2011-09-071-1/+5
* | Bug in rmultidash. Fixes #10194rwldrn2011-09-071-10/+13
* | Considers Safari XMLHttpRequest's bug when testing for custom status text. Wi...jaubourg2011-08-271-2/+2
* | Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"timmywil2011-08-261-2/+2
* | Revert "Updated version numbers; Fixes #9385"timmywil2011-08-261-2/+2
* | Revert back to always setting the attribute to empty string before removal. F...timmywil2011-08-251-8/+9
* | Merge pull request #445 from rwldrn/9897Dave Methvin2011-08-251-1/+8
|\ \
| * | Wrap obj.constructor test in try/catch. Thanks to bkrausz. Fixes #9897Rick Waldron2011-07-251-1/+8
* | | Merge pull request #464 from dmethvin/fix-10021-relative-negative-valuesDave Methvin2011-08-251-1/+7
|\ \ \
| * | | Fixes #10021. Allow negative relative values for `.css()` (e.g., `"+=-20px"`)...Dave Methvin2011-08-161-1/+7
* | | | Merge pull request #465 from anton-ryzhov/masterDave Methvin2011-08-251-0/+10
|\ \ \ \
| * | | | Unit test for this caseAnton Ryzhov2011-08-171-0/+10
* | | | | Merge pull request #468 from rwldrn/10080Dave Methvin2011-08-251-0/+13
|\ \ \ \ \
| * | | | | Test for window inference. Fixes #10080rwldrn2011-08-181-0/+13
* | | | | | Prioritize #id over <tag> to avoid XSS via location.hash (#9521)Dave Methvin2011-08-231-0/+18
* | | | | | Revert "Landing pull request 461. Adds a due diligence check for pre-defined ...timmywil2011-08-221-12/+1
* | | | | | Landing pull request 461. Adds a due diligence check for pre-defined data-* a...Rick Waldron2011-08-221-1/+12
|/ / / / /
* | | | | Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix becau...dmethvin2011-08-171-2/+7
* | | | | Landing pull request 467. Adds comments regarding opacity test adjustments.Rick Waldron2011-08-171-1/+3
* | | | | Update sizzle and QUnittimmywil2011-08-171-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
|/ / / /