aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/intersection-observer
Commit message (Collapse)AuthorAgeFilesLines
* Revert typo fixes to ForeignResourceManager managed filesTim Starling2023-03-291-1/+1
| | | | | | | | | These changes need to be done upstream, otherwise ForeignResourceStructureTest fails. Bug: T203694 Follows-Up: I5c9408c262f09c936525f35abfacfa92a193b791 Change-Id: Ieec933ac99e8eb27eb95f2a71ef66afe79195398
* Fix some typosMatěj Suchánek2023-03-211-1/+1
| | | | | Bug: T201491 Change-Id: I5c9408c262f09c936525f35abfacfa92a193b791
* resources: Make foreign-resources.yaml pass its own 'verify' testTimo Tijhof2022-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following failures: * intersection-observer: Partial undo of 803b873beb, local docs-only change to vendor files. * jquery.i18n: - jquery.i18n.messagestore.js: Partial undo 7a4df9b0 (I83bbbb150), comment change to vendor file. - jquery.i18n.fallbacks.js: This was changed locally in 6839b8599 (I666fbdea8) in July and upstreamed by @Reedy in https://github.com/wikimedia/jquery.i18n/pull/243. Since there is only one other patch upstream, a cosmetic one, since 1.0.7, I've changed it to an unreleased commit hash upstream so that at least the registration roundtrips cleanly. We can update to the proper release when we're ready for that (there's something to figure out w.r.t plural rule parsing). * moment: Rename en-sg.js to match package. * jquery.cookie: Recognise this as the fork that it is. Comment-out for now to exclude it from validation since it can't pass. We should probably just move this to src/ and embed it within mw.cookie or something. Bug: T203694 Change-Id: Ie705070c695e5e4ab95b51ceb434a0eadfa0f733
* docs: Fix 'the the' typoKlein Muçi2022-05-051-1/+1
| | | | | Bug: T201491 Change-Id: Idd776953dcf7dadc136e57d586c09b24363005a6
* Add the W3C Intersection Observer to ResourceLoaderEric Gardner2022-02-032-0/+1227
Adds the latest version of the W3C Intersection Observer polyfill from NPM for usage within MediaWiki. https://www.npmjs.com/package/intersection-observer Bug: T300912 Change-Id: Ie11d06e977012fb5c3b0b1b6e7c7d3458bf0e409