mediawiki-extensions-Multim.../bundlesize.config.json
Simon Legner fb4e80a1b1 Move HtmlUtils from mmv.bootstrap to mmv module
HtmlUtils is used for stripping HTML code. This is the responsibility of the individual UI components.

More specifically, MultimediaViewerBootstrap.processParsoidThumb no longer strips HTML code. Various UI components were already calling HtmlUtils.htmlToTextWithLinks. Only the error case in MultimediaViewer.loadImage newly needs HTML stripping applied.

Bug: T65504
Change-Id: If24b9c220a6ec43f35251a4ec6a716fd4ba03df6
2024-10-17 22:51:20 +00:00

25 lines
361 B
JSON

{
"modules": [
{
"resourceModule": "mmv",
"maxSize": "25.2 kB"
},
{
"resourceModule": "mmv.ui.restriction",
"maxSize": "0.5 kB"
},
{
"resourceModule": "mmv.codex",
"maxSize": "5.2 kB"
},
{
"resourceModule": "mmv.ui.reuse",
"maxSize": "5.7 kB"
},
{
"resourceModule": "mmv.bootstrap",
"maxSize": "4.8 kB"
}
]
}