зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1535353 - update Core :: DOM: * bugzilla product and component meta data in moz.build files after reorganization in bug 1533440 r=hsinyi
Differential Revision: https://phabricator.services.mozilla.com/D23546 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
30ebc112df
Коммит
cee711baf9
|
@ -5,10 +5,10 @@ with Files('browser/*_bug234628*'):
|
|||
BUG_COMPONENT = ('Core', 'Internationalization')
|
||||
|
||||
with Files('browser/*_bug349769*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('browser/*_bug388121*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('browser/*_bug655270*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Places')
|
||||
|
@ -47,13 +47,13 @@ with Files('chrome/*565388*'):
|
|||
BUG_COMPONENT = ('Core', 'Widget')
|
||||
|
||||
with Files('chrome/*582176*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('chrome/*608669*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('chrome/*690056*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('chrome/*92598*'):
|
||||
BUG_COMPONENT = ('Core', 'Networking: HTTP')
|
||||
|
@ -70,7 +70,7 @@ with Files('iframesandbox/*marquee_event_handlers*'):
|
|||
|
||||
|
||||
with Files('mochitest/*1045096*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('mochitest/*1151421*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
@ -85,13 +85,13 @@ with Files('mochitest/*511449*'):
|
|||
BUG_COMPONENT = ('Core', 'Widget: Cocoa')
|
||||
|
||||
with Files('mochitest/*551225*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('mochitest/*570341*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('mochitest/*580069*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('mochitest/*637644*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
@ -100,7 +100,7 @@ with Files('mochitest/*640387*'):
|
|||
BUG_COMPONENT = ('Core', 'DOM: Events')
|
||||
|
||||
with Files('mochitest/*668513*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
||||
with Files('mochitest/*797909*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
TEST_DIRS += ['tests']
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIAudioChannelAgent.idl',
|
||||
|
|
|
@ -8,7 +8,7 @@ with Files('*Selection*'):
|
|||
BUG_COMPONENT = ('Core', 'Selection')
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
TEST_DIRS += ['test']
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
TEST_DIRS += ['test']
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'BroadcastChannel.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla += [
|
||||
'BrowserElementParent.h',
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom.cache += [
|
||||
'Action.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("ChannelWrapper.webidl"):
|
||||
BUG_COMPONENT = ("WebExtensions", "Request Handling")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIConsoleAPIStorage.idl',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'BodyExtractor.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom.filehandle += [
|
||||
'ActorsParent.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
DIRS += ['input']
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("html/webgl/**"):
|
||||
BUG_COMPONENT = ("Core", "Canvas: 2D")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'domstubs.idl',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIDOMMozBrowserFrame.idl',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsINotificationStorage.idl',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIWebProtocolHandlerRegistrar.idl',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIDOMStorageManager.idl',
|
||||
|
|
|
@ -5,16 +5,16 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("en-US/chrome/accessibility/**"):
|
||||
BUG_COMPONENT = ("Core", "Disability Access APIs")
|
||||
|
||||
with Files("en-US/chrome/dom/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("en-US/chrome/layout/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("en-US/chrome/layout/css.properties"):
|
||||
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXTRA_JS_MODULES += [
|
||||
'ImageObjectProcessor.jsm',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
TEST_DIRS += ['tests']
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
# interfaces/*/ are annotated per directory, this is for new files
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("plugins/**"):
|
||||
BUG_COMPONENT = ("Core", "Plug-ins")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'Performance.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'Permissions.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIDOMWakeLockListener.idl',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
DIRS += ['interfaces', 'provider']
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/third_party/msgpack/include'
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'Promise-inl.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIScriptLoaderObserver.idl',
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
# This picks up *hapticfeedback* which is graveyard
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("*OSFile*"):
|
||||
BUG_COMPONENT = ("Toolkit", "OS.File")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("browser/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("browser/*onsole*"):
|
||||
BUG_COMPONENT = ("DevTools", "General")
|
||||
|
@ -26,13 +26,13 @@ with Files("browser/*geo_*"):
|
|||
BUG_COMPONENT = ("Core", "Geolocation")
|
||||
|
||||
with Files("browser/browser_cancel_keydown_keypress_event.js"):
|
||||
BUG_COMPONENT = ("Core", "Event Handling")
|
||||
BUG_COMPONENT = ("Core", "User events and focus handling")
|
||||
|
||||
with Files("browser/*local*"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("browser/browser_test_focus_after_modal_state.js"):
|
||||
BUG_COMPONENT = ("Core", "Event Handling")
|
||||
BUG_COMPONENT = ("Core", "User events and focus handling")
|
||||
|
||||
with Files("mochitest/ajax/**"):
|
||||
BUG_COMPONENT = ("Testing", "Mochitest")
|
||||
|
@ -41,21 +41,21 @@ with Files("mochitest/ajax/offline/**"):
|
|||
BUG_COMPONENT = ("Core", "Networking: Cache")
|
||||
|
||||
with Files("mochitest/beacon/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
# big mix of components here
|
||||
with Files("mochitest/bugs/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
# TODO: big mix of components here
|
||||
with Files("mochitest/chrome/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mochitest/crypto/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Security")
|
||||
|
||||
with Files("mochitest/dom-level0/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mochitest/dom-level1-core/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
@ -67,14 +67,14 @@ with Files("mochitest/dom-level2-html/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mochitest/fetch/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mochitest/gamepad/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
||||
# TODO: big mix of components here
|
||||
with Files("mochitest/general/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mochitest/geolocation/**"):
|
||||
BUG_COMPONENT = ("Core", "Geolocation")
|
||||
|
@ -89,7 +89,7 @@ with Files("mochitest/orientation/*507902*"):
|
|||
BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames")
|
||||
|
||||
with Files("mochitest/pointerlock/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mochitest/script/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
@ -101,13 +101,13 @@ with Files("mochitest/storageevent/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Web Storage")
|
||||
|
||||
with Files("mochitest/webcomponents/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mochitest/whatwg/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("reftest/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("reftest/*456008*"):
|
||||
BUG_COMPONENT = ("Core", "XML")
|
||||
|
@ -119,13 +119,13 @@ with Files("reftest/*427779*"):
|
|||
BUG_COMPONENT = ("Core", "XML")
|
||||
|
||||
with Files("reftest/*559996*"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("reftest/*591981*"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("reftest/*592366*"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("reftest/*798068*"):
|
||||
BUG_COMPONENT = ("Core", "Layout")
|
||||
|
@ -134,7 +134,7 @@ with Files("reftest/xml-stylesheet/**"):
|
|||
BUG_COMPONENT = ("Core", "XSLT")
|
||||
|
||||
with Files("unit/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("unit/*geolocation*"):
|
||||
BUG_COMPONENT = ("Core", "Geolocation")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'URL.h',
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
# moved from embedding/components/webbrowserpersist Jan 13, 2017
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIWebBrowserPersist.idl',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("APZTestData.webidl"):
|
||||
BUG_COMPONENT = ("Core", "Panning and Zooming")
|
||||
|
@ -38,7 +38,7 @@ with Files("BiquadFilterNode.webidl"):
|
|||
BUG_COMPONENT = ("Core", "Web Audio")
|
||||
|
||||
with Files("BrowserElement*"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("CSP*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Security")
|
||||
|
@ -146,7 +146,7 @@ with Files("IIRFilterNode.webidl"):
|
|||
BUG_COMPONENT = ("Core", "Web Audio")
|
||||
|
||||
with Files("Image*"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("ImageCapture*"):
|
||||
BUG_COMPONENT = ("Core", "Audio/Video")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'WebSocket.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'Worklet.h',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'XMLHttpRequest.h',
|
||||
|
|
|
@ -15,4 +15,4 @@ XPCOM_MANIFESTS += [
|
|||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
|
|
|
@ -208,7 +208,7 @@ with Files('mathml/**'):
|
|||
with Files('native-theme/**'):
|
||||
BUG_COMPONENT = ('Core', 'Layout')
|
||||
with Files('object/**'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
with Files('ogg-video/**'):
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
with Files('outline/**'):
|
||||
|
@ -308,7 +308,7 @@ with Files('w3c-css/submitted/values3/**'):
|
|||
with Files('w3c-css/submitted/variables/**'):
|
||||
BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
|
||||
with Files('webcomponents/**'):
|
||||
BUG_COMPONENT = ('Core', 'DOM')
|
||||
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
|
||||
with Files('webm-video/**'):
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video')
|
||||
with Files('writing-mode/**'):
|
||||
|
|
|
@ -21,7 +21,7 @@ with Files("talos/tests/cpstartup/**"):
|
|||
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
|
||||
|
||||
with Files("talos/tests/dromaeo/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("talos/tests/kraken/**"):
|
||||
BUG_COMPONENT = ("Core", "JavaScript Engine")
|
||||
|
|
|
@ -54,25 +54,25 @@ with Files("mozilla/meta/**"):
|
|||
BUG_COMPONENT = ("Testing", "web-platform-tests")
|
||||
|
||||
with Files("mozilla/tests/dom/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mozilla/tests/editor/**"):
|
||||
BUG_COMPONENT = ("Core", "Editor")
|
||||
|
||||
with Files("mozilla/tests/fetch/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mozilla/tests/focus/**"):
|
||||
BUG_COMPONENT = ("Core", "Editor")
|
||||
|
||||
with Files("mozilla/tests/html/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mozilla/tests/html/semantics/forms/**"):
|
||||
BUG_COMPONENT = ("Core", "Layout: Form Controls")
|
||||
|
||||
with Files("mozilla/tests/html/semantics/scripting-1/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("mozilla/tests/placeholder"):
|
||||
BUG_COMPONENT = ("Testing", "web-platform-tests")
|
||||
|
@ -125,7 +125,7 @@ with Files("tests/2dcontext/**"):
|
|||
BUG_COMPONENT = ("Core", "Canvas: 2D")
|
||||
|
||||
with Files("tests/FileAPI/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/IndexedDB/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: IndexedDB")
|
||||
|
@ -134,10 +134,10 @@ with Files("tests/WebCryptoAPI/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Security")
|
||||
|
||||
with Files("tests/WebIDL/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/xhr/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/accelerometer/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
@ -167,7 +167,7 @@ with Files("tests/battery-status/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
||||
with Files("tests/beacon/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/bluetooth/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
@ -176,7 +176,7 @@ with Files("tests/clear-site-data/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Security")
|
||||
|
||||
with Files("tests/clipboard-apis/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/common/**"):
|
||||
BUG_COMPONENT = ("Testing", "web-platform-tests")
|
||||
|
@ -249,16 +249,16 @@ with Files("tests/css/selectors/**"):
|
|||
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
|
||||
|
||||
with Files("tests/custom-elements/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/docs/**"):
|
||||
BUG_COMPONENT = ("Testing", "web-platform-tests")
|
||||
|
||||
with Files("tests/dom/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/domparsing/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/domxpath/**"):
|
||||
BUG_COMPONENT = ("Core", "XSLT")
|
||||
|
@ -280,16 +280,16 @@ with Files("tests/encrypted-media/**"):
|
|||
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
|
||||
|
||||
with Files("tests/entries-api/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/eventsource/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/feature-policy/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/fetch/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/fonts/**"):
|
||||
BUG_COMPONENT = ("Testing", "web-platform-tests")
|
||||
|
@ -298,7 +298,7 @@ with Files("tests/fonts/math/**"):
|
|||
BUG_COMPONENT = ("Core", "MathML")
|
||||
|
||||
with Files("tests/fullscreen/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/gamepad/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
@ -311,10 +311,10 @@ with Files("tests/gyroscope/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
||||
with Files("tests/hr-time/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/html/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/html-longdesc/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
@ -336,7 +336,7 @@ with Files("tests/input-events/**"):
|
|||
BUG_COMPONENT = ("Core", "General")
|
||||
|
||||
with Files("tests/interfaces/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/intersection-observer/**"):
|
||||
BUG_COMPONENT = ("Core", "Layout")
|
||||
|
@ -350,7 +350,7 @@ with Files("tests/keyboard-lock/**"):
|
|||
|
||||
# No reference to longtask in bugzilla or codebase
|
||||
with Files("tests/longtask-timing/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
# depends on generic-sensor, check bug 1359076
|
||||
with Files("tests/magnetometer/**"):
|
||||
|
@ -366,7 +366,7 @@ with Files("tests/media-capabilities/**"):
|
|||
BUG_COMPONENT = ("Core", "WebRTC: Audio/Video")
|
||||
|
||||
with Files("tests/mediasession/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/media-source/**"):
|
||||
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
|
||||
|
@ -387,7 +387,7 @@ with Files("tests/mixed-content/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Security")
|
||||
|
||||
with Files("tests/navigation-timing/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/netinfo/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
@ -415,10 +415,10 @@ with Files("tests/orientation-sensor/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
||||
with Files("tests/page-visibility/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/paint-timing/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
# No tests in here
|
||||
with Files("tests/payment-handler/**"):
|
||||
|
@ -436,7 +436,7 @@ with Files("tests/payment-request/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Web Payments")
|
||||
|
||||
with Files("tests/performance-timeline/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/pointerevents/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Events")
|
||||
|
@ -448,7 +448,7 @@ with Files("tests/preload/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Core & Html")
|
||||
|
||||
with Files("tests/presentation-api/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/proximity/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
@ -463,44 +463,44 @@ with Files("tests/referrer-policy/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Security")
|
||||
|
||||
with Files("tests/requestidlecallback/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
# To be implemented in bug 1272409
|
||||
with Files("tests/resize-observer/**"):
|
||||
BUG_COMPONENT = ("Core", "Layout")
|
||||
|
||||
with Files("tests/resource-timing/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/resources/**"):
|
||||
BUG_COMPONENT = ("Testing", "web-platform-tests")
|
||||
|
||||
with Files("tests/screen-orientation/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/secure-contexts/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/selection/**"):
|
||||
BUG_COMPONENT = ("Core", "Selection")
|
||||
|
||||
with Files("tests/server-timing/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/service-workers/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Service Workers")
|
||||
|
||||
with Files("tests/shadow-dom/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/speech-api/**"):
|
||||
BUG_COMPONENT = ("Core", "Web Speech")
|
||||
|
||||
with Files("tests/storage/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/streams/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/subresource-integrity/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Security")
|
||||
|
@ -512,7 +512,7 @@ with Files("tests/svg-aam/**"):
|
|||
BUG_COMPONENT = ("Core", "SVG")
|
||||
|
||||
with Files("tests/touch-events/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/tools/**"):
|
||||
BUG_COMPONENT = ("Testing", "web-platform-tests")
|
||||
|
@ -527,13 +527,13 @@ with Files("tests/upgrade-insecure-requests/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Security")
|
||||
|
||||
with Files("tests/url/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/user-timing/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/vibration/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/visual-viewport/**"):
|
||||
BUG_COMPONENT = ("Core", "Layout")
|
||||
|
@ -560,7 +560,7 @@ with Files("tests/webgl/**"):
|
|||
BUG_COMPONENT = ("Core", "Canvas: WebGL")
|
||||
|
||||
with Files("tests/webmessaging/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/web-nfc/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
@ -569,7 +569,7 @@ with Files("tests/webrtc/**"):
|
|||
BUG_COMPONENT = ("Core", "WebRTC")
|
||||
|
||||
with Files("tests/web-share/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/websockets/**"):
|
||||
BUG_COMPONENT = ("Core", "Networking: WebSockets")
|
||||
|
@ -581,7 +581,7 @@ with Files("tests/webusb/**"):
|
|||
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
|
||||
|
||||
with Files("tests/webvr/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/webvtt/**"):
|
||||
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
|
||||
|
@ -591,7 +591,7 @@ with Files("tests/workers/**"):
|
|||
|
||||
# to be implemented in bug 1315239
|
||||
with Files("tests/worklets/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
|
||||
|
||||
with Files("tests/x-frame-options/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Security")
|
||||
|
|
|
@ -176,7 +176,7 @@ with Files('tests/mochitest/*autocomplete*'):
|
|||
BUG_COMPONENT = ('Toolkit', 'Autocomplete')
|
||||
|
||||
with Files('tests/mochitest/*mousecapture*'):
|
||||
BUG_COMPONENT = ('Core', 'Event Handling')
|
||||
BUG_COMPONENT = ('Core', 'User events and focus handling')
|
||||
|
||||
with Files('tests/reftests/*multiline*'):
|
||||
BUG_COMPONENT = ('Core', 'XBL')
|
||||
|
@ -203,7 +203,7 @@ with Files('tests/widgets/*menubar*'):
|
|||
BUG_COMPONENT = ('Core', 'XUL')
|
||||
|
||||
with Files('tests/widgets/*capture*'):
|
||||
BUG_COMPONENT = ('Core', 'Event Handling')
|
||||
BUG_COMPONENT = ('Core', 'User events and focus handling')
|
||||
|
||||
with Files('tests/widgets/*popup*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
|
|
@ -20,7 +20,7 @@ with Files("TestChromeMargin.cpp"):
|
|||
BUG_COMPONENT = ("Core", "Widget: Win32")
|
||||
|
||||
with Files("*1151186*"):
|
||||
BUG_COMPONENT = ("Core", "Event Handling")
|
||||
BUG_COMPONENT = ("Core", "User events and focus handling")
|
||||
|
||||
with Files("*413277*"):
|
||||
BUG_COMPONENT = ("Core", "Widget: Cocoa")
|
||||
|
@ -38,7 +38,7 @@ with Files("*466599*"):
|
|||
BUG_COMPONENT = ("Core", "Widget: Cocoa")
|
||||
|
||||
with Files("*478536*"):
|
||||
BUG_COMPONENT = ("Core", "Event Handling")
|
||||
BUG_COMPONENT = ("Core", "User events and focus handling")
|
||||
|
||||
with Files("*485118*"):
|
||||
BUG_COMPONENT = ("Toolkit", "XUL Widgets")
|
||||
|
@ -62,16 +62,16 @@ with Files("*593307*"):
|
|||
BUG_COMPONENT = ("Core", "Widget: Win32")
|
||||
|
||||
with Files("*596600*"):
|
||||
BUG_COMPONENT = ("Core", "Event Handling")
|
||||
BUG_COMPONENT = ("Core", "User events and focus handling")
|
||||
|
||||
with Files("*673301*"):
|
||||
BUG_COMPONENT = ("Firefox", "Bookmarks & History")
|
||||
|
||||
with Files("test_assign_event_data.html"):
|
||||
BUG_COMPONENT = ("Core", "Event Handling")
|
||||
BUG_COMPONENT = ("Core", "User events and focus handling")
|
||||
|
||||
with Files("test_input_events_on_deactive_window.xul"):
|
||||
BUG_COMPONENT = ("Core", "Event Handling")
|
||||
BUG_COMPONENT = ("Core", "User events and focus handling")
|
||||
|
||||
with Files("*chrome_context_menus_win*"):
|
||||
BUG_COMPONENT = ("Core", "General")
|
||||
|
@ -116,7 +116,7 @@ with Files("*taskbar_progress*"):
|
|||
BUG_COMPONENT = ("Core", "Widget: Win32")
|
||||
|
||||
with Files("*wheeltransaction*"):
|
||||
BUG_COMPONENT = ("Core", "Event Handling")
|
||||
BUG_COMPONENT = ("Core", "User events and focus handling")
|
||||
|
||||
|
||||
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
|
||||
|
|
Загрузка…
Ссылка в новой задаче