Timmy Willison
|
cecb52ff5c
|
Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.
|
2013-08-15 20:38:48 -04:00 |
|
Timmy Willison
|
6318ae6ab9
|
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
|
2013-08-15 14:15:49 -04:00 |
|
jaubourg
|
1c77259d06
|
Removes unnecessary call to .off() as noted by @dcherman.
|
2013-01-21 03:05:03 +01:00 |
|
jaubourg
|
1ad874f344
|
Further script transport cleanup, close gh-1123.
|
2013-01-20 18:10:07 -05:00 |
|
jaubourg
|
c373a499d3
|
Reduced script transport
|
2013-01-20 18:08:59 -05:00 |
|
jaubourg
|
62acda819f
|
Adds the abort on unload trick back in since IE9 still exhibits the bug
|
2013-01-07 10:34:14 -05:00 |
|
jaubourg
|
f6df0301c8
|
Fixes comments per @rwldrn. Makes sure failing requests from local protocol yields status 404, not 0.
|
2013-01-07 10:34:11 -05:00 |
|
jaubourg
|
17049c73bc
|
2.0: reduced xhr transport
|
2013-01-07 10:34:07 -05:00 |
|
Oleg
|
d41b983259
|
Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.
|
2012-12-10 20:51:49 -05:00 |
|
Richard Gibson
|
a938d7b128
|
No ticket: compress ajax. Close gh-1041.
|
2012-11-25 13:07:46 -05:00 |
|
Timo Tijhof
|
4fed8eb86d
|
Set async to true instead of async (prop vs. attr). Closes gh-1039
|
2012-11-21 21:47:59 -05:00 |
|
Oleg Gaidarenko
|
cafb542da9
|
Alternate fix for #11426; check responseText. Close gh-843.
|
2012-10-20 21:25:39 -04:00 |
|
Rick Waldron
|
6aae3e1038
|
Latest JSHint gets cranky with the _ vars in catch() {}
|
2012-10-15 18:05:36 -04:00 |
|
Chris Faulkner
|
7b5ffcdac8
|
Fixes a variety of typographical problems. Closes gh-853
|
2012-07-11 09:46:21 -04:00 |
|
Mike Sherov
|
8f01b92b8f
|
Follow the style guide, lose 72 bytes! Closes gh-840.
|
2012-07-09 21:39:22 -04:00 |
|
Rick Waldron
|
7c23b77af2
|
Strips IIFEs from modules; Always require built jQuery for tests.
|
2012-06-04 12:48:18 -04:00 |
|
jaubourg
|
d55a764e6e
|
When IE6 & IE7 serve from the cache in async mode, resolves the request asynchronously. Fixes #11778.
|
2012-05-16 23:43:16 +02:00 |
|
jaubourg
|
8ad22a2b15
|
Prevents tests for replaceInData to take place if replaceInUrl is already true.
|
2012-04-23 00:07:15 +02:00 |
|
Richard Gibson
|
180a997da5
|
remove redundant condition
|
2012-04-22 14:53:36 -04:00 |
|
Richard Gibson
|
2d1247a413
|
style adherence
|
2012-04-22 11:40:02 -04:00 |
|
Richard Gibson
|
b0ea80e9fd
|
refactor jsonp.js for size and clarity
|
2012-04-22 11:36:44 -04:00 |
|
jaubourg
|
8ebb2f4793
|
Fixes #8205. Mitigates memory usage by recycling jsonp callback names the safest possible way (no kittens were harmed in the making of this). Doesn't even try to delete window properties (would necessitate a try/catch for IE which makes the cost in size prohibitive). Unit tests added.
|
2012-04-20 03:02:20 +02:00 |
|
jaubourg
|
bd56456b1e
|
Fixes #4624... 3 years later, people!
|
2012-03-07 17:08:59 +01:00 |
|
jaubourg
|
484cea1b56
|
Fixes #11426: getting the responseText of an xhr should be tried/caught because of IE's inability to give access to binary data. Unit test added.
|
2012-03-07 15:39:39 +01:00 |
|
Mike Sherov
|
135bb4ff81
|
Add undef:true to JSHint now that it understands hoisting
also add smarttabs:true and fix some smarttabs spacing issues
|
2012-01-19 22:36:08 -05:00 |
|
Mike Sherov
|
98386cfd77
|
Fix #10692. JSLint is dead! Long live JSHint!
Still needs this sizzle PR: https://github.com/jquery/sizzle/pull/82
|
2011-12-08 21:04:57 -05:00 |
|
jaubourg
|
a28eadff48
|
Makes sure no unload handler is bound when not in IE. Also simplifies the whole "on unload abort" code. Also avoids the declaration of yet another variables in the jQuery main closure for the temporary XHR used to assess support properties.
|
2011-04-21 18:43:40 +02:00 |
|
jaubourg
|
3a3842c669
|
(Re) Fixes #8884 in a way that keeps the format of the headers map sent to transports natural.
|
2011-04-19 00:29:20 -07:00 |
|
jaubourg
|
a519129e99
|
Removes now unnecessary regexp and companion function. Fixes some spacing issues. Shortens field names.
|
2011-04-15 14:16:43 -07:00 |
|
Sam Bisbee
|
a9a79ccc6e
|
Continuing to map request headers using their name in uppercase for the index, but we now map to an object with an unmodified name and value: { name: "", value: "" }. This prevents overwriting of the user's supplied headers, which many applications parse with case sensitivity, because we no longer use the modified, uppercase index when building the request.
|
2011-04-15 16:36:43 -04:00 |
|
jaubourg
|
4ad9b44dea
|
Ensures callback placeholders are tested for and eventually replaced in data only when contentType is application/x-www-form-urlencoded and data is a string. Removes json to jsonp promotion when jsonp or jsonpCallback options are present. Uses new Deferred.always method to bind cleanUp function.
|
2011-04-13 19:27:19 +02:00 |
|
jaubourg
|
2594a935de
|
Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call.
|
2011-04-08 17:41:14 +02:00 |
|
jaubourg
|
2ed81b44be
|
Fixes #8744. Makes sure script transport abort method actually removes the script tag even if readyState exists.
|
2011-04-04 17:41:30 +02:00 |
|
jaubourg
|
6c124d3dd4
|
Fixes #8423. Never set X-Requested-With header automagically for cross-domain requests.
|
2011-03-07 00:42:09 +01:00 |
|
jaubourg
|
58faec7cb7
|
Removes unnecessary parenthesis from regular expression.
|
2011-02-24 06:37:37 +01:00 |
|
jaubourg
|
ea3e10a492
|
Minor changes to enforce JQuery Core Style Guidelines.
|
2011-02-12 00:14:11 +01:00 |
|
jaubourg
|
066304edf0
|
Adds missing crossDomain test.
|
2011-02-11 07:39:46 +01:00 |
|
jaubourg
|
f2e0ae1a39
|
Fixes #8245. Ajax now ensures header names are capitalized so that non-compliant xhr implementations don't override them.
|
2011-02-11 07:07:06 +01:00 |
|
jaubourg
|
3a1d7a3c7c
|
Simplifies status normalization in xhr transport. Local file test modified for clarity.
|
2011-02-11 07:02:11 +01:00 |
|
jaubourg
|
6f4b36ed17
|
Replaces jQuery.each loop for headers with a foreach loop.
|
2011-02-09 17:50:45 +01:00 |
|
jaubourg
|
f6e173437e
|
Fixes #8219. Introduces the mimeType option to override content-type header in conversion (and in native xhr when possible). Adds companion overrideMimeType method on jqXHR object (it simply sets the option). Unit test added.
|
2011-02-09 17:47:33 +01:00 |
|
jaubourg
|
0c21c83e96
|
Makes sure xhrs are actually aborted on unload in IE. Simplifies active xhrs caching in the process.
|
2011-02-07 06:11:52 +01:00 |
|
jaubourg
|
d6fbbe1080
|
Fixes #8177. XHR transport now considers 304 Not Modified responses as 200 OK if no conditional request header was provided (as per the XMLHttpRequest specification).
|
2011-02-05 03:08:35 +01:00 |
|
jaubourg
|
4d808a3345
|
Don't use a local copy of jQuery.ajaxSettings.isLocal anymore but use the current value so that it is possible to set isLocal to true for protocols unknown to jQuery.
|
2011-02-03 18:22:37 +01:00 |
|
jaubourg
|
ee22a59129
|
Stores jQuery.ajaxSettings.isLocal locally at load time so that any change 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.
|
2011-02-03 06:12:47 +01:00 |
|
jaubourg
|
823eecab90
|
Fixes #8146. Custom fields in xhrFields are now set after the XMLHttpRequest object has been opened.
|
2011-02-03 03:02:11 +01:00 |
|
jaubourg
|
d77a2a2274
|
Fixes #8152 by applying the same special cases for protocol "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.
|
2011-02-03 02:53:10 +01:00 |
|
jaubourg
|
5ef7ddc4c5
|
Fixes #8146 by introducing the xhrFields option with is a map of fieldName/fieldValue to set on the native xhr. Can be used to set withCredentials to true for cross-domain requests if needed.
|
2011-02-02 21:16:26 +01:00 |
|
jaubourg
|
b90369e8cb
|
Fixes #8135. Makes sure any exception thrown by Firefox when trying to access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior.
|
2011-02-02 13:33:31 +01:00 |
|
Mathias Bynens
|
462bb1f66a
|
Fixes #8098. Use the fast document.head when available. Don't set unneeded "script.type = text/javascript".
|
2011-02-02 00:59:00 +01:00 |
|