| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
* Remove QUnit jshint globals
* Extend QUnit.assert methods
* Use assert.async instead of start/stop/done
Ref b930d14ce64937e9478405eee2828d4da091d2cb
Ref c8d15a2f9f108e90d3651c31e4abf45415a30fde
|
|
|
|
|
|
|
| |
(cherry-picked from 3dd3d1357d027a487559516fcdd9064cc792edab)
Fixes gh-2283
Closes gh-2292
|
|
|
|
|
| |
(test cherry-picked from f5bf9bc48897e3b8f050d87d02252c8be456044a)
Refs gh-2554
|
|
|
|
|
|
|
|
| |
jQuery.acceptData is an undocumented internal API that shouldn't be exposed.
(cherry-picked from 224271982eb9cd351d7db1b38c740b4e927e6f97)
Fixes gh-2555
|
|
|
|
|
|
| |
(cherry-picked from 3d7ce0a65f0707ff01a851822e57ba80adcff075)
Closes gh-2436
|
|
|
|
|
|
|
| |
(cherry-picked from b7a7dea95f84d6d8e5a8186d4fb09a762baf79bb)
Fixes gh-2367
Closes gh-2376
|
|
|
|
|
| |
Ref 7aa46e0df8a673e6b00550bbbbed21eed50108b7
Fixes gh-2437
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://qunitjs.com/upgrade-guide-2.x/
For most of the boring work was used
https://github.com/apsdehal/qunit-migrate package
However, it can't update local qunit helpers, plus in some places
old QUnit.asyncTest signature is still used
Ref b930d14ce64937e9478405eee2828d4da091d2cb
Fixes gh-2540
|
|
|
|
|
| |
Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7
Fixes gh-2056
|
| |
|
|
|
|
| |
Ref aabe94edb4880c75eeebc5b5b5d66a9ad17008fe
|
|
|
|
|
|
| |
(cherry-picked from 360a4780339b7f412b75ad8a06dca7f39616f654)
Closes gh-2487
|
|
|
|
|
|
|
| |
The tests needed a slight change as on compat we're not removing the
value for expando but setting it to undefined.
Refs gh-2480
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|