| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Ref ab20d9d24f0a95df382c02e9ef3dcc4adb86e4f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* IE8 need a doctype, otherwise IE will scroll it, but will
still show old values. It wasn't noticable before, since IE8 will
update values if in the dev tools you swtich to "Quirks mode"
and then back again, then this tab will always show the correct values
even if you update it
* iPhone resize the iframe by its content regardless of
the width, height values, meaning it's not possible to scroll
the iframe only its parent element
Ref ae30fb6c27a2121578d3ce7ca6e2ba1d205545b8
|
|
|
|
| |
Ref ae30fb6c27a2121578d3ce7ca6e2ba1d205545b8
|
|
|
|
| |
Ref gh-1906
|
|
|
|
| |
Ref 359b03cac74d7336676a6992f14b7ccab9b28659
|
|
|
|
| |
Ref 1b932bb7867924b98529537f8ccd35db979ae22a
|
|
|
|
| |
Ref d21edb599d8f5f80a3f3ecba5b62311b9cd1a3e6
|
|
|
|
|
|
| |
Thank you @essamjoubori, @bcbcb, @namlede
Ref 31b63fc23674ede657f019783ad7b942bb83f9c3
|
| |
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1875
Closes gh-1880
(cherry picked from commit 5a75278e4c5359e07303fc4d8e78a1cf94f6ad65)
Conflicts:
src/ajax.js
|
|
|
|
|
|
|
| |
Related:
https://code.google.com/p/chromium/issues/detail?id=378607
Fixes gh-1664
|
| |
|
|
|
|
| |
Close gh-1506
|
|
|
|
|
|
|
| |
Thanks @hamishdickson for the report!
Closes gh-1769
(cherry picked from commit 8653068dd6b8a515f5c1d8a0fda4479e9534103e)
|
|
|
|
|
|
|
|
| |
Thanks @MatthewMueller
Closes gh-1474
Ref gh-1918
(cherry picked from commit 30b3b33251abc38386b787c64494265177302b86)
|
|
|
|
|
|
|
|
|
|
| |
Most browsers were put in order newest to oldest, Android was
treated differently; this has been fixed.
Also, browsers that share test results between different versions were
grouped together.
(refs 43faf6d1f922ba44a84c93f4ff2461d208b2bf48)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The hook is still defined; not using it could cause issues in IE<11.
Backport the test from the master branch.
Also, IE10 no longer throws when value not set but it still doesn't trim the
value. IE11 has all those issues fixed; support comments are updated.
(cherry-picked from f6302b0b53d61dfe1adbfaf6612be5cbced5bbc1)
Fixes gh-1902
Closes gh-1901
|
|
|
|
|
|
|
|
|
|
| |
That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks
for old Blackberry.
Fixes gh-1836
Fixes gh-1701
Refs gh-1815
Refs gh-1820
|
|
|
|
|
| |
Some environments do not support data-uri in "src" attribute of script element.
Mitigate it with equality assertion
|
|
|
|
|
| |
Closes gh-1685
(cherry picked from commit 4467ed606ab0a9b28ed495e682576910937fa5e0)
|
|
|
|
|
|
|
|
| |
Thanks to @TheDistantSea for the report!
Fixes gh-1790
Closes gh-1643
(cherry picked from commit bc1cb122db30be034b3da84ee2546c86e2a5268f)
|
|
|
|
|
|
| |
Ref 3c13f4c6297566a71102c2362347987f6d6a636e
(cherry picked from commit 906caebb3f3bc542904a94846e778aa8d71c0575)
|
|
|
|
|
|
| |
Ref 6748ba349650353c7bed6eec201a3192f6b2cae1
(cherry picked from commit 3c13f4c6297566a71102c2362347987f6d6a636e)
|
|
|
|
| |
More to come later.
|
|
|
|
|
|
|
| |
Closes gh-1682
Thanks @goob for the issue report!
(cherry picked from commit 80022c81ce4a07a232afd3c580b0977555a2daec)
|
|
|
|
|
|
|
| |
Since, apparently, it doesn't support it. Couldn't find more relevant info
then this - http://msdn.microsoft.com/en-us/library/cc848897(v=vs.85).aspx
No guard for older IE, since support for them will be removed soon anyway
|
|
|
|
| |
Ref 15f4dec7894f1e00adbfb9bce4f870441a527bd6
|
|
|
|
| |
Ref f7e60dc83d81cbf892de9dab39642dd67c49bd23
|
|
|
|
|
| |
Fixes gh-1705
Closes gh-1704
|
|
|
|
|
| |
Thanks @jamesgpearce, @imyousuf
Ref dc4b914a05e1e6dbf13f916897b5d6a472ea0380
|
|
|
|
|
| |
Fixes gh-1775
Close gh-1619
|
| |
|
|
|
|
|
|
|
| |
(cherry-picked from f110360f65a268e959ae892ca36e85da3d91e606)
Fixes gh-1749
Closes gh-1822
|
|
|
|
|
|
|
|
|
|
|
| |
The original definition of the jQuery.Event prototype was paving over the
`constructor` property which was causing jQuery.isPlainObject to
improperly report that an instance of jQuery.Event was a plain object.
Fixes #15090
Closes gh-1580
(cherry picked from commit b807aedb7fee321fb3aa5d156a5a256ab0634e2d)
|
|
|
|
|
|
|
| |
The #dl element has 0 height so it's now considered hidden regardless
of its width.
(cherry-picked from 995f70777ac6c0f988a44807ef1399e73937b2ee)
|
|
|
|
|
|
|
|
|
|
| |
- Note: this is a breaking change that has been delayed for several versions.
Fixes #10406
Fixes #13132
Conflicts:
src/css/hiddenVisibleSelectors.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
build/tasks/build.js
src/ajax/xhr.js
src/attributes/classes.js
src/attributes/prop.js
src/attributes/val.js
src/core/init.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/defaultDisplay.js
src/data.js
src/data/var/dataPriv.js
src/data/var/dataUser.js
src/dimensions.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/queue.js
src/selector-native.js
test/data/testrunner.js
|
| |
|
|
|
|
|
|
|
| |
Port Sizzle test change from:
https://github.com/jquery/sizzle/commit/f204a6112216f31685717d9fc1bf6cabf42b2ef1
(cherry-picked from 86e62d8b37ff9ad40e7c21c2c0c440a9cdfc550e)
|
|
|
|
|
|
|
|
| |
Closes gh-1593
Conflicts:
Gruntfile.js
test/index.html
|
|
|
|
| |
Ref fbdbb6fd431a3f598b581079b0ca37c399d369d4
|
|
|
|
|
|
|
|
| |
* Make animation behave as if jQuery.fx.off = true if document is hidden
* Use cancelAnimationFrame in jQuery.fx.stop
Ref 708764f47b0c8de152bbb444d0f608db558b76ed
|
|
|
|
|
|
|
|
|
|
|
| |
Same as before, just use don't use prefixes, since they pretty match useless now
and use page visibility API to determine if animation should start.
Also null the requestAnimationFrame attribute in window for tests since
sinon does not provide fake method for it.
Fixes #15147
Ref 72119e0023dcc0d9807caf6d988598b74abdc937
|
|
|
|
| |
Ref 10024c25820f08139f11d924cec552a26dfbba18
|
|
|
|
|
| |
Fixes #14757
Ref bbdfbb4ee859fe9319b348d88120ddc2c9efbd63
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws
on frame elements through "defaultView.getComputedStyle" (see #15098)
Use "defaultView" if in the popup which would fix IE issue,
use "window.getComputedStyle" which would fix FF issue.
And everybody wins, except performance, but who cares right?
Fixes #15098
Ref e488d985cfb10ab8c684bbc6a9b8ff3eae23bf83
|
| |
|
|
|
|
| |
Fixes #15100
|
|
|
|
|
| |
Fixes #15118
Closes gh-1588
|
|
|
|
| |
(Cherry-picked from 3b9057a18de31b838bd0dd25ea466993b62f9dd9)
|