git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revised jsonp unit tests and added a test for when the jsonp option is set to false.
[jquery.git]
/
test
/
unit
/
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-14
wycats
Fix a failing subclass test due to a change in master
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
2011-01-11
jaubourg
Yet another missing semicolon!
tree
|
commitdiff
2011-01-11
jaubourg
Fixes #6230. Added a unit test to control that, since...
tree
|
commitdiff
2011-01-11
jaubourg
Fixes 4825. jQuery.fn.load: use the jXHR's Promise...
tree
|
commitdiff
2011-01-10
Colin Snover
Merge branch 'master' of github.com:jquery/jquery into...
tree
|
commitdiff
2011-01-10
Colin Snover
Ensure that buildFragment clones elements properly...
tree
|
commitdiff
2011-01-09
jaubourg
Fixes a race condition in JSONP Local test.
tree
|
commitdiff
2011-01-09
jaubourg
Fixes #5812. =? will be detected even when it has been...
tree
|
commitdiff
2011-01-09
jaubourg
Simplified cross-domain detection tests.
tree
|
commitdiff
2011-01-09
jaubourg
Fixes #5955. Option crossDomain now forces ajax to...
tree
|
commitdiff
2011-01-09
jaubourg
Added a test for retrying a request on error using...
tree
|
commitdiff
2011-01-09
jaubourg
Fixes #7465. Reworked the regexp and associated test...
tree
|
commitdiff
2011-01-09
jaubourg
Fixes #7868. ResponseText is now properly propagated...
tree
|
commitdiff
2011-01-09
jaubourg
Fixes #7881. Setting contentType to false will prevent...
tree
|
commitdiff
2011-01-07
jaubourg
Added missing commas.
tree
|
commitdiff
2011-01-06
jaubourg
Renamed "complete" to "done" in order to avoid conflict...
tree
|
commitdiff
2011-01-05
Colin Snover
Cleaning up trailing whitespace again.
tree
|
commitdiff
2011-01-05
wycats
Revert "Register as a CommonJS async module if in that...
tree
|
commitdiff
2011-01-05
jaubourg
"then" renamed "complete" and new "then" method defined...
tree
|
commitdiff
2010-12-31
Dave Methvin
When serializing text, encode all line breaks as CRLF...
tree
|
commitdiff
2010-12-31
jaubourg
Simplified the way a Promise is tested for (removed...
tree
|
commitdiff
2010-12-31
jaubourg
Introduced a new promise method on deferreds that retur...
tree
|
commitdiff
2010-12-31
jaubourg
Renamed several ajaxSettings options. Removed cors...
tree
|
commitdiff
2010-12-31
jaubourg
Removed re-usability from jXHR object (no more open...
tree
|
commitdiff
2010-12-31
unknown
Removed custom method in isDeferred and when.
tree
|
commitdiff
2010-12-31
unknown
Deferred cannot be cancelled by returning false in...
tree
|
commitdiff
2010-12-31
unknown
Capitalized Deferred & _Deferred to clearly mark them...
tree
|
commitdiff
2010-12-31
unknown
Changed dataConverters key format.
tree
|
commitdiff
2010-12-31
jaubourg
Added deferred to core. Used internally for DOM readyne...
tree
|
commitdiff
2010-12-30
jaubourg
Simplified the way a Promise is tested for (removed...
tree
|
commitdiff
2010-12-30
Colin Snover
Remove patch for very early versions of Opera 9 that...
tree
|
commitdiff
2010-12-30
Colin Snover
Clean trailing whitespace from all files.
tree
|
commitdiff
2010-12-28
jaubourg
Introduced a new promise method on deferreds that retur...
tree
|
commitdiff
2010-12-28
jaubourg
Renamed several ajaxSettings options. Removed cors...
tree
|
commitdiff
2010-12-28
jaubourg
Merge branch 'master' of github.com:jquery/jquery into...
tree
|
commitdiff
2010-12-27
Dave Methvin
Don't cache non-html strings in buildFragment to avoid...
tree
|
commitdiff
2010-12-27
Dave Methvin
When a native browser event is bubbling up the DOM...
tree
|
commitdiff
2010-12-27
jrburke
Register as a CommonJS async module if in that kind...
tree
|
commitdiff
2010-12-25
jaubourg
Removed re-usability from jXHR object (no more open...
tree
|
commitdiff
2010-12-25
unknown
Removed custom method in isDeferred and when.
tree
|
commitdiff
2010-12-25
unknown
Deferred cannot be cancelled by returning false in...
tree
|
commitdiff
2010-12-24
unknown
Capitalized Deferred & _Deferred to clearly mark them...
tree
|
commitdiff
2010-12-24
unknown
Changed dataConverters key format.
tree
|
commitdiff
2010-12-24
jaubourg
Added deferred to core. Used internally for DOM readyne...
tree
|
commitdiff
2010-12-23
Colin Snover
Don't use for-in loops on Arrays. Fixes #7817. Thanks...
tree
|
commitdiff
2010-12-22
Colin Snover
More unit tests and a $.hasData that works for JS objec...
tree
|
commitdiff
2010-12-22
Colin Snover
Update jQuery.hasData to always return a boolean, with...
tree
|
commitdiff
2010-12-22
Colin Snover
Remove code for ticket #7717 which has been marked...
tree
|
commitdiff
2010-12-21
Dave Methvin
Use a for loop rather than for/in loop when copying...
tree
|
commitdiff
2010-12-20
jaubourg
Added deferred to core. Used internally for DOM readyne...
tree
|
commitdiff
2010-12-19
Colin Snover
Fix #7717 and #7165. Thanks to dmethvin and iliakan...
tree
|
commitdiff
2010-12-14
Colin Snover
Merge branch 'bug_7397' of https://github.com/rwldrn...
tree
|
commitdiff
2010-12-13
Colin Snover
Speed up & compatibility improvements for new clone...
tree
|
commitdiff
2010-12-12
Colin Snover
Return test comments to ASCII space
tree
|
commitdiff
2010-12-12
Colin Snover
Merge branch 'bug5566' into csnover-bug5566. Fixes...
tree
|
commitdiff
2010-12-12
Colin Snover
Fix the clone method to be a little less insane in...
tree
|
commitdiff
2010-12-11
jaubourg
Simplified headers tests: removed multiline headers...
tree
|
commitdiff
2010-12-11
jaubourg
Tweaked the headers test to be apache independent and...
tree
|
commitdiff
2010-12-10
jaubourg
Changed document.location to window.location per Ben...
tree
|
commitdiff
2010-12-10
jaubourg
Removed non-standard (and not that useful) xhr emulatio...
tree
|
commitdiff
2010-12-09
jaubourg
Rewrite of the Ajax module by Julian Aubourg. Some...
tree
|
commitdiff
2010-12-09
jeresig
Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74...
tree
|
commitdiff
2010-12-09
jeresig
Backing out fb6c038bf00296480234c971a1664ac01ca1479e...
tree
|
commitdiff
2010-12-09
jeresig
Merge branch 'bug5566' of https://github.com/csnover...
tree
|
commitdiff
2010-12-09
jeresig
Merge branch 'attrFollowupFix' of https://github.com...
tree
|
commitdiff
2010-12-09
jeresig
Merge branch 'support_6897' of https://github.com/rwldr...
tree
|
commitdiff
2010-12-09
jeresig
Merge branch 'bug_7413' of https://github.com/rwldrn...
tree
|
commitdiff
2010-12-07
Anton M
Fix attr() problems in IE with attribute nodes. Followu...
tree
|
commitdiff
2010-12-07
Colin Snover
Clone fragments in domManip using jQuery.clone instead...
tree
|
commitdiff
2010-12-06
John Resig
Merge branch 'bug7524' of https://github.com/csnover...
tree
|
commitdiff
2010-12-06
John Resig
Merge branch 'bug7531' of https://github.com/csnover...
tree
|
commitdiff
2010-12-06
John Resig
Merge branch 't6398' of https://github.com/jitter/jquer...
tree
|
commitdiff
2010-12-06
John Resig
Merge branch 't4386' of https://github.com/jitter/jquer...
tree
|
commitdiff
2010-12-06
John Resig
Merge branch 't7578' of https://github.com/jitter/jquer...
tree
|
commitdiff
2010-12-06
John Resig
Merge branch 't5476' of https://github.com/jitter/jquer...
tree
|
commitdiff
2010-12-06
John Resig
Merge branch 'restrictAttr' of https://github.com/jitte...
tree
|
commitdiff
2010-12-03
Colin Snover
Only try to get data attributes for a jQuery-wrapped...
tree
|
commitdiff
2010-12-01
Anton M
Handle carriage return characters in className property...
tree
|
commitdiff
2010-11-24
Anton M
Add unit test for fix to #7578.
tree
|
commitdiff
2010-11-21
Anton M
Make sure custom events named "submit" can be bound...
tree
|
commitdiff
2010-11-21
Anton M
Make sure IE clones body elements correctly. Fixes...
tree
|
commitdiff
2010-11-19
Anton M
Improve performance of get() for negative indices....
tree
|
commitdiff
2010-11-17
Colin Snover
Coerce s.url to string before calling replace, since...
tree
|
commitdiff
2010-11-13
Anton M
Make sure attr() works on non DOM element nodes. Fixes...
tree
|
commitdiff
2010-11-10
rwldrn
Updating #7397 unit tests to correctly test for a persi...
tree
|
commitdiff
2010-11-10
jeresig
Backing out commit 795e880bba1f7f949df58748f7fd92e50296...
tree
|
commitdiff
2010-11-10
jeresig
Maintain returning 0px from width/height for disconnect...
tree
|
commitdiff
2010-11-10
rwldrn
Fixes #7397; Adds 4 supporting unit tests.
tree
|
commitdiff
2010-11-09
rwldrn
Fixes #7397; 4 supporting unit tests
tree
|
commitdiff
2010-11-09
rwldrn
Support unit test for #6897
tree
|
commitdiff
2010-11-09
rwldrn
Fixes #7413; isEmptyObject() check to see if obj passes...
tree
|
commitdiff
2010-11-09
Colin Snover
Remove conditional that prevents attr from working...
tree
|
commitdiff
2010-11-09
John Resig
Merge branch 'fixAdjacentTests' of https://github.com...
tree
|
commitdiff
2010-11-09
John Resig
Ensure that unquoted attribute selectors are quoted...
tree
|
commitdiff
2010-11-09
Anton M
Fix selector tests broken by newer version of Qunit.
tree
|
commitdiff
next