Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Core: simplify "each" stylesheet iteration test | Oleg Gaidarenko | 2015-02-15 | 1 | -1/+1 | |
| | | | | Closes gh-2089 | |||||
* | Offset: don't run scrollTop/scrollLeft iframe test in Android 2.3 & 4.0 | Oleg Gaidarenko | 2015-02-11 | 1 | -5/+8 | |
| | | | | | | | | | | | Android 2.3 resize the iframe by its content meaning it's not possible to scroll the iframe only its parent element. It seems (not confirmed) in android 4.0 it's not possible to scroll iframes from the code Fixes gh-1981 Ref 4ab8603669e2bbc8644e402927c33ce422d7aaa3 | |||||
* | Manipulation: don't auto-insert tbody | Oleg Gaidarenko | 2015-02-11 | 1 | -0/+75 | |
| | | | | | Fixes gh-1835 Closes gh-2021 | |||||
* | Manipulation: simplify html wrappers | Oleg Gaidarenko | 2015-02-10 | 1 | -0/+12 | |
| | | | | | | | | Take advantage of html serialization for html wrappers - saves 26 bytes Plus add additional test for "col" element Closes gh-2031 Fixes gh-2002 | |||||
* | CSS: Restore the hack to get pixels for .css('width') etc. | Michał Gołębiowski | 2015-02-04 | 1 | -0/+10 | |
| | | | | | | | | | | This hack turns out to be needed by Android 4.0-4.3. Add a support test so that the hack is invoked only where needed. Refs gh-1815 Refs gh-1820 Closes gh-1842 | |||||
* | Data: Use a PDF object instead of a Java applet for acceptData testing | Michał Gołębiowski | 2015-01-29 | 1 | -4/+4 | |
| | | | | | | | This should fix "Java out of date" errors on BrowserStack. Fixes gh-1938 Closes gh-2028 | |||||
* | Manipulation: increase delay of data-URI test | Oleg Gaidarenko | 2015-01-26 | 1 | -1/+1 | |
| | | | | | | | For Safar7/Opera - shot in the dark, can't reproduce this locally Fixes gh-1993 (cherry-picked from 30ace26c42954497e44f19e8c7fa100de45c489e) | |||||
* | Core: Return empty array instead of null for parseHTML("") | Timo Tijhof | 2015-01-19 | 1 | -4/+9 | |
| | | | | | Fixes gh-1997 Close gh-1998 | |||||
* | Event: HTML5 drop events inherit from MouseEvent | Dave Methvin | 2015-01-14 | 1 | -6/+13 | |
| | | | | | Fixes gh-2009 Ref gh-1925 | |||||
* | Manipulation: add support to tag-hyphenated elements | Leonardo Braga | 2015-01-13 | 1 | -0/+17 | |
| | | | | | Fixes #1987 Closes gh-1988 | |||||
* | Core: add support to tag-hyphenated elements | Leonardo Braga | 2015-01-13 | 1 | -0/+13 | |
| | | | | Ref #1987 | |||||
* | Core: Remove deprecated context and selector properties | Dave Methvin | 2015-01-11 | 2 | -47/+4 | |
| | | | | | Fixes gh-1908 Closes gh-2000 | |||||
* | Ajax: $.post and $.get can now take an options object | George Mauer | 2015-01-11 | 1 | -0/+20 | |
| | | | | | Fixes gh-1986 Closes gh-1995 | |||||
* | Callbacks: Don't abort execution on .lock() | Richard Gibson | 2015-01-10 | 1 | -4/+12 | |
| | | | | | | | Fixes gh-1990 Closes gh-1991 (cherry picked from commit fc7477f4927100f23f83c22b5142a42d1eac8502) | |||||
* | Callbacks: No object starts out locked | Richard Gibson | 2015-01-10 | 1 | -6/+9 | |
| | | | | | | Fixes gh-1989 (cherry picked from commit f5a8c649b54e8b7fde6253bd56972347f9bbe012) | |||||
* | Ajax: Fix cross-domain detection test for non-default port | Victor Homyakov | 2015-01-06 | 1 | -1/+1 | |
| | | | | Closes gh-1954 | |||||
* | Event: Normalize mouse event properties in drag events | Aditya Raghavan | 2015-01-05 | 1 | -0/+14 | |
| | | | | | | | DragEvent is a superset of MouseEvent, so we want to fix up mouse properties like pageX and pageY. Fixes gh-1925 | |||||
* | Deferred: Fix $.when with resolved deferred and progress callbacks | Nicolas HENRY | 2014-12-25 | 1 | -0/+22 | |
| | | | | | Fixes gh-1894 Closes gh-1915 | |||||
* | Offset: don't run scrollTop/scrollLeft iframe test in mobile Safari | Oleg Gaidarenko | 2014-12-25 | 1 | -7/+16 | |
| | | | | | | | iPhone resize the iframe by its content regardless of the width, height values, meaning it's not possible to scroll the iframe only its parent element Ref 62a333e0646d3011377ed13a6fcfbb08e91e2bef | |||||
* | Manipulation: make wrapAll funarg execute only once | Oleg Gaidarenko | 2014-12-24 | 1 | -0/+30 | |
| | | | | | Fixes gh-1843 Closes gh-1912 | |||||
* | CSS: Add unit tests for negative margins and positioning | Aditya Raghavan | 2014-12-24 | 1 | -0/+15 | |
| | | | | Closes gh-1957 | |||||
* | Event: fix incorrect window bug with scrollTop/Left in iframes | Aditya Raghavan | 2014-12-24 | 1 | -0/+15 | |
| | | | | | Fixes gh-1945 Closes gh-1959 | |||||
* | README: various text fixes | Oleg Gaidarenko | 2014-12-15 | 1 | -1/+1 | |
| | | | | | | | | Thank you @essamjoubori, @bcbcb, @namlede Closes gh-1926 Closes gh-1927 Closes gh-1928 | |||||
* | Support: Correct iOS 8 support test results, re-arrange entries | Michał Gołębiowski | 2014-12-13 | 1 | -5/+22 | |
| | ||||||
* | Ajax: use anchor tag for parsing urls | Ben Toews | 2014-12-11 | 1 | -1/+5 | |
| | | | | | Fixes gh-1875 Closes gh-1880 | |||||
* | Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out | Timmy Willison | 2014-12-10 | 3 | -3/+44 | |
| | | | | Close gh-1505 | |||||
* | Event: Empty namespaces should be uneventfully ignored | Dave Methvin | 2014-12-09 | 1 | -0/+11 | |
| | | | | | | Thanks @hamishdickson for the report! Closes gh-1769 | |||||
* | Core: revert addition of createHTMLDocument. Thanks, Safari 8. | Timmy Willison | 2014-12-09 | 1 | -14/+0 | |
| | | | | | - Safari 8 has issues when the HTML string contains forms. Closing tags are not respected. | |||||
* | Css: Remove non-functional unit test for negative margin | Dave Methvin | 2014-12-09 | 1 | -4/+1 | |
| | | | | | | | Thanks @MatthewMueller Closes gh-1474 Ref gh-1918 | |||||
* | Core: remove unnecessary support test for createHTMLDocument | Timmy Willison | 2014-12-09 | 2 | -22/+10 | |
| | ||||||
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 2 | -14/+19 | |
| | ||||||
* | Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML | Frederic Hemberger | 2014-12-09 | 2 | -0/+26 | |
| | | | | Close gh-1505 | |||||
* | Support: Re-organize browser order, add Safari 8 | Michał Gołębiowski | 2014-12-09 | 1 | -41/+9 | |
| | | | | | | | | Most browsers were put in order newest to oldest, Android was treated differently; this has been fixed. Also, browsers that share test results between different versions were grouped together. | |||||
* | Attributes: Use the option val hook in select val hook and simplify it | Michał Gołębiowski | 2014-12-08 | 1 | -0/+5 | |
| | | | | | | | | | The hook is still defined; not using it could cause issues in IE<11. Also, IE10 no longer throws when value not set but it still doesn't trim the value. IE11 has all those issues fixed; support comments are updated. Fixes gh-1902 Closes gh-1901 | |||||
* | Manipulation: improve test for data-URI | Oleg Gaidarenko | 2014-12-08 | 1 | -3/+19 | |
| | | | | | | | Some environments do not support data-uri in "src" attribute of script element. Mitigate it with equality assertion Ref a467f8653a6fab2903148df80ab0ce9f5f4fd04f | |||||
* | Event: Fully clean up events in unit test | Veaceslav Grimalschi | 2014-12-07 | 1 | -1/+2 | |
| | | | | Closes gh-1685 | |||||
* | Callbacks: Disabling a callback should prevent firing | Dave Methvin | 2014-12-07 | 1 | -0/+15 | |
| | | | | | | | Thanks to @TheDistantSea for the report! Fixes gh-1790 Closes gh-1643 | |||||
* | Tests: Tilt at a few style guide windmills | Richard Gibson | 2014-12-06 | 1 | -45/+43 | |
| | | | | Ref 3c13f4c6297566a71102c2362347987f6d6a636e | |||||
* | Tests: Accommodate page changes from the QUnit HTML reporter | Richard Gibson | 2014-12-06 | 1 | -21/+20 | |
| | | | | Ref 6748ba349650353c7bed6eec201a3192f6b2cae1 | |||||
* | Tests: Minor updates for QUnit 1.16 compatibility | Richard Gibson | 2014-12-05 | 5 | -23/+24 | |
| | | | | | | More to come later. (cherry picked from commit f6f8848fbe477fa93fd27ac7f10885dd6e97f633) | |||||
* | Event: Copy detail property to jQuery.Event on native events | Dave Methvin | 2014-12-03 | 1 | -0/+19 | |
| | | | | Fixes gh-1867 | |||||
* | Core: Throw an error on $("#") rather than returning 0-length collection | Dave Methvin | 2014-12-03 | 1 | -2/+7 | |
| | | | | | | Closes gh-1682 Thanks @goob for the issue report! | |||||
* | Manipulation: support data-URI scripts insertion | Bin Xin | 2014-12-03 | 1 | -0/+9 | |
| | | | | | Fixes gh-1887 Closes gh-1888 | |||||
* | Dimensions: allow modification of coordinates argument | Oleg Gaidarenko | 2014-11-16 | 1 | -0/+12 | |
| | | | | | Fixes gh-1848 Closes gh-1853 | |||||
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 2 | -5/+5 | |
| | | | | | | | Thanks @jamesgpearce, @vlajos, @imyousuf Closes gh-1828 Closes gh-1830 Closes gh-1844 | |||||
* | Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat | Michał Gołębiowski | 2014-11-04 | 1 | -1/+1 | |
| | ||||||
* | Misc: Remove leftover -moz-box-sizing in tests | Michał Gołębiowski | 2014-11-03 | 1 | -1/+0 | |
| | ||||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 6 | -77/+28 | |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | |||||
* | Ajax: Fix for request aborted in ajaxSend | Dan Hart | 2014-11-01 | 1 | -0/+17 | |
| | | | | | Fixes gh-1775 Close gh-1619 | |||||
* | Deprecated: Drop size and andSelf methods | Michał Gołębiowski | 2014-10-30 | 1 | -6/+0 | |
| | | | | | Fixes gh-1749 Closes gh-1822 |