index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
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
/
dimensions.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Simplify code post browser support reduction
Michał Gołębiowski-Owczarek
2023-09-20
1
-0
/
+24
*
CSS: Make `offsetHeight( true )`, etc. include negative margins
Michał Gołębiowski-Owczarek
2023-04-04
1
-1
/
+6
*
Tests: Exclude tests based on compilation flags, not API presence
Michał Gołębiowski-Owczarek
2022-06-28
1
-1
/
+1
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
1
-46
/
+46
*
Dimensions: Add offset prop fallback to FF for unreliable TR dimensions
Timmy Willison
2021-01-11
1
-7
/
+1
*
Manipulation: Make jQuery.htmlPrefilter an identity function
Michał Gołębiowski-Owczarek
2020-03-16
1
-15
/
+15
*
Tests: Skip a "width/height on a table row with phantom borders" test in Firefox
Michał Gołębiowski-Owczarek
2019-10-28
1
-1
/
+8
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
1
-3
/
+3
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-29
/
+5
*
Tests: Make Android Browser 4.0-4.3 dimensions tests green
Michał Gołębiowski-Owczarek
2019-03-27
1
-2
/
+16
*
CSS: Avoid forcing a reflow in width/height getters unless necessary
Michał Gołębiowski-Owczarek
2019-03-18
1
-8
/
+8
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
1
-1
/
+1
*
Tests: fix dimensions tests in testswarm
Timmy Willison
2018-12-03
1
-1
/
+5
*
Dimensions: fall back to offsetWidth/Height for border-box in IE
Timmy Willison
2018-11-27
1
-5
/
+27
*
Tests: use width style instead of SVG width attribute (#4157)
Jason Bedard
2018-08-20
1
-3
/
+3
*
Dimensions: fix computing outerWidth on SVGs
Jason Bedard
2018-06-20
1
-0
/
+60
*
Dimensions: Don't trust non-pixel computed width/height
Richard Gibson
2017-08-07
1
-0
/
+23
*
Dimensions: Improve offsetWidth/offsetHeight fallback
Richard Gibson
2017-07-31
1
-0
/
+19
*
Support: Properly check for IE9 absolute scrollbox mishandling
Richard Gibson
2017-07-18
1
-34
/
+48
*
Dimensions: Detect and account for content-box dimension mishandling
Richard Gibson
2017-07-10
1
-5
/
+12
*
Dimensions: Include scroll gutter in "padding" box
Richard Gibson
2017-06-19
1
-0
/
+83
*
Docs:Tests: Update IE/Edge-related support comments & tests
Michał Gołębiowski
2017-05-15
1
-24
/
+16
*
Dimensions: fall back to offsetWidth/Height for inline elems
Timmy Willison
2017-03-20
1
-0
/
+14
*
Dimensions: ignore transforms when retrieving width/height
Timmy Willison
2017-03-13
1
-0
/
+11
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-3
/
+3
*
Tests: Refactor testIframe() to make it DRYer and more consistent
Dave Methvin
2016-04-11
1
-2
/
+2
*
Tests: Make iframe tests wait after checking isReady
Dave Methvin
2016-04-11
1
-2
/
+2
*
Docs:Tests: Remove obsolete code from tests, update support comments
Michał Gołębiowski
2016-03-08
1
-4
/
+4
*
Dimensions: Add tests for negative borders & paddings
Vitaliy Terziev
2016-02-24
1
-6
/
+32
*
Tests: use `jQuery` variable instead of `$`
Oleg Gaidarenko
2016-02-13
1
-1
/
+1
*
Tests: test element position outside view
Oleg Gaidarenko
2016-02-11
1
-0
/
+30
*
Dimensions: Empty sets should return undefined
Dave Methvin
2015-11-10
1
-25
/
+13
*
Dimensions: properly manipulate non-px values
Timmy Willison
2015-11-09
1
-30
/
+35
*
Dimensions: outerWidth/Height include scrollbar
Dave Methvin
2015-11-07
1
-40
/
+43
*
Tests: Post-Summit cleanup
Richard Gibson
2015-10-25
1
-8
/
+0
*
CSS: Make show/hide/toggle methods a module
Dave Methvin
2015-10-18
1
-8
/
+8
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-6
/
+6
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-120
/
+120
*
Tests: partially use new qunit interface
Oleg Gaidarenko
2015-08-16
1
-176
/
+180
*
Tests: don't use deprecated argument in test declaration
Oleg Gaidarenko
2015-07-30
1
-2
/
+6
*
CSS: Make .css("width") & .css("height") return fractional values
Michał Gołębiowski
2015-07-07
1
-16
/
+24
*
Offset: Round offset value for the sake of floating errors
Michał Gołębiowski
2015-03-23
1
-2
/
+5
*
Tests: Tilt at a few style guide windmills
Richard Gibson
2014-12-06
1
-45
/
+43
*
Tests: Accommodate page changes from the QUnit HTML reporter
Richard Gibson
2014-12-06
1
-21
/
+20
*
Tests: Minor updates for QUnit 1.16 compatibility
Richard Gibson
2014-12-05
1
-6
/
+6
*
Dimensions: allow modification of coordinates argument
Oleg Gaidarenko
2014-11-16
1
-0
/
+12
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-11-03
1
-2
/
+2
*
Support: Document box-sizing was unprefixed in Firefox 29
Michał Gołębiowski
2014-02-05
1
-1
/
+1
*
Fix #10814. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-15
/
+0
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-26
/
+37
[next]