aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-108-11/+12
| | | | | | | | not present: `< 0` present: `> -1` at index: `=== N` Closes gh-1984
* Callbacks: Reduce sizeRichard Gibson2015-01-101-82/+74
| | | | (cherry picked from commit 18baae2efb36a6c759c0dddac7d25da9c554dff7)
* Callbacks: Don't abort execution on .lock()Richard Gibson2015-01-102-5/+13
| | | | | | | Fixes gh-1990 Closes gh-1991 (cherry picked from commit fc7477f4927100f23f83c22b5142a42d1eac8502)
* Callbacks: No object starts out lockedRichard Gibson2015-01-102-17/+43
| | | | | | Fixes gh-1989 (cherry picked from commit f5a8c649b54e8b7fde6253bd56972347f9bbe012)
* Build: Specify valid components for commit messagesRichard Gibson2015-01-101-0/+25
| | | | Closes gh-1909
* Docs: Fix README uppercaseDave Methvin2015-01-091-1/+1
|
* Docs: Clarify custom build instructionsDave Methvin2015-01-061-3/+3
| | | | Closes gh-1854
* Release: Remove copying of jquery-latest filesDave Methvin2015-01-061-29/+18
|
* Ajax: Fix cross-domain detection test for non-default portVictor Homyakov2015-01-061-1/+1
| | | | Closes gh-1954
* Misc: Mac OS is now OS X, thanks @xfqDave Methvin2015-01-061-1/+1
| | | | Closes gh-1970
* Event: Normalize mouse event properties in drag eventsAditya Raghavan2015-01-052-1/+15
| | | | | | | DragEvent is a superset of MouseEvent, so we want to fix up mouse properties like pageX and pageY. Fixes gh-1925
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-033-5/+3
| | | | Closes gh-1983
* README: update the Homebrew site addressMichał Gołębiowski2015-01-031-1/+1
| | | | | | Thanks @xfq Closes gh-1971
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-2623-40/+88
| | | | | Fixes gh-1950 Closes gh-1949
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-252-2/+24
| | | | | Fixes gh-1894 Closes gh-1915
* Ajax: simplify jQuery.parseXML methodShivaji Varma2014-12-251-3/+2
| | | | | | | | | -2 bytes to the gzipped size and code looks a bit nicer This wasn't landed to the compat branch though, since size would increase with this cherry-pick Closes gh-1856
* Offset: don't run scrollTop/scrollLeft iframe test in mobile SafariOleg Gaidarenko2014-12-251-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
* CSS: simplify "defaultDisplay" moduleOleg Gaidarenko2014-12-241-1/+1
| | | | Closes gh-1962
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-242-6/+33
| | | | | Fixes gh-1843 Closes gh-1912
* Data: shave off a couple of bytesMike Sidorov2014-12-241-4/+3
| | | | Closes gh-1931
* Data: speed up $.fn.data() for camel-cased keyVictor Homyakov2014-12-241-2/+3
| | | | | Fixes gh-1941 Closes gh-1952
* CSS: Add unit tests for negative margins and positioningAditya Raghavan2014-12-241-0/+15
| | | | Closes gh-1957
* Event: fix incorrect window bug with scrollTop/Left in iframesAditya Raghavan2014-12-242-2/+17
| | | | | Fixes gh-1945 Closes gh-1959
* Build: Sizzle version labels must start with a dashTimmy Willison2014-12-171-1/+1
|
* Build: update node dependenciesTimmy Willison2014-12-171-8/+8
|
* Build: account for version labels in Sizzle versionsTimmy Willison2014-12-171-1/+1
| | | | Fixes gh-1939
* Authors: Update AUTHORS.TXT and .mailmapDave Methvin2014-12-162-1/+17
|
* Sizzle: update to 2.1.1Timmy Willison2014-12-157-46/+131
|
* README: various text fixesOleg Gaidarenko2014-12-152-7/+7
| | | | | | | | Thank you @essamjoubori, @bcbcb, @namlede Closes gh-1926 Closes gh-1927 Closes gh-1928
* Support: Correct iOS 8 support test results, re-arrange entriesMichał Gołębiowski2014-12-131-5/+22
|
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-112-20/+31
| | | | | Fixes gh-1875 Closes gh-1880
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-105-6/+67
| | | | Close gh-1505
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-092-1/+12
| | | | | | Thanks @hamishdickson for the report! Closes gh-1769
* Core: revert addition of createHTMLDocument. Thanks, Safari 8.Timmy Willison2014-12-092-17/+1
| | | | | - Safari 8 has issues when the HTML string contains forms. Closing tags are not respected.
* Css: Remove non-functional unit test for negative marginDave Methvin2014-12-091-4/+1
| | | | | | | Thanks @MatthewMueller Closes gh-1474 Ref gh-1918
* Core: pass empty string to createHTMLDocument to appease IETimmy Willison2014-12-091-1/+1
|
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-095-36/+13
|
* Build: fix tests in AMD modeTimmy Willison2014-12-098-32/+32
|
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-095-3/+39
| | | | Close gh-1505
* Support: Re-organize browser order, add Safari 8Michał Gołębiowski2014-12-091-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.
* Core: Simplify and speed up .eachDaniel Husar2014-12-091-14/+5
| | | | Closes gh-1510
* Attributes: Use the option val hook in select val hook and simplify itMichał Gołębiowski2014-12-082-7/+10
| | | | | | | | | 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-URIOleg Gaidarenko2014-12-081-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 testVeaceslav Grimalschi2014-12-071-1/+2
| | | | Closes gh-1685
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-072-2/+19
| | | | | | | Thanks to @TheDistantSea for the report! Fixes gh-1790 Closes gh-1643
* Tests: Tilt at a few style guide windmillsRichard Gibson2014-12-061-45/+43
| | | | Ref 3c13f4c6297566a71102c2362347987f6d6a636e
* Tests: Accommodate page changes from the QUnit HTML reporterRichard Gibson2014-12-061-21/+20
| | | | Ref 6748ba349650353c7bed6eec201a3192f6b2cae1
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-055-23/+24
| | | | | | More to come later. (cherry picked from commit f6f8848fbe477fa93fd27ac7f10885dd6e97f633)
* Tests: Update QUnitRichard Gibson2014-12-053-1159/+1717
|
* Build: Remove empty define({}) from build outputDavid Corbacho2014-12-041-1/+3
| | | | | Fixes gh-1768 Closes gh-1569