| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Fixes gh-2224
|
|
|
|
|
| |
Fixes gh-2219
Close gh-2218
|
|
|
|
|
| |
Fixes gh-2238
Close gh-2243
|
|
|
|
| |
Fixes gh-2114
|
|
|
|
| |
Fixes gh-2115
|
|
|
|
|
| |
Fixes gh-1784
Close gh-2043
|
|
|
|
| |
Fixes gh-2228
|
|
|
|
|
|
| |
- This will be tested in migrate
Fixes gh-2101
|
|
|
|
| |
Fixes gh-2070
|
|
|
|
|
|
|
| |
- This effectively implements our "Embrace HTML5" option
- Related: http://goo.gl/GcQAtn
Fixes gh-2257
|
| |
|
|
|
|
| |
Fixes gh-1751
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove third argument from "addEventListener"
* Remove third argument from "removeEventListener"
* Remove second argument from "getComputedStyle"
Ref gh-2047
Ref 85577a348a72ae765e0d7330b9e82985d23c94b7
|
|
|
|
|
|
|
|
|
|
| |
Remove hack for IE lost connections, update for it was released
by Microsoft at November 12, 2013.
See https://support.microsoft.com/en-us/kb/2905733
Ref trac-5280
Ref gh-2047
Ref a117dd05f638a078c21dc57f19966f4ae81f98f0
|
|
|
|
|
|
| |
(cherry-picked from 9db9316609c2881dbb6abc49efc3aa91a57a02ad)
Ref gh-2047
|
|
|
|
|
|
|
|
|
|
| |
(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)
|
|
|
|
| |
Close gh-2201
|
|
|
|
|
|
| |
AMD specification requires the factory argument be defined.
Close gh-2179
|
|
|
|
|
|
|
|
|
| |
jQuery.swap was an undocumented API used only internally. With the modular
AMD system we currently have it's not necessary to expose this function
publicly under the jQuery object.
Fixes gh-2058
Closes gh-2182
|
|
|
|
| |
Ref https://github.com/jquery/jquery/issues/2118
|
|
|
|
|
|
| |
Fixes gh-1744
Closes gh-2003
(cherry picked from commit 7b09235ceed57bbcc26fc2c76147eb4e95ebdb92)
|
|
|
|
|
|
|
| |
Fixes gh-1722
Closes gh-1996
(cherry picked from commit 555a50d340706e3e1e0de09231050493d0ad841e)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Fixes gh-2118
Close gh-2129
Conflicts:
test/unit/attributes.js
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1711
Closes gh-2011
(cherry picked from commit 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17)
Conflicts:
src/css.js
src/effects.js
|
|
|
|
|
|
|
|
| |
(cherry-picked from 34da7d552982d8ab7b18c2ceca9786d5023930f6)
JSHint no longer supports `onevar`, `smarttabs` or `trailing` options.
Closes gh-2029
|
|
|
|
|
|
|
| |
(cherry-picked from 361a0d5150a1c57b1857611cde1b05bd0ef21a50)
See discussion in
https://github.com/jquery/jquery/commit/a5e1c9b44c971fd7046d9a95bd0810e50840b663
|
|
|
|
|
|
| |
(cherry-picked from 2380028ec4a6a77401b867a51de26a3cb8e8d311)
Fixes gh-2090
Closes gh-2097
|
|
|
|
|
| |
(cherry-picked from a4715f4216ace92fba6991106053415e66289686)
Ref gh-2090
|
|
|
|
|
|
| |
(cherry-picked from 9d1b989f20b550af3590691723b0620f6914626e)
Fixes gh-2084
Closes gh-2092
|
|
|
|
| |
Ref 4b3e63066dd480d07b9ce8057cb0c02b8ad7e990
|
|
|
|
|
|
|
|
|
|
| |
Since it was deprecated since 1.8.
Also add additional comments which explains tricky
behaviour of "always" callback
(cherry-picked from 97ef1f2612a9c5bd453d34146fdfd552cf9cee67)
Closes gh-2033
|
|
|
|
|
|
|
|
|
| |
* Move "evalScript.php" file to appropriate place
* Make jQuery#load "type" field explicit and add test for it
Ref trac-11264
Ref 4ef120d3f2578fe3d52eb6c0d0641df945991391
|
|
|
|
|
|
|
|
|
| |
* Remove "async = true" from script transport since it was needed
for FF < 4 and old Opera which we do not support anymore
* Add comment to "evalUrl" method on why "type" field should be explicit
Ref 0ac28ed293681cb8f2e9fdd11efa0021da039c84
|
|
|
|
|
|
| |
Fixes gh-1835
Closes gh-2021
Ref e984d1c79cc476062818e03df04a366baa13d197
|
|
|
|
|
|
|
|
|
|
| |
Take advantage of html serialization for html wrappers - saves 26 bytes
Plus add additional test for "col" element
(cherry-picked from 0ea342a6a6dce793c1b0f14f051c2573f40f4e44)
Closes gh-2031
Fixes gh-2002
|
|
|
|
|
|
|
|
| |
Since support for IE6-7 was dropped these wrappers no longer required
Ref 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278
Ref gh-2002
Closes gh-2032
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This hack turns out to be needed by Android 4.0-4.3.
Add a support test so that the hack is invoked only where needed.
Refs 3747cc642a48d2a5a8ac83069f66bddd33bea301
Refs gh-1815
Refs gh-1820
Refs gh-1842
Closes gh-2061
|
|
|
|
|
|
|
| |
Also, add a support comment about older Safari.
Refs https://code.google.com/p/chromium/issues/detail?id=333868
Partially cherry-picked from a5e1c9b44c971fd7046d9a95bd0810e50840b663
|
|
|
|
|
|
|
|
| |
Fixes gh-1997
Close gh-1998
Conflicts:
test/unit/core.js
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2009
Ref gh-1925
(cherry picked from commit d7e5fcee519e5f3e840beef9e67a536e75133df9)
Conflicts:
test/unit/event.js
|
|
|
|
|
|
|
|
|
|
|
|
| |
* It seems, check for html element (and previously for body element)
was redundant
* Simplify "return" statement
* Add comment about potential errors that didn't find themselves
in real life app
Ref 74ae5444832b2fb966768a97281d2ad8c088bc58
|
|
|
|
|
| |
Ref #1987
Ref 85ffc6d973865a031ded170934e0acfc2e97cb11
|
|
|
|
|
| |
Ref #1987
Ref 534f13025aeb59a7d5893ce62efafa0b066a4934
|