| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
correct isDefaultPrevented value is reflected by jQuery's Event object. Fixes #7793.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
itself and also switched from jQuery.each to a while loop to remove as much overhead as possible. Thanks go to scott_gonzalez for reminding me of this.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
with no parameter returns a resolved promise. Ensures promise method on promises supports the promise(obj) signature. Ensures a deferred and its promise always return the same promise (itself for the promise). Unit tests provided.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
regarding the callback.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into commented out options of ajaxSettings.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
doesn't make ajax return false. Had to revise how jsonp and script prefilters & transports work (better separation of concerns). Also took the opportunity to revise jXHR getRequestHeader and abort methods and enabled early transport garbage collection when the request completes.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
necessary with the release of Opera 11. Fixes #7608." We will be continuing to support Opera 10.6 in jQuery 1.5.
This reverts commit 012f0c3b4bd3d04c2f3e1ea80fc1230901d607d9.
|
|\ \ \ \ \ \ \ \ |
|
| | |_|_|_|_|/ /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
unique result set. Fixes #7964 - Some traversal methods perform an unnecessary uniqueness check.
|
| | | | | | | | |
|
|/ / / / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
jQuery.ajaxPrefilter and jQuery.ajaxTransport so that proxying the ajax method doesn't turn into a nightmare. Thanks go to scott_gonzalez and DaveMethvin for pointing out the issue. Also made ajaxSetup return "this" to enable chainable definitions -- jQuery.ajaxSetup(...).ajaxPrefilter(...).ajaxTransport(...).
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
on the jXHR object (deferred behaviour). They accept a map of statusCode/callback(s). Callbacks are fired when the status code of the response correponds to the key (as a success or an error callback depending on how the request completed). Unit tests added.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
object in an undefined state in Firefox. Also rewrote comments related to the active xhr list so that they make sense.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
will complete the request itself if not done already.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
conversion logic in ajax.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
dataType.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
name of a JSONP request. Unit tests provided.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
actual response in case ajaxSettings contains a dataFilter. Unit test added.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
#3879, #6655. Also improves form element clone tests and fixes bugs in $.fn.clone exposed by these new test cases related to the values of checkboxes and radio buttons in IE.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
with the release of Opera 11. Fixes #7608.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
to avoid an IE6/7/8 memory leak. Fixes #7054.
|
| |_|/ / / /
|/| | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
is used. Fixes #5280.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
serialization.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
and recognizes requests with originalSettings having jsonp or jsonpCallback to be jsonp. Moved default jsonp option value into ajaxSettings. Attached the transport to "jsonp" which avoids unnecessary testing. Transport factory sets dataType back to json for proper data conversion.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
cross-domain even when it is not. Useful for when servers issue redirects to cross-domain urls. Unit test added.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
sending any global event (in case the "global" option has been changed).
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
detection so that it now includes ports. Added cross-domain detection tests for protocol, hostname and port.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
header from being sent. Unit test added.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
and to avoid a separate prefilters directory).
|
| | | | | | |
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #7102."
This reverts commit 6ffa730721a8ebcd128f3dc202706e46d9cfe249.
Conflicts:
src/core.js
|
| | | | |
| | | | |
| | | | |
| | | | | |
"fail" internally. The API is still symetrical (complete/fail), still promotes AOP but is also now Promise/A compliant. Changed unit tests and ajax module accordingly.
|
| | | | |
| | | | |
| | | | |
| | | | | |
application/x-www-form-urlencoded specification. Fixes #6876.
|
| | | | |
| | | | |
| | | | |
| | | | | |
isCancelled helper method from _Deferred, wasn't used nor tested. Reworked jQuery.Deferred and removed unnecessary variables. Also ensured a Promise will return itself when asked for a Promise. Finally, the jQuery.when tests have been revamped.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
object (exposing then, fail, isResolved, isRejected and promise itself only). Remove $.isDeferred and moved logic directly into $.when. Made sure $.when returns a promise by using promise(). Used promise() in ajax code too.
|