git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make a new jQuery.support.noCloneChecked - splitting apart the previous feature detec...
[jquery.git]
/
test
/
2011-02-23
jeresig
Make a new jQuery.support.noCloneChecked - splitting...
tree
|
commitdiff
2011-02-18
Dan Heberden
Bug #6911 - Prevent action on disabled elements, both...
tree
|
commitdiff
2011-02-18
jaubourg
Revert "Adds an invert method to promises that returns...
tree
|
commitdiff
2011-02-17
Anton M
Fix a some inaccuracies in the original test case for...
tree
|
commitdiff
2011-02-17
louisremi
Fixes #7912. Make sure .cur() only returns 0 as fallbac...
tree
|
commitdiff
2011-02-17
Dave Methvin
Only perpetrate the .toJSON hack on data caches when...
tree
|
commitdiff
2011-02-17
jaubourg
Fixes #8297. Makes sure response headers with empty...
tree
|
commitdiff
2011-02-15
Anton M
Revert "Merge branch '8099' of https://github.com/rwldr...
tree
|
commitdiff
2011-02-15
Anton M
Fix some whitespace issues.
tree
|
commitdiff
2011-02-15
Dave Methvin
Fixes #7922. Copy the donor event when simulating a...
tree
|
commitdiff
2011-02-15
jaubourg
Fixes #8277. Sets data to undefined rather than null...
tree
|
commitdiff
2011-02-15
Anton M
Fix some unscoped tests which failed after recent chang...
tree
|
commitdiff
2011-02-14
Colin Snover
Hide metadata when serializing JS objects using JSON...
tree
|
commitdiff
2011-02-14
jeresig
Merge branch '8099' of https://github.com/rwldrn/jquery...
tree
|
commitdiff
2011-02-14
jeresig
Merge branch 'fix8033' of https://github.com/SlexAxton...
tree
|
commitdiff
2011-02-13
Anton M
Fix breaking test in Chrome.
tree
|
commitdiff
2011-02-13
Anton M
Don't add "px" to unit-less properties when animating...
tree
|
commitdiff
2011-02-13
Anton M
Clean up whitespace in test/unit/effects.js
tree
|
commitdiff
2011-02-13
Anton M
Follow up to fbf79c0b495e08d67c3a4767f371ec7bcfc40a17.
tree
|
commitdiff
2011-02-13
Anton M
Remove old cruft from test folder. Change "polluted...
tree
|
commitdiff
2011-02-12
jrburke
Add readyWait tests. Fixes #8145.
tree
|
commitdiff
2011-02-11
Anton M
Remove duplicate test.
tree
|
commitdiff
2011-02-11
jaubourg
Simplifies status normalization in xhr transport. Local...
tree
|
commitdiff
2011-02-10
rwldrn
Make sure .val() works after form.reset() in IE. Fixes...
tree
|
commitdiff
2011-02-10
Anton M
Make sure .clone(true) correctly clones namespaced...
tree
|
commitdiff
2011-02-10
Anton M
Fix some whitespace issues. Improve and correct an...
tree
|
commitdiff
2011-02-10
John Resig
No need to duplicate Sizzle tests, just run them direct...
tree
|
commitdiff
2011-02-10
Anton M
Pull over tests from Sizzle. "Remove backslashes from...
tree
|
commitdiff
2011-02-09
jaubourg
Fixes #8219. Introduces the mimeType option to override...
tree
|
commitdiff
2011-02-09
jaubourg
Makes local filesystem test for ajax more insightful.
tree
|
commitdiff
2011-02-08
Colin Snover
Revert portions of 7acb141ed7f2dedd950bb65acf878098640d...
master
tree
|
commitdiff
2011-02-07
Colin Snover
Update $.data to use a function instead of an object...
tree
|
commitdiff
2011-02-07
jaubourg
Fixes a bug that prevented headers from being set in...
tree
|
commitdiff
2011-02-05
jaubourg
Fixes a typo in the title of the load() unit test.
tree
|
commitdiff
2011-02-04
Anton M
Remove an invalid ajax test and some code that is no...
tree
|
commitdiff
2011-02-04
jaubourg
Fixes abort in prefilter. No global event will be fired...
tree
|
commitdiff
2011-02-03
jaubourg
Stores jQuery.ajaxSettings.isLocal locally at load...
tree
|
commitdiff
2011-02-02
jaubourg
Fixes #8135. Makes sure any exception thrown by Firefox...
tree
|
commitdiff
2011-02-01
Anton Kovalyov
Fixes #7945. Make jQuery.param() serialize plain object...
tree
|
commitdiff
2011-02-01
rwldrn
Fixes #8129. Fix cloning multiple selected options...
tree
|
commitdiff
2011-02-01
jaubourg
Fixes #8125. Status is set to 200 for requests with...
tree
|
commitdiff
2011-02-01
jaubourg
Fixes #8115. Renames all references to jXHR with jqXHR...
tree
|
commitdiff
2011-02-01
jeresig
The default for .clone() is to not clone any events...
tree
|
commitdiff
2011-02-01
jaubourg
Places multiple signature test after all primary callba...
tree
|
commitdiff
2011-02-01
Dan Heberden
Improve $.ajax method signature unit test and placement
tree
|
commitdiff
2011-02-01
Dan Heberden
Bug 8107; Fix argument handling for $.ajax for multiple...
tree
|
commitdiff
2011-01-31
rwldrn
Bug #8099 - Always restore to correct display value...
tree
|
commitdiff
2011-01-31
jaubourg
Fixes #8095. Properly handles the case where browser...
tree
|
commitdiff
2011-01-31
jaubourg
Script dataType now supports ecmascript mimetypes.
tree
|
commitdiff
2011-01-31
jaubourg
Makes sure jsonp callback is not left in the global...
tree
|
commitdiff
2011-01-31
jaubourg
Makes sure all converters keys are lowercased before...
tree
|
commitdiff
2011-01-31
Anton M
Fixes #7568. Follow-up fix for #5862. Objects with...
tree
|
commitdiff
2011-01-31
jaubourg
Adds an invert method to promises that returns a "inver...
tree
|
commitdiff
2011-01-31
jeresig
Rename jQuery.subclass() to jQuery.sub().
tree
|
commitdiff
2011-01-31
jaubourg
Removed errorThrown test for 404 responses seeing as...
tree
|
commitdiff
2011-01-29
jaubourg
Simplifies the unit test for #8082.
tree
|
commitdiff
2011-01-29
jaubourg
Fixes #8082. Text to script converter now returns text...
tree
|
commitdiff
2011-01-28
Colin Snover
Use the original element/fragment as the last item...
tree
|
commitdiff
2011-01-28
Anton M
Pull over tests from Sizzle. Fixes #3729. Fixes #6428.
tree
|
commitdiff
2011-01-27
Digitalxero
Make sure subclass is a proper subclass not just subcla...
tree
|
commitdiff
2011-01-26
jaubourg
Fixes #5856. Adds document protocol at the beginning...
tree
|
commitdiff
2011-01-25
jaubourg
Fixes #8054 by reverting feature enhancement 5812 ...
tree
|
commitdiff
2011-01-25
jaubourg
Reworks how values of parameters passed to error callba...
tree
|
commitdiff
2011-01-24
jeresig
Bring back in #main prefix on adjacent selectors.
tree
|
commitdiff
2011-01-24
jeresig
Backing out disconnected + and ~ tests as they're not...
tree
|
commitdiff
2011-01-24
Alex Sexton
Moved jQuery global leak to end of file so accidental...
tree
|
commitdiff
2011-01-22
Anton M
Fix selector scope on some tests, so they don't fail...
tree
|
commitdiff
2011-01-21
rwldrn
Merge branch '8017lint' of https://github.com/rwldrn...
tree
|
commitdiff
2011-01-21
jeresig
Merge branch '8013p' of https://github.com/rwldrn/jquer...
tree
|
commitdiff
2011-01-21
rwldrn
Basic unit tests; This patch relies on the 51 existing...
tree
|
commitdiff
2011-01-21
jeresig
Revert "Make sure that focusin/focusout bubbles in...
tree
|
commitdiff
2011-01-21
jaubourg
Replaces "text in-between" technique with a full-fledge...
tree
|
commitdiff
2011-01-20
John Resig
Merge branch 'fix-7853-add-context' of https://github...
tree
|
commitdiff
2011-01-20
jaubourg
Renames Deferred's fire and fireReject methods as resol...
tree
|
commitdiff
2011-01-20
jaubourg
Makes sure statusCode callbacks are ordered in the...
tree
|
commitdiff
2011-01-20
jaubourg
Cleans up and simplifies code shared by ajaxPrefilter...
tree
|
commitdiff
2011-01-20
Dave Methvin
Rework unit tests to check actual result elements.
tree
|
commitdiff
2011-01-19
jaubourg
Moves active counter test after all other ajax tests...
tree
|
commitdiff
2011-01-18
John Resig
Add another tweak for handling CSP - we need to make...
tree
|
commitdiff
2011-01-18
rwldrn
Update unit test for #7608 which was leaking timers.
tree
|
commitdiff
2011-01-17
jeresig
Disabled a broken test for now, until WebKit browsers...
tree
|
commitdiff
2011-01-17
jeresig
Accidentally removed the module teardown code.
tree
|
commitdiff
2011-01-17
jeresig
Opera was falling back to undefined, which it didn...
tree
|
commitdiff
2011-01-17
jeresig
Merge branch 'master' of github.com:jquery/jquery
tree
|
commitdiff
2011-01-17
jeresig
Fixed a couple issues with escaping of attribute values...
tree
|
commitdiff
2011-01-17
Colin Snover
Merge in data_nocollide branch. Fixes #6968, improves...
tree
|
commitdiff
2011-01-17
jeresig
Merge branch '7608' of https://github.com/rwldrn/jquery...
tree
|
commitdiff
2011-01-17
jeresig
Merging pull request 183 for #7793.
tree
|
commitdiff
2011-01-17
jaubourg
Added unit tests to check and demonstrate new jQuery...
tree
|
commitdiff
2011-01-16
jaubourg
Implements joined jQuery.when statements. Makes it...
tree
|
commitdiff
2011-01-16
jaubourg
Fixed the ajax test regarding the jsonp option set...
tree
|
commitdiff
2011-01-16
jaubourg
Revised jsonp unit tests and added a test for when...
tree
|
commitdiff
2011-01-16
jaubourg
Fixes #2994. Not finding a transport now fires the...
tree
|
commitdiff
2011-01-15
Dave Methvin
Update test case to feature-detect Opera's lack of...
tree
|
commitdiff
2011-01-14
wycats
So embarrassing :(
tree
|
commitdiff
2011-01-14
wycats
Fix a failing subclass test due to a change in master
tree
|
commitdiff
2011-01-14
wycats
Overwrite CRLF with LF
tree
|
commitdiff
2011-01-14
Jared Grippe
added jQuery.subclass
tree
|
commitdiff
2011-01-13
jaubourg
Fixes #4964. Adds a statusCode object together with...
tree
|
commitdiff
2011-01-12
jaubourg
Fixes #4897. Added ?? as a context-insensitive placehol...
tree
|
commitdiff
next