aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom/polyfill.js
AgeCommit message (Collapse)AuthorFilesLines
2020-11-05Remove the now unneeded polyfills.XhmikosR1-65/+0
2020-11-05Drop Legacy Edge support.XhmikosR1-16/+1
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-11-01karma: stop excluding polyfill.js from istanbul (#30740)XhmikosR1-2/+0
2020-11-01polyfill.js minor tweaks (#32011)XhmikosR1-7/+3
* rename function to `supportsScopeQuery` * use a ternary in `findOne` function return value
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR1-1/+1
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-1/+1
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-03-18Remove IE compatibility JS codeJohann-S1-67/+1
2019-10-07Update devDependencies. (#29447)XhmikosR1-1/+1
2019-03-18Add back support for IE 11Johann-S1-58/+121
2019-03-13Use one-line imports when possible. (#28467)XhmikosR1-3/+1
2019-03-11Comply to the new rules.XhmikosR1-1/+1
2019-02-26move util in a util folder with the sanitizerJohann-S1-2/+4
2019-02-20Use `Util.makeArray()`.XhmikosR1-2/+2
2019-02-20remove polyfills which override browsers defaultJohann-S1-64/+6
2019-02-204.3.1.XhmikosR1-1/+1
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina1-51/+1
2019-02-20Refactor util plugin and some testsJohann-S1-4/+7
2019-02-20chore(update): bump to 4.1.3Johann-S1-1/+1
2019-02-20fix(util): remove extendJohann-S1-0/+27
2019-02-20fix(polyfill): disable coverage for our polyfillsJohann-S1-0/+1
2019-02-20refactor(polyfill): a file for polyfillsJohann-S1-46/+118
2019-02-20fix(data): do not use data object in our unit testsJohann-S1-0/+94