aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/util
AgeCommit message (Expand)AuthorFilesLines
2023-05-01Update URL sanitizer to allow more protocols (#38531)Kyle Tsang1-10/+68
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR9-27/+25
2022-11-12ESLint: enable prefer-template rule (#37484)XhmikosR1-1/+1
2022-11-06Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine (...GeoSot1-113/+0
2022-10-07Boost `execute` function, being able to handle arguments (#36652)GeoSot1-0/+19
2022-07-04ref(tests): Minor fix to use self-closing input HTML tag (#36667)Julien Déramond1-3/+3
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton5-34/+34
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot1-0/+88
2022-02-15Update devDependencies (#35841)XhmikosR2-5/+5
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot5-495/+551
2022-01-30Event handler: replace deprecated `initEvent`GeoSot1-2/+1
2022-01-13Fix: `isVisible` function behavior in case of a `<details>` element, on chrom...Ryan Berliner1-0/+36
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot2-47/+78
2021-12-09Fix tests fixture type (#35501)XhmikosR1-10/+8
2021-12-09ScrollBar.js. Minor refactoring and add test (#35492)GeoSot1-0/+21
2021-12-01tests/unit/util/scrollbar.spec.js: rename functionXhmikosR1-6/+6
2021-12-01tests: fix a few typosXhmikosR1-13/+13
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR7-59/+51
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR5-106/+106
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot1-0/+305
2021-10-13tests: try to fix a few random failures (#35184)GeoSot1-4/+3
2021-10-12Swipe: add test to ensure that it ignores `pinch` events (#35161)GeoSot1-0/+19
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot1-0/+263
2021-10-08tests: minor cleanup (#35138)XhmikosR1-2/+0
2021-10-07Sanitizer: fix logic and add a test. (#35133)XhmikosR1-0/+25
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR1-6/+8
2021-09-07Typo fixes (#34914)XhmikosR1-1/+1
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR1-2/+2
2021-07-28Use a streamlined way to trigger component dismiss (#34170)GeoSot1-0/+108
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner1-0/+210
2021-07-20Fix `Util.reflow` function and add documentation (#34543)GeoSot1-2/+3
2021-06-25Variablize backdrop for modal and offcanvasMark Otto1-34/+50
2021-06-22Register only one `DOMContentLoaded` event listener in `onDOMContentLoaded` (...alpadev1-2/+11
2021-06-06Refactor scrollbar.js to be used as a Class (#33947)GeoSot1-32/+41
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev1-29/+124
2021-05-31Changing Backdrop rootElement to default to a string (#34092)Ryan Weaver1-2/+2
2021-05-22Automatically select an item in the dropdown when using arrow keys (#34052)alpadev1-1/+12
2021-05-22fix test of #34014 (#34070)GeoSot1-14/+16
2021-05-22Fix bug where backdrop calls method on null if it is already removed from the...Ryan Weaver1-0/+19
2021-05-20Refactor `isVisible` helper, fixing false positives from deep nesting or alte...Ryan Berliner1-2/+50
2021-05-20Add Tests on scrollbar.js & better handling if a style property doesn't exist...GeoSot1-36/+119
2021-05-19Add `getNextActiveElement` helper function to utils, replacing custom impleme...GeoSot1-0/+39
2021-05-13Move get element functionality to a helper (#33327)GeoSot1-9/+43
2021-05-11Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)GeoSot1-1/+2
2021-05-10Fix backdrop `rootElement` not initialized in Modal (#33853)Nagarjun Bodduna1-29/+43
2021-04-25Scrollbar: respect the initial body overflow value (#33706)GeoSot1-7/+84
2021-04-19Use the backdrop util in offcanvas, enforcing consistency (#33545)GeoSot1-0/+25
2021-04-14Decouple BackDrop from modal (#32439)GeoSot2-0/+224
2021-04-14Js: fix some testsGeoSot1-2/+4
2021-04-11Use cached `noop` function everywhereRohit Sharma1-2/+2