| commit | 9676eee2fe9ab4257d1a0254bb80d6001733dd49 | [log] [tgz] |
|---|---|---|
| author | Jaroslav Sevcik <[email protected]> | Fri Jun 24 11:55:36 2022 |
| committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 25 16:32:29 2022 |
| tree | 04d725869cb0cff37a85c66fecd608897a77c7f3 | |
| parent | 55f9826aff6f4fa22d0967b6d108c563292f49c7 [diff] |
Fix source map URL indexing for duplicate canonical URLs When we detected duplicate canonicalized URLs in source map 'sources' fields, we skipped it (so that the first source wins). See https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3575933 However, that broke indexing of all subsequent sources. This patch still uses the first source, but keeps the indexing table intact. Bug: chromium:1333411 Change-Id: Ie4b9568a39f4b16ef89f3b52230c115d225f48c7 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3720705 Reviewed-by: Victor Porof <[email protected]> Commit-Queue: Jaroslav Sevcik <[email protected]>
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: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools