| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes gh-3073
|
|
|
|
| |
This reverts commit fa610da68440530e73bba296a1f982f94dfeac99.
|
|
|
|
|
| |
Fixes gh-2863
Closes gh-3037
|
|
|
|
|
| |
The changes follow the spec proposed in:
https://github.com/jquery/contribute.jquery.org/issues/95#issuecomment-69379197
|
|
|
|
|
|
|
|
|
| |
* Remove div from the memory if it is not needed anymore
* Make `computeStyleTests` method a singleton
Fixes gh-3018
Closes gh-3021
|
|
|
|
|
|
|
|
|
|
| |
Support comments that were lacking the final IE/Edge version that exhibits
the bug were checked & updated. Links to the Chromium bug tracker were updated.
Code in tests related to unsupported browsers (like Android 2.3 in non-basic
tests) has been removed.
Fixes gh-2868
Closes gh-2949
|
|
|
|
|
| |
Fixes gh-2073
Close gh-2969
|
|
|
|
|
| |
Fixes gh-2866
Close gh-2867
|
|
|
|
| |
Close gh-2875
|
|
|
|
|
| |
Fixes gh-2404
Close gh-2855
|
|
|
|
|
|
| |
Fixes gh-2833
Ref dba93f79c405373ec3a492fd0a4bf89b3136a6e6
Close gh-2835
|
|
|
|
|
|
|
| |
Fixes gh-2654
Fixes gh-2308
Close gh-2810
Ref 86419b10bfa5e3b71a7d416288ab806d47a31d1f
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2237
Closes gh-2276
(cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c)
Conflicts:
src/css.js
src/css/support.js
test/unit/support.js
|
| |
|
|
|
|
|
|
|
|
| |
Unit test changes some uses of .show() and .hide() to .css( "display", ... ),
there was already an implicit assumption in several of the existing tests.
Fixes gh-2193
Close gh-2648
|
|
|
|
|
|
|
|
| |
Drop non-critical workarounds for Android 2.3.
Fixes gh-2483
Fixes gh-2505
Closes gh-2581
|
|
|
|
| |
Fixes gh-2056
|
|
|
|
|
|
|
| |
The new version is not only simpler to read but also smaller
by 6 bytes gzipped.
Closes gh-2393
|
|
|
|
|
|
|
|
|
|
|
|
| |
IE8 doesn't like named anonymous expressions. Not naming the function
expression reduces the gzipped size by 5 bytes.
In ECMAScript 2015 the function will get the name inferred from the
variable name (here: swap) anyway.
(cherry-picked from e847574fc755b5339f3de41bcebd5b2a3e140cfe)
Refs 02a9d9f94b623ea8664b7b39fd57feb7de6c6a14
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Saves 3 bytes gzipped
Closes gh-2296
|
|
|
|
|
|
| |
Fixes gh-1767
Fixes gh-2071
Closes gh-2180
|
|
|
|
|
|
|
|
|
|
| |
* Remove third argument from "addEventListener"
* Remove third argument from "removeEventListener"
* Remove second argument from "getComputedStyle"
Ref gh-2047
|
|
|
|
| |
Closes gh-2233
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
The latest version supporting Node.js is 3.1.2; some workarounds are not needed
for this version. For example, in jsdom 3.1.2 a document created via
document.implementation.createHTMLDocument( "" ) has a body.
Fixes gh-2153
Closes gh-2154
|
|
|
|
|
| |
Fixes gh-1711
Closes gh-2011
|
|
|
|
| |
Refs gh-1842
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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 gh-1815
Refs gh-1820
Closes gh-1842
|
|
|
|
|
| |
Fixes gh-1950
Closes gh-1949
|
|
|
|
| |
Closes gh-1962
|
|
|
|
|
|
|
| |
Fixes gh-1795
Closes gh-1893
Thanks for the report flexphperia!
|
|
|
|
|
|
|
|
| |
That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks
for old Blackberry.
Closes gh-1820
Refs gh-1815
|
| |
|
|
|
|
|
| |
Ref 60f546acb1c7136092b4fd01cccff052e468cc72
Ref 274feb53cc9a99633dfac785d8b3b837d192c43c
|
|
|
|
|
|
|
| |
Remove optimization to make jQuery compatible with Google's Polymer project
Closes gh-1647
Fixes #15227
|
|
|
|
|
|
|
| |
- Note: this is a breaking change that has been delayed for several versions.
Fixes #10406
Fixes #13132
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Closes gh-1583
|
|
|
|
| |
Closes gh-1577
|
|
|
|
|
|
| |
Fixes #14736
Closes gh-1501
(cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666)
|
|
|
|
| |
Ref a7ea12a9a7c696a14455bfe4bfebf984dd329832
|
|
|
|
|
|
| |
Fixes #14785
Ref #13754
Ref badcd1b6f301e6253405f17759c1270549a34e12
|
| |
|
|
|
|
|
|
|
|
|
| |
In 1.x if the support test executes before doc ready, it may not be able
to return a result yet. In such a case, we protect ourselves from future
breakages, allowing only for the ones before doc ready.
Since in 2.x lazy support tests attach test elements to docElem, not body,
such a guard is unnecessary.
|
| |
|
| |
|
| |
|