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 product and component for this directory and subdirectories
|
||||
product: Core
|
||||
component: "ImageLib"
|
||||
component: "Graphics: ImageLib"
|
||||
|
||||
# Document the source of externally hosted code
|
||||
origin:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ schema: 1
|
|||
|
||||
bugzilla:
|
||||
product: Core
|
||||
component: "ImageLib"
|
||||
component: "Graphics: ImageLib"
|
||||
|
||||
origin:
|
||||
name: libjxl
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ schema: 1
|
|||
|
||||
bugzilla:
|
||||
product: "Core"
|
||||
component: "ImageLib"
|
||||
component: "Graphics: ImageLib"
|
||||
|
||||
origin:
|
||||
name: "libpng"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ schema: 1
|
|||
|
||||
bugzilla:
|
||||
product: "Core"
|
||||
component: "ImageLib"
|
||||
component: "Graphics: ImageLib"
|
||||
|
||||
origin:
|
||||
name: "libwebp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue