git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge branch 'master' of github.com:jquery/jquery into jquery-master
[jquery.git]
/
src
/
2011-01-10
Colin Snover
Ensure that buildFragment clones elements properly...
tree
|
commitdiff
2011-01-09
Colin Snover
Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which...
tree
|
commitdiff
2011-01-09
Dave Methvin
Ensure that the DOM element ref in an event handler...
tree
|
commitdiff
2011-01-09
Dave Methvin
Change embedded regexp to a variable (for #6876).
tree
|
commitdiff
2011-01-09
jaubourg
Moved unload abort code so that the event is only bound...
tree
|
commitdiff
2011-01-09
jaubourg
Fixes #5812. =? will be detected even when it has been...
tree
|
commitdiff
2011-01-09
jaubourg
Fixes #5803. Reworked jsonp prefilter so that it sets...
tree
|
commitdiff
2011-01-09
jaubourg
Make it so prefilters get access to the original settings.
tree
|
commitdiff
2011-01-09
jaubourg
Fixes #5955. Option crossDomain now forces ajax to...
tree
|
commitdiff
2011-01-09
jaubourg
Make sure prefilters have been called and transport...
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-09
jaubourg
Added a simple cache for xhr objects in the xhr transport.
tree
|
commitdiff
2011-01-06
jaubourg
Renamed "complete" to "done" in order to avoid conflict...
tree
|
commitdiff
2011-01-06
jaubourg
Fixed mixing of tabs & spaces to make JSLint happier.
tree
|
commitdiff
2011-01-06
jaubourg
Renamed src/transports to src/ajax (in case we need...
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
Revised conversion logic to handle converter equal...
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
Revised logic in data conversion to account for when...
tree
|
commitdiff
2010-12-31
jaubourg
Removed re-usability from jXHR object (no more open...
tree
|
commitdiff
2010-12-31
jaubourg
Removed dataCheckers, added true as possible value...
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
Removed a console.log :/
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
unknown
jQuery.parseXML extracted from ajax & added to core...
tree
|
commitdiff
2010-12-31
jaubourg
Removed NFE to make old Safari happy and avoid leaks...
tree
|
commitdiff
2010-12-31
jaubourg
Rewrote the data conversion logic in ajax. Should be...
tree
|
commitdiff
2010-12-31
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
tree
|
commitdiff
2010-12-31
jaubourg
Fixed a loop that only worked in webkit.
tree
|
commitdiff
2010-12-31
jaubourg
Added deferred to core. Used internally for DOM readyne...
tree
|
commitdiff
2010-12-31
jaubourg
Removed NFE to make old Safari happy and avoid leaks...
tree
|
commitdiff
2010-12-31
jaubourg
Rewrote the data conversion logic in ajax. Should be...
tree
|
commitdiff
2010-12-31
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
tree
|
commitdiff
2010-12-31
jaubourg
Fixed a loop that only worked in webkit.
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-30
Colin Snover
Merge branch 'fix7762' into jquery Fixes #7762.
tree
|
commitdiff
2010-12-30
Colin Snover
Update CommonJS module registration to check to see...
tree
|
commitdiff
2010-12-30
jaubourg
Merge branch 'master' of github.com:jquery/jquery into...
tree
|
commitdiff
2010-12-30
jaubourg
Fix for #7865. Scripts onload handler passes event...
tree
|
commitdiff
2010-12-29
jaubourg
Revised conversion logic to handle converter equal...
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-27
Colin Snover
Merge SlexAxton/jquery:master into jquery/jquery:
tree
|
commitdiff
2010-12-27
Alex Sexton
Changed the expando string to use a random number inste...
tree
|
commitdiff
2010-12-26
Ben Alman
Removed unnecessary upper/lowercase, it's all just...
tree
|
commitdiff
2010-12-26
Colin Snover
Clearing event handlers on unload is no longer necessar...
tree
|
commitdiff
2010-12-26
Colin Snover
Fix whitespace in event.js
tree
|
commitdiff
2010-12-26
Ben Alman
WETness getting you down? Fear not, the $.get and ...
tree
|
commitdiff
2010-12-26
Colin Snover
Fix reliableHiddenOffsets test was not working properly...
tree
|
commitdiff
2010-12-25
jaubourg
Revised logic in data conversion to account for when...
tree
|
commitdiff
2010-12-25
jaubourg
Removed re-usability from jXHR object (no more open...
tree
|
commitdiff
2010-12-25
jaubourg
Removed dataCheckers, added true as possible value...
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-25
unknown
Removed a console.log :/
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
unknown
jQuery.parseXML extracted from ajax & added to core...
tree
|
commitdiff
2010-12-24
jaubourg
Removed NFE to make old Safari happy and avoid leaks...
tree
|
commitdiff
2010-12-24
jaubourg
Rewrote the data conversion logic in ajax. Should be...
tree
|
commitdiff
2010-12-24
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
tree
|
commitdiff
2010-12-24
jaubourg
Fixed a loop that only worked in webkit.
tree
|
commitdiff
2010-12-24
jaubourg
Added deferred to core. Used internally for DOM readyne...
tree
|
commitdiff
2010-12-23
Colin Snover
Fix fix for #6481 introduced at 7862c45ad2f32096383a21b...
tree
|
commitdiff
2010-12-23
Colin Snover
Don't use for-in loops on Arrays. Fixes #7817. Thanks...
tree
|
commitdiff
2010-12-23
Colin Snover
Code style fix
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-22
Colin Snover
Fix a potential error in the previous commit caused...
tree
|
commitdiff
2010-12-22
Colin Snover
Fix a potential error in the previous commit caused...
tree
|
commitdiff
2010-12-21
jaubourg
Removed NFE to make old Safari happy and avoid leaks...
tree
|
commitdiff
2010-12-21
jaubourg
Rewrote the data conversion logic in ajax. Should be...
tree
|
commitdiff
2010-12-21
Dave Methvin
Use for loop instead of for/in loop to protect sanctity...
tree
|
commitdiff
2010-12-21
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
tree
|
commitdiff
2010-12-21
Dave Methvin
Use a for loop rather than for/in loop when copying...
tree
|
commitdiff
2010-12-20
jaubourg
Fixed a loop that only worked in webkit.
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-16
Colin Snover
Address some code style issues in the clone fix.
tree
|
commitdiff
2010-12-14
Colin Snover
Merge branch 'bug_7397' of https://github.com/rwldrn...
tree
|
commitdiff
2010-12-13
Colin Snover
More specific version numbers.
tree
|
commitdiff
2010-12-13
Colin Snover
Speed up & compatibility improvements for new clone...
tree
|
commitdiff
2010-12-12
Colin Snover
Merge branch 'bug5566' into csnover-bug5566. Fixes...
tree
|
commitdiff
next