index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
support.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Fix support tests results for Android 2.3
Michał Gołębiowski
2015-11-17
1
-1
/
+1
*
Tests: Fix Safari 5.1 support tests results
Michał Gołębiowski
2015-11-16
1
-2
/
+2
*
Tests: Fix support tests results
Michał Gołębiowski
2015-11-16
1
-4
/
+4
*
Revert "Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support"
Michał Gołębiowski
2015-11-16
1
-13
/
+78
*
Revert "Misc: Drop support for older browsers; update support comments"
Michał Gołębiowski
2015-11-16
1
-1
/
+34
*
Release: remove revert artefacts
Oleg Gaidarenko
2015-11-13
1
-1
/
+1
*
Tests: Make regexes for iOS devices more rigid
Michał Gołębiowski
2015-10-30
1
-3
/
+3
*
Tests: Remove Safari 7.0 & iOS 6 support tests results
Michał Gołębiowski
2015-10-30
1
-18
/
+1
*
Tests: Add iOS 9 support tests results
Michał Gołębiowski
2015-10-30
1
-0
/
+17
*
Tests: Add Safari 9 support tests results
Michał Gołębiowski
2015-10-18
1
-0
/
+17
*
CSS: Correct misrepresentation of "auto" horizontal margins as 0
Richard Gibson
2015-10-18
1
-29
/
+40
*
Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support
Michał Gołębiowski
2015-09-14
1
-48
/
+10
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-3
/
+3
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-7
/
+9
*
Tests: partially use new qunit interface
Oleg Gaidarenko
2015-08-16
1
-20
/
+25
*
Core: Adjust comments & tests after dropping Safari 6 support
Michał Gołębiowski
2015-07-27
1
-1
/
+1
*
Tests: Remove Edge version from the user agent
Michał Gołębiowski
2015-06-16
1
-1
/
+1
*
Tests: Add Microsoft Edge results (from Windows 10 build 10130)
Michał Gołębiowski
2015-06-14
1
-4
/
+22
*
Tests: Correct a typo in the regex matching Safari 8
Michał Gołębiowski
2015-06-14
1
-1
/
+1
*
Event: provide verbose comment for focus(in | out) & rename support prop
Oleg Gaidarenko
2015-05-19
1
-10
/
+10
*
CSS: Restore the hack to get pixels for .css('width') etc.
Michał Gołębiowski
2015-02-04
1
-0
/
+10
*
README: various text fixes
Oleg Gaidarenko
2014-12-15
1
-1
/
+1
*
Support: Correct iOS 8 support test results, re-arrange entries
Michał Gołębiowski
2014-12-13
1
-5
/
+22
*
Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out
Timmy Willison
2014-12-10
1
-1
/
+26
*
Core: remove unnecessary support test for createHTMLDocument
Timmy Willison
2014-12-09
1
-8
/
+0
*
Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML
Frederic Hemberger
2014-12-09
1
-0
/
+8
*
Support: Re-organize browser order, add Safari 8
Michał Gołębiowski
2014-12-09
1
-41
/
+9
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-11-03
1
-33
/
+3
*
Support: Add Android support tests results
Michał Gołębiowski
2014-03-31
1
-11
/
+43
*
Support: Make the support matrix for iOS 6 match iOS 7 as well
Michał Gołębiowski
2014-03-13
1
-1
/
+1
*
Support: Add iOS6 support tests results
Michał Gołębiowski
2014-01-27
1
-0
/
+16
*
Manipulation: Use textarea for missing IE defaultValue check
Dave Methvin
2014-01-23
1
-1
/
+1
*
Tests: fix Safari userAgent detection
Michał Gołębiowski
2014-01-22
1
-3
/
+3
*
Support: Add expected support results for Safari 7 & IE11
Michał Gołębiowski
2014-01-22
1
-0
/
+32
*
No ticket. Remove version sniffing from test/unit/support.js, browsers got up...
Michał Gołębiowski
2013-11-11
1
-5
/
+3
*
Use full version of jQuery 1.9.1
Oleg
2013-11-08
1
-1
/
+0
*
Add more thorough check for CSP violations
Oleg
2013-11-07
1
-14
/
+18
*
Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.
Michał Gołębiowski
2013-09-11
1
-3
/
+21
*
No ticket. Restore support for Safari 5.1 in test/unit/support.js for now.
Michał Gołębiowski
2013-09-07
1
-7
/
+13
*
Fix #10814. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-115
/
+104
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
1
-5
/
+10
*
"pixelPosition" should be "true" in 28 >= Chrome
Oleg
2013-08-08
1
-1
/
+2
*
support.boxSizingReliable in FF 23 should be true. Close gh-1288
Oleg
2013-07-01
1
-2
/
+3
*
Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.
Michał Gołębiowski
2013-04-08
1
-12
/
+0
*
Follow-up for 22a4e5bd0a7c0a92b54b9965984b582fd42099f2, fix .checkOn, add sup...
Oleg
2013-04-03
1
-0
/
+137
*
Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.
Michał Gołębiowski
2013-04-03
1
-0
/
+5
*
Fix 363299ac failures: protect Safari 5.1 from CSP
Richard Gibson
2013-02-07
1
-4
/
+10
*
Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.
Richard Gibson
2013-02-07
1
-18
/
+8
*
Remove outdated support tests
Timmy Willison
2012-12-31
1
-321
/
+0
*
Do not perform support check for old Opera. Close gh-1097.
Oleg
2012-12-20
1
-1
/
+1
[next]