| Commit message (Expand) | Author | Age | Files | Lines |
* | Event: Don't test stopImmediatePropagation in Android 2.3 | Michał Gołębiowski | 2014-03-18 | 1 | -8/+19 |
* | Core: Change the sleep time in dont_return.php to a sane value | Michał Gołębiowski | 2014-03-18 | 1 | -1/+1 |
* | Build: Change the timeout for the weekly job from 4h to 1h | Michał Gołębiowski | 2014-03-18 | 1 | -4/+4 |
* | Core: Blacklist the ready test on async-loaded jQuery in iOS7 | Michał Gołębiowski | 2014-03-17 | 1 | -4/+9 |
* | Event: Unit test for #14741 fix | Dave Methvin | 2014-03-16 | 1 | -0/+14 |
* | Event: Treat Pointer events like mouse events, #14741 | louisremi | 2014-03-16 | 1 | -2/+4 |
* | Readme: Fix subsection titles and grammar, thanks @robgraeber | Dave Methvin | 2014-03-16 | 1 | -6/+6 |
* | Build: Refactor testswarm Grunt task options | Michał Gołębiowski | 2014-03-16 | 1 | -7/+11 |
* | CSS: Add flex-grow and flex-shrink to cssNumber | Roman Rei_ | 2014-03-13 | 3 | -0/+4 |
* | Readme: updating QUnit information | Leonardo Balter | 2014-03-13 | 1 | -1/+1 |
* | AMD: Note on AMD best practices | S. Andrew Sheppard | 2014-03-12 | 2 | -0/+7 |
* | Core: Bump timeouts to stabilize doc ready test | Michał Gołębiowski | 2014-03-13 | 2 | -2/+2 |
* | Event: Call underlying stopImmediatePropagation when present | Dave Methvin | 2014-03-12 | 2 | -2/+20 |
* | Support: Make the support matrix for iOS 6 match iOS 7 as well | Michał Gołębiowski | 2014-03-13 | 1 | -1/+1 |
* | Build: Fix testswarm task, use API correctly | Jörn Zaefferer | 2014-03-12 | 1 | -5/+4 |
* | Build: Allow to specify timeout in the testswarm task | Michał Gołębiowski | 2014-03-11 | 1 | -7/+3 |
* | Build: Make it possible to change browserSets in the testswarm task | Michał Gołębiowski | 2014-03-10 | 1 | -2/+6 |
* | Css: Fix tests | Michał Gołębiowski | 2014-03-10 | 1 | -6/+9 |
* | Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397 | Michał Gołębiowski | 2014-03-10 | 2 | -10/+20 |
* | Ajax, Effects: Disable Chrome 31 workarounds | Michał Gołębiowski | 2014-03-10 | 2 | -27/+7 |
* | Manipulation: don't use Object.keys for consistency | Michał Gołębiowski | 2014-03-09 | 1 | -4/+3 |
* | Build: Fix AMD option for custom builds | Timmy Willison | 2014-03-07 | 1 | -6/+12 |
* | Core: Do not run window.onready when ready | Dave Methvin | 2014-03-04 | 3 | -2/+34 |
* | CSS: Return values should be numbers | Dave Methvin | 2014-03-04 | 2 | -3/+4 |
* | Event: Allow triggerHandler(beforeunload) | Dave Methvin | 2014-03-04 | 3 | -1/+24 |
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 3 | -1/+10 |
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 2 | -2/+4 |
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 2 | -19/+6 |
* | Bower: stop ignoring yourself, bower | Timmy Willison | 2014-02-19 | 1 | -2/+1 |
* | Bower: add main property, move Sizzle to devDependencies, add license property | Timmy Willison | 2014-02-19 | 1 | -3/+3 |
* | Support: Reduce size | Richard Gibson | 2014-02-14 | 1 | -15/+19 |
* | Support: Skip style-based tests when element.style is undefined | Richard Gibson | 2014-02-14 | 1 | -0/+4 |
* | Effects: Don't check fill-opacity in Android 2.3, it's not supported | Michał Gołębiowski | 2014-02-13 | 1 | -1/+6 |
* | Event: Blacklist the onbeforeunload test in Android 2.3 | Michał Gołębiowski | 2014-02-13 | 1 | -3/+4 |
* | Css: Don't check fill-opacity in Android 2.3, it's not supported | Michał Gołębiowski | 2014-02-13 | 1 | -1/+6 |
* | Core: Fix trim in Android<4.1 | Michał Gołębiowski | 2014-02-13 | 1 | -3/+19 |
* | Tests: remove all the empty line whitespace | Rick Waldron | 2014-02-11 | 2 | -28/+28 |
* | Support: Document box-sizing was unprefixed in Firefox 29 | Michał Gołębiowski | 2014-02-05 | 3 | -4/+4 |
* | Docs: Change raises to throws in README test assertions | Michał Gołębiowski | 2014-02-05 | 1 | -1/+1 |
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 7 | -637/+706 |
* | Selector: update Sizzle | Michał Gołębiowski | 2014-02-05 | 5 | -64/+94 |
* | Attrs: Simplify an option hook | Oleg | 2014-02-05 | 1 | -1/+1 |
* | Build: Switch to explicit dependencies versions in bower.json | Michał Gołębiowski | 2014-02-02 | 3 | -102/+150 |
* | Core: Remove special case try/catch in isPlainObject | Rick Waldron | 2014-02-02 | 1 | -10/+2 |
* | Ajax: Protect against exceptions thrown synchronously by xhr.send | jaubourg | 2014-01-29 | 2 | -4/+39 |
* | Build: Specify browserSets for TestSwarm directly | Michał Gołębiowski | 2014-01-27 | 1 | -1/+1 |
* | Support: Add iOS6 support tests results | Michał Gołębiowski | 2014-01-27 | 1 | -0/+16 |
* | Tests: Blacklist beforeunload test in iOS | Michał Gołębiowski | 2014-01-26 | 1 | -1/+4 |
* | Build: Remove obsolete UglifyJS workaround | Michał Gołębiowski | 2014-01-26 | 1 | -7/+0 |
* | Build: Upgrade npm devDependencies | Michał Gołębiowski | 2014-01-26 | 1 | -8/+8 |