aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/startup.js
Commit message (Expand)AuthorAgeFilesLines
* resourceloader: Remove mwPerformance stub and rename mwLoadStart markTimo Tijhof2018-04-231-6/+4
* Drop Grade A support for IE10Ed Sanders2018-02-211-2/+2
* resourceloader: Fix comment on Mobile Safari requirementEd Sanders2018-02-151-1/+1
* Use HTTPS instead of HTTP for caniuse.comFomafix2018-01-211-6/+6
* resourceloader: Use document.head instead of getElementsByTagNameTimo Tijhof2017-12-131-1/+1
* Increase Opera minimum for Grades A and C to 15James D. Forrester2017-11-291-2/+2
* resourceloader: Remove outdated readyState handler for base modules requestTimo Tijhof2017-10-301-8/+6
* Avoid implicit globalsEd Sanders2017-05-011-18/+16
* resourceloader: Move mwNow() to after isCompatible()Timo Tijhof2017-04-181-5/+7
* Clarify release notes for Opera 12.0-12.10 being Grade CBartosz DziewoƄski2017-04-051-1/+1
* resourceloader: Use Date.now() for mw.now() instead of '+new Date'Timo Tijhof2017-04-041-1/+1
* startup: Drop JavaScript support for ES3-only browsersJames D. Forrester2017-04-031-11/+17
* resourceloader: Use perf.now() for mediaWikiLoadStart in startup.jsTimo Tijhof2017-02-091-4/+12
* Add googleweblight to JS blacklistElliott Eggleston2016-12-131-1/+1
* Remove JSON polyfill, deprecate 'json' modulePeter Hedenskog2016-11-221-3/+9
* resourceloader: Combine UC Mini startup regex with othersTimo Tijhof2016-11-211-4/+4
* eslint: Re-enable valid-jsdoc and make a passEd Sanders2016-11-171-0/+3
* build: Replace jscs+jshint with eslintEd Sanders2016-11-151-7/+8
* UC Mini should be blacklistedBaha2016-11-081-1/+3
* resourceloader: Optimise startup by merging regexesTimo Tijhof2016-10-291-4/+2
* resourceloader: Move queue formatting out of OutputPageTimo Tijhof2016-08-081-1/+1
* Remove "jshint evil:true" where not requiredKevin Israel2016-06-141-1/+1
* resourceloader: Use feature test instead of UA sniffingTimo Tijhof2016-04-181-46/+53
* resourceloader: Introduce window.NORLQAlex Monk2016-02-091-2/+26
* resourceloader: Simplify and clean up RLQ wrapTimo Tijhof2016-01-271-1/+1
* startup.js: Move IE8 down from Grade A to Grade CJames D. Forrester2016-01-061-2/+2
* resourceloader: Proxy 'window.performance' to support Safari bugTimo Tijhof2015-09-151-11/+8
* build: Enable jscs rules 'requireSpacesInside*Brackets' and make passJames D. Forrester2015-09-051-6/+6
* resourceloader: Rename 'mediaWikiStartUp' mark to 'mwLoadStart'Timo Tijhof2015-09-041-1/+1
* resourceloader: Ensure startup module returns early for incompatible browsersTimo Tijhof2015-09-021-0/+1
* resourceloader: Remove global startUp() callbackTimo Tijhof2015-08-311-30/+39
* resourceloader: Fix RLQ script to support IE8 quirkTimo Tijhof2015-08-041-1/+1
* resourceloader: Async all the wayTimo Tijhof2015-08-041-1/+10
* resourceloader: In startup, move RLQ handling to after mw.configTimo Tijhof2015-08-041-2/+4
* resourceloader: Convert inline statements to queued functionsTimo Tijhof2015-07-301-1/+11
* resourceloader: Move startup code from PHP to startup.jsTimo Tijhof2015-07-271-2/+15
* Make the User Timing API safe to use in MediaWikiOri Livneh2015-07-171-0/+8
* Blacklist MeeGo's browserBaha Man2015-05-061-0/+2
* Disable JavaScript for MSIE7 users, update tests accordinglyEloquence2014-09-021-2/+2
* startup: Update documentationTimo Tijhof2014-08-251-6/+5
* startup: Blacklist Opera < 12Timo Tijhof2014-08-251-0/+9
* Disable JavaScript for MSIE6 users, update tests accordinglyEloquence2014-08-061-3/+3
* Split /resources into /resources/lib and /resources/srcJames D. Forrester2014-04-071-0/+54