We had fun squashing bugs in DevTools in Firefox
132, get the details in https://fxdx.dev/firefox-devtools-newsletter-132/
Built for you to design, code, test, refine a better web for everybody.
Follow us for announcements, tips, sneak peeks, and more!
We had fun squashing bugs in DevTools in Firefox
132, get the details in https://fxdx.dev/firefox-devtools-newsletter-132/
We had fun squashing bugs in DevTools in Firefox
132, get the details in https://fxdx.dev/firefox-devtools-newsletter-132/
@andy_blum it's a bit hard to tell like that, which keyboard shorcuts are not working?
TIL Firefox debugger can edit JavaScript files
I’ll spare you the long story of why I had to edit a JavaScript file, but today I learned that since Firefox 128 you can add a script override in the browser Debugger Panel. This downloads the JavaScript file in question, where you can edit it with your favourite editor.
https://odd.blog/2024/11/11/til-firefox-debugger-can-edit-javascript-files/
Firefox 131 was released this week and we're really excited because it comes with new superpowers for debugging CSS variables and other Inspector improvements:
Firefox 131 was released this week and we're really excited because it comes with new superpowers for debugging CSS variables and other Inspector improvements:
Firefox 131 is out with WebDriver BiDi updates!
We added support for the remaining arguments (cookies, headers, status codes, and reason phrase) in the `network.continueResponse` command. Plus, several bug fixes to enhance navigation: https://fxdx.dev/firefox-webdriver-newsletter-131/
I've had this image forever, and I refer to it all the time.
For some reason, even with all the CSSing I do, I continuously forget which parts are called what. Thank you, kind JPG, for reminding me!
Servo now supports devtools again!
Thanks to eri, our latest Outreachy intern, you can now inspect the DOM tree, view styles, evaluate JavaScript, and read console messages.
Run servoshell with --devtools=6080 and connect via about:debugging in Firefox.
More details → https://servo.org/blog/2024/09/20/devtools/
Short and sweet, here's what's new in #Firefox DevTools 130: https://fxdx.dev/firefox-devtools-newsletter-130/
There's a lot happening behind the scene that we'll talk about in the coming posts!
@ArneBab we still don't know to which instance we'll go, but we'll definitely still be on Mastodon!
🚀 Exciting news! #mozilla #firefox is proud to sponsor the #WeLoveSpeed 2024 Conference – the ultimate event for all things #WebPerformance, happening next Tuesday in beautiful Nantes, France 🇫🇷.
To celebrate, we’re giving away 1 FREE ticket 🎟️ and two 20% discount coupons 🎉 to the first three lucky folks who reply to this message! Don’t miss your chance to be part of this amazing event! ✨
Good luck! 🍀
🚀 Firefox 130 is here! It brings WebDriver BiDi updates, including `browsingContext.navigationFailed` support, better network event handling, and more.
Check it out: https://fxdx.dev/firefox-webdriver-newsletter-130/
#tinyCSStip Want to look inside various inputs, see how they're styled and maybe even change those styles?
✨ Chrome: DevTools Settings > Preferences > Elements > ✅Show user agent shadow DOM
✨ Firefox: about:config > set devtools.inspector.showAllAnonymousContent to true
#DevTools #Chrome #Firefox #CSS #code #coding #frontend #HTML #web #webDev #webDevelopment #dev
Following up on this, on @FirefoxNightly, in @FirefoxDevTools the variable tooltip values are parsed similarly as we do in the Rules view, so it can help you, for example seeing that a variable is not set and that the fallback is used, and/or quickly see which color is returned by `light-dark()` ⚡️
This should ship in 131, which is in Beta/DevEdition next week!
With the following CSS:
```css
--a: var(--b);
color: var(--a, gold);
```
Hovering `var(--b)` in @FirefoxDevTools and Chrome DevTools show that `--b` is not set.
Hovering `var(--a)`, Firefox shows the declaration value, `var(--b)`, and will indicate that the computed value is an empty string, but it doesn't tell the whole story, you can't tell if `--b` is not set, or if it's an actual empty value.
Should we embrace spec language and say that `--a` is guaranteed invalid or is that too obscure?
@thedansimonson I shared our conversation with the Firefox for iOS team, hopefully things can be improved
@thedansimonson hello, we're not the right team to ask I'm afraid. I don't have an iPhone so I can't test, but I asked around and there should be a menu to open in a new tab (see screenshot)
If the link is long and the screen is small it can push the context menu off the screen, you can scroll it back on but it’s not obvious it’s there.
Could you share a screencast so we can see what happens for you?
If you can and have time, filing an issue on https://github.com/mozilla-mobile/firefox-ios/issues would be helpful
the debugging manifesto poster I've been talking about is finally available for sale! You can get it here for $20 US + shipping: https://store.wizardzines.com/products/poster-debugging-manifesto
it was redesigned and riso printed by Inner Loop Press and I'm SO delighted with how it turned out (https://www.innerloop.press/)
Now in #Firefox DevTools 129: massive performance improvements, @starting-style support and accessibility fixes: