servo/servo

Move interfaces into subfolders from `script/dom/`

Ouverte

#38 901 ouverte le 24 août 2025

 (47 commentaires) (2 réactions) (0 personne assignée)Rust (3 630 forks)batch import
A-content/domE-less-complexI-cleanupgood first issue

Métriques du dépôt

Stars
 (36 724 étoiles)
Métriques de merge PR
 (Merge moyen 2j 14h) (556 PRs mergées en 30 j)

Description

Currently there are around 408 interfaces in the root folder. Ideally we'd like to reduce this and keep things in subfolders when possible.

As of now the following PRs are either open or merged

  • #38894
  • #38900
  • #38995
  • #39023
  • #39046
  • #39585
  • #39718
  • #40091
  • #40206
  • #40241
  • #40262
  • #40335
  • #40843
  • #42010
  • #42326
  • #43181
  • #43269
  • #43270
  • #43279
  • #43437
  • #43597
  • #43602
  • #43604
  • #43607
  • #43609
  • #43612
  • #43939

Additionally the following can probably be moved to subfolders:

  • xhr related interfaces

How firefox does it: https://github.com/mozilla-firefox/firefox/tree/main/dom

Guide contributeur