Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ajax: execute jQuery#load callback with correct context | Oleg Gaidarenko | 2016-04-04 | 1 | -0/+19 | |
| | | | | | | | Thanks @blq (Fredrik Blomqvist) Fixes gh-3035 Close gh-3039 | |||||
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -19/+1 | |
| | | | | | | | | | | Support comments that were lacking the final IE/Edge version that exhibits the bug were checked & updated. Links to the Chromium bug tracker were updated. Code in tests related to unsupported browsers (like Android 2.3 in non-basic tests) has been removed. Fixes gh-2868 Closes gh-2949 | |||||
* | Core: Deprecate jQuery.parseJSON | Michał Gołębiowski | 2016-03-02 | 1 | -1/+1 | |
| | | | | | Fixes gh-2800 Closes gh-2948 | |||||
* | Docs: Fix various spelling errors | Josh Soref | 2016-01-13 | 1 | -1/+1 | |
| | | | | Closes gh-2761 | |||||
* | Ajax: Preserve URL hash on requests | Dave Methvin | 2015-11-30 | 1 | -4/+18 | |
| | | | | | Fixes gh-1732 Closes gh-2721 | |||||
* | Ajax: Don't throw exceptions on binary data response | Dave Methvin | 2015-11-04 | 1 | -0/+24 | |
| | | | | | | | | | Fixes gh-2498 Closes gh-2682 The added unit test shows how this could be used to support an ArrayBuffer return, but $.ajax does not support it natively. The goal with this change was to avoid the exception. | |||||
* | Ajax: trigger error callback on native abort | Timmy Willison | 2015-11-03 | 1 | -1/+20 | |
| | | | | | | | - IE9 does not have onabort. Use onreadystatechange instead. Fixes gh-2079 Close gh-2684 | |||||
* | Ajax: Only form-encode requests with a body | Dave Methvin | 2015-11-02 | 1 | -0/+42 | |
| | | | | | Fixes #2658 Closes #2671 | |||||
* | Tests: Use standard external domain name | Richard Gibson | 2015-10-23 | 1 | -1/+1 | |
| | | | | | | Ref 01c360f96390ff16edfe65ef3b34e167087ef645 (cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712) | |||||
* | Ajax: don't expect cross-origin tests run in envs which not support it | Oleg Gaidarenko | 2015-10-13 | 1 | -31/+20 | |
| | | | | Follow-up to b078a62013782c7424a4a61a240c23c4c0b42614 | |||||
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 1 | -1/+103 | |
| | | | | | Fixes gh-2584 Closes gh-2643 | |||||
* | Ajax: Mitigate possible XSS vulnerability | Oleg Gaidarenko | 2015-10-12 | 1 | -0/+48 | |
| | | | | | | | Proposed by @jaubourg Fixes gh-2432 Closes gh-2588 | |||||
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 1 | -30/+44 | |
| | | | | | | | | * Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb | |||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -467/+471 | |
| | | | | Fixes gh-2056 | |||||
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 1 | -1112/+1250 | |
| | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Fixes gh-2540 | |||||
* | Tests: don't use deprecated argument in test declaration | Oleg Gaidarenko | 2015-07-30 | 1 | -5/+15 | |
| | | | | Closes gh-2507 | |||||
* | Ajax: Account for Android 2.3 not firing window.onerror on script errors | Michał Gołębiowski | 2015-07-28 | 1 | -0/+9 | |
| | | | | | | | | | | Android 2.3 doesn't fire the window.onerror handler, just accept the reality there and skip the test. Refs gh-1573 Refs gh-1786 Refs jquery/jquery.com#108 Closes gh-2458 | |||||
* | Ajax: Remove jsonp callbacks through "jQuery#removeProp" method | Oleg Gaidarenko | 2015-07-13 | 1 | -11/+21 | |
| | | | | | Fixes gh-2323 Closes gh-2464 | |||||
* | Ajax: remove deprecated extensions from ajax promise | Oleg Gaidarenko | 2015-02-17 | 1 | -6/+6 | |
| | | | | | Fixes gh-2084 Closes gh-2092 | |||||
* | Ajax: make jQuery#load "type" field explicit | Oleg Gaidarenko | 2015-02-15 | 1 | -1/+12 | |
| | | | | | | | | * Move "evalScript.php" file to appropriate place * Make jQuery#load "type" field explicit and add test for it Ref trac-11264 | |||||
* | Ajax: $.post and $.get can now take an options object | George Mauer | 2015-01-11 | 1 | -0/+20 | |
| | | | | | Fixes gh-1986 Closes gh-1995 | |||||
* | Ajax: Fix cross-domain detection test for non-default port | Victor Homyakov | 2015-01-06 | 1 | -1/+1 | |
| | | | | Closes gh-1954 | |||||
* | Ajax: use anchor tag for parsing urls | Ben Toews | 2014-12-11 | 1 | -1/+5 | |
| | | | | | Fixes gh-1875 Closes gh-1880 | |||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -12/+3 | |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | |||||
* | Ajax: Fix for request aborted in ajaxSend | Dan Hart | 2014-11-01 | 1 | -0/+17 | |
| | | | | | Fixes gh-1775 Close gh-1619 | |||||
* | Build: Move test to appropriate module | Oleg Gaidarenko | 2014-06-16 | 1 | -0/+4 | |
| | ||||||
* | Ajax: Always use script injection in globalEval | Oleg Gaidarenko | 2014-06-16 | 1 | -9/+1 | |
| | | | | | Fixes #14757 Closes gh-1449 | |||||
* | Ajax: Support usage without jQuery.event | TJ VanToll | 2014-06-02 | 1 | -0/+16 | |
| | | | | | Fixes #15118 Closes gh-1588 | |||||
* | Ajax, Manipulation: don't test cross-document manip in Android 2.3 | Michał Gołębiowski | 2014-05-05 | 1 | -0/+6 | |
| | ||||||
* | Tests: Fix failing ajax tests in oldIE | Oleg Gaidarenko | 2014-04-15 | 1 | -9/+13 | |
| | | | | | | (cherry-picked from the 71780965072b1271018f2cf360e82fbe31f4987e) Picked up so tests from the 1.x-master would be more similar to this branch | |||||
* | Tests: Improve jsonp tests | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+2 | |
| | | | | | Since global variable for callback always would be equal to undefined value it better to check for boolean instead | |||||
* | Ajax, Effects: Disable Chrome 31 workarounds | Michał Gołębiowski | 2014-03-10 | 1 | -11/+4 | |
| | ||||||
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 1 | -0/+8 | |
| | | | | Fixes #14773 | |||||
* | Ajax: Protect against exceptions thrown synchronously by xhr.send | jaubourg | 2014-01-29 | 1 | -0/+30 | |
| | | | | | | | | | | | When xhr.send throws an exception synchronously, the onerror handler may have been called already which, unchecked, makes the exception bubble up outside of jQuery.ajax. We now catch the exception pre-emptively and only rethrow if we know it hasn't already been notified through the onerror handler. Fixes #14683 | |||||
* | Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31 | Michał Gołębiowski | 2013-12-18 | 1 | -4/+11 | |
| | | | | | | | Chrome 31 doesn't fire Ajax requests in beforeunload event handler. There is no way for us to workaround it and it's been fixed in Chrome 32 so let's just blacklist Chrome 31 as long as it's in TestSwarm. See https://code.google.com/p/chromium/issues/detail?id=321241 | |||||
* | Ref #14503: Cherry-pick tests. | hongymagic | 2013-11-15 | 1 | -5/+15 | |
| | | | | | | (cherry picked from commit 27b22f4ef5f3f291204f0e0f9f414ac503f6c8a8) (cherry picked from commit 8dc0f2ea84e1861d8d8dfa7699268368c659f8e9) (cherry picked from commit 936126f10de193e2bb1c8280dbc2361ca5d62e29) | |||||
* | Fix #14379: AJAX requests on unload | Richard Gibson | 2013-10-28 | 1 | -0/+5 | |
| | ||||||
* | Small adjustment to prefilter test. Follow the right path for prefixes. | Timmy Willison | 2013-09-12 | 1 | -1/+2 | |
| | ||||||
* | Adjust prefilter test to error on string indexing in oldIE | Timmy Willison | 2013-09-12 | 1 | -1/+2 | |
| | ||||||
* | Handles HEAD requests as if they always were 204. Fixes #13922. | Julian Aubourg | 2013-05-23 | 1 | -0/+23 | |
| | ||||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -18/+19 | |
| | | | | in tests. Fixes #13755. | |||||
* | Move size() test to deprecated.js and avoid in other tests. Close gh-1237. | Michał Gołębiowski | 2013-04-08 | 1 | -2/+1 | |
| | ||||||
* | Improve CSS and `Support:` comments. Close gh-1220. | Michał Gołębiowski | 2013-04-06 | 1 | -1/+0 | |
| | | | | | | | | 1) corrected box-sizing rules order - the unprefixed value should always be the last one 2) removed last semi-colons in CSS rules 3) updated support comments code review changes + more consistent comment spacing | |||||
* | bind/unbind changed to on/off in unit tests; refs #13554 | Michał Gołębiowski | 2013-03-25 | 1 | -3/+3 | |
| | ||||||
* | Edited comments and minor adjustments. Fixes #13553. Closes gh-1195. | Michał Z. Gołębiowski | 2013-03-12 | 1 | -1/+1 | |
| | ||||||
* | Fix typos. Close gh-1186. | dmitrygusev | 2013-02-28 | 1 | -3/+3 | |
| | ||||||
* | Fixes #11151, #13388. Minor refactor of response conversion and when/where | jaubourg | 2013-02-28 | 1 | -0/+22 | |
| | | | | | | responseXXX fields are set on the jqXHR. Close gh-1164. (Cherry-picked from 69b3d5ce0f081d3f113b2917495f35df160f8522) | |||||
* | Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ↵ | byroot | 2013-01-24 | 1 | -0/+20 | |
| | | | | #13261. | |||||
* | Fixes #13276. Unit test is enough since the 2.x XHR transport already ↵ | jaubourg | 2013-01-21 | 1 | -0/+16 | |
| | | | | dismissed the XML as parsed by the XHR instance. | |||||
* | strengthens and dries 304 unit tests | jaubourg | 2013-01-08 | 1 | -52/+34 | |
| |