git.asbjorn.biz
/
jquery.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Makes sure xhrs are actually aborted on unload in IE. Simplifies active xhrs caching...
2011-02-07
jaubourg
Makes sure xhrs are actually aborted on unload in IE...
commit
|
commitdiff
|
tree
2011-02-05
jaubourg
Fixes #8177. XHR transport now considers 304 Not Modified...
commit
|
commitdiff
|
tree
2011-02-05
jaubourg
Fixes a typo in the title of the load() unit test.
commit
|
commitdiff
|
tree
2011-02-04
jaubourg
Reformats logic for early abort in beforeSend to limit...
commit
|
commitdiff
|
tree
2011-02-04
jaubourg
Fixes abort in prefilter. No global event will be fired...
commit
|
commitdiff
|
tree
2011-02-04
jaubourg
Disables dataType redirection while selecting transport.
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Adds widget as the list of local protocols.
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Don't use a local copy of jQuery.ajaxSettings.isLocal...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Adds support for more complex protocol by having the...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Stores jQuery.ajaxSettings.isLocal locally at load...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Fixes #7653. Changes regexp to detect local protocol...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Fixes #8146. Custom fields in xhrFields are now set...
commit
|
commitdiff
|
tree
2011-02-03
jaubourg
Fixes #8152 by applying the same special cases for...
commit
|
commitdiff
|
tree
2011-02-02
jaubourg
Fixes #8146 by introducing the xhrFields option with...
commit
|
commitdiff
|
tree
2011-02-02
jaubourg
Fixes #8138. Access to document.location is made only...
commit
|
commitdiff
|
tree
2011-02-02
jaubourg
Fixes #8135. Makes sure any exception thrown by Firefox...
commit
|
commitdiff
|
tree
2011-02-01
jaubourg
Fixes #8125. Status is set to 200 for requests with...
commit
|
commitdiff
|
tree
2011-02-01
jaubourg
Fixes #8115. Renames all references to jXHR with jqXHR...
commit
|
commitdiff
|
tree
2011-02-01
jaubourg
Places multiple signature test after all primary callbacks...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Fixes #8095. Properly handles the case where browser...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Script dataType now supports ecmascript mimetypes.
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Makes sure jsonp callback is not left in the global...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Makes sure all converters keys are lowercased before...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Makes sure options.context is used as the context for...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Adds an invert method to promises that returns a "inverted...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Removed errorThrown test for 404 responses seeing as...
commit
|
commitdiff
|
tree
2011-01-31
jaubourg
Ensures dataTypeExpressions are lowercased for prefilters...
commit
|
commitdiff
|
tree
2011-01-29
jaubourg
Simplifies the unit test for #8082.
commit
|
commitdiff
|
tree
2011-01-29
jaubourg
Fixes #8082. Text to script converter now returns text...
commit
|
commitdiff
|
tree
2011-01-29
jaubourg
Fixes potential collisions between jsonp requests from...
commit
|
commitdiff
|
tree
2011-01-28
jaubourg
Compatibility fixes in ajax: exceptions are no longer...
commit
|
commitdiff
|
tree
2011-01-26
jaubourg
Merge branch 'master' of github.com:jquery/jquery
commit
|
commitdiff
|
tree
2011-01-26
jaubourg
Actually does what https://github.com/jquery/jquery...
commit
|
commitdiff
|
tree
2011-01-26
jaubourg
Passes jXHR object as third argument of prefilters...
commit
|
commitdiff
|
tree
2011-01-26
jaubourg
Fixes #5866. Issue number in previous commit was wrong...
commit
|
commitdiff
|
tree
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
next