I just learned that it's possible to point to some specific text on a webpage without using anchors, using what's called "text fragments".| notmyidea.org
I just checked and it seems that it has been 9 years since my last post in this blog :O As part of my job at Amazon I started working in a GTK widget which will allow embedding a Servo Webview inside a GTK application. This was mostly a research project just to understand the...| Nacho's Blog
In the expanding world of AI my heart still lies in AST transforms, browser fingerprinting, and anti-bot circumvention. But my workflow felt... primitive.| nullpt.rs
2 comments| lobste.rs
Igalia is excited to announce that next year’s Web Engines Hackfest will be held Monday June 15th through Wednesday June 17th, 2026, at the Palexco meeting centre in the heart of A Coruña, Galicia, Spain. Mark your calendars now to join us for three days of presentations, attendee-organized breakout sessions, in-depth conversations, and more! Earlier this year, the Hackfest saw more than 150 browser engineers, code contributors, and interested parties from around the world gather to share ...| Igalia
Igalia is an open source consultancy specialised in the development of innovative projects and solutions. Our engineers have expertise in a wide range of technological areas, including browsers and client-side web technologies, graphics pipeline, compilers and virtual machines. We have the most WPE, WebKit, Chromium/Blink and Firefox expertise found in the consulting business, including many reviewers and committers. Igalia designs, develops, customises and optimises GNU/Linux-based solutions...| Igalia
I was going to save this announcement for later, but I’m just too excited: Harry Roberts will be speaking at Web Day Out! Goddamn, that’s one fine line-up, and it isn’t even complete yet! Get your ticket if you haven’t already. There’s a bit of a story behind the talk that Harry is going to give… Earlier this year, Harry posted a most excellent screed in which he said: The web as a platform is a safe bet. It’s un-versioned by design. That’s the commitment the web makes to you...| Adactio: Journal
A little historical baggage can be a dangerous thing when multiplied by a few hundred million individuals| Alex Limi
As user expectations and technology evolve, people have gravitated toward different browsers and devices to access the internet. However, these differences can cause issues when not properly checked and addressed. Cross-browser testing examines these differences, making it essential to the UX design process. What Is Cross-Browser Testing? Cross-browser testing checks how a website or web… The post Why Cross-Browser Testing Is Essential in Modern UX Design appeared first on Designerly.| Designerly
Motivation Around 20% of Firefox’s HTTP traffic today uses HTTP/3, which runs over QUIC, which in turn runs over UDP. This translates to substantial UDP I/O activity. Firefox uses NSPR for most of its network I/O. When it comes to UDP I/O, NSPR only offers a limited set of dated APIs, most relevant here PR_SendTo and PR_RecvFrom, wrappers around POSIX’s sendto and recvfrom. The N in NSPR stands for Netscape, giving you a hint of its age.| max-inden.de
Servo’s biggest month by far, with everything from IndexedDB improvements to favicons in servoshell.| Servo
What the company's accidental legal filing and the Browser Company's acquisition tell us about the true future of the web| Platformer
This version introduced a number of new features: Plugins! This was the first time a web page could make sound, via RealAudio. Incremental display of progressive JPEGs on slow dialup connections (which I demoed a few years back.) Animated GIFs that were actually useful. Our support for GIF89a meant inter-frame timing, transparency, and the ability for animations to loop -- a Netscape ...| www.jwz.org
We’re happy to share with you what’s arriving in Safari 26.0!| WebKit
For the past five years, Igalia has joined with browser vendors to work on the annual Interop project. Together, we’ve helped to promote greater browser interoperability by working to jointly prioritize an achievable set of goals. Each year, the process begins with a call for proposals, asking the larger web development community what features they want to see included in the next year’s Interop project. For 2026, that call begins today and lasts through September 24, 2025. The submission...| Igalia
The second major conference season of the year usually gets underway in September, and this year is no different. Igalia will be right in the thick of it with eighteen talks across eight different events — and even more impressive, we don’t even get started until the middle of the month! Here’s where to find us, and some details on what we’ll be presenting: IBC2025, September 12–15 — Thibault Saunier will give a talk titled “GStreamer: Powering cloud video editing and post-prod...| Igalia
Igalia is an open source consultancy specialised in the development of innovative projects and solutions. Our engineers have expertise in a wide range of technological areas, including browsers and client-side web technologies, graphics pipeline, compilers and virtual machines. We have the most WPE, WebKit, Chromium/Blink and Firefox expertise found in the consulting business, including many reviewers and committers. Igalia designs, develops, customises and optimises GNU/Linux-based solutions...| Igalia
It’s the time of year again when browser makers ask which shiny new features they should implement in preference to fixing outstanding bugs. Despite my cynicism, I’m trying again with these submissions. They’re mostly typographic but in some cases important.| clagnut.com
Google is redesigning Chrome’s settings page on Android with a two-column layout, making navigation faster and more organized.| MSPoweruser
Google to roll out New Tab Page customization in Chrome for Android, with a bigger appearance-focused upgrade already in development.| MSPoweruser
Chrome PWAs on Android are gaining Window Controls Overlay support, allowing apps to use the top bar and look cleaner, closer to native apps.| MSPoweruser
Web browsers are the main gateway to the internet. Aside from mobile apps, browsers are still the main way people use the internet, and browsers thus shape how billions of people access websites, cloud-based platforms, online shops, and other online […]| All Top Everything
Half of the line-up of speakers for Web Day Out is already on the site. One more is already confirmed. I’m ridiculously excited about the way the line-up is taking shape, and judging by the zippiness of ticket sales, so are lots of my peers. Seriously, don’t wait to get your ticket or you might end up missing out completely. I’ve already got a shortlist of other people I could imagine on the line-up, but I’m open to more suggestions. If you’d like to speak at Web Day Out—or you kn...| Adactio: Journal
A one-day event all about what you can in web browsers today: Brighton, March 12th, 2026. Tickets are just £225+VAT!| adactio.com
Most used browsers might send passwords and PII data to external services and put your app at risk.| CodeSmash
Even if you’ve been doing JavaScript for a while, you might be surprised to learn that setTimeout(0) is not really setTimeout(0). Instead, it could run 4 milliseconds later: Nearly a decade a…| Read the Tea Leaves
Malicious websites can embed invisible commands that AI agents will follow blindly.| Ars Technica
HAR files extracted from HTTP sessions include a lot of useful data that can be utilized for creating custom network and performance audits. Their format though, is not that compatible with analysis tools like Pandas or Tableau out of the box. In this post, I go over a super easy approach towards parsing and transforming them via Objectron in JS.| The Code Ship
It can be disconcerting when a page with about blank popup appears. Is it a bad ❌ thing? Find out what you can do ✔️.| Learn Digital Marketing
The juggernaut is taking advantage of its dominant position to enclose and destroy the commons.| wok
We're happy to share that Ed25519 is now supported in Chrome (version). Following Ed25519 support in Firefox 129 in August 2024 and Safari 17.0, Chrome finally following suit in 137 in May of this year. Ed25519 is now supported in every major browser engine, reaching 79% and counting of| IPFS Foundation
Cross-Site Request Forgery countermeasures can be greatly simplified using request metadata provided by modern browsers.| words.filippo.io
Highlights The Text Fragments creation UI was just activated in Firefox Nightly allowing you to share/reference a link anchor to any text snippet in a page https://mastodon.social/@firefoxnightly/114805708639661562 This ...| Firefox Nightly News
On the podcast today we have Adam Silverstein. He’s here to discuss how new browser APIs and web technologies are transforming the WordPress experience. Adam explains advancements like the Po…| WP Tavern
uBlock Origin Lite for Safari| Michael Tsai
This post explains our recent effort to improve JSON.stringify performance| v8.dev
Hello friends! July is done. We merged 319 pull requests from 47 contributors.| ladybird.org
Welcome to the Q2 2025 edition of the Firefox Security and Privacy newsletter!| Attack & Defense
In our home hemisphere, it’s fully summer. Though the days are long and hot, we’re keeping active with a trio of events this month, including one we hosted last year. Display Next Hackfest, July 8–10 — Our own Melissa Wen will deliver a first-day talk on “Async pageflip failures” as well as co-present a talk about “CI, DRM CI, IGT” on the second day. DebConf 2025, July 14–19 — New Igalian Helen Koike will be presenting a talk about “virtme-ng: quickly test a kernel fro...| Igalia
June is usually a big month for events here at Igalia, because that’s when we put on the Web Engines Hackfest. This year will be bigger than ever, because this year’s Hackfest is the biggest ever! Over 150 attendees will descend on our home town of A Coruña to share insights and hack new features, ideas, and paths forward. The talks will also be livestreamed, so subscribe to the Web Engines Hackfest channel if you want to catch them live or catch up when the individual sessions are poste...| Igalia
It’s May, and as is common for this time of year, Igalians will be present for a few conferences and talks, both at home and abroad. Be sure to say hello if you spot us at any of the following events! The lead story this month is that Igalia will be hosting the 108th plenary meeting of TC39 in A Coruña, Galicia, Spain, at the end of the month (May 28–30). Topics to be discussed will include an open discussion of ECMA’s framework for Technical Committees (TCs) and a normative change to ...| Igalia
After years in development, we will be releasing WebGPU on Windows in Firefox 141! WebGPU gives web content a modern interface to the user’s graphics processor, enabling high-performance comp…| Mozilla Gfx Team Blog
Be very alert — if you're one of the millions of people who use Google Chrome daily, a serious vulnerability has just been discovered, and cybercriminals| Techoreon
Stumbling into a (slightly) better HTML named character reference tokenization implementation| www.ryanliptak.com
Microsoft Family Safety is a feature of Windows that allows parents to control their children’s access to apps and content in Windows. The feature is tied to the user accounts of the parent(s) and child(ren). When I visit https://family.microsoft.com and log in with my personal Microsoft Account, I’m presented with the following view: The “Nate”Continue reading "Family Safety Content Filtering"| text/plain
One-time camera and microphone permissions are now in Chrome (since M116), joining Firefox and Safari. This means that per-session permissions are now available to use cross-browser. Chrome calls the option “Allow this time”, where “this time” (as in “one-time”) refers to the scope of the grant, which the browser forgets once the user closes the […]| Advancing WebRTC
I clearly remember, but can't date it. I was working for Mozilla messaging at the time (momo), being the QA lead for Thunderbird. It was at the end of one of the Mozilla All-hands, maybe in 2011 or 2012. At one of the ending keynotes, we were introduced to Boot 2 Gecko. A hack that would let US - Mozilla own the platform to run a mobile browser on. At the time, the iPhone was going strong and Google was trying to catch up with Android. MeeGo had been in development at Nokia for a while but wa...| ludovic.hirlimann.net
Igalia is an open source consultancy specialised in the development of innovative projects and solutions. Our engineers have expertise in a wide range of technological areas, including browsers and client-side web technologies, graphics pipeline, compilers and virtual machines. We have the most WPE, WebKit, Chromium/Blink and Firefox expertise found in the consulting business, including many reviewers and committers. Igalia designs, develops, customises and optimises GNU/Linux-based solutions...| Igalia
Since the first days of the web, users and administrators have sought to control the flow of information from the Internet to the local device. There are many different ways to implement internet f…| text/plain
I guess I write stuff.| Pomdtr's blog
I guess I write stuff.| Pomdtr's blog
With Carrots & Sticks - Can the browser handle web security?| Frederik Braun
Browsers are starting to roll out changes in default UA styles for nested section headings. This post describes the incoming changes, how to identify if it's an issue on your websites, and hints for conformant and better-structured pages.| MDN Web Docs
Most of the Firefox User Interface (UI), including the address bar and the tab strip, are implemented using standard web technologies like HTML, CSS and JavaScript plus some additional custom components like XUL. One of the advantages of using web technologies for the front end is that it allows rendering the frontend using the browser engine on all desktop operating systems. However, just like many web applications are susceptible to some form of injection attack (OWASP Top Ten), Firefox’s...| Attack & Defense
I believe that Ladybird has more funding and better support for the web, but Servo wins in performance. Though, they're hard to compare directly!| LibreNews
This is a response to Miriam Suzanne’s excellent post on Reimagining Fluid Typography. She poses lots of really interesting questions, some of which I disagree with, but most of all they got me thinking… and writing. Read more.| Clagnut summaries
Atom vs. RSS| nullprogram.com
| Thomas Hunter II
| Thomas Hunter II
| Thomas Hunter II
Normally I see nothing wrong with skeuomorphism in computer interfaces but even I will admit this is deeply silly even by my standards. The project was born in the depths...| sheep.horse
In this post, we introduce Web-based Code Assurance and Transparency, a project that supports verifiable in-browser code for single-page browser applications. Along with this post, we are publishing the WEBCAT project repository; follow-up posts will provide more detailed information.| SecureDrop
Since the effective demise of the Conkeror web browser, I’ve mainly been using Firefox (with some experimentation with Nyxt browser). I’ve missed the ability to quickly browse with the keyboard and customise keybindings. I’ve played with the Tridactyl extension for a few years, but Firefox limitations in part have kept me from using it more extensively. But I stumbled across a relatively easy way of “unreserving” reserved Firefox keys (like <C-p>, <C-f> etc.) via an offhand comment ...| The Neo-Babbage Files
I have used React for a long time. Trust me when I tell you: There is no reason to use it and a lot of reasons against it. This is going to be a long explanation, but bear with me!| Lusitos Tech Blog
HTTP/3 has been in development since at least 2016, while QUIC (the protocol beneath it) was first introduced by Google way back in 2013. Both are now...| httptoolkit.com
On programming and personal projects| Alexandru Nedelcu
Discover key updates in Mozilla Root Store Policy v3.0, including enhanced CA revocation practices, automation requirements, and strengthened security measures. Learn how these changes improve Web PKI security and compliance.| Mozilla Security Blog
If I asked you to think about a web browser, how would you visualize it? For most people, the answer would be simple: you would imagine a window with a stacked layout composed of an array of tabs, a text box to search the web or input a URL, a| LibreNews
After listing files and setting up per directory accesses,| blog.izissise.net
Discover the features included in Interop 2025.| web.dev
In Jeremy’s recent post, “The web on mobile”, he bemoans the mobile web experience. I had some further thoughts, including: if web apps are to compete with native apps in the affections of users, then they need to be equivalent. Read more.| Clagnut summaries
Hey there! I’m glad to finally start paying my blogging debt :) as this is something I’ve been planning to do for quite some time now. To get the ball rolling, I’ve shared some bits about me in my very first blog post Olá Mundo. In this article, I’m going to walk through what we’ve been working on since last year in the Chromium Ozone/Wayland project, on which I’ve been involved (directly or indirectly) since I’ve joined Igalia back in 2018.| nickdiego.dev
Interop 2025 continues the mission to make the web more consistent across browsers, building on 2024’s 95% interoperability score.| Mozilla Hacks – the Web developer blog
AndreGarzia.com website| andregarzia.com
Browsers’ visual display of headings nested inside `` elements makes it look as if they are assigning a logical hierarchy to those headings. However, this is purely visual and is not communicated to assistive technologies. In this article, Bruce Lawson explains what use we have of `` and how authors should mark up headings that are hugely important to AT users.| Smashing Magazine
Photo by Jeremy Bishop on Unsplash I recently wrote about the future of the browser and Surf, a new app from the creators of Flipboard. Both stories explore the c…| On my Om
Browser-based cryptography has struggled with a longstanding chicken-and-egg problem that predates many features of the modern web, and while some of those features have reduced the problem’s severity, the issue remains: What is the basis for trusting the code that performs browser-based encryption?| SecureDrop
Following the success of Interop 2023, we are pleased to confirm that the project will continue in 2024 with a new selection of focus areas, representing areas of the web platform where we think we can have the biggest positive impact on users and web developers. The post Announcing Interop 2024 appeared first on Mozilla Hacks - the Web developer blog.| Mozilla Hacks – the Web developer blog
It’s important to make sure you configure your web browsers to protect your privacy, protect yourself from identity theft and make it harder for worms and viruses to infect your computer. Configuring your web browser won’t on its own provide you with full security. But it’s the first step to creating a more secure home […]| spamlaws.com
Mistakes by CAs undermine HTTPS and safety on the internet| azeemba.com
Printing pages directly from the browser is an experience that can lead to frustration with enormous images being printed out. We have covered print stylesheets in the past here on Smashing Magazine, but in this article, Rachel Andrew takes a look at the state of printing from the browser today. She will show you how you should include print styles in your web pages, and look at the specifications that really come into their own once printing.| Smashing Magazine
ESET Research details the analysis of a previously unknown vulnerability in Mozilla products exploited in the wild and another previously unknown Microsoft Windows vulnerability, combined in a zero-click exploit.| www.welivesecurity.com
OCSP, including OCSP Stapling, is leaving the Web PKI. Here's a complete look at revocation beyond OCSP: its past, present, and possible futures.| Seirdy’s Home
Explore the top web browsers of 2024, including Firefox, Edge, Chrome, Opera, Safari, Brave, and more. Learn about their features, pros and cons, performance, and security.| cloudmention.com
The 0.0.0.0 IP address can be exploited in Safari, Chrome, Firefox, Edge, and Opera.| PCMag UK
For busy web users, the humble Find-in-Page feature in the browser is one of the most important features available. While Google or Bing can get you to the page you’re looking for faster than…| text/plain
I created manifest v3 Chrome/Chromium extension with `| Askar Safin
Firefox 128 introduces privacy-preserving attribution, allowing advertisers to measure campaign performance while protecting user privacy.| support.mozilla.org
Just append #page=X to your URL, where X is a placeholder for| technicalwriting.dev
Posted by Chrome Root Program, Chrome Security Team Update (09/10/2024): In support of more closely aligning Chrome’s planned compliance ...| Google Online Security Blog
Most modern browsers have a huge address bar that makes up a huge chunk of the browser chrome:| Anže’s Blog
You might be scrolling through your morning news, checking email, or any other routine online moment when suddenly you notice a small winged beast slowly glide across your screen. It’s ...| Mozilla Add-ons Community Blog
This blog post is an expanded version of a Twitter thread I posted several years ago about why every website should use HTTPS. Twitter seems less… readily citable these days, so I thought it would be good to have a blog post version of it.| Emily M. Stark
May 17, 2024 . 3 min | blog.meain.io
Anyone on an older laptop or machine knows the pain of browsers eating all the available RAM but that soon will change. On Edge, that is. Microsoft is working on a feature that will let you set how much memory your browser uses in Edge. I don’t know about you, but for me this is […]| TechTheLead