Topics /

Web Developers RSS Feeds

1 feed from 1 site tagged “web developers”. Follow one here, or copy its address into any RSS reader.

  1. 1Mozilla Hackshacks.mozilla.orghacks.mozilla.orgLast post 24 Aug
    Website

Latest web developers posts

  1. Intent to Ship: JPEG XL

    · hacks.mozilla.org · Jake Archibald

    It isn’t often that new image formats land in browsers. In the early 2000s we had JPEG, GIF, and PNG. The 2010s gave us WebP, which was a modest step up from JPEG. But the 2020s have given us two new image formats that are a big step up from previous formats: AVIF and JPEG […] The post Intent to…

  2. PACT: Anonymous Credentials for the Web

    · hacks.mozilla.org · Dennis Jackson

    This is the technical companion to our update on Distilled, “Keeping the web open and private in the bot era.” Here we take a deeper look at the problem space, the design we’re proposing, and the problems still left to solve. Bots (and privacy-preserving browsers) not welcome Browse a news site in…

  3. Announcing Web Serial Support in Firefox

    · hacks.mozilla.org · Haik Aftandilian

    Support for Web Serial in Firefox 151 for Desktop Firefox can now connect directly to microcontrollers, development boards, 3D printers, power meters, and other serial-connected hardware from the web. Starting in Firefox 151 for Desktop, support for the Web Serial API allows web applications to…

  4. Behind the Scenes Hardening Firefox with Claude Mythos Preview

    · hacks.mozilla.org · Brian Grinstead

    Two weeks ago we announced that we had identified and fixed an unprecedented number of latent security bugs in Firefox with the help of Claude Mythos Preview and other AI models. In this post, we’ll go into more detail about how we approached this work, what we found, and advice for other projects…

  5. Trustworthy JavaScript for the Open Web

    · hacks.mozilla.org · Firefox Security Team

    The open web is a critical platform for applications that handle highly sensitive data, from private communications to financial transactions and medical records. Traditionally, servers are trusted to deliver the appropriate code and resources for their web applications to browsers, who then…

  6. Firefox Developer Edition and Beta: Try out Mozilla’s .rpm package!

    · hacks.mozilla.org · Bastien Orivel

    In January, we introduced our Nightly package for RPM-based Linux distributions. Today, we are thrilled to announce it is now available for Firefox Beta! Firefox Beta is great for testing your sites in a version of Firefox that will reach regular users in the coming weeks. If you find any issues…

  7. Why is WebAssembly a second-class language on the web?

    · hacks.mozilla.org · Ryan Hunt

    This post is an expanded version of a presentation I gave at the 2025 WebAssembly CG meeting in Munich. WebAssembly has come a long way since its first release in 2017. The first version of WebAssembly was already a great fit for low-level languages like C and C++, and immediately enabled many new…

  8. Goodbye innerHTML, Hello setHTML: Stronger XSS Protection in Firefox 148

    · hacks.mozilla.org · Tom Schuster

    Cross-site scripting (XSS) remains one of the most prevalent vulnerabilities on the web. The new standardized Sanitizer API provides a straightforward way for web developers to sanitize untrusted HTML before inserting it into the DOM. Firefox 148 is the first browser to ship this standardized…

  9. Launching Interop 2026

    · hacks.mozilla.org · Jake Archibald

    The Interop Project is a cross-browser initiative to improve web compatibility in areas that offer the most benefit to both users and developers. The group, including Apple, Google, Igalia, Microsoft, and Mozilla, takes proposals of features that are well defined in a sufficiently stable web…

  10. CRLite: Fast, private, and comprehensive certificate revocation checking in Firefox

    · hacks.mozilla.org · John Schanck

    Firefox is now the first and the only browser to deploy fast and comprehensive certificate revocation checking that does not reveal your browsing activity to anyone (not even to Mozilla). Tens of millions of TLS server certificates are issued each day to secure communications between browsers and…

  11. Improving Firefox Stability in the Enterprise by Reducing DLL Injection

    · hacks.mozilla.org · Haik Aftandilian

    Beginning in version 138, Firefox will offer an alternative to DLL injection for Data Loss Prevention (DLP) deployments in enterprise environments. DLL Injection DLL injection into Firefox is a topic we’ve covered on the Hacks blog before. In 2023, we blogged about the Firefox capability to let…

  12. Launching Interop 2025

    · hacks.mozilla.org · James Graham

    Interop 2025 continues the mission to make the web more consistent across browsers, building on 2024’s 95% interoperability score. This year, 19 focus areas target key developer needs and long-standing issues, including WebRTC improvements, Storage Access API, and CSS Zoom. The post Launching…

  13. Introducing Uniffi for React Native: Rust-Powered Turbo Modules

    · hacks.mozilla.org · Mark Mayo

    Mozilla and Filament have introduced Uniffi for React Native, a tool that allows developers to leverage the safety and performance benefits of Rust in cross-platform React Native apps. The post Introducing Uniffi for React Native: Rust-Powered Turbo Modules appeared first on Mozilla Hacks - the Web…

  14. Llamafile v0.8.14: a new UI, performance gains, and more

    · hacks.mozilla.org · Stephen Hood

    Discover the latest release of Llamafile 0.8.14, an open-source AI tool by Mozilla Builders. With a new command-line chat interface, enhanced performance, and support for powerful models, Llamafile makes it easy to run large language models (LLMs) on your own hardware. Learn more about the updates…

  15. Announcing Official Puppeteer Support for Firefox

    · hacks.mozilla.org · James Graham

    We’re pleased to announce that, as of version 23, the Puppeteer browser automation library now has first-class support for Firefox. This means that it’s now easy to write automation and perform end-to-end testing using Puppeteer, and run against both Chrome and Firefox. The post Announcing Official…

  16. Snapshots for IPC Fuzzing

    · hacks.mozilla.org · Christian Holler

    Process separation remains one of the most important parts of the Firefox security model and securing our IPC (Inter-Process Communication) interfaces is crucial to keep privileges in the different processes separated. We take a more detailed look at our newest tool for finding vulnerabilities in…