forked from mirrors/gecko-dev
Bug 1779670: Fix the ImageLib Bugzilla Component in moz.yaml files r=gfx-reviewers,jrmuizel DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D151892
This commit is contained in:
parent
ddb69613e8
commit
8cc6e9c4f1
4 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ schema: 1
|
||||||
bugzilla:
|
bugzilla:
|
||||||
# Bugzilla product and component for this directory and subdirectories
|
# Bugzilla product and component for this directory and subdirectories
|
||||||
product: Core
|
product: Core
|
||||||
component: "ImageLib"
|
component: "Graphics: ImageLib"
|
||||||
|
|
||||||
# Document the source of externally hosted code
|
# Document the source of externally hosted code
|
||||||
origin:
|
origin:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ schema: 1
|
||||||
|
|
||||||
bugzilla:
|
bugzilla:
|
||||||
product: Core
|
product: Core
|
||||||
component: "ImageLib"
|
component: "Graphics: ImageLib"
|
||||||
|
|
||||||
origin:
|
origin:
|
||||||
name: libjxl
|
name: libjxl
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ schema: 1
|
||||||
|
|
||||||
bugzilla:
|
bugzilla:
|
||||||
product: "Core"
|
product: "Core"
|
||||||
component: "ImageLib"
|
component: "Graphics: ImageLib"
|
||||||
|
|
||||||
origin:
|
origin:
|
||||||
name: "libpng"
|
name: "libpng"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ schema: 1
|
||||||
|
|
||||||
bugzilla:
|
bugzilla:
|
||||||
product: "Core"
|
product: "Core"
|
||||||
component: "ImageLib"
|
component: "Graphics: ImageLib"
|
||||||
|
|
||||||
origin:
|
origin:
|
||||||
name: "libwebp"
|
name: "libwebp"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue