| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
Change boxSizingReliable test value to false in all IE versions.
Modify support comments to argument getComputedStyle guards
with oldIE support and not node.js which is not supported in 1.x.
Closes gh-1498
|
|
|
|
|
|
|
|
|
| |
Fixes #14848
Closes gh-1548
(cherry picked from commit 890d441aa5d319e49951ba6f0ec719cd4cb96759)
Conflicts:
src/effects.js
|
|
|
|
|
|
|
|
|
| |
Fixes #14750
Closes gh-1509
(cherry picked from commit 5a8f76933288396b915800a18240aa17d3414201)
Conflicts:
src/css.js
|
|
|
|
|
|
| |
Fixes #14858
Ref #14686
Closes gh-1531
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Android 2.3 doesn't support stopImmediatePropagation; jQuery fallbacks
to stopPropagation in such a case.
|
|
|
|
|
|
|
| |
PHP sleep function accepts time in seconds, not milliseconds; the previous
value was starving the PHP FPM process pool.
(cherry-picked from b5074944b0b27f50ffe2ca9f96348b8d0cd5c82c)
|
|
|
|
|
|
| |
(cherry-picked from 551578eb3676f67cccd8a91a582c2225bc970cac)
Fixes #14882
|
|
|
|
|
|
| |
Fixes #14741
Closes gh-1503
(cherry picked from commit 472f70a9df75c289393d6618c36257a04f9cb902)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Fixes #13997
(cherry picked from commit 6a89db86ed817f6a7498076e2a06b90f9fce0831)
|
|
|
|
|
|
| |
Fix #13655
Close gh-1209
Ref 32b066d3805a48f8c8312562ed52a1b5910b1d85
|
|
|
|
| |
(cherry-picked from 26ce21786252981563e49e91a85b3e0bfa16c3e3)
|
|
|
|
|
|
|
|
|
| |
It's not easy to find a CSS property that is implemented even in
ancient browsers and that returns a consistent result among browsers
when passed through .css(). color didn't work since Firefox normalizes
it an empty value to rgb(0, 0, 0).
(cherry-picked from 0c12cb3910c446960a274fb0eab11b8830bed71f)
|
|
|
|
| |
Don't require body in the support.boxSizing test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The workaround to be able to change !important styles broke the browser
keeping the old CSS value if the new one was rejected. Patching it would
involve a significant perf hit (~33%) so the initial patch needs to be
reverted instead.
Tests by m_gol & gibson042.
(cherry-picked from 10e654218a65ec9a0ffc875137cea945389c69f1)
Fixes #14836
Closes gh-1532
|
| |
|
|
|
|
|
| |
Fixes #14802
(cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23)
|
|
|
|
|
| |
Fixes #14792
(cherry picked from commit f4b37d89820535d6c7503925aa8872645681a865)
|
|
|
|
|
|
|
|
| |
Fixes #14791
(cherry picked from commit 06adf7c95d93507908181995a9ea15fe2729595a)
Conflicts:
src/event.js
|
|
|
|
|
|
|
|
| |
Fixes #14773
(cherry picked from commit 3a68c114e3a30af86dc261c9d62ce2ae4144d420)
Conflicts:
src/ajax/load.js
|
|
|
|
|
| |
Fixes #14179
(cherry picked from commit 10efa1f5b44046aab6bcc8423322a41923faa290)
|
|
|
|
| |
(cherry-picked from 70ac4485f30633074696fa28ca29b0325459f228)
|
|
|
|
|
|
|
| |
Similarly to iOS, Android 2.3 has the onbeforeunload property on window
but doesn't support the event. This commit blacklists the test there as well.
(cherry-picked from 6d2ab64df7bdda087e79deaa53db969fa6f2cd92)
|
|
|
|
| |
(cherry-picked from de75b3cc626829c3478a8a6d59dddc948d348b41)
|
| |
|
|
|
|
| |
(cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68)
|
|
|
|
| |
(cherry-picked from cd4e25e991898bf07ce82fe4ab3d60c32b4a5fc9)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
iOS has the window.onbeforeunload field but doesn't support the beforeunload
handler making it impossible to feature-detect the support.
(cherry-picked from 988d99ad278c2c9dc16c68f86bddc4df99dcd928)
Fixes #14717
Closes gh-1496
|
|
|
|
|
|
|
|
|
|
| |
IE11 fixed the checkbox defaultValue issue but not textarea. Rather than
creating a new detect name I'm reusing the old one to protect anyone who
is unwisely using this externally. Re-fixing the defaultValue when it
doesn't need to be done is not a problem, so leave that code for IE11.
Fixes #14716
Closes gh-1495
|
| |
|
|
|
|
| |
(cherry-picked from 3f3f458974fe0bdccfe9042c9503fd2d03e2f6ff)
|
| |
|
|
|
|
|
|
|
|
| |
Chrome 31 reports incorrect offsetWidth on a table cell with fixed width.
This is fixed in Chrome 32 so let’s just skip the failing test in Chrome 31.
See https://code.google.com/p/chromium/issues/detail?id=290399
(cherry-picked from c11becbb692f7707443eb2582543dfe96e8319e6)
|
|
|
|
|
|
|
| |
(cherry picked from commit 391c21b15d769fac1c37631b28c0226f57a59796)
Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48
Fixes #14701
|