| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes gh-2100
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2237
Closes gh-2276
(cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c)
Conflicts:
src/css.js
src/css/support.js
test/unit/support.js
|
|
|
|
| |
Close gh-2339
|
|
|
|
|
|
| |
Ref 44f8239d3f9d09d81e2885e9ae7e044277b67341
Ref gh-2644
Ref gh-2390
|
|
|
|
|
| |
Fixes gh-2584
Closes gh-2643
|
|
|
|
|
| |
Which was revealed by 03eaadb131df925d1072afd2496ee3b41d2f1fc6 commit,
also do not try to fix typos in data/jquery version
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Changes "baar" to "bar" when used with "foo" in readme
and comments of js files
* mousenter -> mouseenter
Thanks @garysye, @KimTaehee
Closes gh-2613
Closes gh-2601
|
|
|
|
|
| |
Fixes gh-2288
Closes gh-2624
|
| |
|
|
|
|
|
|
|
| |
Without this, other modules don't appear in the QUnit module picker.
Ref 855b0c8c288533948b257925a8906f7da3449eed
Closes gh-2582
|
|
|
|
|
|
|
|
|
| |
IE 8 doesn't have indexOf on arrays. Also, one toLowerCase() was missing. Oops.
This commit is not necessary on master but has been brought here to keep
tests similar in both branches.
(cherry-picked from 1b48eef4caf7fa3aba0ee1a3473e0d46487d20ea)
|
|
|
|
|
|
|
|
| |
When loading basic tests don't load any others to not overload Android 2.3.
The drawback is that most tests are not selectable in the module dropdown
when the basic module is seelcted.
Refs 2c7e9c934971500a746d012c529e13ec0b560a83
|
|
|
|
|
|
| |
Fixes gh-2505
Closes gh-2509
Refs gh-2483
|
|
|
|
|
|
|
|
| |
* Remove QUnit jshint globals
* Extend QUnit.assert methods
* Use assert.async instead of start/stop/done
Ref b930d14ce64937e9478405eee2828d4da091d2cb
|
|
|
|
|
|
|
|
|
|
| |
The AJAX test performed in unreleasedXHR.html was scheduling PHP processes
sleeping for 10 minutes. When a lot of commits are tested in short intervals
this was causing build failures due to the drained php-fpm pool.
The 10 seconds sleep time should be enough for this test.
Refs 62acda819f9b6fba9263d0b613e15285807b23a7
|
| |
|
|
|
|
| |
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-2487
|
|
|
|
| |
Closes gh-2326
|
| |
|
|
|
|
|
| |
- Also add comments to hidden/disconnected tests noting
this is to ensure consistency between branches
|
|
|
|
|
|
|
| |
The file was used by $.browser tests but $.browser now doesn't exists
in Core and this file hasn't been updated for a few years.
Fixes gh-2398
|
|
|
|
|
|
| |
Fixes gh-1767
Fixes gh-2071
Closes gh-2180
|
|
|
|
|
|
|
|
|
|
|
|
| |
Android 2.3 is very slow & times out a lot in async tests, they have to be
restarted multiple times to settle. Long test execution is not a huge problem
as Android 2.3 is tested only periodically during the night, unstable tests
are a bigger problem. This might mitigate that.
In a regular scenario almost all tests should pass so increasing the timeout
for all browsers shouldn't have a huge impact on overall test time.
Closes gh-2232
|
|
|
|
|
|
|
|
| |
* Move "evalScript.php" file to appropriate place
* Make jQuery#load "type" field explicit and add test for it
Ref trac-11264
|
|
|
|
| |
Close gh-1505
|
| |
|
|
|
|
|
|
| |
More to come later.
(cherry picked from commit f6f8848fbe477fa93fd27ac7f10885dd6e97f633)
|
| |
|
| |
|
|
|
|
|
| |
Fixes #14757
Closes gh-1449
|
|
|
|
| |
Fixes #14894
|
|
|
|
|
|
|
|
| |
Take "olddisplay" value into the account
Fixes #14824
Closes gh-1566
Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66
|
|
|
|
| |
Remove needless empty line character
|
|
|
|
|
|
| |
(cherry-picked from the 71780965072b1271018f2cf360e82fbe31f4987e)
Picked up so tests from the 1.x-master would be more similar to this branch
|
| |
|
| |
|
|
|
|
| |
Also fix issues found by jscs
|
|
|
|
| |
Conform to style guide and simplify it
|
|
|
|
| |
Fixes #14818
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Half a minute is more than enough for the test to finish even in the slowest
browsers and in case of starving the PHP FPM process pool, one has to wait
for only half a minute to try again.
|
|
|
|
|
| |
PHP sleep function accepts time in seconds, not milliseconds; the previous
value was starving the PHP FPM process pool.
|
|
|
|
|
|
| |
The "document ready when jQuery loaded asynchronously" test fails all the time
in iOS7 and sometimes in other browsers. Bumping the timeouts *might* help
these other browsers to be less flakey here.
|
|
|
|
| |
Fixes #14802
|
|
|
|
| |
Fixes #14791
|