| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
to it won't affect the transport. Fixes the url parsing regexp to deal with empty domains. Adds informative text into test/localfile.html and handles Opera's failure. Revises the way xhr are created by doing all tests at load time and normalizes all the xhr creation functions so that none of them may throw an exception.
|
|
|
|
| |
object has been opened.
|
|
|
|
| |
"chrome-extension:" as were for "file:" (needs tests). Re-organizes and fixes the handling of special cases for HTTP status code in the xhr transport. Also re-organizes the handling of document.location in ajax.js.
|
|
|
|
| |
fieldName/fieldValue to set on the native xhr. Can be used to set withCredentials to true for cross-domain requests if needed.
|
|
|
|
| |
access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior.
|
|
|
|
| |
location.protocol if "file:". Added test/localfile.html to control it works.
|
|
|
|
| |
Fixes #8050.
|
| |
|
|
|
|
| |
fields definitions into ajaxSettings.
|
| |
|
|
|
|
| |
first step into integrating the logic into the main ajax done callback. Also fixes some comments in ajax/xhr.js.
|
|
|
|
| |
transports without the need for a second argument and so that we can now pass the original options to the transport instead. Also ensures the original options are actually propagated to prefilters (they were not).
|
|
|
|
| |
support.cors determination into ajax/xhr.js.
|
|
|
|
| |
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(...).
|
|
|
|
| |
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.
|
|
|
|
| |
is used. Fixes #5280.
|
| |
|
| |
|
|
and to avoid a separate prefilters directory).
|