| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
(cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59)
Conflicts:
test/data/testrunner.js
|
|
|
|
|
| |
Conflicts:
src/css.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in tests. Fixes #13755.
Conflicts:
src/.jshintrc
src/data.js
test/unit/attributes.js
test/unit/core.js
test/unit/data.js
test/unit/event.js
test/unit/manipulation.js
test/unit/queue.js
test/unit/traversing.js
test/unit/wrap.js
|
|
|
|
|
|
|
| |
(Cherry picked from 85fc5878b3c6af73f42d61eedf73013e7faae408)
Conflicts:
src/event.js
|
| |
|
| |
|
|
|
|
|
|
|
| |
Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3
Conflicts:
src/exports.js
|
|
|
|
| |
responseXXX fields are set on the jqXHR. Close gh-1164.
|
|
|
|
| |
(cherry picked from commit 59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9)
|
| |
|
| |
|
|
|
|
| |
Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.
|
| |
|
|
|
|
| |
#13261.
|
| |
|
|
|
|
| |
Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit.
|
|
|
|
|
|
| |
This fixes jquery/testswarm#197. These are currently removed from
the TestSwarm injector, however this is jQuery specific, and
should be done from this end instead.
|
| |
|
|
|
|
|
|
| |
logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore."
This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
|