aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Had some stale code in test/unit/attributes.jstimmywil2011-04-101-4/+0
* #8150 - When removing the width and height attributes in IE6/7, setting to "...timmywil2011-04-091-5/+5
* IE8 testing for lowercasing the css properties on retrieving style; had assum...timmywil2011-04-091-2/+2
* Normalize css property names to lowercase for comparisons on a .attr('style')...timmywil2011-04-031-2/+2
* Found a problem removing the style attribute in IEtimmywil2011-04-031-4/+9
* #5413 - Much shorter solution for getting width/height in ie6timmywil2011-04-031-1/+5
* - Added a hook to swap display none for width and height in browsers that do ...timmywil2011-04-031-4/+8
* Add style attribute support tests to $.attrtimmywil2011-04-031-2/+5
* Fix issue where non-existant attributes on forms in IE6/7 were throwing errorstimmywil2011-04-031-4/+5
* Add test for bug #3116timmywil2011-04-031-4/+12
* Add test for bug#3685, remove added html and add dynamicly to avoid global te...timmywil2011-04-031-1/+6
* Fix #6562, tighten up the special code for form objects, add name attrHook fo...timmywil2011-04-031-15/+23
* Fix #7472 and added test for #3113timmywil2011-04-031-3/+5
* Test descriptiontimmywil2011-04-031-1/+1
* Restored 6 tests that I had commented to come back to later to split up betwe...timmywil2011-04-031-21/+24
* Style edits according to comments from John and rwaldron.timmywil2011-04-031-0/+25
* Continuing IE7 testing, conditional attr fixes and hooks with feature testing...timmywil2011-04-031-1/+1
* Now passes in IE8, changed around $.hasAttr and switched the attrHook for sel...timmywil2011-04-031-29/+5
* Make the new attr/prop changes pass the test suite (in Webkit). There are st...timmywil2011-04-032-90/+97
* Merge branch 'bug_8316' of https://github.com/timmywil/jquery into timmywil-b...Dave Methvin2011-03-311-17/+13
|\
| * Fix test cases for bug #8316 fix.timmywil2011-03-311-17/+13
* | Followup commit for #7340 test case; make sure second test fires properly on ...Dave Methvin2011-03-311-2/+7
|/
* Offset setter for fixed position elements in Webkit. Fixes #8316.Michael Murray2011-03-241-1/+16
* Merge branch 'bug-3333' of https://github.com/rdworth/jquery into rdworth-bug...jeresig2011-03-241-0/+12
|\
| * Added css hook to work around bug in WebKit computed margin-right. Fixes #333...Richard Worth2011-03-241-0/+12
* | Merge branch 'fix-8456-lost-mouseenter' of https://github.com/dmethvin/jquery...jeresig2011-03-211-0/+14
|\ \
| * | Fixes #8456. Make sure parent is not null before crawling into its lap, so mo...Dave Methvin2011-03-091-0/+14
* | | Merge branch 'fix-7340-focusin-focusout-bubble' of https://github.com/dmethvi...jeresig2011-03-211-0/+25
|\ \ \ | |_|/ |/| |
| * | Fixes #7340. Use a single capturing handler to simulate bubbling focusin/focu...Dave Methvin2011-03-041-0/+25
| |/
* | Merge branch 'bug_6158' of https://github.com/jboesch/jquery into jboesch-bug...John Resig2011-03-151-2/+5
|\ \
| * | bug 6158; fixing replaceWith from throwing errors on non existant elements; f...Jordan Boesch2011-03-051-2/+2
| * | bug 6158; fixing replaceWith from throwing errors on non existant elementsJordan Boesch2011-03-051-2/+5
| |/
* / Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL ...jaubourg2011-03-151-1/+11
|/
* Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-032-221/+222
* Fix for #8421. Makes sure resolveWith can be called with only one parameter.jaubourg2011-03-031-5/+11
* Grouped up the testgnarf2011-02-241-13/+9
* A quick change to detect AIR urlsgnarf2011-02-241-0/+12
* Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...jeresig2011-02-231-3/+4
* Revert "Adds an invert method to promises that returns a "inverted" promise t...jaubourg2011-02-181-41/+9
* Fix a some inaccuracies in the original test case for #7912.Anton M2011-02-171-16/+26
* Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ...louisremi2011-02-171-15/+38
* Only perpetrate the .toJSON hack on data caches when they are attached to a p...Dave Methvin2011-02-171-6/+0
* Fixes #8297. Makes sure response headers with empty values are handled proper...jaubourg2011-02-171-3/+9
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8...Anton M2011-02-151-12/+0
* Fix some whitespace issues.Anton M2011-02-151-6/+6
* Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ...Dave Methvin2011-02-151-0/+11
* Fixes #8277. Sets data to undefined rather than null when it is not provided ...jaubourg2011-02-151-0/+15
* Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-153-9/+9
* Hide metadata when serializing JS objects using JSON.stringify via a toJSON h...Colin Snover2011-02-141-3/+29
* Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-141-0/+12
|\