git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Don't do body-related feature tests on frameset docs that have no body. Fixes #7398.
[jquery.git]
/
src
/
2011-01-21
Dave Methvin
Don't do body-related feature tests on frameset docs...
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
John Resig
Merge branch 'master' of https://github.com/scottjehl...
tree
|
commitdiff
2011-01-20
jaubourg
Moves determineResponse logic into main ajax callback...
tree
|
commitdiff
2011-01-20
jaubourg
Removes misleading comment.
tree
|
commitdiff
2011-01-20
jeresig
Merge branch 'master' of github.com:jquery/jquery
tree
|
commitdiff
2011-01-20
jeresig
Bring jQuery('#id') and jQuery('body') logic back into...
tree
|
commitdiff
2011-01-20
jaubourg
Merge branch 'master' of github.com:jquery/jquery
tree
|
commitdiff
2011-01-20
jaubourg
Renames Deferred's fire and fireReject methods as resol...
tree
|
commitdiff
2011-01-20
jeresig
Fix typo in regex tweak from previous commit.
tree
|
commitdiff
2011-01-20
jaubourg
Renames determineDataType as determineResponse. Makes...
tree
|
commitdiff
2011-01-20
jeresig
Move jQuery(...) selector speed-up logic into Sizzle...
tree
|
commitdiff
2011-01-20
jaubourg
Revises the way arguments are handled in ajax.
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-19
scottjehl
Revised the Nokia support fallback. It turns out that...
tree
|
commitdiff
2011-01-19
jaubourg
Moves things around to make jsLint happier.
tree
|
commitdiff
2011-01-19
jaubourg
Fixes crossDomain test so that it assumes port to be...
tree
|
commitdiff
2011-01-19
scottjehl
Merge remote branch 'upstream/master'
tree
|
commitdiff
2011-01-19
jaubourg
Moves determineDataType into ajaxSettings so that it...
tree
|
commitdiff
2011-01-19
jaubourg
Re-adds hastily removed variable and simplifies statusC...
tree
|
commitdiff
2011-01-19
jaubourg
Use undefined instead of 0 to deference transport for...
tree
|
commitdiff
2011-01-19
jaubourg
Removes unnecessary test and ensures getResponseHeader...
tree
|
commitdiff
2011-01-19
jaubourg
Revised how context is determined and removed unnecessa...
tree
|
commitdiff
2011-01-19
jaubourg
Moved ajaxSettings.xhr definition together with support...
tree
|
commitdiff
2011-01-18
Anton M
Remove an unused regex and optimize character escape...
tree
|
commitdiff
2011-01-18
John Resig
Merge branch 'chrome-slice-comment' of https://github...
tree
|
commitdiff
2011-01-18
John Resig
Add another tweak for handling CSP - we need to make...
tree
|
commitdiff
2011-01-18
John Resig
Merge branch 'master' of https://github.com/russtacular...
tree
|
commitdiff
2011-01-17
adam j. sontag
Fix tabs vs spaces in initial workaround commit
tree
|
commitdiff
2011-01-17
adam j. sontag
shorten the SHA
tree
|
commitdiff
2011-01-17
adam j. sontag
Add link to chrome issue ticket
tree
|
commitdiff
2011-01-17
Colin Snover
Merge branch 'master' of github.com:jquery/jquery into...
tree
|
commitdiff
2011-01-17
Colin Snover
Merge in data_nocollide branch. Fixes #6968, improves...
tree
|
commitdiff
2011-01-17
Brandon Sterne
Defer scriptEval test until first use to prevent Conten...
tree
|
commitdiff
2011-01-17
Colin Snover
Introduce a temporary hack to allow jQuery.fn.data...
tree
|
commitdiff
2011-01-17
adam j. sontag
Add a comment to explain (and enforce the temporary...
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-16
jaubourg
Put the split to get the list of promise methods out...
tree
|
commitdiff
2011-01-16
jaubourg
Implements joined jQuery.when statements. Makes it...
tree
|
commitdiff
2011-01-16
jaubourg
Setting the jsonp option to false now inhibits any...
tree
|
commitdiff
2011-01-16
jaubourg
The script prefilter now forces cross-domain requests...
tree
|
commitdiff
2011-01-16
jaubourg
Makes it so a prefilter can change the type of a request.
tree
|
commitdiff
2011-01-16
jaubourg
Removed internal dataTypes option and added headers...
tree
|
commitdiff
2011-01-16
jaubourg
Fixes #2994. Not finding a transport now fires the...
tree
|
commitdiff
2011-01-14
jeresig
Revert "Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367...
tree
|
commitdiff
2011-01-14
jeresig
Merge branch 'master' of https://github.com/scottgonzal...
tree
|
commitdiff
2011-01-14
wycats
Fix a strange Chrome issue
tree
|
commitdiff
2011-01-14
Jared Grippe
added jQuery.subclass
tree
|
commitdiff
2011-01-14
Scott González
Avoid running jQuery.unique() for methods that are...
tree
|
commitdiff
2011-01-13
scottjehl
set name to lowercase, since it's passed as initial...
tree
|
commitdiff
2011-01-13
scottjehl
Merge branch 'master' of https://github.com/jquery...
tree
|
commitdiff
2011-01-13
jaubourg
Moved jQuery.ajax.prefilter and jQuery.ajax.transport...
tree
|
commitdiff
2011-01-13
jaubourg
Fixes #4964. Adds a statusCode object together with...
tree
|
commitdiff
2011-01-13
jaubourg
Removed xhr pooling since failing cross-domain requests...
tree
|
commitdiff
2011-01-13
jaubourg
Reworked script and xhr abort logic to take advantage...
tree
|
commitdiff
2011-01-13
jaubourg
Cleans up statusText handling and simplifies 304 notmod...
tree
|
commitdiff
2011-01-13
jaubourg
Removes unnecessary variables and adds much needed...
tree
|
commitdiff
2011-01-12
jaubourg
Fixes a regression by calling dataFilter with the secon...
tree
|
commitdiff
2011-01-12
jaubourg
Gets rid of a var statement by moving variable declarat...
tree
|
commitdiff
2011-01-12
jaubourg
Script transport now uses ajaxSetup to define script...
tree
|
commitdiff
2011-01-12
jaubourg
AjaxSetup now uses deep extend internally to accomodate...
tree
|
commitdiff
2011-01-12
jaubourg
Fixes #4897. Added ?? as a context-insensitive placehol...
tree
|
commitdiff
2011-01-11
jaubourg
Fixes 4825. jQuery.fn.load: use the jXHR's Promise...
tree
|
commitdiff
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
Colin Snover
Fix jQuery.queue leaks empty queues.
tree
|
commitdiff
2011-01-09
Colin Snover
Fix domManip leaks the first element when appending...
tree
|
commitdiff
2011-01-09
Colin Snover
Change the way jQuery.data works so that there is no...
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
rwldrn
Bug #7608 elem.runtimeStyle throws exception in Opera
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
next