commit | 45fb1f2ebb99ec7146ad3f489831d9c39aa78f18 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Fri Jul 17 12:26:44 2020 |
committer | Commit Bot <[email protected]> | Fri Jul 17 12:38:34 2020 |
tree | ce9ccc0d3388ebbe0ee9ae52eccd595a21e82cd5 | |
parent | a6eb1cb6264329e5ac1093cfb733dcc55e6f41aa [diff] |
Stop building formatter_worker-entrypoint with build_release_applications This moves the formatter_worker-entrypoint out of the build_release_application inputs. That's because this module is now standalone and fully typechecked by TypeScript. This also removes its legacy `module.json` support and stops using the RuntimeInstantiator to start the entrypoint. That's possible, because `formatter_worker` only relies on JavaScript files, which the static imports already perform the loading for. The only replacement is the `self.postMessage` which was previously performed by the `startWorker` function in `RuntimeInstantiator`. [email protected] Change-Id: Icd18c0f16b42b9246ea138a9a68cbb06fd7e192b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2302603 Commit-Queue: Tim van der Lippe <[email protected]> Reviewed-by: Paul Lewis <[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 here.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found here.
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