index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
unit
/
testsuite.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Convert closeEnough() to a proper QUnit assertion
Scott González
2015-04-09
1
-2
/
+2
*
Tests: Update `domEqual()` to work with jQuery git
Scott González
2015-03-25
1
-2
/
+2
*
Tests: Use jquery-git1 instead of jquery-git
Scott González
2015-03-11
1
-1
/
+1
*
Build: Upgrade to jQuery 1.11.2
Scott González
2015-02-23
1
-3
/
+8
*
Tests: Fix style issues with missing or multiple line breaks
Jörn Zaefferer
2015-01-24
1
-1
/
+0
*
All: Drop support for jQuery 1.6.x
Jörn Zaefferer
2015-01-13
1
-3
/
+3
*
Tests: Fix jQuery version references to match files in external/
Jörn Zaefferer
2015-01-12
1
-1
/
+1
*
Tests: Cleanup
Scott González
2014-09-03
1
-17
/
+23
*
Draggable Tests: Ensure scrolling and dragging tests assert correctly
Dave Stein
2014-08-22
1
-2
/
+4
*
Build: Reorganize external directory
Scott González
2014-06-24
1
-1
/
+1
*
Tests: Expose jQuery version select
Jörn Zaefferer
2014-03-04
1
-0
/
+11
*
All: Rename all files, removing the "jquery.ui." prefix;
Rafael Xavier de Souza
2014-01-24
1
-2
/
+2
*
Tests: Fix grammar error in comment
Andrei Picus
2014-01-08
1
-1
/
+1
*
Tests: Skip JSHint in browsers that don't support Function.prototype.bind() t...
Scott González
2013-11-22
1
-1
/
+3
*
Tests: extract TestHelpers.forceScrollableWindow for tests that need the wind...
Mike Sherov
2013-10-19
1
-0
/
+7
*
Build: Remove the build task and it's dependencies. Will bring back testing a...
Jörn Zaefferer
2013-09-20
1
-0
/
+4
*
Tests: Fixed accidental use of comma instead of semicolon.
Scott González
2013-08-21
1
-1
/
+1
*
Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D...
Steven Luscher
2013-06-19
1
-0
/
+12
*
Tests: Handle globals in .jshintrc.
Scott González
2013-03-27
1
-10
/
+16
*
Whitespace.
Scott González
2013-01-16
1
-3
/
+3
*
Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - Dia...
Scott González
2012-12-04
1
-4
/
+3
*
Revert "Dialog: Cleanup style properties on _destroy. Reenables style check i...
Scott González
2012-12-04
1
-2
/
+30
*
Dialog: Cleanup style properties on _destroy. Reenables style check in domEqu...
Jörn Zaefferer
2012-12-04
1
-30
/
+2
*
Tests: Commented out getElementStyles() while its not used.
Scott González
2012-11-13
1
-2
/
+2
*
Tests: Temporarily remove style checks in domEqual().
Scott González
2012-11-13
1
-1
/
+2
*
Tests: Allow async domEqual() tests.
Scott González
2012-11-12
1
-3
/
+14
*
Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: r...
Mike Sherov
2012-11-09
1
-0
/
+8
*
Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ...
Scott González
2012-11-09
1
-0
/
+28
*
Build: Enable "unused" option in jshint - Remove unused variables from codeba...
Mike Sherov
2012-10-23
1
-2
/
+2
*
Build: Upgrade to the latest Grunt and JSHint - Closes gh-786
Mike Sherov
2012-10-22
1
-2
/
+6
*
Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ...
Jörn Zaefferer
2012-08-30
1
-1
/
+12
*
Tests: Removed completed TODO.
Scott González
2012-08-26
1
-1
/
+0
*
Update to QUnit 1.9.0 and use new urlConfig for custom checkboxes
Jörn Zaefferer
2012-07-11
1
-2
/
+12
*
Tests: Enable QUnit.config.requireExpects.
Scott González
2012-06-27
1
-0
/
+10
*
Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e...
Scott González
2012-06-15
1
-2
/
+2
*
Tests: Check .data() and event bindings in domEqual().
Scott González
2012-06-09
1
-0
/
+3
*
Tests: Differentiate between attributes and properties in domEqual().
Scott González
2012-05-29
1
-4
/
+11
*
Tests: Convert children to an array in domEqual().
Scott González
2012-05-25
1
-1
/
+1
*
Tests: Added several more property checks to domEqual().
Scott González
2012-05-25
1
-15
/
+39
*
Tests: Linting
Corey Frang
2012-04-30
1
-1
/
+1
*
Tests: Run JSHint.
Scott González
2012-04-29
1
-4
/
+9
*
Tests: Check for null error objects when reporting JSHint errors.
Scott González
2012-04-24
1
-0
/
+5
*
Tests: Add custom URL configs to QUnit.config.urlConfig for discoverability.
Scott González
2012-04-23
1
-0
/
+2
*
Tests: Moved loadResources to TestHelpers.
Scott González
2012-04-23
1
-9
/
+30
*
Tests: Run JSHint in unit tests, unless nojshint=1 is specified in the query ...
Scott González
2012-04-23
1
-2
/
+37
*
Tests: Move commonWidgetTests() to TestHelpers.
Scott González
2012-04-19
1
-1
/
+1
*
Accordion tests: Don't polloute the global namespace with helpers.
Scott González
2012-04-19
1
-0
/
+2
*
Tests: Lint.
Scott González
2012-04-18
1
-8
/
+10
*
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
Jörn Zaefferer
2012-02-29
1
-4
/
+4
*
.attr() -> .prop()
Scott González
2011-06-08
1
-1
/
+1
[next]