aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/support.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: drop the document.implementation.createHTMLDocument usageMichał Gołębiowski2016-03-021-18/+0
| | | | | | | | | | | The document.implementation.createHTMLDocument("") method creates inert documents which is good but using it has introduced issues around anchor elements href property not resolving according to the current document. Because of that, this patch is getting backed out on 1.x/2.x branches. Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 Refs gh-1505 Fixes gh-2941
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-4/+4
| | | | Fixes gh-2056
* Core: Add a support comment for Safari 8Michał Gołębiowski2015-07-201-0/+5
| | | | | | | | Related issue: https://bugs.webkit.org/show_bug.cgi?id=137337 Thanks @phistuck! Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280
* Core: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-301-8/+3
| | | | | | | | | The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes gh-2153 Closes gh-2154
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+7
| | | | | Fixes gh-1950 Closes gh-1949
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-101-0/+12
| | | | Close gh-1505
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-091-8/+0
|
* Build: fix tests in AMD modeTimmy Willison2014-12-091-1/+3
|
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-091-0/+6
Close gh-1505