Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ajax: Use two-arg form of .slice() for old IE | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
| | | | | Followup to a4b9bc57, #14773 | ||||
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
| | | | | | | | | Fixes #14773 (cherry picked from commit 3a68c114e3a30af86dc261c9d62ce2ae4144d420) Conflicts: src/ajax/load.js | ||||
* | Ajax: support non-RFC2616 methods for oldIE | Oleg | 2014-01-14 | 1 | -2/+13 |
| | | | | | Closes gh-1466 Fixes #13240 | ||||
* | Fix #14503: Cast to string before setting XHR header. Close gh-1427. | hongymagic | 2013-11-14 | 1 | -1/+9 |
| | |||||
* | Fix #14475. Use IE11-friendly detect for proper XHR object. | Dave Methvin | 2013-11-14 | 1 | -7/+3 |
| | | | | We don't seem to have test cases for local file access. | ||||
* | Fix #14492: More correct jQuery.parseJSON. Close gh-1419. | Richard Gibson | 2013-11-12 | 1 | -22/+31 |
| | |||||
* | Remove old try...catch for old FF | Oleg | 2013-11-08 | 1 | -52/+42 |
| | |||||
* | Ref 705216d: Synchronize ajax/xhr.js with master | Richard Gibson | 2013-11-08 | 1 | -1/+1 |
| | |||||
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | No ticket: Update style per gh-1418 comments | Richard Gibson | 2013-11-04 | 1 | -8/+6 |
| | |||||
* | Ref 705216dc: Synchronize ajax/xhr.js with master. Close gh-1418. | Richard Gibson | 2013-11-04 | 1 | -76/+54 |
| | |||||
* | All non-var modules should not indent in their AMD wrappers (just for ↵ | Timmy Willison | 2013-09-09 | 2 | -55/+58 |
| | | | | prettier builds). No functionality changes. | ||||
* | Move parsing methods to their own files (separates manipulation dependency ↵ | Timmy Willison | 2013-09-08 | 3 | -0/+71 |
| | | | | | | | from core) Conflicts: src/core.js | ||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 2 | -3/+3 |
| | |||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -6/+6 |
| | |||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 1 | -1/+4 |
| | | | | | Conflicts: src/css.js | ||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -1/+2 |
| | | | | | | | | | | to save 15 bytes. Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 6 | -2/+104 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 1 | -5/+1 |
| | | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations | ||||
* | Never use the XML as parsed by the XHR instance. Use raw text instead and ↵ | jaubourg | 2013-01-21 | 1 | -8/+1 |
| | | | | let the ajax conversion logic do the trick. -20 min/gzipped. Fixes #13276. Unit test added. | ||||
* | Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065. | Oleg | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | No ticket: compress ajax. Close gh-1041. | Richard Gibson | 2012-11-25 | 3 | -46/+38 |
| | |||||
* | Set async to true instead of async (prop vs. attr). Closes gh-1039 | Timo Tijhof | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | Alternate fix for #11426; check responseText. Close gh-843. | Oleg Gaidarenko | 2012-10-20 | 1 | -2/+1 |
| | |||||
* | Latest JSHint gets cranky with the _ vars in catch() {} | Rick Waldron | 2012-10-15 | 1 | -2/+2 |
| | |||||
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -6/+5 |
| | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 3 | -12/+0 |
| | |||||
* | When IE6 & IE7 serve from the cache in async mode, resolves the request ↵ | jaubourg | 2012-05-16 | 1 | -4/+6 |
| | | | | asynchronously. Fixes #11778. | ||||
* | Prevents tests for replaceInData to take place if replaceInUrl is already true. | jaubourg | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | remove redundant condition | Richard Gibson | 2012-04-22 | 1 | -2/+1 |
| | |||||
* | style adherence | Richard Gibson | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | refactor jsonp.js for size and clarity | Richard Gibson | 2012-04-22 | 1 | -51/+55 |
| | |||||
* | Fixes #8205. Mitigates memory usage by recycling jsonp callback names the ↵ | jaubourg | 2012-04-20 | 1 | -2/+12 |
| | | | | 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. | ||||
* | Fixes #4624... 3 years later, people! | jaubourg | 2012-03-07 | 1 | -2/+1 |
| | |||||
* | Fixes #11426: getting the responseText of an xhr should be tried/caught ↵ | jaubourg | 2012-03-07 | 1 | -1/+7 |
| | | | | because of IE's inability to give access to binary data. Unit test added. | ||||
* | Add undef:true to JSHint now that it understands hoisting | Mike Sherov | 2012-01-19 | 1 | -5/+5 |
| | | | | also add smarttabs:true and fix some smarttabs spacing issues | ||||
* | Fix #10692. JSLint is dead! Long live JSHint! | Mike Sherov | 2011-12-08 | 1 | -5/+5 |
| | | | | Still needs this sizzle PR: https://github.com/jquery/sizzle/pull/82 | ||||
* | Makes sure no unload handler is bound when not in IE. Also simplifies the ↵ | jaubourg | 2011-04-21 | 1 | -30/+26 |
| | | | | 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. | ||||
* | (Re) Fixes #8884 in a way that keeps the format of the headers map sent to ↵ | jaubourg | 2011-04-19 | 1 | -1/+1 |
| | | | | transports natural. | ||||
* | Removes now unnecessary regexp and companion function. Fixes some spacing ↵ | jaubourg | 2011-04-15 | 1 | -1/+1 |
| | | | | issues. Shortens field names. | ||||
* | Continuing to map request headers using their name in uppercase for the ↵ | Sam Bisbee | 2011-04-15 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Ensures callback placeholders are tested for and eventually replaced in data ↵ | jaubourg | 2011-04-13 | 1 | -16/+14 |
| | | | | 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. | ||||
* | Applies exception in Style Guidelines regarding objects and functions when ↵ | jaubourg | 2011-04-08 | 2 | -3/+3 |
| | | | | they are the last argument of a function call. | ||||
* | Fixes #8744. Makes sure script transport abort method actually removes the ↵ | jaubourg | 2011-04-04 | 1 | -1/+1 |
| | | | | script tag even if readyState exists. | ||||
* | Fixes #8423. Never set X-Requested-With header automagically for ↵ | jaubourg | 2011-03-07 | 1 | -5/+6 |
| | | | | cross-domain requests. | ||||
* | Removes unnecessary parenthesis from regular expression. | jaubourg | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Minor changes to enforce JQuery Core Style Guidelines. | jaubourg | 2011-02-12 | 1 | -9/+11 |
| | |||||
* | Adds missing crossDomain test. | jaubourg | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | Fixes #8245. Ajax now ensures header names are capitalized so that ↵ | jaubourg | 2011-02-11 | 1 | -2/+2 |
| | | | | non-compliant xhr implementations don't override them. |