index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Making the test suite a little more XML-compliant.
John Resig
2007-07-08
1
-2
/
+2
*
Disabling Ajax tests for now - too many timeouts.
John Resig
2007-06-29
1
-1
/
+1
*
use jquery for dblclick handler to access event.target
Jörn Zaefferer
2007-06-20
1
-2
/
+2
*
Removed useless safari workarounds, added rerun-single-test feature: just dou...
Jörn Zaefferer
2007-06-14
1
-13
/
+13
*
Added fixes for bug #1052. Fixes the problems with animation chaining (and pr...
John Resig
2007-05-20
1
-0
/
+43
*
Fix for #1169
Brandon Aaron
2007-05-13
1
-0
/
+1
*
Completed test for Rev 1820 (#1044)
Brandon Aaron
2007-04-30
1
-0
/
+1
*
Query now throws no warnings under strict mode in Firefox (ticket #922). In f...
John Resig
2007-04-29
1
-11
/
+33
*
Added support for finding elements that have underscores in their name (along...
John Resig
2007-04-28
1
-0
/
+2
*
Added a number of additional speed gains (we now hold our own against Dojo an...
John Resig
2007-03-26
1
-4
/
+3
*
Fixed some more bugs with the test suite, made some minor file size tweaks to...
John Resig
2007-03-25
1
-3
/
+5
*
Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...
John Resig
2007-03-25
1
-1
/
+21
*
Added test for #945
Jörn Zaefferer
2007-03-25
1
-1
/
+4
*
Added test for #968
Jörn Zaefferer
2007-03-25
1
-1
/
+1
*
Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025)...
John Resig
2007-03-25
1
-0
/
+6
*
Merged my speed improvements into the jQuery core (is actually 200b smaller n...
John Resig
2007-03-24
1
-3
/
+19
*
Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).
John Resig
2007-03-24
1
-0
/
+1
*
Forced the test suite into standards mode. Fixed some issues with how opacity...
John Resig
2007-03-16
1
-4
/
+7
*
Added an initial version of the new animation test suite. (You should never s...
John Resig
2007-03-15
2
-0
/
+304
*
Disabled the test suite in Safari.
John Resig
2007-02-28
1
-2
/
+3
*
Added equals helper for easier debugging of failed tests, soon to be used mor...
Jörn Zaefferer
2007-02-06
1
-1
/
+19
*
Fix for #907
Jörn Zaefferer
2007-02-05
1
-2
/
+2
*
Added test for #745
Jörn Zaefferer
2007-01-31
1
-1
/
+1
*
Updated testsuite: To prevent crashes in Safari, each test waits for 250 mill...
Jörn Zaefferer
2007-01-14
2
-2
/
+16
*
Fixed eval code (Thanks Fil)
Jörn Zaefferer
2007-01-10
1
-1
/
+1
*
Disable error reporting in PHP test files
Jörn Zaefferer
2007-01-10
2
-0
/
+2
*
Fixed test for object/param selection (thanks Andrea)
Jörn Zaefferer
2007-01-07
1
-2
/
+2
*
Updated test for #750
Jörn Zaefferer
2007-01-03
1
-0
/
+5
*
Add new test file
Mike Alsup
2007-01-01
1
-0
/
+12
*
Moved all the expressions tests over into selector area, out of the main suite.
John Resig
2006-12-31
1
-0
/
+1
*
Modified tests to show #746
Jörn Zaefferer
2006-12-31
2
-1
/
+4
*
Improved Mikes hack to ease testing against IE cache
Jörn Zaefferer
2006-12-31
2
-1
/
+14
*
Fix for #745
Jörn Zaefferer
2006-12-30
1
-2
/
+2
*
Implemented global ajax settings - no documentation yet
Jörn Zaefferer
2006-12-22
1
-2
/
+2
*
A few corrections to the testsuite to imrove the failure testing
Jörn Zaefferer
2006-12-21
1
-3
/
+4
*
Implemented a better error handling for ajax requests. Exceptions caused by d...
Jörn Zaefferer
2006-12-21
1
-1
/
+4
*
Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with for...
Jörn Zaefferer
2006-12-05
1
-1
/
+1
*
Introduced before callback (#384) (updated test data)
Jörn Zaefferer
2006-12-04
1
-0
/
+6
*
Another attempt to fix the getScript problem
Jörn Zaefferer
2006-11-21
2
-2
/
+3
*
Improved testsuite (pass/fail indicator already exists in markup)
Jörn Zaefferer
2006-11-20
3
-5
/
+6
*
Testsuite 2.0
Jörn Zaefferer
2006-11-18
3
-54
/
+80
*
Fixed an issue with getJSON (type was not correctly passed on when data was o...
Jörn Zaefferer
2006-11-17
1
-2
/
+2
*
Added visual pass/fail indicator (JUnit/Eclipse style)
Jörn Zaefferer
2006-11-15
2
-5
/
+10
*
Modified test for load(); added fix for trigger, where it modifies data passe...
Jörn Zaefferer
2006-11-09
2
-1
/
+4
*
Refactored ajax module: Dropped internal arguments from ajax(); Modified test...
Jörn Zaefferer
2006-11-03
2
-4
/
+5
*
Modified core and form test suites to use a single stylesheet; Modified form....
Jörn Zaefferer
2006-10-26
2
-2
/
+12
*
Fix and tests for appending HTML options to select elements.
Brandon Aaron
2006-10-17
1
-1
/
+1
*
Added tests for 193 and 170.
Brandon Aaron
2006-10-17
1
-31
/
+32
*
Added test for #174; Modified failing (IE) tests for find
Jörn Zaefferer
2006-10-13
1
-0
/
+24
*
Fixed #216, added several tests for ajax module and fixed more stuff revealed...
Jörn Zaefferer
2006-10-13
1
-0
/
+4
[next]