aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/ajax
Commit message (Collapse)AuthorAgeFilesLines
* Ref f9d41ac6: Opera-compatible form targetRichard Gibson2013-11-041-1/+1
| | | | (cherry picked from commit d5b7139abce9dd207773531d6dcb3493c6ac0c7c)
* Fix #14379: AJAX requests on unloadRichard Gibson2013-11-041-0/+30
| | | | | | | | (cherry picked from commit f9d41ac641dcb5a93ba8a9027476b160d8f41111) Conflicts: src/ajax/xhr.js
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-081-1/+1
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-261-0/+25
| | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-054-90/+0
| | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-044-0/+90
of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore.