| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Closes gh-4128
|
| |
|
|
|
|
|
|
|
| |
Fixes gh-3028
Ref gh-2612
Useful, for example, to add `nonce`, `integrity`, or `crossorigin`.
|
|
|
|
|
|
| |
The test works on its own when checked manually but mysteriously fails in
TestSwarm only in Android 4.0. Let's just disable it there.
Closes gh-3968
|
|
|
|
|
| |
Fixes gh-3605
Close gh-3895
|
|
|
|
|
| |
Fixes gh-3438
Closes gh-3781
|
|
|
|
|
| |
Fixes gh-3742
Close gh-3919
|
|
|
|
|
| |
Fixes gh-3736
Close gh-3918
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update QUnit to 1.23.1
- Remove unused dl#dl from test/index.html
- Remove unused map#imgmap from test/index.html
- Ensure all urls to data use baseURI
- Add the 'grunt karma:main' task
- customContextFile & customDebugFile
- Add 'npm run jenkins' script
Close gh-3744
Fixes gh-1999
|
|
|
|
|
| |
Fixes gh-3586
Close gh-3590
|
|
|
| |
Closes gh-3661
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Fixes gh-3229
Closes gh-3253
|
|
|
|
|
|
| |
Use eslint pragmas, fix new errors, etc
Closes gh-3148
|
|
|
|
|
|
|
|
| |
Fixes gh-3023
Closes gh-3081
Since .param() no longer looks at this setting we need unit tests
to ensure it is still honored by $.ajax().
|
|
|
|
|
| |
Ref gh-3040
Closes gh-3049
|
|
|
|
|
|
|
| |
Thanks @blq (Fredrik Blomqvist)
Fixes gh-3035
Close gh-3039
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Fixes gh-2800
Closes gh-2948
|
|
|
|
| |
Closes gh-2761
|
|
|
|
|
| |
Fixes gh-1732
Closes gh-2721
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
- IE9 does not have onabort. Use onreadystatechange instead.
Fixes gh-2079
Close gh-2684
|
|
|
|
|
| |
Fixes #2658
Closes #2671
|
|
|
|
|
|
| |
Ref 01c360f96390ff16edfe65ef3b34e167087ef645
(cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712)
|
|
|
|
| |
Follow-up to b078a62013782c7424a4a61a240c23c4c0b42614
|
|
|
|
|
| |
Fixes gh-2584
Closes gh-2643
|
|
|
|
|
|
|
| |
Proposed by @jaubourg
Fixes gh-2432
Closes gh-2588
|
|
|
|
|
|
|
|
| |
* Remove QUnit jshint globals
* Extend QUnit.assert methods
* Use assert.async instead of start/stop/done
Ref b930d14ce64937e9478405eee2828d4da091d2cb
|
|
|
|
| |
Fixes gh-2056
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes gh-2507
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Fixes gh-2323
Closes gh-2464
|
|
|
|
|
| |
Fixes gh-2084
Closes gh-2092
|
|
|
|
|
|
|
|
| |
* Move "evalScript.php" file to appropriate place
* Make jQuery#load "type" field explicit and add test for it
Ref trac-11264
|
|
|
|
|
| |
Fixes gh-1986
Closes gh-1995
|
|
|
|
| |
Closes gh-1954
|
|
|
|
|
| |
Fixes gh-1875
Closes gh-1880
|
|
|
|
|
|
|
|
| |
That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks
for old Blackberry.
Closes gh-1820
Refs gh-1815
|
|
|
|
|
| |
Fixes gh-1775
Close gh-1619
|
| |
|
|
|
|
|
| |
Fixes #14757
Closes gh-1449
|
|
|
|
|
| |
Fixes #15118
Closes gh-1588
|
| |
|
|
|
|
|
|
| |
(cherry-picked from the 71780965072b1271018f2cf360e82fbe31f4987e)
Picked up so tests from the 1.x-master would be more similar to this branch
|
|
|
|
|
| |
Since global variable for callback always would be equal to undefined value
it better to check for boolean instead
|
| |
|
|
|
|
| |
Fixes #14773
|
|
|
|
|
|
|
|
|
|
|
| |
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
|