Skip to content

Commit

Permalink
Bug 1774376 - update further metadata mapping files to Graphics Bugzi…
Browse files Browse the repository at this point in the history
…lla components. DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D151558
  • Loading branch information
Archaeopteryx committed Jul 11, 2022
1 parent c84f2d6 commit 07c1520
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 36 deletions.
14 changes: 7 additions & 7 deletions dom/canvas/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ with Files("**"):
BUG_COMPONENT = ("Core", "Graphics: Canvas2D")

with Files("TexUnpackBlob.cpp"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")

with Files("WebGL*"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")

with Files("test/webgl-conf/**"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")

with Files("test/webgl-mochitest/**"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")

with Files("test/reftest/webgl*"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")

with Files("test/chrome/*webgl*"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")

with Files("test/crossorigin/*webgl*"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")

# Change the following line(s) to avoid bug 1081323 (clobber after changing a manifest):
# * Adjust failure errata for webgl-conf.
Expand Down
2 changes: 1 addition & 1 deletion dom/webidl/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ with Files("WebAuthentication.webidl"):
BUG_COMPONENT = ("Core", "DOM: Web Authentication")

with Files("WebGL*"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")

with Files("WebGPU*"):
BUG_COMPONENT = ("Core", "Graphics: WebGPU")
Expand Down
2 changes: 1 addition & 1 deletion image/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if CONFIG["FUZZING_INTERFACES"]:
DIRS += ["test/fuzzing"]

with Files("**"):
BUG_COMPONENT = ("Core", "ImageLib")
BUG_COMPONENT = ("Core", "Graphics: ImageLib")

BROWSER_CHROME_MANIFESTS += [
"test/browser/browser.ini",
Expand Down
2 changes: 1 addition & 1 deletion media/libjpeg/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files("**"):
BUG_COMPONENT = ("Core", "ImageLib")
BUG_COMPONENT = ("Core", "Graphics: ImageLib")

EXPORTS += [
'jconfig.h',
Expand Down
2 changes: 1 addition & 1 deletion media/libpng/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files("**"):
BUG_COMPONENT = ("Core", "ImageLib")
BUG_COMPONENT = ("Core", "Graphics: ImageLib")

EXPORTS += [
'png.h',
Expand Down
2 changes: 1 addition & 1 deletion media/libwebp/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Core', 'ImageLib')
BUG_COMPONENT = ('Core', 'Graphics: ImageLib')

EXPORTS.webp += [
'src/webp/decode.h',
Expand Down
3 changes: 0 additions & 3 deletions media/libwebp/src/dec/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Core', 'ImageLib')

SOURCES += [
'alpha_dec.c',
'buffer_dec.c',
Expand Down
3 changes: 0 additions & 3 deletions media/libwebp/src/demux/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Core', 'ImageLib')

SOURCES += [
'demux.c',
]
Expand Down
3 changes: 0 additions & 3 deletions media/libwebp/src/dsp/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Core', 'ImageLib')

SOURCES += [
'alpha_processing.c',
'cost.c',
Expand Down
3 changes: 0 additions & 3 deletions media/libwebp/src/enc/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Core', 'ImageLib')

SOURCES += [
'alpha_enc.c',
'analysis_enc.c',
Expand Down
3 changes: 0 additions & 3 deletions media/libwebp/src/moz/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Core', 'ImageLib')

SOURCES += [
'cpu.cpp',
]
Expand Down
3 changes: 0 additions & 3 deletions media/libwebp/src/utils/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
BUG_COMPONENT = ('Core', 'ImageLib')

SOURCES += [
'bit_reader_utils.c',
'bit_writer_utils.c',
Expand Down
2 changes: 1 addition & 1 deletion media/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with Files("**"):
BUG_COMPONENT = ("Core", "Audio/Video")

with Files("update-libjpeg.sh"):
BUG_COMPONENT = ("Core", "ImageLib")
BUG_COMPONENT = ("Core", "Graphics: ImageLib")

with Files("openmax_dl/**"):
BUG_COMPONENT = ("Core", "Web Audio")
Expand Down
2 changes: 1 addition & 1 deletion testing/talos/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ with Files("talos/tests/video/**"):
BUG_COMPONENT = ("Core", "Audio/Video: Playback")

with Files("talos/tests/webgl/**"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")
4 changes: 2 additions & 2 deletions testing/web-platform/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ with Files("tests/annotation-vocab/**"):
BUG_COMPONENT = ("Testing", "web-platform-tests")

with Files("tests/apng/**"):
BUG_COMPONENT = ("Core", "ImageLib")
BUG_COMPONENT = ("Core", "Graphics: ImageLib")

with Files("tests/audio-output/**"):
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
Expand Down Expand Up @@ -713,7 +713,7 @@ with Files("tests/webdriver/**"):
BUG_COMPONENT = ("Testing", "geckodriver")

with Files("tests/webgl/**"):
BUG_COMPONENT = ("Core", "Graphics: WebGL")
BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")

with Files("tests/webmessaging/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
Expand Down
4 changes: 2 additions & 2 deletions third_party/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ with Files('googletest/**'):
BUG_COMPONENT = ('Testing', 'GTest')

with Files('highway/**'):
BUG_COMPONENT = ('Core', 'ImageLib')
BUG_COMPONENT = ('Core', 'Graphics: ImageLib')

with Files('intgemm/**'):
BUG_COMPONENT = ('Core', 'Javascript: WebAssembly')

with Files('jpeg-xl/**'):
BUG_COMPONENT = ('Core', 'ImageLib')
BUG_COMPONENT = ('Core', 'Graphics: ImageLib')

with Files('js/d3/**'):
BUG_COMPONENT = ('Toolkit', 'General')
Expand Down

0 comments on commit 07c1520

Please sign in to comment.