Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Data: avoid non-alphanumeric chars in expando properties | Jason Bedard | 2014-09-26 | 1 | -1/+1 |
| | | | | | | Ref chromium issue 378607 Ref #14839 Closes gh-1662 | ||||
* | Event: Restore the `constructor` property on jQuery.Event prototype | Daniel Herman | 2014-09-04 | 2 | -1/+4 |
| | | | | | | | | | The original definition of the jQuery.Event prototype was paving over the `constructor` property which was causing jQuery.isPlainObject to improperly report that an instance of jQuery.Event was a plain object. Fixes #15090 Closes gh-1580 | ||||
* | Manipulation: Tolerate XMLNode host object input to getAll | Richard Gibson | 2014-09-04 | 1 | -2/+6 |
| | | | | | | Fixes #15151 Ref 25712d77c3bc0221b5b2b9b9492c20a9cfbe1b17 Closes gh-1602 | ||||
* | CONTRIBUTING: Close parenthesis | Amit Merchant | 2014-09-03 | 1 | -1/+1 |
| | | | | Closes gh-1648 | ||||
* | CSS: Correct typo in the comment | Oleg Gaidarenko | 2014-09-03 | 1 | -3/+2 |
| | |||||
* | CSS: Use pre-defined displays for html and body | Oleg Gaidarenko | 2014-09-03 | 1 | -1/+7 |
| | | | | | Ref 60f546acb1c7136092b4fd01cccff052e468cc72 Ref 274feb53cc9a99633dfac785d8b3b837d192c43c | ||||
* | CSS: Remove use of getDefaultComputedStyle | Nazar Mokrynskyi | 2014-09-02 | 1 | -12/+2 |
| | | | | | | | Remove optimization to make jQuery compatible with Google's Polymer project Closes gh-1647 Fixes #15227 | ||||
* | Attr: Use typeof check for getAttribute method | Oleg Gaidarenko | 2014-09-02 | 1 | -1/+1 |
| | | | | Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b | ||||
* | Build: Moved JSHint directives to .jshintrc file | Chris Antaki | 2014-09-02 | 2 | -4/+2 |
| | | | | Closes gh-1595 | ||||
* | Offset: Simplified a conditional | Chris Antaki | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 7 | -20/+15 |
| | |||||
* | CSS: Removed redundant "to the number" in comment | Aurelio De Rosa | 2014-09-02 | 1 | -1/+1 |
| | | | | Closes gh-1594 | ||||
* | Css: Fix the "sanity check" test | Michał Gołębiowski | 2014-07-28 | 1 | -1/+1 |
| | | | | | The #dl element has 0 height so it's now considered hidden regardless of its width. | ||||
* | CSS: elements are hidden when either offsetWidth or offsetHeight is zero | Timmy Willison | 2014-07-17 | 2 | -11/+15 |
| | | | | | | | - Note: this is a breaking change that has been delayed for several versions. Fixes #10406 Fixes #13132 | ||||
* | Build: update source map options for the new grunt jshint | Timmy Willison | 2014-07-17 | 2 | -3/+3 |
| | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 39 | -187/+352 |
| | |||||
* | Build: update node dependencies barring jscs | Timmy Willison | 2014-07-17 | 1 | -5/+5 |
| | |||||
* | Build: update front-end dependencies | Timmy Willison | 2014-07-17 | 3 | -47/+79 |
| | |||||
* | Build: drop bower; use npm for front-end deps | Timmy Willison | 2014-07-17 | 6 | -23/+26 |
| | | | | | Fixes #15186 Closes gh-1620 | ||||
* | Ajax: Remove workaround for IE6/7 | Chris Antaki | 2014-07-13 | 1 | -19/+6 |
| | | | | | Closes gh-1597 Ref #8138 | ||||
* | Readme: Fix punctuation in tile | upisfree | 2014-07-12 | 1 | -1/+1 |
| | | | | Closes gh-1607 | ||||
* | Core: Consistently use local reference to access() | Timo Tijhof | 2014-07-12 | 1 | -1/+1 |
| | | | | | Ref 3b53b75160606610cc8f87404f89fc9e10441c4b Closes gh-1605 | ||||
* | Build: update Sizzle to 2.0.0 | Timmy Willison | 2014-07-01 | 4 | -6/+6 |
| | |||||
* | Selector: Remove "#" exception for identifier tokens | Michał Gołębiowski | 2014-06-30 | 1 | -2/+2 |
| | | | | | Port Sizzle test change from: https://github.com/jquery/sizzle/commit/f204a6112216f31685717d9fc1bf6cabf42b2ef1 | ||||
* | Build: Update license | Scott González | 2014-06-27 | 2 | -3/+19 |
| | | | | Closes gh-1587 | ||||
* | Build: update grunt-bowercopy | Timmy Willison | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Build: update Sizzle to 1.11.1 and include license | Timmy Willison | 2014-06-25 | 6 | -35/+45 |
| | |||||
* | Build: ignore test dependencies for npm install | Timmy Willison | 2014-06-24 | 1 | -0/+4 |
| | |||||
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 16 | -23/+70 |
| | | | | Closes gh-1593 | ||||
* | Build: Remove unused Sizzle test files | Scott González | 2014-06-24 | 9 | -11415/+1 |
| | |||||
* | Build: Upgrade to grunt-bowercopy 1.0.0 | Scott González | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | Build: Update commitplease dev dependency | Oleg Gaidarenko | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Build: Move test to appropriate module | Oleg Gaidarenko | 2014-06-16 | 2 | -6/+4 |
| | |||||
* | Effects: Improve raf logic | Oleg Gaidarenko | 2014-06-16 | 2 | -21/+46 |
| | | | | | | | | * Make animation behave as if jQuery.fx.off = true if document is hidden * Use cancelAnimationFrame in jQuery.fx.stop Closes gh-1578 | ||||
* | Effects: Reintroduce use of requestAnimationFrame | Oleg Gaidarenko | 2014-06-16 | 2 | -2/+29 |
| | | | | | | | | | | Same as before, just use don't use prefixes, since they pretty match useless now and use page visibility API to determine if animation should start. Also null the requestAnimationFrame attribute in window for tests since sinon does not provide fake method for it. Fixes #15147 | ||||
* | Ajax: Always use script injection in globalEval | Oleg Gaidarenko | 2014-06-16 | 6 | -47/+41 |
| | | | | | Fixes #14757 Closes gh-1449 | ||||
* | CSS: Do not throw on frame elements in FF | Oleg Gaidarenko | 2014-06-16 | 2 | -1/+31 |
| | | | | | | | | | | | | | IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws on frame elements through "defaultView.getComputedStyle" (see #15098) Use "defaultView" if in the popup which would fix IE issue, use "window.getComputedStyle" which would fix FF issue. And everybody wins, except performance, but who cares right? Fixes #15098 Closes gh-1583 | ||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 28 | -170/+161 |
| | | | | Closes gh-1577 | ||||
* | Tests: Clean up isNumeric tests | Richard Gibson | 2014-06-07 | 1 | -47/+42 |
| | | | | (cherry picked from commit d05f4bda1cc0b1ef76dce41a53c17f75c105a377) | ||||
* | Core: Work around loss of precision from parseFloat | Richard Gibson | 2014-06-07 | 2 | -2/+4 |
| | | | | | Fixes #15100 (cherry picked from commit b6e99eb43c35a3cd048c5c56d31c7e871f299a77) | ||||
* | Wrap: Declare a dependency on the manipulation module | TJ VanToll | 2014-06-02 | 1 | -0/+1 |
| | | | | | Fixes #15121 Closes gh-1589 | ||||
* | Ajax: Support usage without jQuery.event | TJ VanToll | 2014-06-02 | 2 | -1/+18 |
| | | | | | Fixes #15118 Closes gh-1588 | ||||
* | Ajax: move ajax event aliases to their own file | Timmy Willison | 2014-06-02 | 4 | -8/+15 |
| | | | | Fixes #15126 | ||||
* | Selector: Use jQuery reference not Sizzle | Oleg Gaidarenko | 2014-05-29 | 1 | -2/+6 |
| | |||||
* | Selector: Fix test iframe submission for firefox | Oleg Gaidarenko | 2014-05-29 | 1 | -9/+5 |
| | | | | Ref jquery/sizzle@20fbadb0870bd30e0e66c68891f121c0450374c4 | ||||
* | Release: ensure Sizzle is the latest tag | Timmy Willison | 2014-05-23 | 3 | -0/+49 |
| | | | | Fixes #14915 | ||||
* | Build: run jshint and jscs on release scripts | Timmy Willison | 2014-05-23 | 2 | -4/+3 |
| | |||||
* | Build: update AUTHORS.txt | Timmy Willison | 2014-05-23 | 1 | -1/+2 |
| | |||||
* | Effects: Remove needless operations in tests | Oleg Gaidarenko | 2014-05-09 | 1 | -3/+0 |
| | |||||
* | Ajax, Manipulation: don't test cross-document manip in Android 2.3 | Michał Gołębiowski | 2014-05-05 | 2 | -2/+23 |
| |