Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ajax: Fix getResponseHeader(key) for IE11 | Andrei Fangli | 2018-11-26 | 1 | -3/+5 |
| | | | | | | | | | | | - getResponseHeader(key) combines all header values for the provided key into a single result where values are concatenated by ', '. This does not happen for IE11 since multiple values for the same header are returned on separate lines. This makes the function only return the last value of the header for IE11. - Updated ajax headers test to better cover Object.prototype collisions Close gh-4173 Fixes gh-3403 | ||||
* | Ajax: Don't process non-string data property on no-entity-body requests | Dave Methvin | 2018-01-15 | 1 | -2/+2 |
| | | | | | Fixes gh-3438 Closes gh-3781 | ||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -3/+4 |
| | | | | Fixes gh-3609 | ||||
* | Docs:Tests: Update IE/Edge-related support comments & tests | Michał Gołębiowski | 2017-05-15 | 1 | -1/+1 |
| | | | Closes gh-3661 | ||||
* | Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse | Timmy Willison | 2016-09-15 | 1 | -4/+4 |
| | | | | | | | | | | | | - Renames and changes rnotwhite to focus on HTML whitespace chars - Change internal use of jQuery.trim to more accurate strip and collapse - Adds tests to ensure HTML space characters are retained where valid - Doesn't add tests where the difference is inconsequential and existing tests are adequate. Fixes gh-3003 Fixes gh-3072 Close gh-3316 | ||||
* | Ajax: Don't mangle the URL when removing the anti-cache param | Dave Methvin | 2016-08-08 | 1 | -3/+3 |
| | | | | | Fixes gh-3229 Closes gh-3253 | ||||
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -0/+1 |
| | | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148 | ||||
* | Ajax: Remove unnecessary use of jQuery.trim | Ralin Chimev | 2016-04-29 | 1 | -1/+1 |
| | | | | | | | The subsequent .match already ignores leading/trailing space. Ref gh-3003 Closes gh-3095 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Docs: Update support comments related to IE | Michał Gołębiowski | 2016-03-30 | 1 | -3/+4 |
| | | | | All support comments were checked for Edge applicability. | ||||
* | Core: Deprecate jQuery.parseJSON | Michał Gołębiowski | 2016-03-02 | 1 | -2/+1 |
| | | | | | Fixes gh-2800 Closes gh-2948 | ||||
* | Ajax: add serialize to AMD dependencies | Timmy Willison | 2016-01-19 | 1 | -1/+2 |
| | | | | Fixes gh-2842 | ||||
* | Ajax: Preserve URL hash on requests | Dave Methvin | 2015-11-30 | 1 | -12/+16 |
| | | | | | Fixes gh-1732 Closes gh-2721 | ||||
* | Ajax: Golf away 21 bytes | Richard Gibson | 2015-11-19 | 1 | -30/+28 |
| | | | | Close gh-2699 | ||||
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 1 | -0/+2 |
| | | | | | | | | Fixes gh-1864 Closes gh-2692 This also pulls the focusin/out special event into its own module, since that depends on simulate(). NB: The ajax module triggers events pretty heavily. | ||||
* | Ajax: Only form-encode requests with a body | Dave Methvin | 2015-11-02 | 1 | -0/+6 |
| | | | | | Fixes #2658 Closes #2671 | ||||
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 1 | -3/+3 |
| | | | | | Fixes gh-2584 Closes gh-2643 | ||||
* | Ajax: Mitigate possible XSS vulnerability | Oleg Gaidarenko | 2015-10-12 | 1 | -1/+1 |
| | | | | | | | Proposed by @jaubourg Fixes gh-2432 Closes gh-2588 | ||||
* | Ajax: do not quote "throws" option - use dot notation instead | Oleg Gaidarenko | 2015-09-07 | 1 | -1/+1 |
| | | | | | Fixes gh-2571 Closes gh-2542 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -26/+58 |
| | | | | Fixes gh-2056 | ||||
* | Core: Switch from modules to just window.setTimeout etc. | Michał Gołębiowski | 2015-06-17 | 1 | -6/+3 |
| | | | | | | Using modules for window.setTimeout etc. made those functions cached and disabled Sinon mocking, making effects tests fail. Just writing window.setTimeout directly is smaller anyway. | ||||
* | Core: Use window.setTimeout & friends instead of global equivalents | Michał Gołębiowski | 2015-06-17 | 1 | -1/+4 |
| | | | | Fixes gh-2177 | ||||
* | Ajax: remove deprecated extensions from ajax promise | Oleg Gaidarenko | 2015-02-17 | 1 | -6/+4 |
| | | | | | Fixes gh-2084 Closes gh-2092 | ||||
* | Ajax: $.post and $.get can now take an options object | George Mauer | 2015-01-11 | 1 | -2/+3 |
| | | | | | Fixes gh-1986 Closes gh-1995 | ||||
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -1/+3 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | Ajax: use anchor tag for parsing urls | Ben Toews | 2014-12-11 | 1 | -19/+26 |
| | | | | | Fixes gh-1875 Closes gh-1880 | ||||
* | Ajax: Fix for request aborted in ajaxSend | Dan Hart | 2014-11-01 | 1 | -0/+6 |
| | | | | | Fixes gh-1775 Close gh-1619 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -7/+16 |
| | |||||
* | Ajax: Remove workaround for IE6/7 | Chris Antaki | 2014-07-13 | 1 | -19/+6 |
| | | | | | Closes gh-1597 Ref #8138 | ||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -6/+5 |
| | | | | Closes gh-1577 | ||||
* | Ajax: Support usage without jQuery.event | TJ VanToll | 2014-06-02 | 1 | -1/+2 |
| | | | | | Fixes #15118 Closes gh-1588 | ||||
* | Ajax: move ajax event aliases to their own file | Timmy Willison | 2014-06-02 | 1 | -7/+0 |
| | | | | Fixes #15126 | ||||
* | Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340. | njhamann | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -5/+5 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | across all modules) | ||||
* | Apply consistent ordering in all modules. -38 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 1 | -156/+156 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | Move parsing methods to their own files (separates manipulation dependency ↵ | Timmy Willison | 2013-09-08 | 1 | -0/+2 |
| | | | | from core) | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -68/+16 |
| | |||||
* | Handles HEAD requests as if they always were 204. Fixes #13922. | Julian Aubourg | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute ↵ | Richard Gibson | 2013-04-17 | 1 | -23/+23 |
| | | | | in domManip. Close gh-1051. | ||||
* | Correct oldIE-related comments, revert some workarounds. Close gh-1207. | Michał Gołębiowski | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | Update grunt-contrib-jshint to 0.3.0, close gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -2/+2 |
| | | | | | | | | (cherry picked from 4adde5d14534799f3bcfac2771e1513be8a56a2f) Conflicts: src/data.js src/effects.js | ||||
* | Edited comments and minor adjustments. Fixes #13553. Closes gh-1195. | Michał Z. Gołębiowski | 2013-03-12 | 1 | -4/+5 |
| | |||||
* | Fixes #11151, #13388. Minor refactor of response conversion and when/where | jaubourg | 2013-02-28 | 1 | -41/+44 |
| | | | | | | responseXXX fields are set on the jqXHR. Close gh-1164. (Cherry-picked from 69b3d5ce0f081d3f113b2917495f35df160f8522) | ||||
* | Optimisation: Use String instead of window.String. Close gh-1176. | Timo Tijhof | 2013-02-26 | 1 | -1/+1 |
| | | | | Follows-up 22e28b01e60e87b2454f88ca128fb84916b13564. | ||||
* | Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ↵ | byroot | 2013-01-24 | 1 | -3/+8 |
| | | | | #13261. | ||||
* | Fixes awkward spacing | jaubourg | 2012-11-29 | 1 | -3/+2 |
| | |||||
* | Simplifies how url is kept devoid of anti-cache parameter for ifModified ↵ | jaubourg | 2012-11-29 | 1 | -16/+16 |
| | | | | requests. Also, renames ifModifiedKey to cacheURL so that it now conveys the variable's nature rather than its purpose. -5 min/gzipped. | ||||
* | Alias options.method to options.type. Fixes #12004. | Matt Farmer | 2012-11-28 | 1 | -0/+3 |
| | |||||
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -3/+3 |
| |