index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
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
/
css.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Switch background image from online file to local 1x1.jpg
Timo Tijhof
2021-05-24
1
-18
/
+8
*
Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)
Michał Gołębiowski-Owczarek
2020-09-22
1
-7
/
+5
*
CSS: Include `show`, `hide` & `toggle` methods in the jQuery slim build
Michał Gołębiowski-Owczarek
2020-05-05
1
-5
/
+0
*
Manipulation: Make jQuery.htmlPrefilter an identity function
Michał Gołębiowski-Owczarek
2020-03-16
1
-56
/
+56
*
Docs: Update most URLs to HTTPS
Michał Gołębiowski-Owczarek
2019-10-21
1
-1
/
+1
*
CSS: Workaround buggy getComputedStyle on table rows in IE/Edge
Michał Gołębiowski-Owczarek
2019-10-14
1
-0
/
+20
*
Selector: Inline Sizzle into the selector module
Michał Gołębiowski-Owczarek
2019-07-29
1
-5
/
+13
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
1
-118
/
+94
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-58
/
+21
*
Core: Remove deprecated jQuery APIs
Michał Gołębiowski-Owczarek
2019-04-29
1
-27
/
+0
*
Data: Separate data & css/effects camelCase implementations
Michał Gołębiowski-Owczarek
2019-04-29
1
-0
/
+15
*
CSS: Don't automatically add "px" to properties with a few exceptions
Michał Gołębiowski-Owczarek
2019-04-08
1
-2
/
+80
*
Build: Update QUnit from 1.23.1 to 2.9.2
Michał Gołębiowski-Owczarek
2019-03-04
1
-1
/
+1
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
1
-2
/
+2
*
Core: Recognize Shadow DOM in attachment checks
Saptak Sengupta
2018-11-09
1
-0
/
+80
*
Tests: Add tests for not auto-appending "px" to CSS Grid properties
Michał Gołębiowski-Owczarek
2018-10-03
1
-0
/
+50
*
Test: enable a spec testing CSS whitespace preserving in Edge 17
Michał Gołębiowski-Owczarek
2018-06-18
1
-2
/
+2
*
CSS: Don't auto-append "px" to CSS variables (#4064)
Michał Gołębiowski-Owczarek
2018-06-04
1
-0
/
+15
*
CSS: Correctly detect scrollbox support with non-default zoom
Richard Gibson
2018-05-07
1
-3
/
+4
*
CSS: Ensure camel- vs kebab-cased names are not collapsed for CSS vars
Michał Gołębiowski-Owczarek
2018-05-02
1
-0
/
+2
*
Tests: fix weird failure in Edge 16 CSS
Timmy Willison
2018-01-16
1
-1
/
+1
*
Core: deprecate jQuery.isNumeric
Jason Bedard
2018-01-15
1
-2
/
+2
*
Tests: Add support for running unit tests via grunt with karma
Timo Tijhof
2017-12-18
1
-3
/
+2
*
CSS: Correctly set support properties with non-default zoom
Saptak Sengupta
2017-12-05
1
-0
/
+9
*
Tests: Update lineHeight adjustments to give Android more slop
Richard Gibson
2017-09-08
1
-9
/
+9
*
CSS: Avoid unit-conversion interference from CSS upper bounds
Richard Gibson
2017-08-28
1
-0
/
+16
*
Docs:Tests: Update IE/Edge-related support comments & tests
Michał Gołębiowski
2017-05-15
1
-14
/
+15
*
Tests: Clean up after the CSS Custom Properties support test
Michał Gołębiowski
2017-03-07
1
-2
/
+4
*
Tests: Skip CSS custom properties tests in non-supporting browsers
Michał Gołębiowski
2017-03-07
1
-55
/
+66
*
CSS: Support custom properties
Connor Atherton
2017-03-07
1
-0
/
+64
*
Tests: Disable a whitespace-setting test in Edge 14
Michał Gołębiowski
2016-09-12
1
-1
/
+10
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-16
/
+16
*
Tests: Refactor testIframe() to make it DRYer and more consistent
Dave Methvin
2016-04-11
1
-2
/
+2
*
CSS: Toggle detached elements as visible unless they have display: none
Richard Gibson
2016-04-11
1
-0
/
+24
*
Docs: Update support comments to follow the new syntax
Michał Gołębiowski
2016-03-30
1
-1
/
+1
*
Docs:Tests: Remove legacy code & add support comments where needed
Michał Gołębiowski
2016-03-30
1
-22
/
+16
*
Docs:Tests: Remove obsolete code from tests, update support comments
Michał Gołębiowski
2016-03-08
1
-9
/
+4
*
CSS: Add test for gh-2867
Timmy Willison
2016-01-27
1
-0
/
+10
*
CSS: Restore cascade-override behavior in .show
Richard Gibson
2016-01-13
1
-22
/
+253
*
CSS: Add animation-iteration-count to cssNumber, fix tests
Jun Sun
2016-01-07
1
-4
/
+13
*
Selector: pass jQuery unit tests with selector-native
Timmy Willison
2015-11-11
1
-6
/
+2
*
CSS: Correct misrepresentation of "auto" horizontal margins as 0
Richard Gibson
2015-10-18
1
-6
/
+20
*
CSS: Make show/hide/toggle methods a module
Dave Methvin
2015-10-18
1
-24
/
+33
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-78
/
+83
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-434
/
+440
*
Tests: partially use new qunit interface
Oleg Gaidarenko
2015-08-16
1
-284
/
+285
*
Tests: don't use deprecated argument in test declaration
Oleg Gaidarenko
2015-07-30
1
-6
/
+18
*
Docs: Fix various spelling mistakes
Bruno Pérel
2015-07-30
1
-1
/
+1
*
Core: Adjust comments & tests after dropping Safari 6 support
Michał Gołębiowski
2015-07-27
1
-1
/
+1
*
Build: Acknowledge Android 2.3 is not ES5-compatible
Michał Gołębiowski
2015-07-20
1
-1
/
+1
[next]