aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/compatibility.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded compatibility polyfillsMorris Jobke2016-10-201-155/+0
| | | | | | | | | | | | | | - `Object.create` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/create#Browser_compatibility - `Object.keys` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/keys#Browser_compatibility - `Array.prototype.filter` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Browser_compatibility - `Array.prototype.indexOf` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf#Browser_compatibility - `Array.prototype.map` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#Browser_compatibility - `Function.prototype.bind` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind#Browser_compatibility - `String.prototype.trim` supported with IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Browser_compatibility - `outerHTML` supported with Firefox 11+: https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML#Browser_compatibility - `window.devicePixelRatio` supported in IE11+: http://caniuse.com/#feat=devicepixelratio Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Scrutinizer cleanupkondou2014-06-021-1/+2
|
* Show higher resolution previews for high dpi screensRobin Appelman2014-04-041-0/+4
|
* Fix some JSLint warningskondou2013-07-311-1/+1
|
* Add compatibility function for outerHTMLThomas Tanghus2013-04-291-1/+15
|
* Move compatibility functions to compatibility.js and add two more.Thomas Tanghus2013-04-061-0/+104
|
* adding prototype trim as fallback for IE8Thomas Mueller2013-02-141-0/+7
|
* adding a compatibility.js as a single source to define all fallback function ↵Thomas Mueller2013-02-141-0/+25
declarations