aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core/core.js
Commit message (Expand)AuthorAgeFilesLines
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-2/+1
* Tests: Ensure no timers are running at the end of each test (#1920)Michał Gołębiowski-Owczarek2020-05-161-2/+3
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-081-2/+3
* Labels: Handle empty setsScott González2017-05-021-1/+3
* Form: Rename from `.form()` to `._form()` since its not for public useScott González2016-10-111-1/+1
* Core: Shift to no globalsAmanpreet Singh2016-04-141-62/+64
* Core: Style updatesAlexander Schmitz2015-08-211-17/+17
* Core: Movie uniqueId into its own module and deprecate core moduleAlexander Schmitz2015-08-081-2/+2
* Core: Move labels into its own moduleAlexander Schmitz2015-08-081-1/+2
* Core: Move form method into its own moduleAlexander Schmitz2015-08-081-1/+2
* Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methodsAlexander Schmitz2015-05-051-0/+63
* Core: Convert tests to new infrastructureScott González2015-04-091-3/+7
* Tests: Handle jQuery git returning `null` for empty attributesScott González2015-03-251-2/+2
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-9/+2
* Core: Deprecate .focus( n ), replace in dialog with explicit timeoutsJörn Zaefferer2014-02-211-28/+0
* Core tests: Explicitly focus the body during delayed .focus() test to avoid a...Scott González2013-07-091-0/+6
* Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex().Scott González2013-03-151-19/+0
* Core: Resume focus test based on the event, not the callback.Scott González2013-01-081-1/+1
* Core tests: Handle async focus in IE.Scott González2012-12-101-5/+4
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+14
* Tests: Update support comments.Scott González2012-06-251-1/+1
* Core tests: Updated support comments.Scott González2012-06-251-2/+6
* Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id is...Jörn Zaefferer2012-06-191-2/+4
* Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e...Scott González2012-06-151-1/+1
* Core: Add the uniqueId() and removeUniqueId() methods written by @scottgonzal...kborchers2012-05-291-0/+10
* Core tests: Fix double focus in IEJörn Zaefferer2012-05-041-0/+2
* Tests: Run JSHint.Scott González2012-04-291-0/+2
* Core tests: Coding standards.Scott González2012-04-291-30/+25
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-35/+35
* Core tests: Split .focus() test into two tests to avoid bug in IE with stop()...Scott González2010-09-021-20/+20
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...Scott González2010-07-211-0/+108
* Core: Removed tests for .attr() ARIA override since the override no longer ex...Scott González2010-07-211-20/+0
* core focus-test, call start() after running assertionsJörn Zaefferer2010-03-201-1/+1
* 'ChangedBrant Burnett2010-01-291-2/+11
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-36/+0
* rename modules for testswarm compabilityJörn Zaefferer2009-09-011-1/+1
* Widget factory: Added support for deep extending multiple option hashes on init.Scott González2009-08-281-3/+17
* Widget factory: Support passing multiple option hashes on init. Fixes #4784.Scott González2009-08-261-0/+22
* Added zIndex method. Fixes #4709 - Add zIndex setter/getter method.Scott González2009-08-051-0/+9
* Core: Added asynchronous focus. Fixed #3559 - :focusable, :tabbable, setFocu...Scott González2009-04-181-0/+23
* Core: Partial fix for #3559: Proper implementation for :focusable and :tabbab...Scott González2009-01-211-50/+0
* restructured unit tests folderRichard Worth2009-01-071-0/+78