Increase z-index value of split widget resizer The split widget resizer is used to resize DevTools when it is docked to the inspected window. As such, it should overlap any content shown in DevTools around the boders so that the docked app can always be resized. However, the Settings screen, which makes use of the `GlassPane` utility element is set to have an z-index of 3000 and was recently changed to occupy the whole DevTools app (in https://crrev.com/c/3001656), which means it overlaps the resizer that has a z-index of 500. This made it impossible to resize DevTools when it is docked to the window and when the Settings screen is shown. To fix this, this CL increases the value of the resizer's z-index to make sure it always overlaps the settings screen to keep DevTools resizable when it is shown. Fixed: 1248009 Change-Id: I41b7031a0da9cb1040fa1956b118f802bcd21e50 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3163137 Reviewed-by: Jack Franklin <jacktfranklin@chromium.org> Commit-Queue: Andres Olivares <andoli@chromium.org>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Please be aware that DevTools follows additional development guidelines.
The issue triage guidelines can be found in docs/triage_guidelines.md.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found in docs/workflows.md.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: devtools-reviews@chromium.org
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools