aboutsummaryrefslogtreecommitdiffstats
path: root/test/csp.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-111-19/+1
|
* Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-031-0/+1
| | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
* Add another tweak for handling CSP - we need to make sure that we don't ↵John Resig2011-01-181-0/+30
trigger any eval on load (not sure if it's the best tweak, definitely not ideal). Add a test page as well so that it's easier to catch problem.