aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/ajax
Commit message (Collapse)AuthorAgeFilesLines
* Ref f9d41ac6: Opera-compatible form targetRichard Gibson2013-11-041-1/+1
|
* Fix #14379: AJAX requests on unloadRichard Gibson2013-10-281-0/+30
|
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-261-1/+1
|
* Adds the abort on unload trick back in since IE9 still exhibits the bugjaubourg2013-01-071-0/+25
|
* 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.