Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 7 | -7/+14 |
| | | | | | Ref gh-3040 Closes gh-3049 | ||||
* | Tests: Make iframe tests wait after checking isReady | Dave Methvin | 2016-04-11 | 7 | -0/+7 |
| | | | | Ref gh-3040 | ||||
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 1 | -1/+2 |
| | | | | | | | | | | | | Fixes gh-2237 Closes gh-2276 (cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c) Conflicts: src/css.js src/css/support.js test/unit/support.js | ||||
* | Tests: Change quotes according to style guidelines | Julian Alexander Murillo | 2015-10-18 | 7 | -16/+16 |
| | | | | Close gh-2339 | ||||
* | Offset: add tests for hidden elements + scroll | Timmy Willison | 2015-06-16 | 1 | -0/+2 |
| | | | | | - Also add comments to hidden/disconnected tests noting this is to ensure consistency between branches | ||||
* | Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. | Richard Gibson | 2013-02-07 | 7 | -7/+7 |
| | |||||
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 7 | -7/+7 |
| | |||||
* | Fix #11542. document.body should not be special in .offset() and ↵ | Daniel Gálvez | 2012-10-24 | 1 | -1/+3 |
| | | | | document.documentElement is the default element.offsetParent. Close gh-899. | ||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 7 | -7/+7 |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | ||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 7 | -7/+7 |
| | |||||
* | Fix #10902. DRY up the ways to include src files in tests. | Mike Sherov | 2012-01-11 | 7 | -78/+7 |
| | |||||
* | Removing topic.js as it will be a plugin | timmywil | 2011-09-19 | 7 | -7/+0 |
| | |||||
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 7 | -0/+14 |
| | |||||
* | Fix test cases for bug #8316 fix. | timmywil | 2011-03-31 | 2 | -30/+1 |
| | | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling | ||||
* | Oops, that test file for bug #8316 was needed - was also missing an include ↵ | jeresig | 2011-03-24 | 1 | -0/+30 |
| | | | | and was causing errors. | ||||
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 7 | -0/+7 |
| | | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization). | ||||
* | Moved jQuery global leak to end of file so accidental gEBCN overrides in ↵ | Alex Sexton | 2011-01-23 | 7 | -13/+13 |
| | | | | prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033 | ||||
* | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-23 | 7 | -7/+64 |
|\ | |||||
| * | Make sure the offset tests work without a built jQuery file. | jeresig | 2010-03-23 | 7 | -7/+64 |
| | | |||||
* | | Fixed an issue with setting offset of absolutely positioned element that has ↵ | Brandon Aaron | 2010-03-22 | 1 | -0/+2 |
|/ | | | | no position values ("auto"). Fixes #5781. | ||||
* | offset is now a setter | Brandon Aaron | 2009-09-15 | 2 | -2/+2 |
| | |||||
* | new offset method, faster and no more browser detection | Brandon Aaron | 2008-11-10 | 1 | -0/+24 |
| | |||||
* | Updating unit tests for offset | Brandon Aaron | 2008-05-15 | 4 | -2/+5 |
| | |||||
* | Added some unit tests for position method. Fixed issue with position in IE. | Brandon Aaron | 2008-05-15 | 5 | -0/+10 |
| | |||||
* | Added more unit tests for offset. Fixed an offset issue relating to table ↵ | Brandon Aaron | 2007-12-12 | 4 | -0/+140 |
| | | | | header cells in Opera | ||||
* | Added another relative offset test | Brandon Aaron | 2007-12-04 | 1 | -6/+2 |
| | |||||
* | Added visual marker to absolute fixture for offset testing | Brandon Aaron | 2007-12-04 | 1 | -2/+11 |
| | |||||
* | Beginnings of the offset test suite | Brandon Aaron | 2007-12-04 | 2 | -0/+58 |