aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/core
Commit message (Collapse)AuthorAgeFilesLines
* Core: Change the sleep time in dont_return.php from 100s to 30sMichał Gołębiowski2014-03-191-1/+1
| | | | | | 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.
* Core: Change the sleep time in dont_return.php to a sane valueMichał Gołębiowski2014-03-181-1/+1
| | | | | PHP sleep function accepts time in seconds, not milliseconds; the previous value was starving the PHP FPM process pool.
* Core: Bump timeouts to stabilize doc ready testMichał Gołębiowski2014-03-132-2/+2
| | | | | | 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.
* Core: Do not run window.onready when readyDave Methvin2014-03-041-0/+24
| | | | Fixes #14802
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-0/+24
| | | | | | | | | | | (cherry picked from commit 126d596b56924613687329b7aab4f0cdf4b593b3) Conflicts: src/data.js src/data/accepts.js test/unit/core.js test/unit/data.js
* Fix #13655. Add test for jQuery.ready.promise fallback load. Close gh-1209.Michał Gołębiowski2013-04-042-0/+38
|
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
|
* Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.Richard Gibson2013-01-251-0/+22
(cherry picked from commit ac93559eb9f18fcaec95dfdc97358b1b85bfe234)