aboutsummaryrefslogtreecommitdiffstats
path: root/test/csp.php
Commit message (Collapse)AuthorAgeFilesLines
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-16/+0
|
* Fix #12569. Improve feature detect for event bubbling. Close gh-1076.Oleg2012-12-201-1/+4
|
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-041-1/+1
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-1/+1
|
* Fix indentation in /speed and /test dirs, closes gh-780.Trey Hunner2012-05-181-2/+2
|
* 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.