aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Build: update grunt-bowercopyTimmy Willison2014-06-251-1/+1
|
* Build: update Sizzle to 1.11.1 and include licenseTimmy Willison2014-06-256-35/+45
|
* Build: ignore test dependencies for npm installTimmy Willison2014-06-241-0/+4
|
* Build: Move all external libraries to external directoryScott González2014-06-2416-23/+70
| | | | Closes gh-1593
* Build: Remove unused Sizzle test filesScott González2014-06-249-11415/+1
|
* Build: Upgrade to grunt-bowercopy 1.0.0Scott González2014-06-241-1/+1
|
* Build: Update commitplease dev dependencyOleg Gaidarenko2014-06-161-1/+1
|
* Build: Move test to appropriate moduleOleg Gaidarenko2014-06-162-6/+4
|
* Effects: Improve raf logicOleg Gaidarenko2014-06-162-21/+46
| | | | | | | | * Make animation behave as if jQuery.fx.off = true if document is hidden * Use cancelAnimationFrame in jQuery.fx.stop Closes gh-1578
* Effects: Reintroduce use of requestAnimationFrameOleg Gaidarenko2014-06-162-2/+29
| | | | | | | | | | Same as before, just use don't use prefixes, since they pretty match useless now and use page visibility API to determine if animation should start. Also null the requestAnimationFrame attribute in window for tests since sinon does not provide fake method for it. Fixes #15147
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-166-47/+41
| | | | | Fixes #14757 Closes gh-1449
* CSS: Do not throw on frame elements in FFOleg Gaidarenko2014-06-162-1/+31
| | | | | | | | | | | | | IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws on frame elements through "defaultView.getComputedStyle" (see #15098) Use "defaultView" if in the popup which would fix IE issue, use "window.getComputedStyle" which would fix FF issue. And everybody wins, except performance, but who cares right? Fixes #15098 Closes gh-1583
* Support: clean up comments and Support notationDave Methvin2014-06-1028-170/+161
| | | | Closes gh-1577
* Tests: Clean up isNumeric testsRichard Gibson2014-06-071-47/+42
| | | | (cherry picked from commit d05f4bda1cc0b1ef76dce41a53c17f75c105a377)
* Core: Work around loss of precision from parseFloatRichard Gibson2014-06-072-2/+4
| | | | | Fixes #15100 (cherry picked from commit b6e99eb43c35a3cd048c5c56d31c7e871f299a77)
* Wrap: Declare a dependency on the manipulation moduleTJ VanToll2014-06-021-0/+1
| | | | | Fixes #15121 Closes gh-1589
* Ajax: Support usage without jQuery.eventTJ VanToll2014-06-022-1/+18
| | | | | Fixes #15118 Closes gh-1588
* Ajax: move ajax event aliases to their own fileTimmy Willison2014-06-024-8/+15
| | | | Fixes #15126
* Selector: Use jQuery reference not SizzleOleg Gaidarenko2014-05-291-2/+6
|
* Selector: Fix test iframe submission for firefoxOleg Gaidarenko2014-05-291-9/+5
| | | | Ref jquery/sizzle@20fbadb0870bd30e0e66c68891f121c0450374c4
* Release: ensure Sizzle is the latest tagTimmy Willison2014-05-233-0/+49
| | | | Fixes #14915
* Build: run jshint and jscs on release scriptsTimmy Willison2014-05-232-4/+3
|
* Build: update AUTHORS.txtTimmy Willison2014-05-231-1/+2
|
* Effects: Remove needless operations in testsOleg Gaidarenko2014-05-091-3/+0
|
* Ajax, Manipulation: don't test cross-document manip in Android 2.3Michał Gołębiowski2014-05-052-2/+23
|
* Core: Correct the number of expected testsMichał Gołębiowski2014-05-021-1/+1
|
* Core: Remove repeated testLiang Peng2014-05-021-1/+0
| | | | Closes gh-1570
* Bower: Update project version to 2.1.2-preDave Methvin2014-05-011-1/+1
|
* Build: Updating the master version to 2.1.2-pre.Dave Methvin2014-05-011-1/+1
|
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-303-4/+30
| | | | Fixes #14894
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-303-3/+32
| | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66
* Build: Spaces vs tabsOleg Gaidarenko2014-04-242-3/+3
| | | | | | * Use tabs instead of spaces in jscs config * Always use spaces in package.json (really hope this is temporary)
* Build: Add "browser" keyword for npmDave Methvin2014-04-231-0/+1
|
* Build: Remove json check for jscs configOleg Gaidarenko2014-04-231-4/+0
|
* Selector: Update Sizzle to 1.10.19Richard Gibson2014-04-184-29/+39
| | | | | Fixes #14901 Fixes #14793
* Css: Use only positive integers as values for widows/orphansMichał Gołębiowski2014-04-181-8/+1
| | | | | | | | | According to http://www.w3.org/TR/CSS2/page.html#propdef-orphans, widows and orphans can take only positive integer values. Together with a Chrome 34 regression this caused the test to fail. Fixes #15016 Closes gh-1563
* Dimensions: Reverse a check to avoid potential reflowsChristian Kosmowski2014-04-182-1/+2
| | | | | Fixes #14979 Closes gh-1560
* Build: Update version from pre to -preScott González2014-04-171-1/+1
| | | | | | Ref jquery/jquery-release#61 Fixes #15020 Closes gh-1561
* Build: Remove Sizzle from run names passed to the testswarm taskMichał Gołębiowski2014-04-151-1/+1
|
* Build: Update jscsrcOleg Gaidarenko2014-04-153-24/+6
| | | | | | | | * Update "grunt-jscs-checker" package * Use ".jscsrc" file instead of old ".jscs.json" * Use jquery preset instead of explicitly defining all the jscs rules
* Build: Fix code style issueOleg Gaidarenko2014-04-151-1/+0
| | | | Remove needless empty line character
* Tests: Fix failing ajax tests in oldIEOleg Gaidarenko2014-04-155-14/+18
| | | | | | (cherry-picked from the 71780965072b1271018f2cf360e82fbe31f4987e) Picked up so tests from the 1.x-master would be more similar to this branch
* Tests: Bring back some of the clean-up logicOleg Gaidarenko2014-04-151-0/+11
|
* Tests: Remove unused variablesOleg Gaidarenko2014-04-151-2/+2
|
* Tests: Copy some Sizzle combinators testsOleg Gaidarenko2014-04-151-0/+41
|
* Tests: Add more tests for Sizzle attributesOleg Gaidarenko2014-04-151-3/+89
|
* Tests: Add test for selectors with commasOleg Gaidarenko2014-04-151-0/+12
|
* Tests: Copy Sizzle.uniqueSort testsOleg Gaidarenko2014-04-151-0/+79
|
* Tests: Copy Sizzle.contains testsOleg Gaidarenko2014-04-151-0/+26
|
* Tests: Move some of the Sizzle tests to selectorOleg Gaidarenko2014-04-151-0/+93
|