diff options
author | Kunal Mehta <legoktm@debian.org> | 2023-06-10 18:39:44 -0400 |
---|---|---|
committer | Kunal Mehta <legoktm@debian.org> | 2023-06-10 18:44:06 -0400 |
commit | 7609761ab4ed628bea0ba4dad79a0b94ed80314c (patch) | |
tree | 8cd9a41a7c2319bf2fa61c29d4fd2a2398edfddc /resources/src/mediawiki.special.upload | |
parent | bee465ae22323713898813f27fce409ea757bbbb (diff) | |
download | mediawikicore-7609761ab4ed628bea0ba4dad79a0b94ed80314c.tar.gz mediawikicore-7609761ab4ed628bea0ba4dad79a0b94ed80314c.zip |
Remove TODO fixed in 2011 from upload.js
Brion fixed this issue with r99840 ("reenable client-side thumbnailing
of SVGs on Special:Upload, with workaround for Firefox 7 regression") in
October 2011.
(To his credit, Roan pointed out the leftover TODO in a CodeReview comment,
but it was never acted upon.)
Bug: T33643
Change-Id: I112ba9f2c10eb369ba25994ad12b236b931ad77f
Diffstat (limited to 'resources/src/mediawiki.special.upload')
-rw-r--r-- | resources/src/mediawiki.special.upload/upload.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/src/mediawiki.special.upload/upload.js b/resources/src/mediawiki.special.upload/upload.js index 9626d8071c07..994b5daf879e 100644 --- a/resources/src/mediawiki.special.upload/upload.js +++ b/resources/src/mediawiki.special.upload/upload.js @@ -235,8 +235,6 @@ * * TODO: Is there a way we can ask the browser what's supported in `<img>`s? * - * TODO: Put SVG back after working around Firefox 7 bug <https://phabricator.wikimedia.org/T33643> - * * @param {File} file * @return {boolean} */ |