mediawiki-extensions-Multim.../tests/qunit
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
..
mmv/model Add TaskQueue class 2014-02-12 01:55:39 +00:00
provider Use provider XHR information in performance metrics + several fixes 2014-02-19 00:38:27 +00:00
lightboximage.test.js Add categories to the interface 2014-02-03 15:09:42 +01:00
lightboxinterface.test.js Preload prev/next images 2014-02-13 10:52:40 +01:00
mmv.bootstrap.test.js Lazy-load mmv 2014-02-18 15:55:15 -08:00
mmv.lightboxinterface.test.js Make metadata animation more subtle 2014-02-18 16:17:14 -08:00
mmv.logger.test.js Refactor panel-related things into another class 2014-02-07 10:09:08 -08:00
mmv.model.test.js Preload prev/next images 2014-02-13 10:52:40 +01:00
mmv.performance.test.js Use provider XHR information in performance metrics + several fixes 2014-02-19 00:38:27 +00:00
mmv.test.js Make metadata animation more subtle 2014-02-18 16:17:14 -08:00
mmv.testhelpers.js Lazy-load mmv 2014-02-18 15:55:15 -08:00
mmv.ThumbnailWidthCalculator.test.js Fix failing test after refactoring. 2014-02-18 14:14:47 -08:00
mmv.ui.categories.test.js Fix categories empty method 2014-02-04 10:10:53 -08:00
mmv.ui.description.test.js Moving things around for module renames 2014-01-24 09:21:16 -08:00
mmv.ui.fileUsage.test.js Fix the "view all uses" link when there are both local and global results 2014-01-31 09:30:26 +01:00
mmv.ui.metadataPanel.test.js Refactor panel-related things into another class 2014-02-07 10:09:08 -08:00
mmv.ui.test.js Lazy-load mmv 2014-02-18 15:55:15 -08:00
multilightbox.test.js Lazy-load mmv 2014-02-18 15:55:15 -08:00