Skip to content
Snippets Groups Projects
mots.yaml 84 KiB
Newer Older
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572
        includes:
          - toolkit/mozapps/update/**/*
        meta: {}
        owners:
          - *bytesized
        peers:
          - *mhowell
          - *agashlin
        machine_name: application_update

      - name: Bookmarks & History
        description: The bookmarks and history services (Places).
        includes:
          - browser/components/places/**/*
          - toolkit/components/places/**/*
        meta: {}
        owners:
          - *mak
        peers:
          - *standard8
          - *adw
        machine_name: bookmarks_history

      - name: Desktop Theme
        description: The style rules used in the desktop UI.
        includes:
          - browser/themes/**/*
          - toolkit/themes/**/*
        meta:
          peers_emeritus:
            - Tim Nguyen
          components:
            - Firefox::Theme
            - Toolkit::Themes
        owners:
          - *dao
        peers:
          - *itielyn8
          - *sfoster
        machine_name: desktop_theme

      - name: Desktop UI
        description: The main browser UI except where covered by more specific submodules.
        includes:
          - browser/base/content/**/*
        meta: {}
        owners:
          - *jaws
        peers:
          - *mconley
          - *bmo
        machine_name: desktop_ui

      - name: Download Manager
        description: The downloads UI and service.
        includes:
          - browser/components/downloads/**/*
          - toolkit/mozapps/downloads/**/*
        meta: {}
        owners:
          - *mak
        peers:
          - *Gijs
          - *mtigley
        machine_name: download_manager

      - name: Enterprise Policies
        description: System policies for controlling Firefox.
        includes:
          - browser/components/enterprisepolicies/**/*
        meta: {}
        owners:
          - *mkaply
        peers: []
        machine_name: enterprise_policies

      - name: Experiments/Rollouts
        description: Desktop clients for our experiments and off-train deployments
          systems.
        includes:
          - toolkit/components/normandy/**/*
          - toolkit/components/nimbus/**/*
        meta:
          owners_emeritus:
            - Michael Cooper
          components:
            - Firefox::Normandy
            - Firefox::Nimbus Desktop Client
          url: https://experimenter.info/
        owners:
          - *barret
        peers:
          - *Gijs
          - *emcminn
        machine_name: normandy

      - name: Form Autofill
        description: Form detection and autocomplete.
        includes:
          - browser/extensions/formautofill/**/*
          - toolkit/components/satchel/**/*
        meta:
          owners_emeritus:
            - Matthew Noorenberghe
        owners:
          - *serg
        peers:
          - *tgiles
          - *dimi
        machine_name: form_autofill

      - name: In-product Messaging
        description: The system for delivering in-product messaging.
        includes:
          - toolkit/components/messaging-system/**/*
        meta:
          components:
            - Firefox::Messaging System
        owners:
          - *aoprea
        peers:
          - *nanj
          - *pdahiya
          - *Mardak
          - *k88hudson
        machine_name: inproduct_messaging

      - name: Launcher Process
        description: Windows process for bootstrapping the browser process.
        includes:
          - browser/app/winlauncher/**/*
        meta:
          owners_emeritus:
            - Aaron Klotz
          components:
            - Firefox::Launcher Process
        owners:
          - *toshi
        peers:
          - *mhowell
        machine_name: launcher_process

      - machine_name: localization
        name: Localization
        description: Tooling to enable translation and facilitate localization.
        includes: []
        excludes: []
        owners:
          - *flod
        peers:
          - *mathjazz
          - *eemeli
        meta:
      - name: New Tab Page
        description: The new tab/home page.
        includes:
          - browser/components/newtab/**/*
        meta:
          components:
            - Firefox::New Tab Page
        owners:
          - *ed
        peers:
          - *k88hudson
          - *aoprea
          - *thecount
        machine_name: new_tab_page

      - name: Onboarding
        description: The onboarding experience including UI tours.
        includes:
          - browser/components/uitour/**/*
        meta:
          components: Firefox::Tours
        owners:
          - *ed
        peers:
          - *MattN
        machine_name: onboarding

      - name: Password Manager
        description: Managing, saving and filling logins.
        includes:
          - toolkit/components/passwordmgr/**/*
          - browser/components/aboutlogins/**/*
        meta:
          owners_emeritus:
            - Matthew Noorenberghe
          peers_emeritus:
            - Bianca Danforth
            - Severin Rudie
          url: https://wiki.mozilla.org/Toolkit:Password_Manager
          components:
            - Toolkit::Password Manager
            - 'Toolkit::Password Manager: Site'
            - Compatibility
            - Firefox::about:logins
        owners:
          - *serg
        peers:
          - *jaws
          - *tgiles
          - *dimi
          - *sfoster
        machine_name: password_manager

      - name: Preferences
        description: The front-end preferences system.
        includes:
          - browser/components/preferences/**/*
          - browser/themes/*/preferences
          - toolkit/mozapps/preferences
        meta:
          peers_emeritus:
            - Tim Nguyen
        owners:
          - *jaws
        peers:
          - *mstriemer
          - *Gijs
        machine_name: preferences

      - name: Profile Migration
        description: Migrating data from other browsers.
        includes:
          - browser/components/migration/**/*
        meta: {}
        owners:
          - *Gijs
        peers:
          - *mak
          - *MattN
        machine_name: profile_migration

      - name: Screenshots
        description: Code relating to Screenshots functionality
        includes:
          - browser/extensions/screenshots/**/*
          - browser/components/screenshots/**/*
        meta:
          owners_emeritus:
            - Emma Malysz
            - Ian Bicking
          peers_emeritus:
            - Barry Chen
          components:
            - Firefox::Screenshots
        owners:
          - *sfoster
        peers:
          - *jhirsch
          - *niklas
        machine_name: screenshots

      - name: Search and Address Bar
        description: The search service, address bar and address bar autocomplete.
        includes:
          - browser/components/search/**/*
          - browser/components/urlbar/**/*
          - toolkit/components/search/**/*
        meta:
          components:
            - Firefox::Address Bar
            - Firefox::Search
          peers_emeritus:
            - Michael de Boer
        owners:
          - *standard8
          - *adw
        peers:
          - *daleharvey
          - *mak
          - *dao
        machine_name: search_and_address_bar

      - name: Security and Privacy UI
        description: The front-end to our security and privacy features, including
          Protections UI, Site Identity, Site Permissions and Certificate Errors
        includes:
          - browser/components/protections/**/*
          - browser/components/controlcenter/**/*
        meta:
          peers_emeritus:
            - Erica Wright
            - Nihanth Subramanya
          owners_emeritus:
            - Johann Hofmann
          components:
            - Firefox::Security
            - Firefox::Protections UI
            - Firefox::Site Identity
            - Firefox::Site Permissions
        owners:
          - *pbz
        peers:
          - *prathiksha
        machine_name: security_and_privacy_ui

      - name: Session Restore
        description: Restoring a user's session after starting Firefox.
        includes:
          - browser/components/sessionstore/**/*
          - toolkit/components/sessionstore/**/*
        meta:
          owners_emeritus:
            - Michael de Boer
            - Kashav Madan
          peers_emeritus:
            - Anny Gakhokidze
          components:
            - Firefox::Session Restore
        owners:
          - *dao
          - *daleharvey
        peers:
          - *farre
        machine_name: session_restore

      - name: Tabbed Browser
        description: The UI component controlling browser tabs.
        includes:
        # TODO double check that this works as expected
          - browser/base/content/tabbrowser*
          - browser/modules/AsyncTabSwitcher.jsm
        meta:
          components:
            - Firefox::Tabbed Browser
        owners:
          - *dao
        peers: []
        machine_name: tabbed_browser

      - name: Windows Installer
        description: The installer for Windows.
        includes:
          - browser/installer/**/*
          - toolkit/mozapps/installer/**/*
        meta:
          components:
            - Firefox::Installer
        owners:
          - *mhowell
        peers:
          - *agashlin
          - *nalexander
        machine_name: windows_installer
    machine_name: desktop_firefox

  - machine_name: marionette
    name: Marionette
    description: Marionette is a remote protocol that lets out-of-process programs
      communicate with, instrument, and control Gecko-based browsers. Combined with
      geckodriver, this forms our WebDriver implementation.
    includes:
      - testing/marionette/**/*
    excludes: []
    owners:
      - *whimboo
    peers:
      - *jdescottes
      - *jgraham
    meta:
      components:
        - 'Testing :: Marionette'
  - machine_name: mozharness
    name: mozharness
    description: Configuration-driven script harness.
    includes:
      - testing/mozharness/**/*
    excludes: []
    owners:
      - *aki
    peers:
      - *Callek
      - *tomprince
    meta:
      components:
        - 'Release Engineering :: Applications: MozharnessCore'
  - machine_name: testing_firefox_ui
    name: firefox-ui
    description: Firefox UI test framework.
    includes:
      - testing/firefox-ui/**/*
    excludes: []
    owners:
      - *whimboo
    peers:
      - *jdescottes
    meta:
      components:
        - 'Testing :: Firefox UI'
  - machine_name: testing_geckodriver
    name: geckodriver
    description: Proxy for using W3C WebDriver-compatible clients to interact with
      Gecko-based browsers.
    includes:
      - testing/geckodriver/**/*
    excludes: []
    owners:
      - *jgraham
    peers:
      - *whimboo
    meta:
      components:
        - 'Testing :: geckodriver'
  - machine_name: testing_gtest
    name: gtest
    description: GTest test harness.
    includes:
      - testing/gtest/**/*
    excludes: []
    owners:
      - *gbrown
    peers: []
    meta:
      components:
        - 'Testing :: GTest'
  - machine_name: testing_mochitest
    name: Mochitest
    description: Mochitest test framework
    includes:
      - testing/mochitest/**/*
    excludes: []
    owners:
      - *ahal
    peers:
      - *jmaher
      - *gbrown
    meta:
      components:
        - 'Testing :: Mochitest'
  - machine_name: testing_mozbase
    name: Mozbase
    description: Base modules used for implementing test components.
    includes: []
    excludes: []
    owners:
      - *gbrown
    peers:
      - *ahal
      - *ato
      - *bc
      - *jgraham
      - *whimboo
    meta:
      components:
        - 'Testing :: Mozbase'
        - 'Testing :: Mozbase Rust'
  - machine_name: testing_performance_testing
    name: Performance Testing
    description: 'This module encompasses all of our performance test frameworks:
      Raptor, Talos, MozPerfTest, AWSY.'
    includes:
      - testing/raptor/**/*
      - testing/talos/**/*
      - python/mozperftest/**/*
      - testing/awsy/**/*
    excludes: []
    owners:
      - *sparky
    peers:
      - *kimberlythegeek
    meta:
      components:
        - 'Testing :: Raptor'
        - 'Testing :: Talos'
        - 'Testing :: AWSY'
        - 'Testing :: Performance'
  - machine_name: testing_reftest
    name: Reftest (+ jsreftest + crashtest)
    description: Reftest test framework
    includes:
      - layout/tools/reftest/**/*
    excludes: []
    owners:
      - *tnikkel
    peers:
      - *ahal
      - *jmaher
    meta:
      components:
        - 'Testing :: Reftest'
  - machine_name: testing_tryselect
    name: Tryselect
    description: Frontend for selecting jobs on the try server.
    includes:
      - tools/tryselect/**/*
    excludes: []
    owners:
      - *ahal
    peers:
      - *jgraham
    meta:
      components:
        - 'Firefox Build System :: Try'
  - machine_name: testing_web_platform_tests_infrastructure
    name: web-platform-tests infrastructure
    description: Infrastructure for running the cross-browser web-platform-tests
    includes:
      - testing/web-platform/**/*
      - testing/web-platform/tests/tools/**/*
    excludes:
      - testing/web-platform/tests/**/*
      - testing/web-platform/meta/**/*
      - testing/web-platform/mozilla/**/*
    owners:
      - *jgraham
    peers: []
    meta:
      components:
        - 'Testing :: web-platform-tests'
  - machine_name: testing_xpcshell
    name: XPCShell
    description: XPCShell test harness.
    includes:
      - testing/xpcshell/**/*
    excludes: []
    owners:
      - *jmaher
    peers:
      - *gbrown
    meta:
      components:
        - Testing::XPCShell Harness
  - name: Toolkit
    description: Components shared between desktop and mobile browsers.
    includes:
      - toolkit/**/*
    meta:
      group: firefox-dev
      url: '`Code Review Guidelines <https://wiki.mozilla.org/Firefox/Code_Review>`__'
      components:
        - Firefox
        - Toolkit
    owners:
      - *mossop
      - *Gijs
    peers:
      - *jaws
      - *mak
      - *MattN
    submodules:

      - name: Application Startup
        description: The profile system and startup process before the front-end launches.
        includes:
          - toolkit/profile/**/*
          - toolkit/components/remote/**/*
          - toolkit/xre/**/*
        meta: {}
        owners:
          - *mossop
        peers:
          - *froydnj
        machine_name: application_startup

      - name: Telemetry
        description: The core infrastructure in the Firefox client to send back Telemetry
          and FHR data. Includes the common mechanism to record, view and submit data
          like histograms, the Telemetry environment and custom pings. This module
          does ''not'' include responsibility for every piece of submitted Telemetry
          data. Each team/module is responsible for their own measurements (histograms,
          scalars, other ping submissions, etc.).
        includes:
          - toolkit/components/telemetry/**/*
          - toolkit/content/aboutTelemetry.*
        meta:
          owners_emeritus:
            - Georg Fritzsche
          group: fx-data-dev
          url: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/index.html
        owners:
        peers:
          - *aplacitelli
          - *janerik
        machine_name: telemetry

      - name: UI Widgets
        description: The base widgets used throughout the UI.
        includes:
          - toolkit/content/widgets/**/*
        meta:
          peers_emeritus:
            - Andrew Swan
        owners:
          - *enndeakin
        peers:
        machine_name: ui_widgets

      - name: Webextensions
        description: Webextension APIs and integration.
        includes:
          - browser/components/extensions/**/*
          - toolkit/components/extensions/**/*
        meta:
          peers_emeritus:
            - Andrew Swan
        owners:
          - *scaraveo
          - *zombie
        peers:
          - *rpl
          - *kmag
          - *robwu
          - *willdurand
        machine_name: webextensions
    machine_name: toolkit
hashes:
  config: af03e70e8268def4ba57af0191a85cbb5e0a61f4
  export: fd5ea331ea6cac903498a00597a06f4a7af73adf