| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes gh-2225
|
|
|
|
| |
This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
|
| |
|
|
|
|
| |
This reverts commit 939e755163c9c9749fdd39ae9e60de7cb41eeb2c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IE versions greater than 9 do not handle the old regular expression well
with large html content. This is due to the use of a non-capturing group
after a very common html character (<).
Test suite: http://jsfiddle.net/Lwa0t5rp/3/
Microsoft bug: https://connect.microsoft.com/IE/feedback/details/1736512/
(cherry-picked from d4def22e4cd1c2eb2571f449e226b38384fb6d81)
Fixes gh-2563
Closes gh-2574
|
|
|
|
|
|
|
|
| |
jQuery.acceptData is an undocumented internal API that shouldn't be exposed.
(cherry-picked from 224271982eb9cd351d7db1b38c740b4e927e6f97)
Fixes gh-2555
|
|
|
|
|
| |
Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7
Fixes gh-2056
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2133
Fixes gh-2501
Closes gh-2504
Refs gh-1950
Refs gh-1949
Refs gh-2397
Refs gh-1537
Refs gh-2504
Refs 842958e7aecd0d75a7ee9e2aaec83457701aa2f3
|
|
|
|
|
|
|
| |
(cherry-picked from 349edbd6c53aa93d4fd207d3c0c4c24a7b0314dd)
Fixes gh-2301
Closes gh-2366
|
|
|
|
| |
Fixes gh-2225
|
|
|
|
| |
Fixes gh-2224
|
|
|
|
|
|
|
|
|
|
|
| |
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-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
|
|
|
|
|
| |
Ref #1987
Ref 85ffc6d973865a031ded170934e0acfc2e97cb11
|
|
|
|
|
|
|
|
|
|
| |
not present: `< 0`
present: `> -1`
at index: `=== N`
(cherry picked from commit 53aa87f3bf4284763405f3eb8affff296e55ba4f)
Closes gh-1985
|
|
|
|
|
|
|
| |
Related:
https://code.google.com/p/chromium/issues/detail?id=378607
Fixes gh-1664
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Include main, dialog, picture and template in html5shiv elements.
Fixes #15241
Closes gh-1655
|
|
|
|
|
| |
Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b
Closes gh-1628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- To keep file size unaffected, an extra pragma was added to build.js to remove certain lines when building with special comments.
Conflicts:
src/core.js
src/css.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
|
|
|
|
| |
(cherry picked from commit ec3ac9a247ec3132dea3c30ca36cefc217e25441)
|
|
|
|
| |
(cherry picked from commit 642e9a45579cfa90861b8ea71a95dd077775caaf)
|
|
|
|
|
| |
Conflicts:
src/manipulation.js
|
|
|
|
|
|
|
|
|
|
| |
across all modules). Restore proper support property for effects.
Conflicts:
src/attributes/classes.js
src/core.js
src/manipulation.js
src/traversing.js
|
|
|
|
| |
functions > jQuery.extend > jQuery.fn.extend.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
Conflicts:
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/traversing.js
|
|
|
|
|
|
|
| |
Conflicts:
src/attributes.js
src/data.js
src/manipulation.js
|
| |
|
|
|
|
| |
ready). Close gh-1335.
|
|
|
|
|
|
|
|
|
|
| |
to save 15 bytes.
Conflicts:
src/css.js
src/manipulation.js
src/offset.js
src/support.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js
|
|
|
|
| |
(cherry picked from commit 18cccd04a6f69018242bce96ef905bc5d3be6ff8)
|
|
|
|
| |
(cherry picked from commit d8f7e8371230a6dd504ca02e65442745b6ff6ce2)
|
| |
|
|
|
|
| |
warrants it. Fixes #12072.
|
|
|
|
|
|
|
| |
move size() test to unit/deprecated;
don't use size() in other tests;
make 2 unit tests actually fire;
code cleanup
|
|
|
|
|
|
| |
in domManip. Close gh-1051.
(cherry picked from commit 03db1ada2cc223edf545c5a452e55062647837fa)
|
|
|
|
| |
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
| |
|
| |
|
|
|
|
| |
(Cherry picked from 1b610266502490eab42a0b9ddfac2f93da0b0fe1)
|
|
|
|
| |
(cherry picked from commit 6a0ee2d9ed34b81d4ad0662423bf815a3110990f)
|
|
|
|
|
| |
Change uglify-js options for compressor
Change variables initialization sequence for some declarations
|
| |
|
|
|
|
| |
for safer uglification
|