| diff --git a/captcha_eu.php b/captcha_eu.php | |
| index e73a26a..72e549d 100644 | |
| --- a/captcha_eu.php | |
| +++ b/captcha_eu.php | |
| @@ -88,10 +88,16 @@ class PlgCaptchacaptcha_eu extends CMSPlugin | |
| $sdkSrc = 'https://www.captcha.eu/sdk.js'; | |
| - // Load assets, the callback should be first | |
| - $this->app->getDocument()->getWebAssetManager() |
This gist contains the PDFs + rendered PNG outputs from ~/pdf-jxl/.
Because GitHub gists (via gh gist) don’t support uploading binary files directly, the artifacts are bundled as a tarball and base64-encoded.
The tarball contains:
pdf-jxl/zoltan-jxldecode.pdfpdf-jxl/zoltan-jxldecode.pdf.0.png
Add JPEG XL (JXL) image decoding support to PDFium using jxl-rs, a pure Rust decoder. This enables PDFs that embed JXL-compressed image XObjects (per the upcoming PDF Association / ISO standardization work) to render correctly in PDFium.
JXL benefits:
- 30–50% better compression than JPEG (typical for photographic content)
- Lossless JPEG transcoding (recompress JPEG sources without generation loss)
- Progressive decoding
| From b29d44529f19aa24beeaf197838793b8d1b3d1cf Mon Sep 17 00:00:00 2001 | |
| From: Helmut Januschka <helmut@januschka.com> | |
| Date: Sun, 1 Feb 2026 23:41:10 +0100 | |
| Subject: [PATCH] Fix bubble positioning in app windows | |
| When the toolbar isn't visible (e.g., --app mode), fall back to anchoring | |
| bubbles to the contents view and reposition them to the top-right corner. | |
| --- | |
| .../location_bar_bubble_delegate_view.cc | 15 +++++++++++++++ | |
| chrome/browser/ui/views/toolbar/toolbar_view.cc | 9 +++++++++ |
| Fix bubble positioning in app windows | |
| When the toolbar isn't visible (e.g., --app mode), fall back to anchoring | |
| bubbles to the contents view and reposition them to the top-right corner. | |
| --- | |
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc | |
| index 01a5846cd6d9d..203c9c56c9b8a 100644 |
When running Chromium with --app flag on Wayland (Hyprland compositor), popup dialogs (like "Save Password" prompts) appear outside the window bounds, positioned to the top-left of the screen instead of inside the application window.
- Compositor: Hyprland 0.53.0
- Chromium Version: 144.0.7559.109 (Arch Linux)
| /** | |
| * Didomi Consent Gate | |
| * Loads scripts only when vendor 755 + purpose 1 (cookies) are consented | |
| */ | |
| (function() { | |
| var scriptsLoaded = false; | |
| function loadScripts() { | |
| if (scriptsLoaded) return; | |
| scriptsLoaded = true; |
Comparing: v0.2.2 → 7c74207e5cff878951f9fd3648d293a19291a607
Diff stats: 49 files changed, 3288 insertions(+), 1474 deletions(-)
| Metric | Total | Delta |
|---|


