Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -1/+1 |
| | | | | | | | | | | Support comments that were lacking the final IE/Edge version that exhibits the bug were checked & updated. Links to the Chromium bug tracker were updated. Code in tests related to unsupported browsers (like Android 2.3 in non-basic tests) has been removed. Fixes gh-2868 Closes gh-2949 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -4/+4 |
| | | | | Fixes gh-2056 | ||||
* | Core: Add a support comment for Safari 8 | Michał Gołębiowski | 2015-07-20 | 1 | -0/+5 |
| | | | | | | | | Related issue: https://bugs.webkit.org/show_bug.cgi?id=137337 Thanks @phistuck! Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 | ||||
* | Core: Update tested jsdom, drop obsolete workarounds | Michał Gołębiowski | 2015-03-30 | 1 | -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/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -1/+7 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out | Timmy Willison | 2014-12-10 | 1 | -0/+12 |
| | | | | Close gh-1505 | ||||
* | Core: remove unnecessary support test for createHTMLDocument | Timmy Willison | 2014-12-09 | 1 | -8/+0 |
| | |||||
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 1 | -1/+3 |
| | |||||
* | Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML | Frederic Hemberger | 2014-12-09 | 1 | -0/+6 |
Close gh-1505 |