tree: c48c47d8b7a19acf6c374f57b3183e32f3c33609 [path history] [tgz]
  1. README.md
src/third_party/devtools/front_end/third_party/README.md

third_party packages shipped as part of the DevTools front_end/

This directory contains all packages that are shipped in the DevTools front_end/ bundle. All third_party packages that are solely used for building DevTools should live in //third_party instead. third_party packages included in this directory will be subject to additional security review and monitoring.

Inclusion of new front_end/third_party/ packages

If you would like to add a new third_party package to this directory, please perform the following steps:

  1. Assess the increase in bundle size and make sure this is not too big. This will be determined on a case-by-case basis, taking into account the portion of DevTools users that will take advantage of the new feature.
    1. If you are unsure whether the size will be an issue, please email devtools-dev+third_party@chromium.org for guidance before opening any CL.
  2. Obtain security review from chrome. You can read full guidance on this process here.
    1. Add devtools-dev+security@ in the CC and start the title with [DevTools].
    2. Note that all existing third_party packages in front_end/ will be grandfathered in, but will receive post-inclusion security review.
  3. Open a single CL with only the source of the third_party package and required Ninja build configuration.
    1. All existing Chromium third_party policies about documenting the code‘s context still apply. You can read the "Document the code’s context" section here.
    2. You will be responsible for keeping the package up-to-date. As such, add yourself as OWNER. See below for more information on updating existing packages.
  4. After the first CL has been submitted, open a follow-up CL with the implementation/usage of the new third_party package.

Updating existing front_end/third_party/ packages

Packages must be updated on a suitable cadence (preferably monthly or weekly). Any breaking changes must be mitigated in a separate CL, before the package update CL is submitted. If breaking changes can not be mitigated in isolation, assess the overall impact on codebase and notify devtools-dev@ about the upcoming breaking change. That way, other code contributors are aware of potential merge conflicts and regression mitigations.

If the functionality of the package changed significantly in the update, you might have to obtain another security review. Ask devtools-dev+security@ for guidance if you are unsure.