git.asbjorn.biz
/
jquery.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixes #5856. Adds document protocol at the beginning of URLs without protocol (thanks...
2011-01-26
jaubourg
Fixes #5856. Adds document protocol at the beginning...
commit
|
commitdiff
|
tree
2011-01-25
jaubourg
Fixes #8054 by reverting feature enhancement 5812 ...
commit
|
commitdiff
|
tree
2011-01-25
jaubourg
Reworks how values of parameters passed to error callbacks...
commit
|
commitdiff
|
tree
2011-01-24
jaubourg
Makes prefilters and transport inspection more robust...
commit
|
commitdiff
|
tree
2011-01-23
jaubourg
Revised internal implementation of ajaxPrefilter()...
commit
|
commitdiff
|
tree
2011-01-23
jaubourg
More code style fixes.
commit
|
commitdiff
|
tree
2011-01-23
jaubourg
Apply JQuery Core Style Guidelines to ajax.js and ajax...
commit
|
commitdiff
|
tree
2011-01-23
jaubourg
Fixes some coding style issues in core.js. In jQuery...
commit
|
commitdiff
|
tree
2011-01-22
jaubourg
Re-organizes ajax.js: prefilters and transports are...
commit
|
commitdiff
|
tree
2011-01-21
jaubourg
Replaces "text in-between" technique with a full-fledged...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Moves determineResponse logic into main ajax callback...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Removes misleading comment.
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Merge branch 'master' of github.com:jquery/jquery
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Renames Deferred's fire and fireReject methods as resolveWit...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Renames determineDataType as determineResponse. Makes...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Revises the way arguments are handled in ajax.
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Makes sure statusCode callbacks are ordered in the...
commit
|
commitdiff
|
tree
2011-01-20
jaubourg
Cleans up and simplifies code shared by ajaxPrefilter...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Moves active counter test after all other ajax tests...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Moves things around to make jsLint happier.
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Fixes crossDomain test so that it assumes port to be...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Moves determineDataType into ajaxSettings so that it...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Re-adds hastily removed variable and simplifies statusCode...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Use undefined instead of 0 to deference transport for...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Removes unnecessary test and ensures getResponseHeader...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Revised how context is determined and removed unnecessary...
commit
|
commitdiff
|
tree
2011-01-19
jaubourg
Moved ajaxSettings.xhr definition together with support...
commit
|
commitdiff
|
tree
2011-01-17
jaubourg
Added unit tests to check and demonstrate new jQuery...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Put the split to get the list of promise methods out...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Implements joined jQuery.when statements. Makes it...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Fixed the ajax test regarding the jsonp option set...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Revised jsonp unit tests and added a test for when...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Setting the jsonp option to false now inhibits any...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
The script prefilter now forces cross-domain requests...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Makes it so a prefilter can change the type of a request.
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Removed internal dataTypes option and added headers...
commit
|
commitdiff
|
tree
2011-01-16
jaubourg
Fixes #2994. Not finding a transport now fires the...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Moved jQuery.ajax.prefilter and jQuery.ajax.transport...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Fixes #4964. Adds a statusCode object together with...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Removed xhr pooling since failing cross-domain requests...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Reworked script and xhr abort logic to take advantage...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Cleans up statusText handling and simplifies 304 notmodified...
commit
|
commitdiff
|
tree
2011-01-13
jaubourg
Removes unnecessary variables and adds much needed...
commit
|
commitdiff
|
tree
2011-01-12
jaubourg
Fixes a regression by calling dataFilter with the second...
commit
|
commitdiff
|
tree
2011-01-12
jaubourg
Gets rid of a var statement by moving variable declarations up.
commit
|
commitdiff
|
tree
2011-01-12
jaubourg
Script transport now uses ajaxSetup to define script...
commit
|
commitdiff
|
tree
2011-01-12
jaubourg
AjaxSetup now uses deep extend internally to accomodate...
commit
|
commitdiff
|
tree
2011-01-12
jaubourg
Fixes #4897. Added ?? as a context-insensitive placeholder...
commit
|
commitdiff
|
tree
2011-01-11
jaubourg
Yet another missing semicolon!
commit
|
commitdiff
|
tree
2011-01-11
jaubourg
Fixes #6230. Added a unit test to control that, since...
commit
|
commitdiff
|
tree
2011-01-11
jaubourg
Fixes 4825. jQuery.fn.load: use the jXHR's Promise...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Fixes a race condition in JSONP Local test.
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Moved unload abort code so that the event is only bound...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Fixes #5812. =? will be detected even when it has been...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Fixes #5803. Reworked jsonp prefilter so that it sets...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Make it so prefilters get access to the original settings.
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Simplified cross-domain detection tests.
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Fixes #5955. Option crossDomain now forces ajax to...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Make sure prefilters have been called and transport...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Added a test for retrying a request on error using...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Fixes #7465. Reworked the regexp and associated test...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Fixes #7868. ResponseText is now properly propagated...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Fixes #7881. Setting contentType to false will prevent...
commit
|
commitdiff
|
tree
2011-01-09
jaubourg
Added a simple cache for xhr objects in the xhr transport.
commit
|
commitdiff
|
tree
2011-01-07
jaubourg
Added missing commas.
commit
|
commitdiff
|
tree
2011-01-06
jaubourg
Renamed "complete" to "done" in order to avoid conflicts...
commit
|
commitdiff
|
tree
2011-01-06
jaubourg
Fixed mixing of tabs & spaces to make JSLint happier.
commit
|
commitdiff
|
tree
2011-01-06
jaubourg
Renamed src/transports to src/ajax (in case we need...
commit
|
commitdiff
|
tree
2011-01-05
jaubourg
"then" renamed "complete" and new "then" method defined...
commit
|
commitdiff
|
tree
2010-12-31
jaubourg
Merge branch 'deferred' of github.com:jquery/jquery...
commit
|
commitdiff
|
tree
2010-12-31
jaubourg
Simplified the way a Promise is tested for (removed...
commit
|
commitdiff
|
tree
2010-12-31
jaubourg
Revised conversion logic to handle converter equal...
commit
|
commitdiff
|
tree
2010-12-31
jaubourg
Introduced a new promise method on deferreds that returns...
commit
|
commitdiff
|
tree
2010-12-31
jaubourg
Renamed several ajaxSettings options. Removed cors...
commit
|
commitdiff
|
tree
2010-12-31
jaubourg
Revised logic in data conversion to account for when...
commit
|
commitdiff
|
tree
2010-12-31
jaubourg
Removed re-usability from jXHR object (no more open...
commit
|
commitdiff
|
tree
2010-12-31
jaubourg
Removed dataCheckers, added true as possible value...
commit
|
commitdiff
|
tree
2010-12-30
jaubourg
Simplified the way a Promise is tested for (removed...
commit
|
commitdiff
|
tree
2010-12-30
jaubourg
Merge branch 'master' of github.com:jquery/jquery into...
commit
|
commitdiff
|
tree
2010-12-30
jaubourg
Fix for #7865. Scripts onload handler passes event...
commit
|
commitdiff
|
tree
2010-12-29
jaubourg
Revised conversion logic to handle converter equal...
commit
|
commitdiff
|
tree
2010-12-28
jaubourg
Introduced a new promise method on deferreds that returns...
commit
|
commitdiff
|
tree
2010-12-28
jaubourg
Renamed several ajaxSettings options. Removed cors...
commit
|
commitdiff
|
tree
2010-12-28
jaubourg
Merge branch 'master' of github.com:jquery/jquery into...
commit
|
commitdiff
|
tree
2010-12-25
jaubourg
Revised logic in data conversion to account for when...
commit
|
commitdiff
|
tree
2010-12-25
jaubourg
Removed re-usability from jXHR object (no more open...
commit
|
commitdiff
|
tree
2010-12-25
jaubourg
Removed dataCheckers, added true as possible value...
commit
|
commitdiff
|
tree