Bug 1800954 - update mots and moz.build metadata for uriloader folder, r=nika,mak,valentin,zeid

Differential Revision: https://phabricator.services.mozilla.com/D163114
This commit is contained in:
Gijs Kruitbosch 2022-11-30 01:22:01 +00:00
parent 6f55308953
commit b0e84f1da8
5 changed files with 24 additions and 6 deletions

View File

@ -521,7 +521,7 @@ Core: docshell
* - Includes
-
| `docshell/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=docshell/\*\*/\*>`__
| `uriloader/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=uriloader/\*\*/\*>`__
| `uriloader/base/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=uriloader/base/\*\*/\*>`__
* - Group
- dev-platform
* - Bugzilla Components
@ -1428,6 +1428,8 @@ The Mozilla Networking Library
| `dom/xhr/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=dom/xhr/\*\*/\*>`__
| `dom/network/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=dom/network/\*\*/\*>`__
| `dom/websocket/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=dom/websocket/\*\*/\*>`__
| `uriloader/prefetch/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=uriloader/prefetch/\*\*/\*>`__
| `uriloader/preload/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=uriloader/preload/\*\*/\*>`__
* - Group
- dev-tech-network
* - URL
@ -2779,6 +2781,7 @@ The downloads UI and service.
-
| `browser/components/downloads/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=browser/components/downloads/\*\*/\*>`__
| `toolkit/mozapps/downloads/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=toolkit/mozapps/downloads/\*\*/\*>`__
| `uriloader/exthandler/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=uriloader/exthandler/\*\*/\*>`__
Enterprise Policies

View File

@ -2,7 +2,7 @@
---
repo: mozilla-central
created_at: '2021-10-14T12:50:40.073465'
updated_at: '2022-11-24T10:10:43.504958'
updated_at: '2022-11-25T15:09:17.773034'
export:
path: ./docs/mots/index.rst
format: rst
@ -1276,7 +1276,7 @@ modules:
description: ''
includes:
- docshell/**/*
- uriloader/**/*
- uriloader/base/**/*
meta:
owners_emeritus:
- Boris Zbarsky
@ -2020,6 +2020,8 @@ modules:
- dom/xhr/**/*
- dom/network/**/*
- dom/websocket/**/*
- uriloader/prefetch/**/*
- uriloader/preload/**/*
meta:
owners_emeritus:
- Dragana Damjanovic
@ -3051,6 +3053,7 @@ modules:
includes:
- browser/components/downloads/**/*
- toolkit/mozapps/downloads/**/*
- uriloader/exthandler/**/*
meta:
peers_emeritus:
- Micah Tigley
@ -3649,5 +3652,5 @@ modules:
machine_name: webextensions
machine_name: toolkit
hashes:
config: f44776f9d947cb103f6575c97782e98e6044816b
export: 42cc831813bee50c369828c927f25d3be816f5f8
config: 153a286c9bba144273342ae039dd7d2e6fe5cf27
export: e5897888bdf56e2fbce132ed4fadf7e1dfe0f7e5

View File

@ -6,6 +6,12 @@
include("/ipc/chromium/chromium-config.mozbuild")
with Files("**"):
BUG_COMPONENT = ("Core", "Document Navigation")
with Files("nsITransfer.idl"):
BUG_COMPONENT = ("Firefox", "File Handling")
XPIDL_SOURCES += [
"nsCURILoader.idl",
"nsIContentHandler.idl",

View File

@ -6,6 +6,9 @@
SPHINX_TREES["/uriloader/exthandler"] = "docs"
with Files("**"):
BUG_COMPONENT = ("Firefox", "File Handling")
TEST_DIRS += ["tests"]
XPIDL_SOURCES += [

View File

@ -6,7 +6,10 @@
SPHINX_TREES["/uriloader"] = "docs"
with Files("**"):
with Files("moz.build"):
BUG_COMPONENT = ("Firefox Build System", "General")
with Files("docs/**"):
BUG_COMPONENT = ("Firefox", "File Handling")
DIRS += [