2025 Chromium Contributions Wrap-Up

⚑ Chromium πŸ”§ C++ / Rust πŸ‘€ Helmut Januschka

2025: The Year I Became a Chromium OWNER

110+ merged contributions across Chromium, PDFium, and jxl-rs


By the Numbers

Project Merged In Progress
Chromium 73 CLs 20 CLs
PDFium 9 CLs -
jxl-rs 28 PRs 5 PRs
Total 110 25

2025 Milestones

πŸŽ‰ Chromium OWNER - Earned OWNER status via the Tab Focus feature work. Now able to review and approve changes in that area.

πŸš€ JPEG XL Revival - Part of the team bringing JPEG XL back to Chromium, this time with a Rust decoder. Contributed 28 merged PRs to jxl-rs for SIMD optimizations, HDR support, and Chromium integration.

πŸ”§ omarchy-chromium Maintainer - Maintaining a custom Chromium build for Omarchy. Provides ARM64 Linux builds not officially supported by Google.

The Browser Trinity βœ…

Contributing to all three major browser engines! Ported Resource Timing Level 3 (interim response timestamps for HTTP 103 Early Hints) across the board:

Browser Status Link
Chromium βœ… Merged crrev.com/c/6900896
Firefox βœ… Landed D276668
Safari/WebKit βœ… Merged #55467

πŸŽ‰ Browser trifecta complete!

Thank You

And to the countless Chromium developers on Slack - too many to name - who answered questions and provided feedback when I felt lost. Your patience and expertise made these contributions possible. πŸ™

Major Features

Feature Description
Tab Focus Flag (Chrome 143) New --focus flag that focuses existing tabs instead of opening duplicates
Instant Policy Refresh Added --refresh-platform-policy flag for instant browser theme updates via managed policies
Wayland Crash Fix Fixed a crash affecting Linux users when moving Chrome windows between monitors
JPEG XL Support (In Progress) Bringing JPEG XL back to Chromium using the Rust-based jxl-rs decoder

Chromium Bug Fixes

Other Chromium Features

DevTools

PDFium

9 merged CLs to PDFium in 2025:

New APIs:

Bug Fixes:

jxl-rs Contributions

26 merged PRs to libjxl/jxl-rs - the Rust JPEG XL decoder:

SIMD Optimizations:

Performance:

API & Integration:

Bug Fixes:

HDR Support:

CI & Releases:

Open PRs:

JPEG XL Chromium Integration

Chromium CLs In Progress

Active CLs currently under review:

Web Platform / Network:

Accessibility:

Linux/Ozone:

Extensions:

Code Modernization


Other Open Source


Links

Resource URL
All Chromium CLs chromium-review.googlesource.com
All PDFium CLs pdfium-review.googlesource.com
All jxl-rs PRs github.com/libjxl/jxl-rs
GitHub github.com/hjanuschka