This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
jquery
Watch
1
Star
1
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2026-01-27 04:57:58 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d28922bc03ea03dd7f02bbc4abc8061ea4c7305b
jquery
/
test
/
unit
History
timmywil
2580420b7e
Test description
2011-04-03 19:13:39 -04:00
..
ajax.js
Fixes
#8509
. Makes URL regexp less overzealous and ensures it recognizes URL schemes which do not contain a conformant hierarchical structure ( as per section 2.1.2 of
http://www.ietf.org/rfc/rfc2718.txt
). Also adds about: and adobe air's app: and app-storage: to the list of local protocols and provides a failover in case document.location is illformed. Unit test added.
2011-03-15 19:20:03 +01:00
attributes.js
Test description
2011-04-03 19:13:39 -04:00
core.js
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
2011-03-03 19:38:06 +01:00
css.js
Added css hook to work around bug in WebKit computed margin-right.
Fixes
#3333
- .css("marginRight") is incorrect in WebKit
2011-03-24 15:41:46 -04:00
data.js
Only perpetrate the .toJSON hack on data caches when they are attached to a plain Javascript object. Part of the continuing saga of
#8108
.
2011-02-17 17:09:56 +01:00
deferred.js
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
2011-03-03 19:38:06 +01:00
dimensions.js
Update unit tests with a leak detection mechanism for the various jQuery globals and fix all leaks in the tests.
2011-01-09 15:58:47 -06:00
effects.js
Fix a some inaccuracies in the original test case for
#7912
.
2011-02-17 19:14:46 +01:00
event.js
Followup commit for
#7340
test case; make sure second test fires properly on IE by focusing to another element rather than blurring off the first.
2011-03-31 09:10:30 -04:00
manipulation.js
Make the new attr/prop changes pass the test suite (in Webkit). There are still errors in IE.
2011-04-03 19:13:38 -04:00
offset.js
Fix test cases for bug
#8316
fix.
2011-03-31 02:55:16 -04:00
queue.js
Update unit tests with a leak detection mechanism for the various jQuery globals and fix all leaks in the tests.
2011-01-09 15:58:47 -06:00
traversing.js
Fix some unscoped tests which failed after recent changes to QUnit.
2011-02-15 21:03:34 +01:00