| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Closes gh-2340
(cherry picked from commit b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2)
Conflicts:
src/effects.js
|
|
|
|
|
|
|
| |
Conflicts:
src/selector-native.js
test/index.html
test/unit/effects.js
|
|
|
|
|
| |
- 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.
(cherry-picked from e831856490d2212bdbaff4cd76137b93ccf26d92)
Fixes gh-2398
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1767
Fixes gh-2071
Closes gh-2180
(cherry picked from commit 86419b10bfa5e3b71a7d416288ab806d47a31d1f)
Conflicts:
src/css.js
src/css/defaultDisplay.js
src/effects.js
test/data/testsuite.css
test/unit/css.js
test/unit/effects.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
(cherry-picked from ff18d8e2060ae7c15c7694dc6bcbbeb9cbfbdaa4)
Closes gh-2232
|
|
|
|
|
|
|
|
|
| |
* Move "evalScript.php" file to appropriate place
* Make jQuery#load "type" field explicit and add test for it
Ref trac-11264
Ref 4ef120d3f2578fe3d52eb6c0d0641df945991391
|
|
|
|
| |
Ref gh-1906
|
| |
|
|
|
|
|
|
|
|
|
|
| |
That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks
for old Blackberry.
Fixes gh-1836
Fixes gh-1701
Refs gh-1815
Refs gh-1820
|
|
|
|
| |
More to come later.
|
|
|
|
|
| |
Fixes gh-1705
Closes gh-1704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
build/tasks/build.js
src/ajax/xhr.js
src/attributes/classes.js
src/attributes/prop.js
src/attributes/val.js
src/core/init.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/defaultDisplay.js
src/data.js
src/data/var/dataPriv.js
src/data/var/dataUser.js
src/dimensions.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/queue.js
src/selector-native.js
test/data/testrunner.js
|
|
|
|
|
| |
Fixes #14757
Ref bbdfbb4ee859fe9319b348d88120ddc2c9efbd63
|
|
|
|
|
|
|
|
|
| |
Fixes #14894
(cherry picked from commit b8133e282ceebf502c7c08d849b176a929c9c450)
Conflicts:
src/data.js
test/unit/data.js
|
|
|
|
|
|
|
|
|
|
|
|
| |
Take "olddisplay" value into the account
Fixes #14824
Closes gh-1566
Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66
(cherry-picked from c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4)
Conflicts:
src/effects.js
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Since global variable for callback always would be equal to undefined value
it better to check for boolean instead
|
|
|
|
|
|
|
| |
Also fix issues found by jscs
Conflicts:
test/data/testrunner.js
|
|
|
|
|
|
|
| |
Fixes #14818
Conflicts:
test/data/testrunner.js
|
| |
|
|
|
|
|
| |
Conflicts:
test/data/testrunner.js
|
|
|
|
|
|
|
|
| |
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.
(cherry-picked from a10aa3aac5223c250327d00c500ceb9c7a18b7f9)
|
|
|
|
|
|
|
| |
PHP sleep function accepts time in seconds, not milliseconds; the previous
value was starving the PHP FPM process pool.
(cherry-picked from b5074944b0b27f50ffe2ca9f96348b8d0cd5c82c)
|
|
|
|
|
|
|
|
| |
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.
(cherry-picked from 854d242db457e3191e3ca1f2a366f6c981a12fbc)
|
|
|
|
|
|
| |
Fix #13655
Close gh-1209
Ref 32b066d3805a48f8c8312562ed52a1b5910b1d85
|
|
|
|
| |
Don't require body in the support.boxSizing test.
|
|
|
|
|
| |
Fixes #14802
(cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23)
|
|
|
|
|
|
|
|
| |
Fixes #14791
(cherry picked from commit 06adf7c95d93507908181995a9ea15fe2729595a)
Conflicts:
src/event.js
|
|
|
|
|
|
|
|
| |
Fixes #14773
(cherry picked from commit 3a68c114e3a30af86dc261c9d62ce2ae4144d420)
Conflicts:
src/ajax/load.js
|
|
|
|
|
| |
This check is redundant since jQuery.fragments object does not exist anymore
(cherry-picked from 38c122a73a843a0d117d4f962cc94fda6f553086)
|
|
|
|
|
| |
Closes gh-1470
Ref #1457
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tracked bower dependencies are located at "src/sizzle" and "test/libs".
The source-destination mapping is in the Gruntfile.
When updating a bower dependency, update the version in bower.json, run
`grunt bower`, and then commit the result. When adding a dependency,
update the bowercopy task accordingly.
Fixes #14615.
Closes gh-1452.
Conflicts:
bower.json
test/index.html
|
|
|
|
|
|
|
| |
See http://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation
Close gh-1448
(cherry picked from commit d2aa969206aa1b7738b911cdaf29038f249b5066)
|
| |
|
| |
|
|
|
|
|
| |
(cherry picked from commit ebdb467761d756d4e52608a0df4a4d9b17da8092)
(conflicts with .data() resolved manually)
|
|
|
|
|
| |
Had some weird failures in IE with xhr build of 1.9.1.
Cherry picked from 626cbde7f8267e2463cef85d84f9f0172f1c7cb9 commit
|
|
|
|
| |
Close gh-1413
|
| |
|
|
|
|
| |
(cherry picked from commit d5b7139abce9dd207773531d6dcb3493c6ac0c7c)
|
|
|
|
|
|
|
|
| |
(cherry picked from commit f9d41ac641dcb5a93ba8a9027476b160d8f41111)
Conflicts:
src/ajax/xhr.js
|
|
|
|
|
|
| |
This reverts commit bba8366af48bd2c80c96e7a0f58b3e16fd736125.
Because cross-frame focus sucks.
|
|
|
|
|
| |
(cherry picked from commit 6d5dfa0eda2c19e8838930fafff83b596654eca2)
Manually edited for conflicts.
|
|
|
|
| |
(cherry picked from commit 13d58a9bec67356ecae0d6902cb634e52cebcf19)
|
|
|
|
|
|
|
|
| |
executing the testrunner (another race condition amplified by swarm)
Conflicts:
test/data/testinit.js
test/data/testrunner.js
|
| |
|
| |
|