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 | ||||
* | Core: set the base href of the context in parseHTML | Timmy Willison | 2016-04-04 | 1 | -8/+22 |
| | | | | | Fixes gh-2965 Close gh-3022 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -6/+7 |
| | | | | Fixes gh-2056 | ||||
* | Manipulation: privatize buildFragment() function | Timmy Willison | 2015-05-05 | 1 | -6/+4 |
| | | | | Fixes gh-2224 | ||||
* | Core: Return empty array instead of null for parseHTML("") | Timo Tijhof | 2015-01-19 | 1 | -2/+2 |
| | | | | | Fixes gh-1997 Close gh-1998 | ||||
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -1/+2 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out | Timmy Willison | 2014-12-10 | 1 | -3/+11 |
| | | | | Close gh-1505 | ||||
* | Core: revert addition of createHTMLDocument. Thanks, Safari 8. | Timmy Willison | 2014-12-09 | 1 | -3/+1 |
| | | | | | - Safari 8 has issues when the HTML string contains forms. Closing tags are not respected. | ||||
* | Core: pass empty string to createHTMLDocument to appease IE | Timmy Willison | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Core: remove unnecessary support test for createHTMLDocument | Timmy Willison | 2014-12-09 | 1 | -5/+2 |
| | |||||
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 1 | -0/+2 |
| | |||||
* | Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML | Frederic Hemberger | 2014-12-09 | 1 | -2/+6 |
| | | | | Close gh-1505 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -1/+2 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -1/+1 |
| | | | | across all modules) | ||||
* | All non-var modules should not indent in their AMD wrappers (just for ↵ | Timmy Willison | 2013-09-09 | 1 | -31/+32 |
| | | | | prettier builds). No functionality changes. | ||||
* | Move parsing methods to their own files (separates manipulation dependency ↵ | Timmy Willison | 2013-09-08 | 1 | -0/+38 |
from core) |