This codebase is a fork of https://github.com/ChromeDevTools/devtools-frontend.
- Make minimal edits. No speculative refactors.
- Changes should generally be scoped to the
front_end/directory. Focus code searches here.
- Update
BUILD.gnfiles when adding new modules and imports. - New files should prepend "Copyright (c) Meta Platforms, Inc. and affiliates." as the first line of the license header, above the Chromium Authors license. Keep in sync with
META_CODE_PATHSinscripts/eslint_rules/lib/check-license-header.js.
- For UI code, prefer modern
htmltemplate code and locate styles in one adjacent CSS file. Example:front_end/ui/components/cards/Cards.ts.