mediawiki-extensions-Multim.../resources/mmv
Gergő Tisza 7afbc5ce92 Use provider XHR information in performance metrics + several fixes
* more robust method of obtaining URL
* decouple performance logging from providers (mostly)
* ignore fake XHR object which jQuery returns for JSONP requests
* guard for CORS requests - apparently Chrome refuses to return
  certain information even with an Allow-Origin: * response header.
* Resource Timing is limited to 150 results, which causes fake
  misses in debug mode. There is an API to increase the limit
  but it is not implemented in Chrome. I am calling it nevertheless,
  maybe IE understands it (it is present in the MSDN docs at least).

This seems to work for AJAX, CORS, JSONP, image AJAX; CORS requests
return 0 for a lot of values, per spec a Timing-Allow-Origin: *
header might help that.

Change-Id: I8353858022f51a7e70774e65513d0fa2554a5064
2014-02-19 00:38:27 +00:00
..
img Icons for share link and assessments 2014-02-10 21:48:14 +00:00
model Preload prev/next images 2014-02-13 10:52:40 +01:00
provider Use provider XHR information in performance metrics + several fixes 2014-02-19 00:38:27 +00:00
ui Make the image and navigation buttons unselectable 2014-02-18 19:36:33 +00:00
mmv.api.js Use provider XHR information in performance metrics + several fixes 2014-02-19 00:38:27 +00:00
mmv.base.js Moving things around for module renames 2014-01-24 09:21:16 -08:00
mmv.bootstrap.js Lazy-load mmv 2014-02-18 15:55:15 -08:00
mmv.js Use provider XHR information in performance metrics + several fixes 2014-02-19 00:38:27 +00:00
mmv.less Fix fullscreen and close icons 2014-02-10 10:04:50 +01:00
mmv.lightboximage.js Moving things around for module renames 2014-01-24 09:21:16 -08:00
mmv.lightboxinterface.js Lazy-load mmv 2014-02-18 15:55:15 -08:00
mmv.logger.js Get rid of lightboxHooks 2014-02-13 17:47:30 -08:00
mmv.multilightbox.js Lazy-load mmv 2014-02-18 15:55:15 -08:00
mmv.performance.js Use provider XHR information in performance metrics + several fixes 2014-02-19 00:38:27 +00:00
mmv.ThumbnailWidthCalculator.js Refactor thumbnail size calculation 2014-02-08 01:27:27 +00:00