Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Misc: Drop support for older browsers; update support comments" | Michał Gołębiowski | 2015-11-16 | 1 | -2/+2 |
| | | | | This reverts commit 740e190223d19a114d5373758127285d14d6b71e. | ||||
* | Revert "Manipulation: support data-URI scripts insertion" | Oleg Gaidarenko | 2015-11-13 | 1 | -1/+0 |
| | | | | This reverts commit 15f4dec7894f1e00adbfb9bce4f870441a527bd6. | ||||
* | Manipulation: Don't provide the parser with sloppy table markup | Anthony Ryan | 2015-09-14 | 1 | -13/+6 |
| | | | | | | | | | | | | | | | | | While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intentionally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." Reverts 0ea342a6a6dce793c1b0f14f051c2573f40f4e44 Refs gh-2031 Refs gh-2002 Fixes gh-2493 Closes gh-2499 | ||||
* | Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support | Michał Gołębiowski | 2015-09-14 | 1 | -3/+2 |
| | | | | | | | | Drop non-critical workarounds for Android 2.3. Fixes gh-2483 Fixes gh-2505 Closes gh-2581 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 9 | -23/+25 |
| | | | | Fixes gh-2056 | ||||
* | Manipulation: privatize buildFragment() function | Timmy Willison | 2015-05-05 | 6 | -0/+182 |
| | | | | Fixes gh-2224 | ||||
* | Ajax: simplify one ajax call and add explanatory comment | Oleg Gaidarenko | 2015-02-15 | 1 | -0/+2 |
| | | | | | | | * Remove "async = true" from script transport since it was needed for FF < 4 and old Opera which we do not support anymore * Add comment to "evalUrl" method on why "type" field should be explicit | ||||
* | 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 | ||||
* | Manipulation: support data-URI scripts insertion | Bin Xin | 2014-12-03 | 1 | -0/+1 |
| | | | | | Fixes gh-1887 Closes gh-1888 | ||||
* | Manipulation: Check state lost if the name is set for Android 4.0-4.3 | Michał Gołębiowski | 2014-11-06 | 1 | -0/+3 |
| | | | | | Refs gh-1820 Closes gh-1841 | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -4/+1 |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | ||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -5/+6 |
| | | | | Closes gh-1577 | ||||
* | Manipulation: Change support test to be WWA-friendly | Jonathan Sampson | 2014-03-20 | 1 | -2/+9 |
| | | | | | | | | Setting the innerHTML property in an unsafe manner raises issues in Windows Web Applications. Strings being passed into innerHTML cannot include the name attribute. Closes gh-1537 | ||||
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 1 | -8/+5 |
| | | | | | | | | | | IE11 fixed the checkbox defaultValue issue but not textarea. Rather than creating a new detect name I'm reusing the old one to protect anyone who is unwisely using this externally. Re-fixing the defaultValue when it doesn't need to be done is not a problem, so leave that code for IE11. Fixes #14716 Closes gh-1495 | ||||
* | Fix some code style inconsistencies | Oleg | 2013-10-07 | 1 | -2/+2 |
| | |||||
* | No ticket: Fix XHTML regression. Close gh-1375. | Anthony Ryan | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | Correct the checkClone support test for Safari 5.1 and mobile webkits | Timmy Willison | 2013-09-11 | 1 | -14/+11 |
| | |||||
* | Fix support test for checkClone. Fixes Safari 5.1 manip failures. | Timmy Willison | 2013-09-11 | 1 | -0/+1 |
| | |||||
* | All non-var modules should not indent in their AMD wrappers (just for ↵ | Timmy Willison | 2013-09-09 | 1 | -11/+13 |
| | | | | prettier builds). No functionality changes. | ||||
* | No ticket. Update support comments to reflect current state of affairs. | Michał Gołębiowski | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -2/+2 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+29 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 2 | -0/+19 |