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-24 19:08:32 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7acb141ed7f2dedd950bb65acf878098640d081e
jquery
/
test
History
Colin Snover
7acb141ed7
Update $.data to use a function instead of an object when attaching to JS objects in order to hide attached metadata from JSON.stringify. Remove event.js code that was doing this before specifically for events, which is now redundant.
Fixes
#8108
. 1.5-stable
2011-02-07 10:48:38 -06:00
..
data
Remove an invalid ajax test and some code that is no longer used by any test.
2011-02-05 00:20:23 +01:00
otherlibs
test runner: adding scriptaculous 1.7.0 for the polluted test runner. It fails, but 1.8.x doesn't fail anymore.
2008-07-22 02:12:08 +00:00
unit
Update $.data to use a function instead of an object when attaching to JS objects in order to hide attached metadata from JSON.stringify. Remove event.js code that was doing this before specifically for events, which is now redundant.
Fixes
#8108
. 1.5-stable
2011-02-07 10:48:38 -06:00
csp.php
Add another tweak for handling CSP - we need to make sure that we don't trigger any eval on load (not sure if it's the best tweak, definitely not ideal). Add a test page as well so that it's easier to catch problem.
2011-01-18 15:13:09 -05:00
delegatetest.html
So embarrassing :(
2011-01-14 12:46:22 -05:00
index.html
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
localfile.html
Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to it won't affect the transport. Fixes the url parsing regexp to deal with empty domains. Adds informative text into test/localfile.html and handles Opera's failure. Revises the way xhr are created by doing all tests at load time and normalizes all the xhr creation functions so that none of them may throw an exception.
2011-02-03 06:12:47 +01:00
networkerror.html
Fixes
#8135
. Makes sure any exception thrown by Firefox when trying to access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior.
2011-02-02 13:33:31 +01:00
polluted.php
Clean trailing whitespace from all files.
2010-12-30 00:34:48 -06:00
test.js
Reorganzing the jQuery source (first phase).
2007-09-08 12:42:32 +00:00
xhtml.php
Added a way to run the test suite as an XHTML page.
2009-01-19 18:14:51 +00:00