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-384b59e5c3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-a2938ab9b9
dependabot/github_actions/github-actions-ced721f930
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/form-data-4.0.4
dependabot/npm_and_yarn/multi-b97207525a
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
/
css.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tests: fix tests in accordance with new :visible behavior
Timmy Willison
2015-05-12
1
-4
/
+6
*
CSS: fix :visible/:hidden selectors for inline element w/ content
Timmy Willison
2015-05-12
1
-7
/
+13
*
CSS: Ignore the CSS cascade in show()/hide()/etc.
Richard Gibson
2015-05-11
1
-117
/
+58
*
Tests: Expand CSS relative adjustment tolerance for IE
Richard Gibson
2015-03-16
1
-2
/
+2
*
Tests: Fix CSS relative adjustment test for round-down browsers
Richard Gibson
2015-03-16
1
-7
/
+19
*
CSS: Support relative adjustment in any applicable unit
Mr21
2015-03-09
1
-0
/
+52
*
CSS: Add unit tests for negative margins and positioning
Aditya Raghavan
2014-12-24
1
-0
/
+15
*
Css: Remove non-functional unit test for negative margin
Dave Methvin
2014-12-09
1
-4
/
+1
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-11-03
1
-4
/
+2
*
CSS: elements are hidden when either offsetWidth or offsetHeight is zero
Timmy Willison
2014-07-17
1
-10
/
+12
*
CSS: Do not throw on frame elements in FF
Oleg Gaidarenko
2014-06-16
1
-0
/
+23
*
Css: Use only positive integers as values for widows/orphans
Michał Gołębiowski
2014-04-18
1
-8
/
+1
*
CSS: jQuery#hide should always save display value
Oleg Gaidarenko
2014-03-20
1
-0
/
+10
*
Css: Fix tests
Michał Gołębiowski
2014-03-10
1
-6
/
+9
*
Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397
Michał Gołębiowski
2014-03-10
1
-7
/
+20
*
CSS: Return values should be numbers
Dave Methvin
2014-03-04
1
-1
/
+2
*
Css: Don't check fill-opacity in Android 2.3, it's not supported
Michał Gołębiowski
2014-02-13
1
-1
/
+6
*
Support: Document box-sizing was unprefixed in Firefox 29
Michał Gołębiowski
2014-02-05
1
-1
/
+1
*
Tests: Avoid use of QUnit.reset() in tests by splitting them
cjqed
2013-12-23
1
-4
/
+9
*
Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.
Michał Gołębiowski
2013-11-11
1
-26
/
+13
*
Fix #14394: Changing style !important in webkit. Close gh-1385.
Lihan Li
2013-10-15
1
-0
/
+6
*
No ticket: Test cleanup
Richard Gibson
2013-10-15
1
-21
/
+9
*
Fix #14432: Always return string from .css("z-index"). Close gh-1395.
George Kats
2013-10-15
1
-0
/
+18
*
Fix #12723 and simplification and optmization of defaultDisplay helper
Oleg
2013-09-17
1
-10
/
+14
*
Fix #10814. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-4
/
+7
*
Fix #14084: attach the test div to documentElement, not body.
Michał Gołębiowski
2013-09-05
1
-0
/
+5
*
No ticket. Correct a support comment for the `order` test.
Michał Gołębiowski
2013-08-20
1
-1
/
+1
*
No ticket. Correct a support comment.
Michał Gołębiowski
2013-08-19
1
-2
/
+2
*
Remove redundant prefixes from the CSS order test.
Michał Gołębiowski
2013-08-19
1
-11
/
+1
*
Correct assertion for #14049 ticket
Oleg
2013-08-10
1
-5
/
+28
*
Fixes #14049: don't append px to CSS order value. Close gh-1300.
Jason Merino
2013-07-01
1
-1
/
+4
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-37
/
+54
*
Move size() test to deprecated.js and avoid in other tests. Close gh-1237.
Michał Gołębiowski
2013-04-08
1
-1
/
+1
*
Improve CSS and `Support:` comments. Close gh-1220.
Michał Gołębiowski
2013-04-06
1
-1
/
+2
*
Fix #13539: Utilize Sizzle hooks. Close gh-1215.
Richard Gibson
2013-04-05
1
-2
/
+2
*
No ticket: Revise unit tests in anticipation of Sizzle-free builds
Richard Gibson
2013-02-22
1
-5
/
+5
*
Fix #13310. Get the right display value for disconnected nodes. Close gh-1156.
Oleg
2013-02-04
1
-0
/
+23
*
Magic fixing for previous commit
Timmy Willison
2013-01-30
1
-6
/
+6
*
Fix failing tests, add support for empty spans in Opera. Supplements #13132, ...
Timmy Willison
2013-01-21
1
-1
/
+5
*
Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ...
Timmy Willison
2013-01-21
1
-40
/
+43
*
Ref #8908. Update IE9 css clone fix. Close gh-1119.
Oleg
2013-01-08
1
-2
/
+5
*
Remove stranded support.js checks for oldIE.
Dave Methvin
2013-01-03
1
-41
/
+1
*
Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.
Oleg
2012-12-13
1
-0
/
+77
*
Fix #12990. Don't add 'px' to column-count. Close gh-1050.
Bennett Sorbo
2012-12-11
1
-4
/
+13
*
Fixes #11938: Adding array getter method to jQuery.fn.css
Mike Sherov
2012-12-11
1
-0
/
+16
*
Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ...
Richard Gibson
2012-12-08
1
-17
/
+31
*
No ticket: remove test suite external dependencies
Richard Gibson
2012-11-01
1
-1
/
+1
*
Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.
yiminghe
2012-10-30
1
-0
/
+16
*
Fix #10416. Don't trust computed styles on detached elements. Close gh-941.
Oleg
2012-10-28
1
-5
/
+15
*
Adds missing expect() call, fixes failing IE tests
Rick Waldron
2012-10-15
1
-0
/
+1
[prev]
[next]