openseadragon/src
Chris Adams 1b6cf93474 Graceful handling of IE cross-domain AJAX failures
Prior to IE 10, XmlHttpRequest cannot be used for requests to a
different origin even when the target URL's CORS headers would allow
access (see http://caniuse.com/#feat=cors).

This is easy to miss in testing if you use a single origin during
testing but have a CDN or domain-sharding for production and will break
the error handler function passed to makeAjaxRequest() if that code
assumes it can access properties on the request object.

This adds a more informative pointer to Microsoft's documentation when a
security exception is raised.
2013-08-29 16:13:18 -04:00
..
button.js Implementing OpenSeadragon.now() 2013-06-20 13:15:04 -07:00
buttongroup.js Remove all whitespace 2013-06-19 13:33:27 -04:00
control.js Remove all whitespace 2013-06-19 13:33:27 -04:00
controldock.js Clicking on a button control no longer refreshes page 2013-08-14 10:39:39 -07:00
displayrectangle.js Add file-specific descriptions to file headers 2013-05-14 00:00:24 -04:00
drawer.js Merge pull request #185 from robhobbes/master 2013-08-20 11:08:58 -07:00
dzitilesource.js Expose semi-private processDZIError for use by DziTileSource 2013-06-20 15:12:54 -04:00
eventhandler.js update the comments and unit test 2013-08-13 10:33:12 +10:00
fullscreen.js Declare assumed globals 2013-06-20 15:12:54 -04:00
iiiftilesource.js Update iiiftilesource.js 2013-07-02 13:41:37 -07:00
legacytilesource.js Remove all whitespace 2013-06-19 13:33:27 -04:00
mousetracker.js Merge pull request #179 from lukemurray/destroy 2013-08-19 10:03:12 -07:00
navigator.js feature: navigatorPosition, option was available but not completely implemented 2013-08-08 00:12:44 -04:00
openseadragon.js Graceful handling of IE cross-domain AJAX failures 2013-08-29 16:13:18 -04:00
osmtilesource.js Remove all whitespace 2013-06-19 13:33:27 -04:00
overlay.js Merge pull request #185 from robhobbes/master 2013-08-20 11:08:58 -07:00
point.js Fixes made after first code review of rotation. 2013-08-15 16:15:20 -06:00
profiler.js Implementing OpenSeadragon.now() 2013-06-20 13:15:04 -07:00
rectangle.js Revisions to rotate after second code review. 2013-08-16 11:32:21 -06:00
referencestrip.js Merge pull request #136 from acdha/jshint-cleanup 2013-06-26 09:37:08 -07:00
spring.js Implementing OpenSeadragon.now() 2013-06-20 13:15:04 -07:00
strings.js User-visible warning when tile sources fail to load 2013-06-28 14:11:20 -04:00
tile.js Remove all whitespace 2013-06-19 13:33:27 -04:00
tilesource.js User-visible warning when tile sources fail to load 2013-06-28 14:11:20 -04:00
tilesourcecollection.js Remove unused variables 2013-06-20 15:12:53 -04:00
tmstilesource.js Remove all whitespace 2013-06-19 13:33:27 -04:00
viewer.js Fixes made after first code review of rotation. 2013-08-15 16:15:20 -06:00
viewport.js Merge pull request #185 from robhobbes/master 2013-08-20 11:08:58 -07:00