| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
| |
Android 2.3 doesn't fire the window.onerror handler, just accept the reality
there and skip the test.
(cherry-picked from 6044fb6a7384aec85906949835ef9a58114896ce)
Refs gh-1573
Refs gh-1786
Refs jquery/jquery.com#108
Closes gh-2458
|
|
|
|
|
|
|
|
|
|
| |
Support comments that mentioned only Safari < 7 were checked & updated
to account for bugs existing in newer versions as well; Safari 6 support
test results were removed.
(cherry-picked from 93bee4701d14202045a88aab156da0daf9418430)
Refs gh-2482
|
|
|
|
|
|
|
| |
(cherry-picked from bf48c21d225c31f0f9b5441d95f73615ca3dcfdb)
Fixes gh-2267
Closes gh-2363
|
|
|
|
|
|
| |
Fixes gh-2323
Closes gh-2464
Ref a2ae215d999637e8d9d0906abcbf6b1ca35c8e6e
|
| |
|
|
|
|
|
|
| |
Fixes gh-1724
Closes gh-2454
Refs gh-2439
|
| |
|
|
|
|
| |
Fixes gh-2102
|
|
|
|
|
| |
Refs 6b10f9d7e9fb6d062d2bbda49196544cd059b05c
Refs gh-2340
|
|
|
|
|
|
| |
Introduced in 6b10f9d7e9fb6d062d2bbda49196544cd059b05c originally.
Had a rebase conflict that I fixed but forgot to ⌘-s. ☹
|
|
|
|
| |
The CSS value rounding error was causig failures on FF and IE.
|
|
|
|
|
|
|
|
|
| |
Closes gh-2340
(cherry picked from commit b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2)
Conflicts:
src/effects.js
|
|
|
|
|
|
|
| |
Conflicts:
src/selector-native.js
test/index.html
test/unit/effects.js
|
|
|
|
|
|
|
|
| |
jQuery.support.ownLast was the only support test that was supposed
to be false when it succeeded. It was confusing.
Fixes gh-2406
Closes gh-2408
|
|
|
|
|
| |
- Also add comments to hidden/disconnected tests noting
this is to ensure consistency between branches
|
|
|
|
|
| |
Fixes gh-2310
Close gh-2396
|
|
|
|
| |
This reverts commit 0d11c1182f2012cd6eb06ce1e3fa5a495af9bee3.
|
|
|
|
|
|
|
|
| |
The version will change in the future, matching by /edge\//i is enough
(cherry-picked from 5a1217e40193c8884155ccaf415091d326ddb52a)
Refs 8e111df641cca3e1b75b31a1971bfc89014b4ded
|
|
|
|
|
|
|
| |
The Microsoft Edge user agent contains "Chrome" so it needs to be checked
before Chrome.
Refs 8e111df641cca3e1b75b31a1971bfc89014b4ded
|
|
|
|
| |
(cherry-picked from c17543fd3c14ff86c448dbb90f9fe1223661a73b)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make iterating over jQuery objects possible using ES 2015 for-of:
for ( node of $( "<div id=narwhal>" ) ) {
console.log( node.id ); // "narwhal"
}
(partially cherry-picked from bb026fc12c3c2ad37f47f0919e484bddcdc3d291)
Fixes gh-1693
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This prevents jQuery from caching a prefixed property name if provided
directly by the user, e.g. the following code:
elem.css( "msTransform", "translate(5px, 2px)" );
should not prevent one from from later setting the transition directly:
elem.css( "transform", "translate(5px, 2px)" );
on a browser not understanding the unprefixed version which is the case
for Safari 8 & transform.
(cherry-picked from d471842b3e3af83c9a1be06b5d16f75bfa96af8c)
Fixes gh-2015
Closes gh-2298
|
|
|
|
|
| |
Ref 6df669f0fb87cd9975a18bf6bbe3c3548afa4fee
Ref gh-2336
|
|
|
|
|
|
|
| |
(Cherry-picked from 0705be475092aede1eddae01319ec931fb9c65fc)
Fixes gh-2286
Closes gh-2287
Ref trac-11733
|
|
|
|
| |
Ref 20aaed367f993f3c2aa204183d82d0d73efa114f
|
|
|
|
|
| |
Ref c074006a69db73a116dc04ec78844468a8cea7d3
Ref gh-2312
|
|
|
|
|
|
|
|
|
| |
IE throws an error on cross-domain PATCH requests if issued via the ActiveX
interface. This commit switches the logic to use the native XHR in all
non-local requests.
Fixes gh-1684
Closes gh-2183
|
|
|
|
|
| |
Fixes gh-1708
Close gh-1714
|
|
|
|
|
| |
Fixes gh-2264
Close gh-2265
|
|
|
|
|
|
|
|
|
| |
- Note: support for SVG is limited in jQuery,
but this is one area where the cost vs benefit ratio
was acceptable.
Fixes gh-2199
Close gh-2268
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Reverts behavior from 10399dd, which we never released.
BR and inline elements are considered visible.
- The possibility of dropping .offsetWidth and .offsetHeight
was debunked by this perf:
http://jsperf.com/visible-hidden-and-getclientrects
Fixes gh-2227
Close gh-2281
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Ref gh-2219
|
|
|
|
|
| |
Fixes gh-2219
Close gh-2218
|
|
|
|
| |
Fixes gh-2114
|
|
|
|
| |
Fixes gh-2115
|
|
|
|
|
| |
Fixes gh-1784
Close gh-2043
|
| |
|
|
|
|
| |
Fixes gh-2228
|
|
|
|
| |
Fixes gh-2070
|
|
|
|
|
|
|
| |
- This effectively implements our "Embrace HTML5" option
- Related: http://goo.gl/GcQAtn
Fixes gh-2257
|
|
|
|
| |
Fixes gh-1751
|
|
|
|
|
|
|
|
|
|
| |
(cherry-picked from fac67a984268ef8f7de952666fda6d8d32754f5f)
Since we don't have this in off method and its a common perception
that this is a rudiment code
Ref gh-2248
Closes gh-2249
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1747
Closes gh-2203
(cherry picked from commit 225bde37c997f5ddd9fe00fdfb8e9a43545cfbbc)
Conflicts:
src/manipulation.js
test/unit/manipulation.js
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2204
Ref 642e9a45579cfa90861b8ea71a95dd077775caaf
Closes gh-1752
Closes gh-2206
(cherry picked from commit 4b27ae16a2b911f75b341b56d9d939bc65a9657a)
Conflicts:
src/manipulation.js
test/unit/manipulation.js
|
|
|
|
| |
Fixes gh-2145
|
|
|
|
|
|
|
|
| |
Fixes gh-2013
Fixes gh-2010
Closes gh-2210
(cherry picked from commit 002240a6eb1cee2fcd886d5cf44893eb67f246f1)
|
|
|
|
| |
Ref https://github.com/jquery/jquery/issues/2118
|
|
|
|
|
|
| |
Fixes gh-1744
Closes gh-2003
(cherry picked from commit 7b09235ceed57bbcc26fc2c76147eb4e95ebdb92)
|