Bug 1858987 - Update Toolkit :: XUL Widgets references to Toolkit :: UI Widgets r=reusable-components-reviewers,tgiles

Differential Revision: https://phabricator.services.mozilla.com/D191115
This commit is contained in:
Mark Striemer 2023-10-25 15:17:53 +00:00
parent 19644885c8
commit fea5adf07d
4 changed files with 15 additions and 15 deletions

View file

@ -531,7 +531,7 @@ $schema: moz://mozilla.org/schemas/glean/tags/1-0-0
description: The Bugzilla component which applies to this object.
'Toolkit :: View Source':
description: The Bugzilla component which applies to this object.
'Toolkit :: XUL Widgets':
'Toolkit :: UI Widgets':
description: The Bugzilla component which applies to this object.
'Toolkit :: about:memory':
description: The Bugzilla component which applies to this object.

View file

@ -95,19 +95,19 @@ with Files("tests/browser/browser_isSynthetic.js"):
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
with Files("tests/browser/*mediaPlayback*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("tests/browser/*mute*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("tests/browser/*save*"):
BUG_COMPONENT = ("Firefox", "File Handling")
with Files("tests/browser/*scroll*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("tests/chrome/**"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("tests/chrome/*networking*"):
BUG_COMPONENT = ("Core", "Networking")
@ -190,15 +190,15 @@ with Files("tests/widgets/*capture*"):
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
with Files("tests/widgets/*popup*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("tests/widgets/*tree*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("tests/widgets/*videocontrols*"):
BUG_COMPONENT = ("Toolkit", "Video/Audio Controls")
with Files("widgets/*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("TopLevelVideoDocument.js"):
BUG_COMPONENT = ("Toolkit", "Video/Audio Controls")
@ -246,22 +246,22 @@ with Files("contentAreaUtils.js"):
BUG_COMPONENT = ("Toolkit", "General")
with Files("*picker*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("edit*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("globalOverlay.*"):
BUG_COMPONENT = ("Toolkit", "General")
with Files("plugins*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("resetProfile*"):
BUG_COMPONENT = ("Firefox", "Migration")
with Files("timepicker*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("treeUtils.js"):
BUG_COMPONENT = ("Toolkit", "General")

View file

@ -2,7 +2,7 @@ schema: 1
bugzilla:
product: "Toolkit"
component: "XUL Widgets"
component: "UI Widgets"
origin:
name: "lit"

View file

@ -38,10 +38,10 @@ with Files("*478536*"):
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
with Files("*485118*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("*517396*"):
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
BUG_COMPONENT = ("Toolkit", "UI Widgets")
with Files("*522217*"):
BUG_COMPONENT = ("Core", "Widget: Cocoa")