Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | CSS: Make show/hide/toggle methods a module | Dave Methvin | 2015-10-18 | 1 | -21/+1 | |
| | | | | | | | | Unit test changes some uses of .show() and .hide() to .css( "display", ... ), there was already an implicit assumption in several of the existing tests. Fixes gh-2193 Close gh-2648 | |||||
* | Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support | Michał Gołębiowski | 2015-09-14 | 1 | -10/+0 | |
| | | | | | | | | Drop non-critical workarounds for Android 2.3. Fixes gh-2483 Fixes gh-2505 Closes gh-2581 | |||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -20/+31 | |
| | | | | Fixes gh-2056 | |||||
* | CSS: Make .css("width") & .css("height") return fractional values | Michał Gołębiowski | 2015-07-07 | 1 | -9/+17 | |
| | | | | | Fixes gh-1724 Closes gh-2439 | |||||
* | CSS: Improve a comment explaining IE11 fullscreen bug | Michał Gołębiowski | 2015-07-01 | 1 | -1/+2 | |
| | ||||||
* | CSS: Work around an IE11 fullscreen dimensions bug | Martin Naumann | 2015-06-23 | 1 | -0/+11 | |
| | | | | | Fixes gh-1764 Closes gh-2401 | |||||
* | CSS: Don't cache unrecognized CSS property names | Michał Gołębiowski | 2015-06-01 | 1 | -11/+10 | |
| | | | | | | | | | | | | | | | | | This prevents jQuery from caching a prefixed property name if provided directly by the user, e.g. the following code: elem.css( "msTransform", "translate(5px, 2px)" ); should not prevent one from from later setting the transition directly: elem.css( "transform", "translate(5px, 2px)" ); on a browser not understanding the unprefixed version which is the case for Safari 8 & transform. Fixes gh-2015 Closes gh-2298 | |||||
* | CSS: Ignore the CSS cascade in show()/hide()/etc. | Richard Gibson | 2015-05-11 | 1 | -62/+2 | |
| | | | | | | Fixes gh-1767 Fixes gh-2071 Closes gh-2180 | |||||
* | CSS: Don't expose jQuery.swap | Michał Gołębiowski | 2015-04-13 | 1 | -4/+4 | |
| | | | | | | | | | 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 | |||||
* | CSS: Support relative adjustment in any applicable unit | Mr21 | 2015-03-09 | 1 | -8/+9 | |
| | | | | | Fixes gh-1711 Closes gh-2011 | |||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -1/+1 | |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | |||||
* | CSS: Removed redundant "to the number" in comment | Aurelio De Rosa | 2014-09-02 | 1 | -1/+1 | |
| | | | | Closes gh-1594 | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -15/+31 | |
| | ||||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -29/+28 | |
| | | | | Closes gh-1577 | |||||
* | Dimensions: Reverse a check to avoid potential reflows | Christian Kosmowski | 2014-04-18 | 1 | -1/+1 | |
| | | | | | Fixes #14979 Closes gh-1560 | |||||
* | CSS: jQuery#hide should always save display value | Oleg Gaidarenko | 2014-03-20 | 1 | -6/+3 | |
| | | | | | Fixes #14750 Closes gh-1509 | |||||
* | CSS: Add flex-grow and flex-shrink to cssNumber | Roman Rei_ | 2014-03-13 | 1 | -0/+2 | |
| | | | | | Fixes #14888 Closes gh-1536 | |||||
* | Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397 | Michał Gołębiowski | 2014-03-10 | 1 | -3/+0 | |
| | | | | | | | | | | | | The workaround to be able to change !important styles broke the browser keeping the old CSS value if the new one was rejected. Patching it would involve a significant perf hit (~33%) so the initial patch needs to be reverted instead. Tests by m_gol & gibson042. Fixes #14836 Closes gh-1532 | |||||
* | CSS: Return values should be numbers | Dave Methvin | 2014-03-04 | 1 | -2/+2 | |
| | | | | Fixes #14792 | |||||
* | Fix #14394: Changing style !important in webkit. Close gh-1385. | Lihan Li | 2013-10-15 | 1 | -0/+3 | |
| | ||||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -23/+21 | |
| | ||||||
* | Fix some code style inconsistencies | Oleg | 2013-10-07 | 1 | -4/+1 | |
| | ||||||
* | Ref #14313: NaN detection. Close gh-1352. | Richard Gibson | 2013-09-12 | 1 | -2/+2 | |
| | | | | (cherry picked from commit 0bc0a69026ce4c1ac570a729d3c975a4a55d0ff4) | |||||
* | charAt -> string indexing. Close gh-1359. | Mike Sidorov | 2013-09-12 | 1 | -1/+1 | |
| | ||||||
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 1 | -1/+1 | |
| | ||||||
* | No ticket. Abstract conditional hook definition. | Michał Gołębiowski | 2013-09-11 | 1 | -20/+9 | |
| | ||||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 1 | -76/+4 | |
| | | | | modules. -39 bytes. Close gh-1360. | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 | |
| | | | | across all modules) | |||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -15/+21 | |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | |||||
* | Reorder css.js logically | Timmy Willison | 2013-09-09 | 1 | -177/+177 | |
| | ||||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+1 | |
| | ||||||
* | No ticket. Update support comments to reflect current state of affairs. | Michał Gołębiowski | 2013-09-07 | 1 | -2/+2 | |
| | ||||||
* | No ticket. Optimize the marginRight hook: run the support test once only. | Michał Gołębiowski | 2013-09-06 | 1 | -7/+14 | |
| | ||||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -39/+47 | |
| | ||||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 1 | -2/+3 | |
| | ||||||
* | Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311. | Chris Price | 2013-08-19 | 1 | -1/+1 | |
| | ||||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -1/+3 | |
| | | | | to save 15 bytes. | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -67/+18 | |
| | ||||||
* | Fixes #14049: don't append px to CSS order value. Close gh-1300. | Jason Merino | 2013-07-01 | 1 | -0/+1 | |
| | ||||||
* | Avoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271. | Jason Bedard | 2013-06-02 | 1 | -2/+4 | |
| | ||||||
* | Fix #13855: line-height animations. Close gh-1265. | Richard Gibson | 2013-05-13 | 1 | -1/+1 | |
| | ||||||
* | No ticket. Use data_priv methods instead of jQuery._removeData and ↵ | Oleg Gaidarenko | 2013-04-08 | 1 | -3/+3 | |
| | | | | jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234 | |||||
* | Improve CSS and `Support:` comments. Close gh-1220. | Michał Gołębiowski | 2013-04-06 | 1 | -2/+3 | |
| | | | | | | | | 1) corrected box-sizing rules order - the unprefixed value should always be the last one 2) removed last semi-colons in CSS rules 3) updated support comments code review changes + more consistent comment spacing | |||||
* | Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194. | Michał Gołębiowski | 2013-04-03 | 1 | -21/+0 | |
| | ||||||
* | Fixes typos in core.js and css.js. Closes gh-1175 | Pascal Borreli | 2013-02-21 | 1 | -1/+1 | |
| | ||||||
* | Fix #13310. Get the right display value for disconnected nodes. Close gh-1156. | Oleg | 2013-02-04 | 1 | -4/+13 | |
| | ||||||
* | Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens ↵ | Timmy Willison | 2013-01-30 | 1 | -1/+1 | |
| | | | | #13132, #10406. | |||||
* | Fix failing tests, add support for empty spans in Opera. Supplements #13132, ↵ | Timmy Willison | 2013-01-21 | 1 | -1/+3 | |
| | | | | #10406. | |||||
* | Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ↵ | Timmy Willison | 2013-01-21 | 1 | -1/+1 | |
| | | | | #13132, #10406. | |||||
* | Fix #13183: Wrong animation initial value calc. Ref gh-1136. | Mike Sherov | 2013-01-15 | 1 | -1/+1 | |
| |