git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fixes #8152 by applying the same special cases for protocol "chrome-extension:" as...
[jquery.git]
/
src
/
ajax.js
2011-02-03
jaubourg
Fixes #8152 by applying the same special cases for...
blob
|
commitdiff
2011-02-02
jaubourg
Fixes #8138. Access to document.location is made only...
blob
|
commitdiff
|
diff to current
2011-02-01
Anton Kovalyov
Fixes #7945. Make jQuery.param() serialize plain object...
blob
|
commitdiff
|
diff to current
2011-02-01
jaubourg
Fixes #8115. Renames all references to jXHR with jqXHR...
blob
|
commitdiff
|
diff to current
2011-02-01
Dan Heberden
Bug 8107; Fix argument handling for $.ajax for multiple...
blob
|
commitdiff
|
diff to current
2011-01-31
jaubourg
Fixes #8095. Properly handles the case where browser...
blob
|
commitdiff
|
diff to current
2011-01-31
jaubourg
Makes sure all converters keys are lowercased before...
blob
|
commitdiff
|
diff to current
2011-01-31
jaubourg
Makes sure options.context is used as the context for...
blob
|
commitdiff
|
diff to current
2011-01-31
Anton M
Fixes #7568. Follow-up fix for #5862. Objects with...
blob
|
commitdiff
|
diff to current
2011-01-31
jaubourg
Ensures dataTypeExpressions are lowercased for prefilte...
blob
|
commitdiff
|
diff to current
2011-01-28
jaubourg
Compatibility fixes in ajax: exceptions are no longer...
blob
|
commitdiff
|
diff to current
2011-01-26
jaubourg
Actually does what https://github.com/jquery/jquery...
blob
|
commitdiff
|
diff to current
2011-01-26
jaubourg
Passes jXHR object as third argument of prefilters...
blob
|
commitdiff
|
diff to current
2011-01-26
jaubourg
Fixes #5866. Issue number in previous commit was wrong...
blob
|
commitdiff
|
diff to current
2011-01-26
jaubourg
Fixes #5856. Adds document protocol at the beginning...
blob
|
commitdiff
|
diff to current
2011-01-25
jaubourg
Reworks how values of parameters passed to error callba...
blob
|
commitdiff
|
diff to current
2011-01-24
jaubourg
Makes prefilters and transport inspection more robust...
blob
|
commitdiff
|
diff to current
2011-01-23
jaubourg
Revised internal implementation of ajaxPrefilter()...
blob
|
commitdiff
|
diff to current
2011-01-23
jaubourg
More code style fixes.
blob
|
commitdiff
|
diff to current
2011-01-23
jaubourg
Apply JQuery Core Style Guidelines to ajax.js and ajax...
blob
|
commitdiff
|
diff to current
2011-01-22
jaubourg
Re-organizes ajax.js: prefilters and transports are...
blob
|
commitdiff
|
diff to current
2011-01-21
jaubourg
Replaces "text in-between" technique with a full-fledge...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Moves determineResponse logic into main ajax callback...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Renames Deferred's fire and fireReject methods as resol...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Renames determineDataType as determineResponse. Makes...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Revises the way arguments are handled in ajax.
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Makes sure statusCode callbacks are ordered in the...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Cleans up and simplifies code shared by ajaxPrefilter...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Moves things around to make jsLint happier.
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Fixes crossDomain test so that it assumes port to be...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Moves determineDataType into ajaxSettings so that it...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Re-adds hastily removed variable and simplifies statusC...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Use undefined instead of 0 to deference transport for...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Removes unnecessary test and ensures getResponseHeader...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Revised how context is determined and removed unnecessa...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Moved ajaxSettings.xhr definition together with support...
blob
|
commitdiff
|
diff to current
2011-01-16
jaubourg
Makes it so a prefilter can change the type of a request.
blob
|
commitdiff
|
diff to current
2011-01-16
jaubourg
Removed internal dataTypes option and added headers...
blob
|
commitdiff
|
diff to current
2011-01-16
jaubourg
Fixes #2994. Not finding a transport now fires the...
blob
|
commitdiff
|
diff to current
2011-01-13
jaubourg
Moved jQuery.ajax.prefilter and jQuery.ajax.transport...
blob
|
commitdiff
|
diff to current
2011-01-13
jaubourg
Fixes #4964. Adds a statusCode object together with...
blob
|
commitdiff
|
diff to current
2011-01-13
jaubourg
Cleans up statusText handling and simplifies 304 notmod...
blob
|
commitdiff
|
diff to current
2011-01-13
jaubourg
Removes unnecessary variables and adds much needed...
blob
|
commitdiff
|
diff to current
2011-01-12
jaubourg
Fixes a regression by calling dataFilter with the secon...
blob
|
commitdiff
|
diff to current
2011-01-12
jaubourg
Gets rid of a var statement by moving variable declarat...
blob
|
commitdiff
|
diff to current
2011-01-12
jaubourg
AjaxSetup now uses deep extend internally to accomodate...
blob
|
commitdiff
|
diff to current
2011-01-11
jaubourg
Fixes 4825. jQuery.fn.load: use the jXHR's Promise...
blob
|
commitdiff
|
diff to current
2011-01-09
Dave Methvin
Change embedded regexp to a variable (for #6876).
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Make it so prefilters get access to the original settings.
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #5955. Option crossDomain now forces ajax to...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Make sure prefilters have been called and transport...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #7465. Reworked the regexp and associated test...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #7868. ResponseText is now properly propagated...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #7881. Setting contentType to false will prevent...
blob
|
commitdiff
|
diff to current
2011-01-06
jaubourg
Renamed "complete" to "done" in order to avoid conflict...
blob
|
commitdiff
|
diff to current
2011-01-05
Colin Snover
Cleaning up trailing whitespace again.
blob
|
commitdiff
|
diff to current
2011-01-05
jaubourg
"then" renamed "complete" and new "then" method defined...
blob
|
commitdiff
|
diff to current
2010-12-31
Dave Methvin
When serializing text, encode all line breaks as CRLF...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Revised conversion logic to handle converter equal...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Introduced a new promise method on deferreds that retur...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Renamed several ajaxSettings options. Removed cors...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Revised logic in data conversion to account for when...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Removed re-usability from jXHR object (no more open...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Removed dataCheckers, added true as possible value...
blob
|
commitdiff
|
diff to current
2010-12-31
unknown
Changed dataConverters key format.
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Rewrote the data conversion logic in ajax. Should be...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Rewrote the data conversion logic in ajax. Should be...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
blob
|
commitdiff
|
diff to current
2010-12-30
Colin Snover
Clean trailing whitespace from all files.
blob
|
commitdiff
|
diff to current
2010-12-29
jaubourg
Revised conversion logic to handle converter equal...
blob
|
commitdiff
|
diff to current
2010-12-28
jaubourg
Introduced a new promise method on deferreds that retur...
blob
|
commitdiff
|
diff to current
2010-12-28
jaubourg
Renamed several ajaxSettings options. Removed cors...
blob
|
commitdiff
|
diff to current
2010-12-28
jaubourg
Merge branch 'master' of github.com:jquery/jquery into...
blob
|
commitdiff
|
diff to current
2010-12-26
Ben Alman
Removed unnecessary upper/lowercase, it's all just...
blob
|
commitdiff
|
diff to current
2010-12-26
Ben Alman
WETness getting you down? Fear not, the $.get and ...
blob
|
commitdiff
|
diff to current
2010-12-25
jaubourg
Revised logic in data conversion to account for when...
blob
|
commitdiff
|
diff to current
2010-12-25
jaubourg
Removed re-usability from jXHR object (no more open...
blob
|
commitdiff
|
diff to current
2010-12-25
jaubourg
Removed dataCheckers, added true as possible value...
blob
|
commitdiff
|
diff to current
2010-12-24
unknown
Changed dataConverters key format.
blob
|
commitdiff
|
diff to current
2010-12-24
jaubourg
Rewrote the data conversion logic in ajax. Should be...
blob
|
commitdiff
|
diff to current
2010-12-24
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
blob
|
commitdiff
|
diff to current
2010-12-23
Colin Snover
Fix fix for #6481 introduced at 7862c45ad2f32096383a21b...
blob
|
commitdiff
|
diff to current
2010-12-21
jaubourg
Rewrote the data conversion logic in ajax. Should be...
blob
|
commitdiff
|
diff to current
2010-12-21
jaubourg
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
blob
|
commitdiff
|
diff to current
2010-12-10
jaubourg
Fix the closure in ajax.js too.
blob
|
commitdiff
|
diff to current
2010-12-09
jaubourg
Rewrite of the Ajax module by Julian Aubourg. Some...
blob
|
commitdiff
|
diff to current
2010-12-06
John Resig
Merge branch 'bug6242' of https://github.com/csnover...
blob
|
commitdiff
|
diff to current
2010-12-06
John Resig
Merge branch 'bug7531' of https://github.com/csnover...
blob
|
commitdiff
|
diff to current
2010-12-03
Colin Snover
Fix memory leaks in IE caused by the custom abort funct...
blob
|
commitdiff
|
diff to current
2010-11-19
Anton M
Set cache to false as default for script or json reques...
blob
|
commitdiff
|
diff to current
2010-11-17
Colin Snover
Optimize for size instead of speed.
blob
|
commitdiff
|
diff to current
2010-11-17
Colin Snover
Coerce s.url to string before calling replace, since...
blob
|
commitdiff
|
diff to current
2010-11-09
John Resig
Merge branch 'bug7422' of https://github.com/csnover...
blob
|
commitdiff
|
diff to current
2010-11-09
John Resig
Make sure that when multiple variables are being declar...
blob
|
commitdiff
|
diff to current
2010-11-06
Colin Snover
Ensure that AJAX requests are actually aborted in all...
blob
|
commitdiff
|
diff to current
2010-10-26
John Resig
Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c...
blob
|
commitdiff
|
diff to current
2010-10-25
John Resig
Merge branch 'jquerymaster' of github.com/SlexAxton...
blob
|
commitdiff
|
diff to current
2010-10-25
dmethvin
Allow DELETE requests to have a content body, and prope...
blob
|
commitdiff
|
diff to current
2010-10-24
rwldrn
Fixes #7229 and #5803
blob
|
commitdiff
|
diff to current
next