pdf.js/extensions/chromium
Jonas Jenwald d46578e959 Remove the viewerCssTheme-option, since it's partially broken
The `viewerCssTheme`-implementation has always been somewhat hacky, and now it's also *partially* broken ever since we've started using CSS nesting.
Trying to support nested media queries would thus require a lot more parsing of the CSS rules, which seems inefficient and thus generally undesirable.[1]

As discussed on Matrix, let's try to remove the `viewerCssTheme`-option and see if there's any (significant) fallout from this.

---
[1] If this option is brought back, it seems to me that it (in Firefox) should probably be set through the platform-code that handles theming.
2023-11-04 09:19:01 +01:00
..
options [api-major] Remove the enhanceTextSelection functionality (PR 15145 follow-up) 2022-08-28 15:04:47 +02:00
pageAction Enable the ESLint object-shorthand rule in the extensions/chromium/-folder 2021-08-22 12:33:02 +02:00
.eslintrc Enable the ESLint object-shorthand rule in the extensions/chromium/-folder 2021-08-22 12:33:02 +02:00
.gitignore Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600 2013-08-21 18:11:35 +02:00
contentscript.js [CRX] Drop code supporting ancient Chrome versions 2023-07-02 17:23:18 +02:00
contentstyle.css [CRX] Drop code supporting ancient Chrome versions 2023-07-02 17:23:18 +02:00
extension-router.js Use more for...of loops in the code-base 2022-07-17 16:18:54 +02:00
icon16.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
icon19.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
icon38.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
icon48.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
icon128.png optimize png images using zopflipng 2016-07-10 17:49:16 +08:00
manifest.json Set minimum_chrome_version to 88 2023-06-25 14:19:50 +02:00
pdfHandler-vcros.js Enable the ESLint object-shorthand rule in the extensions/chromium/-folder 2021-08-22 12:33:02 +02:00
pdfHandler.html [CRX] Remove feature-detect.js 2018-01-26 15:54:35 +01:00
pdfHandler.js Merge pull request #16630 from Rob--W/crx-url-hash-init 2023-07-08 14:05:33 +02:00
preferences_schema.json Remove the viewerCssTheme-option, since it's partially broken 2023-11-04 09:19:01 +01:00
preserve-referer.js [CRX] Drop code supporting ancient Chrome versions 2023-07-02 17:23:18 +02:00
restoretab.html Restore extension tab after reload 2015-08-14 19:00:12 +02:00
restoretab.js Enable auto-formatting of the entire code-base using Prettier (issue 11444) 2019-12-26 12:34:24 +01:00
suppress-update.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00
telemetry.js [CRX] Drop code supporting ancient Chrome versions 2023-07-02 17:23:18 +02:00