aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Collapse)AuthorAgeFilesLines
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-251-0/+33
| | | | | | | Fixes gh-2343, gh-2410 Close gh-2617 (cherry picked from commit c82a6685bb964627e27008e298f93ea81218265b)
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-3/+3
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* CSS: Add an integration test for issue gh-1764Michał Gołębiowski2015-07-084-0/+172
| | | | | | | | (cherry-picked from 8887106702baa69ed80baa65c5a249786bffc77e) Refs gh-1764 Refs gh-2401 Closes gh-2425
* Ajax: Use the native XHR for all non-local requests in IE9+Michał Gołębiowski2015-05-181-0/+52
IE throws an error on cross-domain PATCH requests if issued via the ActiveX interface. This commit switches the logic to use the native XHR in all non-local requests. Fixes gh-1684 Closes gh-2183