aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Fix #12088, Safari 5 and more percentages in getComputedStyleMike Sherov2012-07-222-7/+9
| | | | In particular, min-width and max-width are taunting the awesome hack. Closes gh-865.
* Fix the logic to set overflow:hidden on width & height animations - Fixes ↵Corey Frang2012-07-201-0/+14
| | | | #12117 - Closes gh-869
* Extracts the serialization code from the ajax module so that alternative ↵jaubourg2012-07-132-132/+145
| | | | ajax implementations can use it without the need for the whole ajax module to be included in the build.
* Followup on #10791: "[class~=foo]" is better. Closes gh-858.Richard Gibson2012-07-121-2/+2
|
* Fix #11547. toLowerCase not work good on XML attributes.Dave Methvin2012-07-111-14/+26
| | | | This was fixed to some extent in gh-724 but there were insufficient test cases. Removing the lowercase completely allows IE 6/7 to work properly since there you need an exact case match for attributes, even in HTML docs. More discussion and test cases in the comments on gh-724.
* Wontfix #10791: please use "[class=foo]" with SVG elementsRichard Gibson2012-07-111-2/+2
|
* Remove a few stray spaces in unit tests.Dave Methvin2012-07-102-3/+3
|
* You can't hurry tests, no, you just have to wait.Dave Methvin2012-07-101-2/+2
| | | | The 100ms here is just too fast and flakey, it causes random fails in swarmy runs.
* Fix #10517. before() and after() on disconnected node should return multiple ↵Uri Gilad2012-07-101-0/+7
| | | | nodes. Closes gh-851.
* Fix #11962. Standardize getter return values for empty sets.Uri Gilad2012-07-092-0/+11
|
* Fix #11971 unit test in browsers lacking backgroundPositionX.Richard Gibson2012-07-091-0/+7
| | | | Closes gh-850.
* Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848.Mike Sherov2012-07-061-7/+15
|
* Fix #8482, offsetParent should not return null. Closes gh-847.Nowres Rafid2012-07-061-1/+4
|
* Fix #11971: force numeric animation start to be numeric, closes gh-836.Richard Gibson2012-07-051-3/+36
|
* Fix #12026. Let props in $(html, props) be any jQuery.fn method.Dave Methvin2012-07-051-4/+12
| | | | Closes gh-839.
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-0513-575/+585
| | | | | | Conflicts: test/unit/effects.js test/unit/offset.js
* Ever notice that static and problematic rhyme?Dave Methvin2012-07-031-3/+8
|
* Avoid running problematic static offset tests in IE8 on the swarm.Dave Methvin2012-07-031-5/+10
|
* UPDATE SIZZLE: completed rewrite for better things!timmywil2012-07-024-11/+26
| | | | Remove reverse in traversing for comma selectors. Sizzle's handling of commas is now more consistent.
* Move jQuery.sub to deprecated.js, because it is.Dave Methvin2012-06-291-0/+4
|
* Fix #11382. #11764. Only prevent click events on disabled elements.Dave Methvin2012-06-271-5/+14
| | | | | | We don't want a disabled link/button to register delegated clicks, but we do want events like mouseover or custom events. This is a compromise, there is no perfect solution. Well, the browsers could be consistent about direct vs. delegated events but *that's* not gonna happen.
* Fix #11315. Selector for .on() is relative to delegateTarget.Dave Methvin2012-06-271-0/+14
| | | | This fixes a regresssion from 1.6.4. Be aware that nearly every place that this bug comes into play, the selector in use is incredibly inefficient.
* Fix #11969. Never a null moment when checking siblings.Dave Methvin2012-06-261-1/+2
|
* Completes #11799: Maybe .progress() was cooler than I thought.Corey Frang2012-06-251-5/+17
| | | | Generate a .progress() for each step of an animation, once all properties are changed. Closes gh-835.
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵Rick Waldron2012-06-253-35/+46
| | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965
* Make removeClass smart enough to remove duplicates. Fixes #11923Rick Waldron2012-06-231-0/+10
|
* Add a semicolon in unit test; this pull predated lint mandate.Dave Methvin2012-06-221-1/+1
|
* Fix #11797. Use Deferred for better animation callbacks. Closes gh-830.Corey Frang2012-06-221-4/+65
| | | | In particular, an animation stopped with `gotoEnd` will be rejected.
* Fix #11925, Pass eventHandle to special.teardown. Closes gh-831.Timo Tijhof2012-06-221-0/+15
| | | | | * Added unit test to confirm. The third assertion fails without the fix in ./src/event.js
* Add parseHTML for explicitly parsing strings into html. Fixes #11617.timmywil2012-06-211-0/+29
|
* Unit tests are linted and passing.Rick Waldron2012-06-2116-276/+359
|
* Restore rhtmlString to its original form. 1.9 will come with starts-with ↵timmywil2012-06-211-5/+5
| | | | html matching. For now, we are warning against broad use of jQuery() to parse html.
* Revert "Adjust jQuery('html') detection to only match when html starts with ↵timmywil2012-06-211-1/+3
| | | | | | | | '<' (counting space characters). Fixes #11290" This reverts commit 239fc86b01d52fd9df6d1963027ed37b4f6251fc. The consensus is that this would change behavior too abruptly. We will warn in 1.8 and do this in 1.9.
* Adjust jQuery('html') detection to only match when html starts with '<' ↵timmywil2012-06-201-3/+1
| | | | (counting space characters). Fixes #11290
* When detecting html in init, ignore html characters within quotes, brackets, ↵timmywil2012-06-191-1/+6
| | | | and parens as well as escaped characters which are valid in selectors. Fixes #11290.
* Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ↵timmywil2012-06-181-44/+0
| | | | caching to Sizzle. Fixes #11826.
* Detect IE collapsing body margin directly rather than inferring it.Dave Methvin2012-06-181-7/+6
|
* Browser sniffing is *bad*, folks, even in unit tests.Dave Methvin2012-06-181-3/+3
|
* Fix #11231, (append|prepend|before|after) w/ array of jQuery objects.Sindre Sorhus2012-06-151-4/+25
| | | | Closes gh-666, thanks to @rkatic!
* Fix #11566, allow appending to DocumentFragment, closes gh-814.Vladimir Zhuravlev2012-06-151-35/+69
|
* Fix #9505, percentage position values in Webkit, closes gh-825.Mike Sherov2012-06-151-1/+12
|
* Tweak test for #11743 in an attempt to placate Jenkins.Dave Methvin2012-06-111-1/+1
| | | | I can't get the current test to fail locally or in Browserstack, but suspect it may have something to do with badjson.js.
* Check animation is close instead of exact, closes gh-823.Mike Sherov2012-06-111-1/+2
|
* Fix regression for "-200px" in animations; closes gh-822.Mike Sherov2012-06-111-0/+9
| | | | Also removes fake IIFEs ffrom effects.
* Fix #8109, percent animations; fix #11854, wrong this, close gh-808Jeffery To2012-06-111-0/+18
|
* We don't have IE9 supports grid yet, completely didn't see this while ↵jaubourg2012-06-111-6/+8
| | | | refactoring.
* Some work to modularize ajax later on.jaubourg2012-06-115-81/+64
|
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-107-68/+94
| | | | See the pull request for more info on the dependency management details.
* Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵Mike Sherov2012-06-073-57/+78
| | | | #11865
* Don't swap to measure dimensions unless the element is display:none. #807 ↵Mike Sherov2012-06-071-0/+10
| | | | Fixes #11293