➠ Chrome Dev for Android Update
Hi everyone! We've just released Chrome Dev 113 (113.0.5668.0) for Android. It's now available on Google Play.
You can see a partial list of the changes in the Git log. For details on new features, check out the Chromium blog, and for details on web platform updates, check here.
If you find a new issue, please let us know by filing a bug.
Erhu Akpobaro
Google Chrome
Zur Startseite
➤ Ähnliche Beiträge für 'Chrome Dev for Android Update'
What's New in DevTools (Chrome 115)
vom 2270.82 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
There is no 'What's new in DevTools' video for this release, but you can watch this quick recap of the recent features.
# Elements improvements
# New CSS subgrid badge
The Elements panel gets a new subgrid badge for subgrid. This feature is currently experimental in Chrome Canary.
To inspect and debug a nested grid that is a
What's New in DevTools (Chrome 112)
vom 2212.18 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
No 'What's new in DevTools' video for this release. Check out the latest DevTools Tips video to learn how to identify and fix CSS issues with the Styles pane.
# Recorder updates
# Replay extensions support
The Recorder introduces support for custom replay options that you can embed into DevTools with an extension.
Try out the ex
What's New in DevTools (Chrome 113)
vom 2171.48 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
No 'What's new in DevTools' video for this release. Check out the latest DevTools Tips video: What are source maps?.
# Override network response headers
You can now override response headers in the Network panel. Previously, you needed access to the web server to experiment with HTTP response headers.
With response header overri
350 Chrome Extensions to Unleash Your Productivity
vom 2079.36 Punkte
As you explore the world of Chrome extensions, you're about to embark on a journey that will transform the way you browse the web.
With over 350 extensions to choose from, you'll find that browsing the web is not just about visiting websites anymore;
What's New in DevTools (Chrome 111)
vom 2029.4 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
No video for this release.
# Debugging HD color with the Styles pane
New CSS color types and spaces are coming to the web! It is equally exciting that DevTools introduced new tools to help developers create, convert and debug High Definition color.
The Styles pa
What's New In DevTools (Chrome 110)
vom 1992.77 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
# Clearing Performance Panel on reload
The Performance panel now clears both the screenshot and trace when you click the Start profiling and reload page button.
Previously, the Performance panel displayed a timeline with screenshots from previous recordings. Thi
What's New In DevTools (Chrome 109)
vom 1935.22 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
# Recorder: Copy as options for steps, in-page replay, step’s context menu
Open an existing user flow in the Recorder. Previously, when you replayed the user flow, DevTools would always start the replay by navigating to or reloading the page.
With the lat
What's New In DevTools (Chrome 108)
vom 1912.85 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
# Hints for inactive CSS properties
DevTools now identifies CSS styles that are valid but have no visible effect. In the Styles pane, DevTools fades out the inactive properties. Hover over the icon next to it to understand why the rule has no visible effect.
Chromium issue: 1178508
# Auto-detect XPath and text selectors in the R
What's New In DevTools (Chrome 106)
vom 1904.35 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
# Group files by Authored / Deployed in the Sources panel
The Group files by Authored / Deployed is now shown under the 3-dot menu. Previously, it showed directly on the navigation pane.
Open this demo. Enable the Group files by Authored / Deployed setting to vie
What's New In DevTools (Chrome 107)
vom 1902.86 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
# Customize keyboard shortcuts in DevTools
You can now customize keyboard shortcuts for your favorite commands in DevTools.
Go to Settings > Shortcuts, hover over a command and click the Edit button (pen icon) to customize the keyboard shortcut. You can creat
What's New In DevTools (Chrome 105)
vom 1892.6 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
# Step-by-step replay in the Recorder
You can now set a breakpoint and replay a user flow step by step in the Recorder panel.
To set a breakpoint, click on the blue dot next to a step. Replay your user flow, the replay will pause before executing the step. From h
What's New In DevTools (Chrome 104)
vom 1833.68 Punkte
Interested in helping improve DevTools? Sign up to participate in Google User Research here.
# Restart frame during debugging
The Restart frame feature is back! You can re-run the preceding code when paused somewhere in a function. Previously, this feature was deprecated and removed in Chrome 92 due to stability issues.
In this example, the debugger init