Chrome DevTools

3.3K posts

Chrome DevTools

Chrome DevTools

@ChromeDevTools

Official account. Follow for latest news, features, tips and more. Shape the future of DevTools, participate: https://t.co/qyqSn15AM4

Google Chrome Katılım Kasım 2014
98 Takip Edilen116.7K Takipçiler
Chrome DevTools retweetledi
Chrome for Developers
Chrome for Developers@ChromiumDev·
Upgrade your workflows with the latest Chrome DevTools advancements across versions 148, 149, and 150. Discover the power of DevTools for agents, now stable, allowing your coding agent to interact with live browsers, run audits, and debug extensions → goo.gle/4eWruTL
English
3
17
65
8.5K
Chrome DevTools retweetledi
Maciek Pekala
Maciek Pekala@penzington·
A few weeks ago I noticed that Linear got slower than it used to. Especially on the new Diffs feature, that we were getting ready to release, it was pretty bad. For days I was running profiles, staring at profiles, bisecting with agents from every direction. The pattern was clear - we accessed the DOM a ton, which blocked the main threads on style recalcs and layout for 10s or 100s of milliseconds over and over. I shipped dozens of PRs to get rid of those layout-causing calls, using pretext and whatever tricks the agents and I could come up with. It helped, but only a bit. I was getting desperate.
Maciek Pekala tweet media
English
21
40
890
114.8K
Chrome DevTools retweetledi
Chrome for Developers
Chrome for Developers@ChromiumDev·
Generic AI prompts burn tokens guessing at performance issues from raw source code 📉 Chrome DevTools for agents fixes this. Let your coding agent run real performance traces and agentic Lighthouse audits to catch actual speed, accessibility, and SEO blockers directly in the browser → goo.gle/4wVbLvc #GoogleIO
English
12
23
114
15.3K
Chrome DevTools retweetledi
Matthias Rohmer
Matthias Rohmer@matthiasrohmer·
Chrome DevTools for agents is now stable! 🏇 Don't miss out, and give your agent access to your website's runtime (console logs, network requests, ...), rather than just the static code. Deep dive from last week's #GoogleIO: youtube.com/watch?v=1AD81Z…
YouTube video
YouTube
English
1
6
12
3.8K
Chrome DevTools retweetledi
Chrome for Developers
Chrome for Developers@ChromiumDev·
We are bringing the latest web announcements to #GoogleIO on May 19th at 1:30pm PT to help you build incredible web applications → goo.gle/3OHt9Cm
English
7
26
218
34.2K
Chrome DevTools retweetledi
Una 🇺🇦
Una 🇺🇦@Una·
Web platform news 🗞️ Landing in Chrome 148: sticky positioning now works on a per-axis basis This means you can have sticky elements that track different scroll containers on different axes. (📽️ from @bramus's article, 🔗⬇️)
English
7
69
543
29.4K
Chrome DevTools retweetledi
Matthias Rohmer
Matthias Rohmer@matthiasrohmer·
Spring is here (your location may vary ☃️🌸) and with it What's new in Chrome DevTools 147: Skills and Lighthouse support for Chrome DevTools MCP, auto context selection in AI assistance, code generation in the Console and more. Find it all on developer.chrome.com/blog/new-in-de…
English
1
5
14
2.7K
Vinicius Dallacqua
Vinicius Dallacqua@WebTwitr·
I've been playing with building a personal assistant meets browsing assistant for mobile web and had to experiment with WebMCP as part of the experience. It's quite amazing to see how much better the experience can be when the browsing agent perform tasks instantly instead of wasting turns with navigating and interacting with the page to perform a task. Where as the baseline for the browsing agent I've built can navigate around and perform tasks for me, it take several turns, spends more tokens and takes more time to perform that. After implementing WebMCP into the agent harness it tasks that took several turns became instant (for pages that exposes the features). We are only at the beginning of the spec, but this is going to be amazing as more apps and sites support this feature. @ChromiumDev is building something amazing here!
Vinicius Dallacqua tweet media
Chrome for Developers@ChromiumDev

The shift from legacy pages to 'agent-friendly' architecture is officially here 🌐

English
2
2
5
1.1K
Chrome DevTools retweetledi
Michael Hablich
Michael Hablich@MHablich·
@mistralvibe I would love to get working setup instructions for Mistral Vibe added to #mcp-client-configuration" target="_blank" rel="nofollow noopener">github.com/ChromeDevTools… ... want to open a PR and cc me please?
English
3
1
3
2.8K
Chrome DevTools retweetledi
Chrome for Developers
Chrome for Developers@ChromiumDev·
Me: Debug this INP issue. AI: I can't see your screen! Me: Enables DevTools MCP AI: Analyzed trace. Problem solved 🕵️‍♂️ Give your agent eyes → goo.gle/4qwBzKu
English
10
18
132
15.7K
Chrome DevTools retweetledi
Paul Kinlan
Paul Kinlan@Paul_Kinlan·
A feature I don't think anyone asked for. Changing scrollbar colour based on scroll-position. Use CSS scroll-based animations, custom CSS properties and Demo: colourful-scrollbar.val.run Code: val.town/x/paulkinlan/c… Probably doesn't work everywhere and probably shouldn't be used anywhere
English
2
12
45
4.6K
Wes Bos
Wes Bos@wesbos·
When did they add this? Chrome devtools now shows the computed step values for css calc + variables Makes debugging 100x easier
Wes Bos tweet media
English
21
69
1.1K
44.9K
Chrome DevTools
Chrome DevTools@ChromeDevTools·
@wesbos This was added with Chrome 138. Glad it's helpful! 🙂 Here are the release notes: #debug-css-values" target="_blank" rel="nofollow noopener">developer.chrome.com/blog/new-in-de…
English
1
1
19
1.4K
Chrome DevTools retweetledi
Paul Kinlan
Paul Kinlan@Paul_Kinlan·
Nice post by @andreban - bandarra.me/posts/point-an… - it made me think if there is a tool that is "set_preferences" that the LLM will call (with the users permission) - we could start to tailor UIs even more to the user.
English
0
1
7
2.7K
Chrome DevTools
Chrome DevTools@ChromeDevTools·
Would multi-session support for the Chrome DevTools MCP server be useful for you? 🤖✖️🌍 Chime into the discussion on GitHub: github.com/ChromeDevTools…
Chrome DevTools tweet media
English
12
27
234
49.7K
Chrome DevTools retweetledi
Matthias Rohmer
Matthias Rohmer@matthiasrohmer·
Chrome 145 is rolling out now! ✨ It's been a Product Excellence milestone for DevTools but we’ve landed some great updates like Soft Nav markers, line-level profiler timings, and the new Render blocking column in the Network panel 📬 Read the full post: developer.chrome.com/blog/new-in-de…
English
0
4
29
10.4K
Chrome DevTools retweetledi
Chrome for Developers
Chrome for Developers@ChromiumDev·
Your AI agent can do more than just write code. We're exploring how the DevTools MCP server connects your model to Chrome DevTools for live debugging, from fixing high INP to testing complex forms → goo.gle/4kBqqpX
English
4
14
78
7.2K
Chrome DevTools retweetledi
Matthias Rohmer
Matthias Rohmer@matthiasrohmer·
Token usage in LLM applications is a huge topic. It dictates response speed, cost efficiency - or the quota left on your plan 😄 🪫 Learn how the Chrome DevTools team squeezed a full Performance trace into Gemini in DevTools developer.chrome.com/blog/designing…
English
0
2
7
2.2K
Chrome DevTools
Chrome DevTools@ChromeDevTools·
The team is thinking about extending the Chrome DevTools MCP server with GraphQL support. Let us know what you think on the RFC: github.com/ChromeDevTools… 🔎🗂️
English
2
9
30
5.1K