| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
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
|
|
|
|
|
| |
Fixes gh-1760
Close gh-2271
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Fixes gh-2266
|
|
|
|
| |
Fixes gh-2225
|
|
|
|
| |
Fixes gh-2224
|
|
|
|
| |
Ref gh-2219
|
|
|
|
|
| |
Fixes gh-2219
Close gh-2218
|
|
|
|
|
| |
Fixes gh-2238
Close gh-2243
|
|
|
|
| |
Close gh-2254
|
|
|
|
| |
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
|
|
|
|
|
| |
Fixes gh-2047
Closes gh-2125
|
|
|
|
|
|
|
|
|
|
| |
* Remove third argument from "addEventListener"
* Remove third argument from "removeEventListener"
* Remove second argument from "getComputedStyle"
Ref gh-2047
|
|
|
|
|
|
|
|
|
| |
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 gh-2047
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Fixes gh-2204
Ref 642e9a45579cfa90861b8ea71a95dd077775caaf
Closes gh-1752
Closes gh-2206
|
|
|
|
| |
Fixes gh-2145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is a lot of logic in intro.js; now we test four cases:
1. (implicitly, via QUnit tests) A real browser with window being the global
2. Browserify where there are both global & window variables.
3. Node with jsdom where window is passed manually to the jQuery factory.
4. Pure Node with incorrect window passed; jQuery should throw then.
Previously the second & fourth case was not tested and the third was tested
in a way that interfered with the main test environment.
We now also test if in the Browserify case we're not creating a jQuery global
by default.
Fixes gh-2181
Closes gh-2234
|
|
|
|
|
|
|
|
|
|
|
|
| |
Android 2.3 is very slow & times out a lot in async tests, they have to be
restarted multiple times to settle. Long test execution is not a huge problem
as Android 2.3 is tested only periodically during the night, unstable tests
are a bigger problem. This might mitigate that.
In a regular scenario almost all tests should pass so increasing the timeout
for all browsers shouldn't have a huge impact on overall test time.
Closes gh-2232
|
|
|
|
| |
Closes gh-2233
|
|
|
|
|
|
| |
Fixes gh-2013
Fixes gh-2010
Closes gh-2210
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Fixes gh-2042
Fixes gh-1969
Closes gh-1709
|
|
|
|
|
|
|
|
| |
Most people just read the README that's displayed to them on GitHub which
is the one for the master branch. Let's include the info about Sizzle
not being excludable there.
Fixes gh-2184
|
|
|
|
| |
Ref https://github.com/jquery/jquery/issues/2118
|
|
|
|
|
| |
Fixes gh-1744
Closes gh-2003
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
This should fix Android 4.0 jQuery.when tests issues, for reals this time.
|
|
|
|
| |
Close gh-2121
|
|
|
|
|
|
|
|
|
|
| |
BrowserStack regularly has outdated Java in their IE instances causing our
data tests to hang & give no output. Skip the tests that create applets,
applets are treated in the same way as an embed elements which we're already
testing.
Fixes gh-1938
Closes gh-2166
|
|
|
|
|
|
| |
This should fix Android 4.0 jQuery.when tests issues.
Closes gh-2159
|
|
|
|
| |
Fixes gh-2160
|